To create Delphi 8 Windows Form, book_note
 
 
 

        The Form  design, book_note

 

 


    Create Delphi 8 Windows Forn - book_note

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

   Type of Controls used in this Form:
         OleDbConnection,
OleDbDataAdapter, DataSet,  OpenFileDialog, DateTimePicker,  TabControl,  ImageList,  Button,  ComboBox,  PictureBox, ToolBar, Panel,  Label, TextBox

 

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

2- Create the Form book_note
 

  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 calculator.,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
    book_note
    Tbook_note
    (
    Icon)
    (none)
    False

    CenterScreen
    870, 519
    book note ...
       
    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
5
 
Next