home *** CD-ROM | disk | FTP | other *** search
- object frmTable: TfrmTable
- Left = 455
- Top = 114
- HelpContext = 162
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Table'
- ClientHeight = 230
- ClientWidth = 345
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- ShowHint = True
- OnActivate = FormActivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 329
- Height = 185
- Shape = bsFrame
- IsControl = True
- end
- object lblCellPadding: TLabel
- Left = 22
- Top = 108
- Width = 56
- Height = 13
- Caption = 'Cell&Padding'
- FocusControl = txtCellPadding
- end
- object lblCellSpacing: TLabel
- Left = 183
- Top = 108
- Width = 56
- Height = 13
- Caption = 'Cell&Spacing'
- FocusControl = txtCellSpacing
- end
- object lblWidth: TLabel
- Left = 22
- Top = 136
- Width = 28
- Height = 13
- Caption = '&Width'
- FocusControl = txtWidth
- end
- object lblHeight: TLabel
- Left = 183
- Top = 136
- Width = 31
- Height = 13
- Caption = '&Height'
- FocusControl = txtHeight
- end
- object lblAlign: TLabel
- Left = 22
- Top = 52
- Width = 46
- Height = 13
- Caption = 'A&lignment'
- FocusControl = cmbAlign
- end
- object lblColSpec: TLabel
- Left = 22
- Top = 80
- Width = 40
- Height = 13
- Caption = '&ColSpec'
- FocusControl = txtColSpec
- end
- object shpBGColor: TShape
- Left = 183
- Top = 160
- Width = 58
- Height = 21
- end
- object lblBGColor: TLabel
- Left = 22
- Top = 156
- Width = 61
- Height = 26
- Caption = 'Backgroun&d Color'
- FocusControl = txtBGColor
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object OKBtn: TBitBtn
- Left = 93
- Top = 200
- Width = 77
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 10
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 176
- Top = 200
- Width = 77
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 11
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 259
- Top = 200
- Width = 77
- Height = 25
- Caption = '&Help'
- TabOrder = 12
- OnClick = HelpBtnClick
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object chkBorder: TCheckBox
- Left = 24
- Top = 20
- Width = 57
- Height = 17
- Hint = 'Displays the table with a border'
- Caption = '&Border'
- State = cbChecked
- TabOrder = 0
- OnClick = chkBorderClick
- end
- object txtBorder: TMaskEdit
- Left = 92
- Top = 20
- Width = 81
- Height = 21
- Hint = 'Width of the border'
- MaxLength = 0
- TabOrder = 1
- OnKeyPress = NumericKeyPress
- end
- object txtCellPadding: TMaskEdit
- Left = 92
- Top = 104
- Width = 81
- Height = 21
- Hint = 'Spacing within cells'
- MaxLength = 0
- TabOrder = 4
- OnKeyPress = NumericKeyPress
- end
- object txtCellSpacing: TMaskEdit
- Left = 248
- Top = 104
- Width = 81
- Height = 21
- Hint = 'Spacing between cells'
- MaxLength = 0
- TabOrder = 5
- OnKeyPress = NumericKeyPress
- end
- object txtWidth: TEdit
- Left = 92
- Top = 132
- Width = 81
- Height = 21
- Hint = 'Table width'
- TabOrder = 6
- OnKeyPress = NumPercentKeyPress
- end
- object txtHeight: TEdit
- Left = 248
- Top = 132
- Width = 81
- Height = 21
- Hint = 'Table height'
- TabOrder = 7
- OnKeyPress = NumPercentKeyPress
- end
- object cmbAlign: TComboBox
- Left = 92
- Top = 48
- Width = 237
- Height = 21
- Hint = 'Alignment of the table'
- ItemHeight = 13
- Items.Strings = (
- 'absbottom'
- 'absmiddle'
- 'baseline'
- 'bleedleft'
- 'bleedright'
- 'bottom'
- 'center'
- 'left'
- 'middle'
- 'right'
- 'text'
- 'top')
- TabOrder = 2
- end
- object txtColSpec: TEdit
- Left = 92
- Top = 76
- Width = 237
- Height = 21
- Hint =
- 'List of column widths and alignment specifications (e.g. "L20 C8' +
- ' L40")'
- TabOrder = 3
- end
- object bbtnSetBGColor: TBitBtn
- Left = 248
- Top = 160
- Width = 81
- Height = 21
- Hint = 'Set the document'#39's background color'
- Caption = 'Color'
- TabOrder = 9
- OnClick = bbtnSetBGColorClick
- Glyph.Data = {
- DE000000424DDE0000000000000076000000280000000F0000000D0000000100
- 0400000000006800000000000000000000000000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00444444444444
- 444F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBB
- BB4F4CCCCCC4BBBBBB4F444444444444444F49999994AAAAAA4F49999994AAAA
- AA4F49999994AAAAAA4F49999994AAAAAA4F49999994AAAAAA4F444444444444
- 444F}
- end
- object txtBGColor: TComboBox
- Left = 92
- Top = 160
- Width = 81
- Height = 21
- Hint = 'Color can be in either text or hex format'
- ItemHeight = 13
- Items.Strings = (
- 'Aqua'
- 'Black'
- 'Blue'
- 'Fuchsia'
- 'Gray'
- 'Green'
- 'Lime'
- 'Maroon'
- 'Navy'
- 'Olive'
- 'Purple'
- 'Red'
- 'Silver'
- 'Teal'
- 'White'
- 'Yellow')
- TabOrder = 8
- OnChange = txtBGColorChange
- end
- object dlgColor: TColorDialog
- Ctl3D = True
- Left = 232
- Top = 16
- end
- end
-