home *** CD-ROM | disk | FTP | other *** search
- object TabTable: TTabTable
- Left = 222
- Top = 66
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Table'
- ClientHeight = 464
- ClientWidth = 568
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 20
- object TabbedNotebook1: TTabbedNotebook
- Left = 0
- Top = 0
- Width = 568
- Height = 417
- Align = alTop
- TabFont.Color = clBtnText
- TabFont.Height = -13
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 0
- object TTabPage
- Left = 4
- Top = 27
- Caption = 'Table Definition'
- object Label2: TLabel
- Left = 69
- Top = 12
- Width = 265
- Height = 44
- AutoSize = False
- Caption = 'Table width as a percentage of the window width'
- Color = clSilver
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- object Label4: TLabel
- Left = 69
- Top = 62
- Width = 265
- Height = 44
- AutoSize = False
- Caption = 'The width in pixels of the border around the table'
- Color = clSilver
- ParentColor = False
- WordWrap = True
- end
- object Label7: TLabel
- Left = 69
- Top = 172
- Width = 265
- Height = 22
- AutoSize = False
- Caption = 'Spacing within table cells'
- Color = clSilver
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- object Label8: TLabel
- Left = 69
- Top = 122
- Width = 265
- Height = 22
- AutoSize = False
- Caption = 'Spacing between table cells'
- Color = clSilver
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- object Label5: TLabel
- Left = 69
- Top = 221
- Width = 265
- Height = 22
- AutoSize = False
- Caption = 'Number of rows in the table'
- Color = clSilver
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- object Label6: TLabel
- Left = 69
- Top = 272
- Width = 265
- Height = 20
- AutoSize = False
- Caption = 'Number of columns in the table'
- Color = clSilver
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- object Label1: TLabel
- Left = 69
- Top = 320
- Width = 265
- Height = 20
- AutoSize = False
- Caption = 'Horizontal Cell Allignment'
- Color = clSilver
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- object SpinEdit1: TSpinEdit
- Left = 345
- Top = 19
- Width = 55
- Height = 31
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 100
- MinValue = 10
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- Value = 50
- end
- object SpinEdit2: TSpinEdit
- Left = 345
- Top = 69
- Width = 55
- Height = 31
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 20
- MinValue = 0
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- Value = 3
- end
- object SpinEdit4: TSpinEdit
- Left = 345
- Top = 168
- Width = 55
- Height = 31
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 20
- MinValue = 0
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- Value = 3
- end
- object SpinEdit3: TSpinEdit
- Left = 345
- Top = 118
- Width = 55
- Height = 31
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 20
- MinValue = 0
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- Value = 3
- end
- object SpinEdit5: TSpinEdit
- Left = 345
- Top = 217
- Width = 55
- Height = 31
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 99
- MinValue = 1
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- Value = 2
- end
- object SpinEdit6: TSpinEdit
- Left = 345
- Top = 267
- Width = 55
- Height = 31
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 20
- MinValue = 1
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 5
- Value = 2
- end
- object ComboBox1: TComboBox
- Left = 345
- Top = 316
- Width = 145
- Height = 28
- Style = csDropDownList
- ItemHeight = 20
- Items.Strings = (
- 'None'
- 'Center'
- 'Left Align'
- 'Right Align')
- TabOrder = 6
- end
- end
- object TTabPage
- Left = 4
- Top = 27
- Caption = 'Headings'
- object Label11: TLabel
- Left = 69
- Top = 24
- Width = 265
- Height = 44
- AutoSize = False
- Caption = 'The number of headings needed in columns'
- ParentShowHint = False
- ShowHint = False
- WordWrap = True
- end
- object Label16: TLabel
- Left = 69
- Top = 85
- Width = 265
- Height = 22
- AutoSize = False
- Caption = 'Row span of each heading'
- ParentShowHint = False
- ShowHint = False
- WordWrap = True
- end
- object Label17: TLabel
- Left = 69
- Top = 135
- Width = 265
- Height = 22
- AutoSize = False
- Caption = 'Column span of each heading'
- ParentShowHint = False
- ShowHint = False
- WordWrap = True
- end
- object Label18: TLabel
- Left = 69
- Top = 184
- Width = 265
- Height = 22
- AutoSize = False
- Caption = 'Horizontal heading alignment'
- ParentShowHint = False
- ShowHint = False
- WordWrap = True
- end
- object Label19: TLabel
- Left = 69
- Top = 234
- Width = 265
- Height = 22
- AutoSize = False
- Caption = 'Vertical heading alignment'
- ParentShowHint = False
- ShowHint = False
- WordWrap = True
- end
- object Label20: TLabel
- Left = 73
- Top = 282
- Width = 265
- Height = 44
- AutoSize = False
- Caption = 'Should Headings be allowed to wrap'
- ParentShowHint = False
- ShowHint = False
- WordWrap = True
- end
- object SpinEdit7: TSpinEdit
- Left = 345
- Top = 31
- Width = 55
- Height = 31
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 20
- MinValue = 0
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- Value = 0
- end
- object SpinEdit8: TSpinEdit
- Left = 345
- Top = 81
- Width = 55
- Height = 31
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 10
- MinValue = 0
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- Value = 1
- end
- object SpinEdit9: TSpinEdit
- Left = 345
- Top = 131
- Width = 55
- Height = 31
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 20
- MinValue = 0
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- Value = 1
- end
- object ComboBox2: TComboBox
- Left = 345
- Top = 181
- Width = 145
- Height = 28
- Style = csDropDownList
- ItemHeight = 20
- Items.Strings = (
- 'None'
- 'Center'
- 'Left'
- 'Right')
- TabOrder = 3
- end
- object ComboBox3: TComboBox
- Left = 345
- Top = 231
- Width = 145
- Height = 28
- Style = csDropDownList
- ItemHeight = 20
- Items.Strings = (
- 'None'
- 'Middle'
- 'Bottom'
- 'Top'
- 'Baseline')
- TabOrder = 4
- end
- object RadioButton2: TRadioButton
- Left = 424
- Top = 281
- Width = 61
- Height = 22
- Alignment = taLeftJustify
- Caption = 'Yes'
- TabOrder = 5
- end
- object RadioButton1: TRadioButton
- Left = 345
- Top = 281
- Width = 61
- Height = 22
- Alignment = taLeftJustify
- Caption = 'No'
- Checked = True
- TabOrder = 6
- TabStop = True
- end
- end
- object TTabPage
- Left = 4
- Top = 27
- Caption = 'Caption'
- object Label9: TLabel
- Left = 20
- Top = 48
- Width = 169
- Height = 20
- AutoSize = False
- Caption = 'Table Caption'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- end
- object Label15: TLabel
- Left = 20
- Top = 158
- Width = 169
- Height = 20
- AutoSize = False
- Caption = 'Text Color'
- ParentShowHint = False
- ShowHint = False
- end
- object Label10: TLabel
- Left = 20
- Top = 103
- Width = 169
- Height = 22
- AutoSize = False
- Caption = 'Caption Position'
- end
- object Edit1: TEdit
- Left = 196
- Top = 44
- Width = 344
- Height = 29
- AutoSize = False
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 196
- Top = 154
- Width = 285
- Height = 28
- Hint = 'Click here to change color'
- Color = clSilver
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 1
- end
- object ComboBox4: TComboBox
- Left = 196
- Top = 100
- Width = 145
- Height = 28
- Style = csDropDownList
- ItemHeight = 20
- Items.Strings = (
- 'Top'
- 'Bottom')
- TabOrder = 2
- end
- end
- object TTabPage
- Left = 4
- Top = 27
- Caption = 'Cell Colors'
- object Label12: TLabel
- Left = 20
- Top = 47
- Width = 192
- Height = 22
- AutoSize = False
- Caption = 'Text color within cells'
- end
- object Label13: TLabel
- Left = 20
- Top = 103
- Width = 192
- Height = 22
- AutoSize = False
- Caption = 'Cell background color'
- end
- object Edit3: TEdit
- Left = 255
- Top = 44
- Width = 285
- Height = 28
- Hint = 'Click here to change color'
- Color = clSilver
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 0
- OnClick = Edit3Click
- end
- object Edit4: TEdit
- Left = 255
- Top = 100
- Width = 285
- Height = 28
- Hint = 'Click here to change color'
- Color = clSilver
- Font.Color = clBlue
- Font.Height = -18
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 1
- OnClick = Edit4Click
- end
- object Panel1: TPanel
- Left = 0
- Top = 193
- Width = 560
- Height = 193
- Align = alBottom
- TabOrder = 2
- object Label14: TLabel
- Left = 12
- Top = 91
- Width = 192
- Height = 22
- AutoSize = False
- Caption = 'Cell Background Image'
- ParentShowHint = False
- ShowHint = False
- end
- object Label3: TLabel
- Left = 93
- Top = 16
- Width = 363
- Height = 44
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Choosing a backround image will override a cell background color' +
- ' chosen above'
- WordWrap = True
- end
- object Edit5: TEdit
- Left = 208
- Top = 90
- Width = 333
- Height = 27
- AutoSize = False
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -18
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- end
- object Button1: TButton
- Left = 98
- Top = 135
- Width = 89
- Height = 25
- Caption = 'Browse'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object CheckBox1: TCheckBox
- Left = 274
- Top = 137
- Width = 201
- Height = 20
- Caption = 'Include Path To Image'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- end
- object Panel2: TPanel
- Left = 26
- Top = 72
- Width = 497
- Height = 3
- TabOrder = 3
- end
- end
- end
- object TTabPage
- Left = 4
- Top = 27
- Caption = 'Heading Colors'
- object Label23: TLabel
- Left = 20
- Top = 103
- Width = 225
- Height = 22
- AutoSize = False
- Caption = 'Heading background color'
- end
- object Label24: TLabel
- Left = 20
- Top = 47
- Width = 192
- Height = 22
- AutoSize = False
- Caption = 'Text color for headings'
- end
- object Panel3: TPanel
- Left = 0
- Top = 193
- Width = 560
- Height = 193
- Align = alBottom
- Caption = 'Panel3'
- TabOrder = 0
- object Label21: TLabel
- Left = 12
- Top = 92
- Width = 177
- Height = 22
- AutoSize = False
- Caption = 'Background image'
- ParentShowHint = False
- ShowHint = False
- end
- object Label22: TLabel
- Left = 93
- Top = 16
- Width = 363
- Height = 44
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Choosing a backround image will override a heading background co' +
- 'lor chosen above'
- WordWrap = True
- end
- object Edit8: TEdit
- Left = 208
- Top = 90
- Width = 333
- Height = 27
- AutoSize = False
- Font.Color = clMaroon
- Font.Height = -18
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- end
- object Button2: TButton
- Left = 98
- Top = 135
- Width = 89
- Height = 25
- Caption = 'Browse'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = Button2Click
- end
- object CheckBox2: TCheckBox
- Left = 274
- Top = 137
- Width = 201
- Height = 20
- Caption = 'Include Path To Image'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- end
- object Panel4: TPanel
- Left = 26
- Top = 72
- Width = 497
- Height = 3
- TabOrder = 3
- end
- end
- object Edit7: TEdit
- Left = 255
- Top = 100
- Width = 285
- Height = 28
- Hint = 'Click here to change color'
- Color = clSilver
- Font.Color = clBlue
- Font.Height = -18
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 1
- OnClick = Edit7Click
- end
- object Edit6: TEdit
- Left = 255
- Top = 44
- Width = 285
- Height = 28
- Hint = 'Click here to change color'
- Color = clSilver
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 2
- OnClick = Edit6Click
- end
- end
- end
- object BitBtn1: TBitBtn
- Left = 141
- Top = 424
- Width = 110
- Height = 33
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 317
- Top = 424
- Width = 110
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Filter =
- 'Image Files|*.gif;*.jpg;*.tif|GIF Image Files|*.gif|JPEG Image F' +
- 'iles|*.jpg|TIFF Image Files|*.tif'
- Left = 444
- Top = 424
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Left = 480
- Top = 424
- end
- end
-