home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 June
/
PCWorld_2003-06_cd.bin
/
SOFTWARE
/
VYZKUSTE
/
RKEDIT
/
RKEDIT.EXE
/
0
/
RCDATA
/
TFRMTABLEWIZARD
/
TFRMTABLEWIZARD.txt
< prev
Wrap
Text File
|
2003-04-17
|
42KB
|
1,768 lines
inherited frmTableWizard: TfrmTableWizard
Left = 410
Top = 228
BorderStyle = bsDialog
Caption = 'Table Wizard'
ClientHeight = 366
ClientWidth = 429
Position = poOwnerFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object pcWizard: TPageControl
Left = 0
Top = 0
Width = 429
Height = 366
ActivePage = TabSheet7
Align = alClient
TabIndex = 0
TabOrder = 0
OnChanging = pcWizardChanging
object TabSheet7: TTabSheet
Caption = 'begin'
ImageIndex = 6
object Label3: TLabel
Left = 88
Top = 16
Width = 329
Height = 24
Alignment = taCenter
AutoSize = False
Caption = 'Welcome in Table Wizard!'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Image1: TImage
Left = 0
Top = 0
Width = 80
Height = 338
Align = alLeft
Picture.Data = {<image000.bmp>}
Stretch = True
end
object gbTableSize: TGroupBox
Left = 262
Top = 45
Width = 145
Height = 113
Caption = 'Table size:'
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 16
Width = 95
Height = 13
Caption = 'Number of Columns:'
end
object Label2: TLabel
Left = 8
Top = 64
Width = 82
Height = 13
Caption = 'Number of Rows:'
end
object seNumOfRows: TSpinEdit
Left = 8
Top = 80
Width = 129
Height = 22
MaxValue = 100
MinValue = 1
TabOrder = 1
Value = 5
end
object seNumOfColumns: TSpinEdit
Left = 8
Top = 32
Width = 129
Height = 22
MaxValue = 100
MinValue = 1
TabOrder = 0
Value = 2
end
end
object rgTableType: TRadioGroup
Left = 92
Top = 45
Width = 161
Height = 113
Caption = 'I want:'
ItemIndex = 0
Items.Strings = (
'HTML Table'
'XML DocBook Table'
'Text Table'
'LaTeX Tabular')
TabOrder = 0
end
object GroupBox4: TGroupBox
Left = 325
Top = 165
Width = 81
Height = 154
TabOrder = 5
object edtSeparator: TLabeledEdit
Left = 8
Top = 32
Width = 65
Height = 21
EditLabel.Width = 49
EditLabel.Height = 13
EditLabel.Caption = 'Separator:'
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 0
end
object cbTrimData: TCheckBox
Left = 8
Top = 72
Width = 65
Height = 17
Caption = 'Trim data'
Checked = True
State = cbChecked
TabOrder = 1
end
end
object rgDataSource: TRadioGroup
Left = 92
Top = 165
Width = 225
Height = 154
Caption = 'Data source'
ItemIndex = 0
Items.Strings = (
'empty table'
'selected block'
'whole text'
'external file:'
'ToDo List'
'DB Table')
TabOrder = 2
OnClick = rgDataSourceClick
end
object edtFileName: TEdit
Left = 178
Top = 247
Width = 105
Height = 21
TabOrder = 3
end
object bbtnOpen: TBitBtn
Left = 288
Top = 246
Width = 22
Height = 22
TabOrder = 4
OnClick = bbtnOpenClick
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
88888888888888888888000000000008888800333333333088880B0333333333
08880FB03333333330880BFB0333333333080FBFB000000000000BFBFBFBFB08
88880FBFBFBFBF0888880BFB0000000888888000888888880008888888888888
8008888888880888080888888888800088888888888888888888}
end
end
object TabSheet1: TTabSheet
Caption = 'db1'
object Label17: TLabel
Left = 95
Top = 16
Width = 196
Height = 24
Caption = 'Main table properties'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object rgXMLFrameType: TRadioGroup
Left = 96
Top = 160
Width = 185
Height = 113
Caption = 'frame type'
Columns = 2
ItemIndex = 1
Items.Strings = (
'[don'#39't use]'
'all'
'bottom'
'none'
'sides'
'top'
'topbot')
TabOrder = 2
end
object extXMLTableTitle: TLabeledEdit
Left = 96
Top = 72
Width = 313
Height = 21
EditLabel.Width = 49
EditLabel.Height = 13
EditLabel.Caption = 'Table title:'
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 0
end
object rgXMLOrientation: TRadioGroup
Left = 296
Top = 160
Width = 113
Height = 113
Caption = 'orientation'
ItemIndex = 0
Items.Strings = (
'[don'#39't use]'
'landscape'
'portrait')
TabOrder = 3
end
object edtXMLLabel: TLabeledEdit
Left = 96
Top = 120
Width = 313
Height = 21
EditLabel.Width = 74
EditLabel.Height = 13
EditLabel.Caption = 'Label (CDATA):'
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 1
end
end
object TabSheet2: TTabSheet
Caption = 'db2'
ImageIndex = 1
object Label5: TLabel
Left = 95
Top = 16
Width = 143
Height = 24
Caption = 'Table attributes'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object gbXMLTableColSep: TGroupBox
Left = 232
Top = 128
Width = 121
Height = 73
Caption = 'colsep (NUMBER)'
TabOrder = 3
object SpinEdit6: TSpinEdit
Left = 8
Top = 40
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 0
end
object CheckBox4: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
TabOrder = 0
end
end
object gbXMLPGWide: TGroupBox
Left = 96
Top = 48
Width = 121
Height = 73
Caption = 'pgwide (NUMBER)'
TabOrder = 0
object SpinEdit2: TSpinEdit
Left = 8
Top = 40
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 0
end
object CheckBox1: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
TabOrder = 0
end
end
object gbXMLTOCentry: TGroupBox
Left = 232
Top = 208
Width = 121
Height = 73
Caption = 'tocentry (NUMBER)'
TabOrder = 5
object SpinEdit7: TSpinEdit
Left = 8
Top = 40
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 0
end
object CheckBox5: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
TabOrder = 0
end
end
object gbXMLTableRowSep: TGroupBox
Left = 96
Top = 128
Width = 121
Height = 73
Caption = 'rowsep (NUMBER)'
TabOrder = 2
object SpinEdit4: TSpinEdit
Left = 8
Top = 40
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 0
end
object CheckBox2: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
TabOrder = 0
end
end
object gbXMLShortEntry: TGroupBox
Left = 232
Top = 48
Width = 121
Height = 73
Caption = 'shortentry (NUMBER)'
TabOrder = 1
object SpinEdit5: TSpinEdit
Left = 8
Top = 40
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 0
end
object CheckBox3: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
TabOrder = 0
end
end
object gbXMLTabStyle: TGroupBox
Left = 96
Top = 208
Width = 121
Height = 73
Caption = 'tabstyle (NMTOKEN)'
TabOrder = 4
object CheckBox6: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
TabOrder = 0
end
object Edit1: TEdit
Left = 8
Top = 40
Width = 105
Height = 21
TabOrder = 1
end
end
end
object TabSheet3: TTabSheet
Caption = 'db3'
ImageIndex = 2
object Label18: TLabel
Left = 95
Top = 16
Width = 152
Height = 24
Caption = 'TGroup element'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object rgXMLGroupRowSep: TGroupBox
Left = 184
Top = 49
Width = 113
Height = 73
Caption = 'rowsep (NUMBER)'
TabOrder = 1
object SpinEdit8: TSpinEdit
Left = 8
Top = 40
Width = 97
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 1
end
object CheckBox7: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
Checked = True
State = cbChecked
TabOrder = 0
end
end
object rgXMLGroupColSep: TGroupBox
Left = 304
Top = 49
Width = 113
Height = 73
Caption = 'colsep (NUMBER)'
TabOrder = 2
object SpinEdit9: TSpinEdit
Left = 8
Top = 40
Width = 97
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 1
end
object CheckBox8: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
Checked = True
State = cbChecked
TabOrder = 0
end
end
object rgXMLAlign: TRadioGroup
Left = 96
Top = 49
Width = 81
Height = 153
Caption = 'align'
ItemIndex = 0
Items.Strings = (
'[don'#39't use]'
'left'
'center'
'right'
'char'
'justify')
TabOrder = 0
end
object gbXMLGroupStyle: TGroupBox
Left = 96
Top = 209
Width = 321
Height = 73
Caption = 'tgroupstyle (NMTOKEN)'
TabOrder = 5
object CheckBox9: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
TabOrder = 0
end
object Edit2: TEdit
Left = 8
Top = 40
Width = 305
Height = 21
TabOrder = 1
end
end
object gbXMLCharOff: TGroupBox
Left = 184
Top = 129
Width = 113
Height = 73
Caption = 'charoff (NUTOKEN)'
TabOrder = 3
object CheckBox10: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
TabOrder = 0
end
object Edit3: TEdit
Left = 8
Top = 40
Width = 97
Height = 21
TabOrder = 1
end
end
object gbXMLChar: TGroupBox
Left = 304
Top = 129
Width = 113
Height = 73
Caption = 'char (DATA)'
TabOrder = 4
object CheckBox11: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
TabOrder = 0
end
object Edit4: TEdit
Left = 8
Top = 40
Width = 97
Height = 21
TabOrder = 1
end
end
end
object TabSheet4: TTabSheet
Caption = 'db4'
ImageIndex = 3
object Label7: TLabel
Left = 96
Top = 72
Width = 55
Height = 13
Caption = 'Row count:'
end
object Label8: TLabel
Left = 96
Top = 56
Width = 67
Height = 13
Caption = 'Table Head'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label19: TLabel
Left = 200
Top = 56
Width = 64
Height = 13
Caption = 'Table body'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label20: TLabel
Left = 304
Top = 56
Width = 62
Height = 13
Caption = 'Table Foot'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label21: TLabel
Left = 304
Top = 72
Width = 55
Height = 13
Caption = 'Row count:'
end
object Label6: TLabel
Left = 95
Top = 16
Width = 210
Height = 24
Caption = 'Table Head/Body/Foot'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object seXMLHeadRowCount: TSpinEdit
Left = 96
Top = 88
Width = 89
Height = 22
MaxValue = 100
MinValue = 0
TabOrder = 0
Value = 1
OnChange = seXMLHeadFootRowCountChange
end
object rgXMLHeadValign: TRadioGroup
Left = 96
Top = 120
Width = 89
Height = 105
Caption = 'valign'
ItemIndex = 0
Items.Strings = (
'[don'#39't use]'
'bottom'
'middle'
'top')
TabOrder = 1
end
object rgXMLBodyValign: TRadioGroup
Left = 200
Top = 120
Width = 89
Height = 105
Caption = 'valign'
ItemIndex = 0
Items.Strings = (
'[don'#39't use]'
'bottom'
'middle'
'top')
TabOrder = 2
end
object seXMLFootRowCount: TSpinEdit
Left = 304
Top = 88
Width = 89
Height = 22
MaxValue = 100
MinValue = 0
TabOrder = 3
Value = 0
OnChange = seXMLHeadFootRowCountChange
end
object rgXMLFootValign: TRadioGroup
Left = 304
Top = 120
Width = 89
Height = 105
Caption = 'valign'
ItemIndex = 0
Items.Strings = (
'[don'#39't use]'
'bottom'
'middle'
'top')
TabOrder = 4
end
end
object TabSheet9: TTabSheet
Caption = 'text'
ImageIndex = 8
object Label13: TLabel
Left = 96
Top = 248
Width = 48
Height = 13
Caption = 'Cell width:'
end
object Label11: TLabel
Left = 205
Top = 248
Width = 52
Height = 13
Caption = 'Cell height:'
end
object Label22: TLabel
Left = 95
Top = 16
Width = 192
Height = 24
Caption = 'Text table properties'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object edtTextLeftTop: TLabeledEdit
Left = 96
Top = 72
Width = 95
Height = 21
EditLabel.Width = 72
EditLabel.Height = 13
EditLabel.Caption = 'Left top corner:'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 1
TabOrder = 0
Text = '/'
OnExit = edtTextVerticalLineExit
end
object edtTextRightTop: TLabeledEdit
Left = 314
Top = 72
Width = 95
Height = 21
EditLabel.Width = 79
EditLabel.Height = 13
EditLabel.Caption = 'Right top corner:'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 1
TabOrder = 2
Text = '\'
OnExit = edtTextVerticalLineExit
end
object edtTextTopMiddle: TLabeledEdit
Left = 205
Top = 72
Width = 95
Height = 21
EditLabel.Width = 56
EditLabel.Height = 13
EditLabel.Caption = 'Top Middle:'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 1
TabOrder = 1
Text = '+'
OnExit = edtTextVerticalLineExit
end
object edtTextLeftBotom: TLabeledEdit
Left = 96
Top = 168
Width = 95
Height = 21
EditLabel.Width = 89
EditLabel.Height = 13
EditLabel.Caption = 'Left bottom corner:'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 1
TabOrder = 6
Text = '\'
OnExit = edtTextVerticalLineExit
end
object edtTextMiddleBottom: TLabeledEdit
Left = 205
Top = 168
Width = 95
Height = 21
EditLabel.Width = 69
EditLabel.Height = 13
EditLabel.Caption = 'Middle bottom:'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 1
TabOrder = 7
Text = '+'
OnExit = edtTextVerticalLineExit
end
object edtTextRightBottom: TLabeledEdit
Left = 314
Top = 168
Width = 95
Height = 21
EditLabel.Width = 93
EditLabel.Height = 13
EditLabel.Caption = 'Righ bottom corner:'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 1
TabOrder = 8
Text = '/'
OnExit = edtTextVerticalLineExit
end
object edtTextRightMiddle: TLabeledEdit
Left = 314
Top = 120
Width = 95
Height = 21
EditLabel.Width = 61
EditLabel.Height = 13
EditLabel.Caption = 'Right middle:'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 1
TabOrder = 5
Text = '+'
OnExit = edtTextVerticalLineExit
end
object edtTextMiddleMiddle: TLabeledEdit
Left = 205
Top = 120
Width = 95
Height = 21
EditLabel.Width = 67
EditLabel.Height = 13
EditLabel.Caption = 'Middle middle:'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 1
TabOrder = 4
Text = '+'
OnExit = edtTextVerticalLineExit
end
object edtTextLeftMiddle: TLabeledEdit
Left = 96
Top = 120
Width = 95
Height = 21
EditLabel.Width = 54
EditLabel.Height = 13
EditLabel.Caption = 'Left middle:'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 1
TabOrder = 3
Text = '+'
OnExit = edtTextVerticalLineExit
end
object edtTextVerticalLine: TLabeledEdit
Left = 96
Top = 216
Width = 97
Height = 21
EditLabel.Width = 54
EditLabel.Height = 13
EditLabel.Caption = 'Vertical line'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 1
TabOrder = 9
Text = '-'
OnExit = edtTextVerticalLineExit
end
object edtTextHorizontalLine: TLabeledEdit
Left = 205
Top = 216
Width = 97
Height = 21
EditLabel.Width = 69
EditLabel.Height = 13
EditLabel.Caption = 'Horizontal line:'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 1
TabOrder = 10
Text = '|'
OnExit = edtTextVerticalLineExit
end
object seCellWidth: TSpinEdit
Left = 96
Top = 264
Width = 97
Height = 22
MaxValue = 100
MinValue = 0
TabOrder = 11
Value = 5
end
object seCellHeight: TSpinEdit
Left = 205
Top = 264
Width = 97
Height = 22
MaxValue = 100
MinValue = 1
TabOrder = 12
Value = 1
end
end
object TabSheet10: TTabSheet
Caption = 'html1'
ImageIndex = 9
object lblHTMLDoc: TLabel
Left = 214
Top = 256
Width = 70
Height = 13
Cursor = crHandPoint
Hint = 'http://www.w3.org/TR/html4/struct/tables.html#h-11.2.1'
Caption = 'documentation'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = lblHTMLDocClick
end
object Label15: TLabel
Left = 96
Top = 240
Width = 216
Height = 13
Caption = 'Warning: both of those aligns are deprecated!'
end
object Label4: TLabel
Left = 95
Top = 16
Width = 196
Height = 24
Caption = 'Main table properties'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label23: TLabel
Left = 96
Top = 256
Width = 115
Height = 13
Caption = 'For more information see'
end
object Label24: TLabel
Left = 284
Top = 256
Width = 3
Height = 13
Caption = '.'
end
object edtHTMLTableCaption: TLabeledEdit
Left = 96
Top = 72
Width = 265
Height = 21
EditLabel.Width = 68
EditLabel.Height = 13
EditLabel.Caption = 'Table caption:'
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 0
end
object rgHTMLCaptionAlign: TRadioGroup
Left = 232
Top = 104
Width = 129
Height = 129
Caption = 'Caption align'
ItemIndex = 0
Items.Strings = (
'[don'#39't use]'
'top'
'left'
'bottom'
'right')
TabOrder = 2
end
object rgHTMLTableAlign: TRadioGroup
Left = 96
Top = 104
Width = 129
Height = 129
Caption = 'Table align'
ItemIndex = 0
Items.Strings = (
'[don'#39't use]'
'left'
'center'
'right')
TabOrder = 1
end
end
object TabSheet11: TTabSheet
Caption = 'html2'
ImageIndex = 10
object Label16: TLabel
Left = 96
Top = 40
Width = 46
Height = 13
Caption = 'Summary:'
end
object Label14: TLabel
Left = 95
Top = 16
Width = 160
Height = 24
Caption = 'Table attributes 1'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object mmSummary: TMemo
Left = 96
Top = 56
Width = 121
Height = 153
TabOrder = 0
end
object gbHTMLWidth: TGroupBox
Left = 96
Top = 216
Width = 121
Height = 73
Caption = 'width'
TabOrder = 2
object SpinEdit13: TSpinEdit
Left = 8
Top = 40
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 1
end
object CheckBox12: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
Checked = True
State = cbChecked
TabOrder = 0
end
end
object gbHTMLBorder: TGroupBox
Left = 232
Top = 216
Width = 121
Height = 73
Caption = 'border'
TabOrder = 3
object SpinEdit14: TSpinEdit
Left = 8
Top = 40
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 1
end
object CheckBox13: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
Checked = True
State = cbChecked
TabOrder = 0
end
end
object rgHTMLFrame: TRadioGroup
Left = 232
Top = 48
Width = 177
Height = 161
Caption = 'frame'
Columns = 2
ItemIndex = 8
Items.Strings = (
'[don'#39't use]'
'void'
'above'
'below'
'hsides'
'vsides'
'lhs'
'rhs'
'box'
'border')
TabOrder = 1
end
end
object TabSheet12: TTabSheet
Caption = 'html3'
ImageIndex = 11
object Label25: TLabel
Left = 95
Top = 16
Width = 160
Height = 24
Caption = 'Table attributes 2'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object gbHTMLCellSpacing: TGroupBox
Left = 96
Top = 48
Width = 121
Height = 73
Caption = 'cellspacing'
TabOrder = 0
object SpinEdit15: TSpinEdit
Left = 8
Top = 40
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 1
end
object CheckBox14: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
Checked = True
State = cbChecked
TabOrder = 0
end
end
object gbHTMLCellPading: TGroupBox
Left = 96
Top = 128
Width = 121
Height = 73
Caption = 'cellpading'
TabOrder = 1
object SpinEdit16: TSpinEdit
Left = 8
Top = 40
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 1
end
object CheckBox15: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
Checked = True
State = cbChecked
TabOrder = 0
end
end
object rgHTMLRules: TRadioGroup
Left = 232
Top = 96
Width = 177
Height = 105
Caption = 'rules'
Columns = 2
ItemIndex = 0
Items.Strings = (
'[don'#39't use]'
'none'
'groups'
'rows'
'cols'
'all')
TabOrder = 3
end
object edtHTMLDefaultValue: TLabeledEdit
Left = 232
Top = 64
Width = 177
Height = 21
EditLabel.Width = 85
EditLabel.Height = 13
EditLabel.Caption = 'Default cell value:'
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 2
Text = ' '
end
object Counts: TGroupBox
Left = 96
Top = 208
Width = 313
Height = 73
Caption = 'Counts'
TabOrder = 4
object Label9: TLabel
Left = 8
Top = 24
Width = 79
Height = 13
Caption = 'Head row count:'
end
object Label10: TLabel
Left = 111
Top = 24
Width = 74
Height = 13
Caption = 'Foot row count:'
end
object seHTMLHeadCount: TSpinEdit
Left = 8
Top = 40
Width = 81
Height = 22
MaxValue = 100
MinValue = 0
TabOrder = 0
Value = 0
OnChange = seHTMLHeadFootCountChange
end
object seHTMLFootCount: TSpinEdit
Left = 112
Top = 40
Width = 81
Height = 22
MaxValue = 100
MinValue = 0
TabOrder = 1
Value = 0
OnChange = seHTMLHeadFootCountChange
end
end
end
object TabSheet8: TTabSheet
Caption = 'res'
ImageIndex = 7
object Label12: TLabel
Left = 7
Top = 16
Width = 181
Height = 24
Caption = 'Result source code'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object seResult: TSynEdit
Left = 1
Top = 48
Width = 413
Height = 265
Cursor = crIBeam
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
Gutter.Font.Charset = DEFAULT_CHARSET
Gutter.Font.Color = clWindowText
Gutter.Font.Height = -11
Gutter.Font.Name = 'Terminal'
Gutter.Font.Style = []
Gutter.Visible = False
Keystrokes = <
item
Command = ecUp
ShortCut = 38
end
item
Command = ecSelUp
ShortCut = 8230
end
item
Command = ecScrollUp
ShortCut = 16422
end
item
Command = ecDown
ShortCut = 40
end
item
Command = ecSelDown
ShortCut = 8232
end
item
Command = ecScrollDown
ShortCut = 16424
end
item
Command = ecLeft
ShortCut = 37
end
item
Command = ecSelLeft
ShortCut = 8229
end
item
Command = ecWordLeft
ShortCut = 16421
end
item
Command = ecSelWordLeft
ShortCut = 24613
end
item
Command = ecRight
ShortCut = 39
end
item
Command = ecSelRight
ShortCut = 8231
end
item
Command = ecWordRight
ShortCut = 16423
end
item
Command = ecSelWordRight
ShortCut = 24615
end
item
Command = ecPageDown
ShortCut = 34
end
item
Command = ecSelPageDown
ShortCut = 8226
end
item
Command = ecPageBottom
ShortCut = 16418
end
item
Command = ecSelPageBottom
ShortCut = 24610
end
item
Command = ecPageUp
ShortCut = 33
end
item
Command = ecSelPageUp
ShortCut = 8225
end
item
Command = ecPageTop
ShortCut = 16417
end
item
Command = ecSelPageTop
ShortCut = 24609
end
item
Command = ecLineStart
ShortCut = 36
end
item
Command = ecSelLineStart
ShortCut = 8228
end
item
Command = ecEditorTop
ShortCut = 16420
end
item
Command = ecSelEditorTop
ShortCut = 24612
end
item
Command = ecLineEnd
ShortCut = 35
end
item
Command = ecSelLineEnd
ShortCut = 8227
end
item
Command = ecEditorBottom
ShortCut = 16419
end
item
Command = ecSelEditorBottom
ShortCut = 24611
end
item
Command = ecToggleMode
ShortCut = 45
end
item
Command = ecCopy
ShortCut = 16429
end
item
Command = ecPaste
ShortCut = 8237
end
item
Command = ecDeleteChar
ShortCut = 46
end
item
Command = ecCut
ShortCut = 8238
end
item
Command = ecDeleteLastChar
ShortCut = 8
end
item
Command = ecDeleteLastChar
ShortCut = 8200
end
item
Command = ecDeleteLastWord
ShortCut = 16392
end
item
Command = ecUndo
ShortCut = 32776
end
item
Command = ecRedo
ShortCut = 40968
end
item
Command = ecLineBreak
ShortCut = 13
end
item
Command = ecSelectAll
ShortCut = 16449
end
item
Command = ecCopy
ShortCut = 16451
end
item
Command = ecBlockIndent
ShortCut = 24649
end
item
Command = ecLineBreak
ShortCut = 16461
end
item
Command = ecInsertLine
ShortCut = 16462
end
item
Command = ecDeleteWord
ShortCut = 16468
end
item
Command = ecBlockUnindent
ShortCut = 24661
end
item
Command = ecPaste
ShortCut = 16470
end
item
Command = ecCut
ShortCut = 16472
end
item
Command = ecDeleteLine
ShortCut = 16473
end
item
Command = ecDeleteEOL
ShortCut = 24665
end
item
Command = ecUndo
ShortCut = 16474
end
item
Command = ecRedo
ShortCut = 24666
end
item
Command = ecGotoMarker0
ShortCut = 16432
end
item
Command = ecGotoMarker1
ShortCut = 16433
end
item
Command = ecGotoMarker2
ShortCut = 16434
end
item
Command = ecGotoMarker3
ShortCut = 16435
end
item
Command = ecGotoMarker4
ShortCut = 16436
end
item
Command = ecGotoMarker5
ShortCut = 16437
end
item
Command = ecGotoMarker6
ShortCut = 16438
end
item
Command = ecGotoMarker7
ShortCut = 16439
end
item
Command = ecGotoMarker8
ShortCut = 16440
end
item
Command = ecGotoMarker9
ShortCut = 16441
end
item
Command = ecSetMarker0
ShortCut = 24624
end
item
Command = ecSetMarker1
ShortCut = 24625
end
item
Command = ecSetMarker2
ShortCut = 24626
end
item
Command = ecSetMarker3
ShortCut = 24627
end
item
Command = ecSetMarker4
ShortCut = 24628
end
item
Command = ecSetMarker5
ShortCut = 24629
end
item
Command = ecSetMarker6
ShortCut = 24630
end
item
Command = ecSetMarker7
ShortCut = 24631
end
item
Command = ecSetMarker8
ShortCut = 24632
end
item
Command = ecSetMarker9
ShortCut = 24633
end
item
Command = ecNormalSelect
ShortCut = 24654
end
item
Command = ecColumnSelect
ShortCut = 24643
end
item
Command = ecLineSelect
ShortCut = 24652
end
item
Command = ecTab
ShortCut = 9
end
item
Command = ecShiftTab
ShortCut = 8201
end
item
Command = ecMatchBracket
ShortCut = 24642
end>
end
end
object TabSheet5: TTabSheet
Caption = 'latex'
ImageIndex = 10
object Label26: TLabel
Left = 95
Top = 16
Width = 153
Height = 24
Caption = 'Table properties'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Microsoft Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object gbLATEXWidth: TGroupBox
Left = 96
Top = 96
Width = 121
Height = 73
Caption = 'width'
TabOrder = 1
object seLaTeXWidth: TSpinEdit
Left = 8
Top = 40
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 1
end
object cbLATEXUseWidth: TCheckBox
Left = 8
Top = 16
Width = 100
Height = 17
Caption = 'Use this attribute'
TabOrder = 0
end
end
object edtLATEXColumns: TLabeledEdit
Left = 96
Top = 64
Width = 121
Height = 21
EditLabel.Width = 43
EditLabel.Height = 13
EditLabel.Caption = 'Columns:'
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 0
end
object GroupBox1: TGroupBox
Left = 96
Top = 176
Width = 121
Height = 65
TabOrder = 2
object cbLATEXUseHLINE: TCheckBox
Left = 8
Top = 16
Width = 105
Height = 17
Caption = 'Use '#39'hline'#39
Checked = True
State = cbChecked
TabOrder = 0
end
object cbFirstLineBold: TCheckBox
Left = 8
Top = 40
Width = 105
Height = 17
Caption = 'First line bold'
Checked = True
State = cbChecked
TabOrder = 1
end
end
end
end
object bbtnPrevious: TBitBtn
Left = 179
Top = 334
Width = 75
Height = 25
Caption = '< &Previous'
TabOrder = 2
OnClick = bbtnPreviousClick
end
object bbtnNext: TBitBtn
Left = 260
Top = 334
Width = 75
Height = 25
Caption = 'will be changed'
Default = True
TabOrder = 3
OnClick = bbtnNextClick
NumGlyphs = 2
end
object bbtnCancel: TBitBtn
Left = 341
Top = 334
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
NumGlyphs = 2
end
object bbtnHelp: TBitBtn
Left = 98
Top = 334
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 1
OnClick = bbtnHelpClick
NumGlyphs = 2
end
object OpenDialog: TOpenDialog
Filter = 'All files (*.*)|*.*'
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
Left = 24
Top = 48
end
end