home *** CD-ROM | disk | FTP | other *** search
- object frmInsertTable: TfrmInsertTable
- Left = 372
- Top = 235
- ActiveControl = btnOk
- BorderStyle = bsDialog
- ClientHeight = 102
- ClientWidth = 173
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblNumCols: TLabel
- Left = 8
- Top = 16
- Width = 3
- Height = 13
- end
- object lblNumRows: TLabel
- Left = 8
- Top = 45
- Width = 3
- Height = 13
- end
- object btnOk: TButton
- Left = 15
- Top = 73
- Width = 72
- Height = 22
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object BtnCancel: TButton
- Left = 95
- Top = 73
- Width = 72
- Height = 22
- Cancel = True
- ModalResult = 2
- TabOrder = 5
- end
- object EditNumCols: TEdit
- Left = 114
- Top = 12
- Width = 37
- Height = 21
- HelpContext = 856
- MaxLength = 2
- TabOrder = 0
- Text = '2'
- end
- object UpNumCols: TUpDown
- Left = 151
- Top = 12
- Width = 15
- Height = 21
- HelpContext = 856
- Associate = EditNumCols
- Min = 1
- Max = 99
- Position = 2
- TabOrder = 1
- Wrap = False
- end
- object EditNumRows: TEdit
- Left = 114
- Top = 41
- Width = 37
- Height = 21
- HelpContext = 859
- MaxLength = 2
- TabOrder = 2
- Text = '2'
- end
- object UpNumRows: TUpDown
- Left = 151
- Top = 41
- Width = 15
- Height = 21
- HelpContext = 859
- Associate = EditNumRows
- Min = 1
- Max = 99
- Position = 2
- TabOrder = 3
- Wrap = False
- end
- end
-