home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 191
- Top = 101
- Width = 402
- Height = 317
- HorzScrollBar.Range = 385
- HorzScrollBar.Visible = False
- VertScrollBar.Range = 313
- VertScrollBar.Visible = False
- ActiveControl = Edit1
- BorderStyle = bsDialog
- Caption = 'Poor Man'#39's Edit Control'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 16
- object Label1: TLabel
- Left = 72
- Top = 8
- Width = 38
- Height = 16
- Caption = 'Name'
- end
- object Label2: TLabel
- Left = 64
- Top = 40
- Width = 45
- Height = 16
- Caption = 'Capital'
- end
- object Label3: TLabel
- Left = 48
- Top = 72
- Width = 61
- Height = 16
- Caption = 'Continent'
- end
- object Label4: TLabel
- Left = 80
- Top = 104
- Width = 29
- Height = 16
- Caption = 'Area'
- end
- object Label5: TLabel
- Left = 40
- Top = 136
- Width = 69
- Height = 16
- Caption = 'Population'
- end
- object Edit1: TEdit
- Left = 120
- Top = 8
- Width = 241
- Height = 24
- TabOrder = 0
- Text = 'Edit1'
- OnKeyDown = Edit1KeyDown
- end
- object Edit2: TEdit
- Left = 120
- Top = 40
- Width = 241
- Height = 24
- TabOrder = 1
- Text = 'Edit2'
- OnKeyDown = Edit1KeyDown
- end
- object Edit3: TEdit
- Left = 120
- Top = 72
- Width = 241
- Height = 24
- TabOrder = 2
- Text = 'Edit3'
- OnKeyDown = Edit1KeyDown
- end
- object Edit4: TEdit
- Left = 120
- Top = 104
- Width = 241
- Height = 24
- TabOrder = 3
- Text = 'Edit4'
- OnKeyDown = Edit1KeyDown
- end
- object Edit: TButton
- Tag = 5
- Left = 86
- Top = 224
- Width = 65
- Height = 33
- HelpContext = 5
- Caption = 'Edit'
- TabOrder = 10
- OnClick = AnyButtonClick
- end
- object Insert: TButton
- Tag = 6
- Left = 8
- Top = 224
- Width = 65
- Height = 33
- HelpContext = 6
- Caption = 'Insert'
- TabOrder = 9
- OnClick = AnyButtonClick
- end
- object Edit5: TEdit
- Left = 120
- Top = 136
- Width = 241
- Height = 24
- TabOrder = 4
- Text = 'Edit5'
- OnKeyDown = Edit1KeyDown
- end
- object First: TButton
- Tag = 1
- Left = 8
- Top = 176
- Width = 89
- Height = 33
- HelpContext = 1
- Caption = '<<'
- TabOrder = 5
- OnClick = AnyButtonClick
- end
- object Prior: TButton
- Tag = 2
- Left = 104
- Top = 176
- Width = 89
- Height = 33
- HelpContext = 2
- Caption = '<'
- TabOrder = 6
- OnClick = AnyButtonClick
- end
- object Next: TButton
- Tag = 3
- Left = 200
- Top = 176
- Width = 89
- Height = 33
- HelpContext = 3
- Caption = '>'
- TabOrder = 7
- OnClick = AnyButtonClick
- end
- object Last: TButton
- Tag = 4
- Left = 296
- Top = 176
- Width = 89
- Height = 33
- HelpContext = 4
- Caption = '>>'
- TabOrder = 8
- OnClick = AnyButtonClick
- end
- object Post: TButton
- Tag = 7
- Left = 164
- Top = 224
- Width = 65
- Height = 33
- HelpContext = 7
- Caption = 'Post'
- TabOrder = 11
- OnClick = AnyButtonClick
- end
- object Panel1: TPanel
- Left = 0
- Top = 264
- Width = 394
- Height = 25
- BevelInner = bvLowered
- Color = clSilver
- TabOrder = 13
- object Label6: TLabel
- Left = 8
- Top = 5
- Width = 49
- Height = 16
- Caption = 'Browse'
- end
- end
- object Cancel: TButton
- Tag = 8
- Left = 242
- Top = 224
- Width = 65
- Height = 33
- HelpContext = 8
- Caption = 'Cancel'
- TabOrder = 12
- OnClick = AnyButtonClick
- end
- object Delete: TButton
- Tag = 9
- Left = 320
- Top = 224
- Width = 65
- Height = 33
- HelpContext = 9
- Caption = 'Delete'
- TabOrder = 14
- OnClick = AnyButtonClick
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'dbdemos'
- TableName = 'COUNTRY'
- Left = 8
- Top = 8
- end
- object DataSource1: TDataSource
- DataSet = Table1
- OnStateChange = DataSource1StateChange
- OnDataChange = DataSource1DataChange
- OnUpdateData = DataSource1UpdateData
- Left = 8
- Top = 40
- end
- end
-