home *** CD-ROM | disk | FTP | other *** search
- object frmSplitCells: TfrmSplitCells
- Left = 540
- Top = 190
- BorderStyle = bsDialog
- ClientHeight = 121
- ClientWidth = 212
- 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 lblColumns: TLabel
- Left = 4
- Top = 12
- Width = 3
- Height = 13
- end
- object lblRows: TLabel
- Left = 4
- Top = 41
- Width = 3
- Height = 13
- end
- object chkboxMerge: TCheckBox
- Left = 4
- Top = 69
- Width = 205
- Height = 14
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = chkboxMergeClick
- end
- object btnOk: TButton
- Left = 57
- Top = 93
- Width = 72
- Height = 22
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object btnCancel: TButton
- Left = 136
- Top = 93
- Width = 72
- Height = 22
- Cancel = True
- ModalResult = 2
- TabOrder = 6
- end
- object spinColumns: TEdit
- Left = 123
- Top = 8
- Width = 37
- Height = 21
- HelpContext = 856
- MaxLength = 2
- TabOrder = 0
- Text = '1'
- end
- object UpspinColumns: TUpDown
- Left = 160
- Top = 8
- Width = 15
- Height = 21
- HelpContext = 856
- Associate = spinColumns
- Min = 1
- Max = 32
- Position = 1
- TabOrder = 1
- Wrap = False
- end
- object spinRows: TEdit
- Left = 123
- Top = 37
- Width = 38
- Height = 21
- HelpContext = 859
- MaxLength = 2
- TabOrder = 2
- Text = '1'
- end
- object UpspinRows: TUpDown
- Left = 160
- Top = 37
- Width = 15
- Height = 21
- HelpContext = 859
- Associate = spinRows
- Min = 1
- Max = 32
- Position = 1
- TabOrder = 3
- Wrap = False
- end
- end
-