To create Delphi 8 Windows Form - agenda_task
 
 
 

      The Form  design, agenda_task

 


 

  Create Delphi 8 Windows Forn - agenda_task

 

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

   Type of Controls used in this Form:
        
PictureBox, RadioButton, Button, ImageList, TextBox, Label, GroupBox

 

 Create the Form agenda_task - agenda_task

      Create the Form agenda_task
 
  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_task.,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_task
    Tagenda_task
    (
    Icon)
    (none)
    False

    CenterScreen
    368,332
    agenda task ...
       
    3.  Save this file ...
             On the File menu , click  Save
       

 

 Add the following controls to ...

 

 The codes  corresponding ...



 

 

Previous
  Home
8
 
Next