To create Delphi 8 Windows Form - book_search
 
 
 

      The Form  design, book_search

 


  Create Delphi 8 Windows Forn - book_search

 

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

   Type of Controls used in this Form:
        Label,   Panel,  ComboBox,  Button,  PictureBox, CheckBox, TextBox, DataGrid, OleDbConnection, ImageList

 

 Create the Form book_search - book_search
  
      Create the Form book_search
 
  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 book_search.,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_search
    Tbook_search
    (
    Icon)
    (none)
    False

    Manuel
    670, 456
    book search ...
       
    3.  Save this file ...
             On the File menu , click  Save
       

 

 Add the following controls to ...

 

 The codes  corresponding ...



 

 

Previous
  Home
6
 
Next