home *** CD-ROM | disk | FTP | other *** search
- object Form_DBTableP: TForm_DBTableP
- Left = 249
- Top = 234
- BorderStyle = bsDialog
- Caption = '<DBTable> Editor'
- ClientHeight = 143
- ClientWidth = 222
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 2
- Width = 28
- Height = 13
- Caption = '&Query'
- end
- object Label2: TLabel
- Left = 8
- Top = 42
- Width = 54
- Height = 13
- Caption = '&ColSpacing'
- end
- object Label3: TLabel
- Left = 80
- Top = 42
- Width = 60
- Height = 13
- Caption = '&HeaderLines'
- end
- object Label4: TLabel
- Left = 152
- Top = 42
- Width = 47
- Height = 13
- Caption = '&MaxRows'
- end
- object OkButton: TButton
- Left = 104
- Top = 112
- Width = 49
- Height = 25
- Caption = '&Ok'
- Default = True
- TabOrder = 0
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 160
- Top = 112
- Width = 57
- Height = 25
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- object QueryE: TEdit
- Left = 8
- Top = 18
- Width = 209
- Height = 21
- TabOrder = 2
- end
- object ColSpacingSE: TSpinEdit
- Left = 8
- Top = 58
- Width = 65
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 3
- Value = 0
- end
- object HeaderLinesSE: TSpinEdit
- Left = 80
- Top = 58
- Width = 65
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 4
- Value = 0
- end
- object MaxRowsSE: TSpinEdit
- Left = 152
- Top = 58
- Width = 65
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 5
- Value = 0
- end
- object HTMLTableCB: TCheckBox
- Left = 8
- Top = 88
- Width = 89
- Height = 17
- Caption = 'HTML Table'
- TabOrder = 6
- end
- end
-