home *** CD-ROM | disk | FTP | other *** search
- object InsertRowsDlog: TInsertRowsDlog
- Left = 260
- Top = 187
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Insert Rows or Columns'
- ClientHeight = 190
- ClientWidth = 245
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object NumberLbl: TLabel
- Left = 8
- Top = 152
- Width = 52
- Height = 17
- Caption = 'Number of '
- end
- object RowColumnLbl: TLabel
- Left = 64
- Top = 152
- Width = 57
- Height = 17
- Caption = 'Rows'
- end
- object InsertRowAbove: TRadioButton
- Left = 8
- Top = 8
- Width = 121
- Height = 25
- Caption = 'Insert Row Above'
- TabOrder = 0
- OnClick = InsertRowAboveClick
- end
- object InsertRowBelow: TRadioButton
- Left = 8
- Top = 37
- Width = 121
- Height = 25
- Caption = 'Insert Row Below'
- TabOrder = 1
- OnClick = InsertRowBelowClick
- end
- object okBtn: TButton
- Left = 152
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 6
- OnClick = OKBtnClick
- end
- object applyBtn: TButton
- Left = 152
- Top = 40
- Width = 75
- Height = 25
- Caption = 'Apply'
- TabOrder = 7
- OnClick = applyBtnClick
- end
- object cancelBtn: TButton
- Left = 152
- Top = 72
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 8
- OnClick = CancelBtnClick
- end
- object InsertColumnLeft: TRadioButton
- Left = 8
- Top = 67
- Width = 121
- Height = 25
- Caption = 'Insert Column Left'
- TabOrder = 2
- OnClick = InsertColumnLeftClick
- end
- object InsertColumnRight: TRadioButton
- Left = 8
- Top = 96
- Width = 121
- Height = 25
- Caption = 'Insert Column Right'
- TabOrder = 3
- OnClick = InsertColumnRightClick
- end
- object Number: TEdit
- Left = 128
- Top = 152
- Width = 49
- Height = 21
- TabOrder = 4
- Text = '1'
- end
- object upDown: TUpDown
- Left = 177
- Top = 152
- Width = 14
- Height = 21
- Associate = Number
- Min = 1
- Max = 20
- Position = 1
- TabOrder = 5
- Wrap = True
- end
- object HelpBtn: TButton
- Left = 152
- Top = 112
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 9
- OnClick = HelpBtnClick
- end
- end
-