home *** CD-ROM | disk | FTP | other *** search
- object InsertTable: TInsertTable
- Left = 239
- Top = 152
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Insert Table'
- ClientHeight = 342
- ClientWidth = 350
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 9
- Top = 60
- Width = 104
- Height = 30
- AutoSize = False
- Caption = '&Background color: '
- FocusControl = TableColor
- WordWrap = True
- end
- object Label4: TLabel
- Left = 10
- Top = 97
- Width = 96
- Height = 21
- AutoSize = False
- Caption = '&Width:'
- FocusControl = TableWidth
- end
- object Label2: TLabel
- Left = 10
- Top = 10
- Width = 45
- Height = 21
- AutoSize = False
- Caption = '&Rows:'
- FocusControl = Rows
- end
- object Label3: TLabel
- Left = 186
- Top = 10
- Width = 57
- Height = 21
- AutoSize = False
- Caption = '&Columns:'
- FocusControl = Columns
- end
- object Bevel1: TBevel
- Left = 10
- Top = 37
- Width = 299
- Height = 9
- Shape = bsBottomLine
- end
- object Label6: TLabel
- Left = 10
- Top = 228
- Width = 62
- Height = 13
- Caption = 'Cell &Spacing:'
- FocusControl = TableCellSpacing
- end
- object Label10: TLabel
- Left = 10
- Top = 260
- Width = 62
- Height = 13
- Caption = 'C&ell Padding:'
- FocusControl = TableCellPadding
- end
- object TableColor: TEdit
- Left = 111
- Top = 60
- Width = 57
- Height = 21
- TabOrder = 4
- end
- object TableColorBtn: TButton
- Left = 175
- Top = 60
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 5
- OnClick = TableColorBtnClick
- end
- object TableWidth: TEdit
- Left = 111
- Top = 97
- Width = 45
- Height = 21
- TabOrder = 6
- Text = '50'
- end
- object TableWidthUpDown: TUpDown
- Left = 156
- Top = 97
- Width = 15
- Height = 21
- Associate = TableWidth
- Min = 0
- Max = 9999
- Position = 50
- TabOrder = 7
- Wrap = False
- end
- object TablePixels: TRadioButton
- Left = 175
- Top = 109
- Width = 57
- Height = 17
- Caption = 'Pi&xels'
- TabOrder = 9
- end
- object TablePercent: TRadioButton
- Left = 175
- Top = 93
- Width = 57
- Height = 17
- Caption = '&Percent'
- Checked = True
- TabOrder = 8
- TabStop = True
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 133
- Width = 299
- Height = 82
- Caption = 'Border '
- TabOrder = 10
- object Label20: TLabel
- Left = 172
- Top = 25
- Width = 34
- Height = 13
- Caption = 'Wi&dth: '
- FocusControl = TableBorderWidth
- end
- object TableBorderWidth: TComboBox
- Left = 212
- Top = 22
- Width = 72
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'BORDER'
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
- '10')
- TabOrder = 2
- Text = '1'
- end
- object TableBorderOn: TRadioButton
- Left = 16
- Top = 21
- Width = 65
- Height = 17
- Caption = '&Grid'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = TableBorderOnClick
- end
- object TableBorderOff: TRadioButton
- Left = 16
- Top = 46
- Width = 65
- Height = 17
- Caption = '&None'
- TabOrder = 1
- OnClick = TableBorderOffClick
- end
- object GridPnl: TPanel
- Left = 103
- Top = 21
- Width = 46
- Height = 48
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'GridPnl'
- Color = clWhite
- TabOrder = 3
- object TableBorderOnImg: TImage
- Left = 1
- Top = 1
- Width = 40
- Height = 42
- Picture.Data = {<image000.bmp>}
- end
- object TableBorderOffImg: TImage
- Left = 1
- Top = 1
- Width = 40
- Height = 42
- Picture.Data = {<image001.bmp>}
- Visible = False
- end
- end
- end
- object TableCellSpacing: TEdit
- Left = 80
- Top = 228
- Width = 49
- Height = 21
- TabOrder = 11
- Text = '0'
- end
- object TableCellPadding: TEdit
- Left = 80
- Top = 260
- Width = 49
- Height = 21
- TabOrder = 13
- Text = '0'
- end
- object CellSpacingUpDown: TUpDown
- Left = 129
- Top = 228
- Width = 15
- Height = 21
- Associate = TableCellSpacing
- Min = 0
- Max = 9999
- Position = 0
- TabOrder = 12
- Wrap = False
- end
- object CellPaddingUpDown: TUpDown
- Left = 129
- Top = 260
- Width = 15
- Height = 21
- Associate = TableCellPadding
- Min = 0
- Max = 9999
- Position = 0
- TabOrder = 14
- Wrap = False
- end
- object OKBtn: TButton
- Left = 11
- Top = 306
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 15
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 91
- Top = 306
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 16
- OnClick = CancelBtnClick
- end
- object ApplyBtn: TButton
- Left = 171
- Top = 306
- Width = 75
- Height = 25
- Caption = '&Apply'
- TabOrder = 17
- OnClick = ApplyBtnClick
- end
- object Rows: TEdit
- Left = 68
- Top = 10
- Width = 45
- Height = 21
- TabOrder = 0
- Text = '2'
- end
- object RowsUpDown: TUpDown
- Left = 113
- Top = 10
- Width = 15
- Height = 21
- Associate = Rows
- Min = 1
- Max = 999
- Position = 2
- TabOrder = 1
- Wrap = False
- end
- object Columns: TEdit
- Left = 244
- Top = 10
- Width = 45
- Height = 21
- TabOrder = 2
- Text = '2'
- end
- object ColumnsUpDown: TUpDown
- Left = 289
- Top = 10
- Width = 15
- Height = 21
- Associate = Columns
- Min = 1
- Max = 999
- Position = 2
- TabOrder = 3
- Wrap = False
- end
- object HelpBtn: TButton
- Left = 259
- Top = 305
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 18
- OnClick = HelpBtnClick
- end
- end
-