home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 202
- Top = 108
- Width = 366
- Height = 354
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object TabControl1: TTabControl
- Left = 0
- Top = 0
- Width = 358
- Height = 327
- Align = alClient
- TabOrder = 0
- OnChange = TabControl1Change
- object Label1: TLabel
- Left = 16
- Top = 72
- Width = 35
- Height = 13
- Caption = 'EmpNo'
- FocusControl = DBEdit1
- end
- object Label2: TLabel
- Left = 16
- Top = 112
- Width = 48
- Height = 13
- Caption = 'LastName'
- FocusControl = DBEdit2
- end
- object Label3: TLabel
- Left = 16
- Top = 152
- Width = 47
- Height = 13
- Caption = 'FirstName'
- FocusControl = DBEdit3
- end
- object Label4: TLabel
- Left = 16
- Top = 192
- Width = 46
- Height = 13
- Caption = 'PhoneExt'
- FocusControl = DBEdit4
- end
- object Label5: TLabel
- Left = 16
- Top = 232
- Width = 42
- Height = 13
- Caption = 'HireDate'
- FocusControl = DBEdit5
- end
- object Label6: TLabel
- Left = 16
- Top = 272
- Width = 29
- Height = 13
- Caption = 'Salary'
- FocusControl = DBEdit6
- end
- object DBText1: TDBText
- Left = 56
- Top = 48
- Width = 6
- Height = 20
- AutoSize = True
- DataField = 'FullName'
- DataSource = DataSource1
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object DBEdit1: TDBEdit
- Left = 16
- Top = 88
- Width = 64
- Height = 21
- DataField = 'EmpNo'
- DataSource = DataSource1
- TabOrder = 0
- end
- object DBEdit2: TDBEdit
- Left = 16
- Top = 128
- Width = 124
- Height = 21
- DataField = 'LastName'
- DataSource = DataSource1
- TabOrder = 1
- end
- object DBEdit3: TDBEdit
- Left = 16
- Top = 168
- Width = 94
- Height = 21
- DataField = 'FirstName'
- DataSource = DataSource1
- TabOrder = 2
- end
- object DBEdit4: TDBEdit
- Left = 16
- Top = 208
- Width = 28
- Height = 21
- DataField = 'PhoneExt'
- DataSource = DataSource1
- TabOrder = 3
- end
- object DBEdit5: TDBEdit
- Left = 16
- Top = 248
- Width = 64
- Height = 21
- DataField = 'HireDate'
- DataSource = DataSource1
- TabOrder = 4
- end
- object DBEdit6: TDBEdit
- Left = 16
- Top = 288
- Width = 64
- Height = 21
- DataField = 'Salary'
- DataSource = DataSource1
- TabOrder = 5
- end
- end
- object Table1: TTable
- Active = True
- OnCalcFields = Table1CalcFields
- DatabaseName = 'DBDEMOS'
- TableName = 'EMPLOYEE.DB'
- Left = 32
- Top = 48
- object Table1EmpNo: TIntegerField
- FieldName = 'EmpNo'
- DisplayFormat = 'Emp'#39'#'#39' 0000'
- MaxValue = 9999
- MinValue = 1
- end
- object Table1LastName: TStringField
- FieldName = 'LastName'
- end
- object Table1FirstName: TStringField
- FieldName = 'FirstName'
- Size = 15
- end
- object Table1PhoneExt: TStringField
- FieldName = 'PhoneExt'
- Size = 4
- end
- object Table1HireDate: TDateTimeField
- FieldName = 'HireDate'
- end
- object Table1Salary: TFloatField
- FieldName = 'Salary'
- end
- object Table1FullName: TStringField
- FieldName = 'FullName'
- Size = 30
- Calculated = True
- end
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 64
- Top = 48
- end
- end
-