To create Delphi 8 Windows Form, agenda
 
 
 

        The Form  design, agenda

 

 


    Create Delphi 8 Windows Forn - agenda

 
 

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

   Type of Controls used in this Form:
         
OleDbDataAdapter1, OleDbConnection,  DataSet, DateTimePicker, ComboBox,  VScrollBar, ImageList, ListBox, Label, PictureBox, CheckBox, Button,  Panel TextBox

 

 Create the Form  - agenda
 
   1-   The Access file - work_Delphinet.mdb -
C:\work_Delphinet\data\work_Delphinet.mdb   used by this data form - agenda

2- Create the Form agenda
 

  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 agenda.,pas
       
    2.  TWinForm-  Form  name created
     
      Old New
    Caption:
    Name:
    Icon:
    Menu:
    Maximizebox:
    StartPosition:
    Size:
    Text:
    WinForm
    T
    WinForm
    (Icon)
    (none)
    True
    WindowsDefaultLocation
    300,300
    WinForm
    agenda
    Tagenda
    (
    Icon)
    (none)
    False

    CenterScreen
    716, 500
    agenda ...
       
    3.  Save this file ...
             On the File menu , click  Save
       

 

 codes  corresponding to the WinForm Form created  ...

 

 The following controls to ...

***

   The codes  corresponding ...

Previous
  Home
7
 
Next