To create Delphi 8 Windows Form - introductory
 
 
 

      The Form  design, introductory

 


 

  Create Delphi 8 Windows Forn - introductory

 
Classes used in this Form:
        System.Drawing, System.Collections, System.ComponentModel, System.Windows.Forms, System.Data, System.Resources;

 
Classes used in this Form:
         PictureBoxButton

 

 Create the Form introductory - introductory

        Create the Form  introductory
 
  1. On the File menu , click  New. and then click Windows Form
     

     

  2. New File name WinForm.pas appears. (Form name - TWinForm)

     

  3. On the View menu , click  Object Inspector. In Object Inspector modify the following
       
    1.  WinForm.pas - the File name  created
     
      Old New
    File Name: WinForm.pas introductory.,pas
       
    2.  TWinForm-  Form  name created
     
      Old New
    Caption:
    Name:
    Icon:
    FormBorderstyle:
    Maximizebox:
    StartPosition:
    Size:
    Text:
    WinForm
    T
    WinForm
    (Icon)
    Sizable
    True
    WindowsDefaultLocation
    300,300
    WinForm
    introductory
    T
    introductory
    (
    Icon)
    None
    False

    CenterScreen
    488,344
     
       
    3.  Save this file ...
             On the File menu , click  Save
       

 

 Add the following controls to ...

 

 The codes  corresponding ...



 

 

Previous
  Home
11
 
Next