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   
Text File  |  2003-04-17  |  42KB  |  1,768 lines

  1. inherited frmTableWizard: TfrmTableWizard
  2.   Left = 410
  3.   Top = 228
  4.   BorderStyle = bsDialog
  5.   Caption = 'Table Wizard'
  6.   ClientHeight = 366
  7.   ClientWidth = 429
  8.   Position = poOwnerFormCenter
  9.   OnCreate = FormCreate
  10.   OnDestroy = FormDestroy
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object pcWizard: TPageControl
  14.     Left = 0
  15.     Top = 0
  16.     Width = 429
  17.     Height = 366
  18.     ActivePage = TabSheet7
  19.     Align = alClient
  20.     TabIndex = 0
  21.     TabOrder = 0
  22.     OnChanging = pcWizardChanging
  23.     object TabSheet7: TTabSheet
  24.       Caption = 'begin'
  25.       ImageIndex = 6
  26.       object Label3: TLabel
  27.         Left = 88
  28.         Top = 16
  29.         Width = 329
  30.         Height = 24
  31.         Alignment = taCenter
  32.         AutoSize = False
  33.         Caption = 'Welcome in Table Wizard!'
  34.         Font.Charset = EASTEUROPE_CHARSET
  35.         Font.Color = clWindowText
  36.         Font.Height = -19
  37.         Font.Name = 'Microsoft Sans Serif'
  38.         Font.Style = [fsBold]
  39.         ParentFont = False
  40.       end
  41.       object Image1: TImage
  42.         Left = 0
  43.         Top = 0
  44.         Width = 80
  45.         Height = 338
  46.         Align = alLeft
  47.         Picture.Data = {<image000.bmp>}
  48.         Stretch = True
  49.       end
  50.       object gbTableSize: TGroupBox
  51.         Left = 262
  52.         Top = 45
  53.         Width = 145
  54.         Height = 113
  55.         Caption = 'Table size:'
  56.         TabOrder = 1
  57.         object Label1: TLabel
  58.           Left = 8
  59.           Top = 16
  60.           Width = 95
  61.           Height = 13
  62.           Caption = 'Number of Columns:'
  63.         end
  64.         object Label2: TLabel
  65.           Left = 8
  66.           Top = 64
  67.           Width = 82
  68.           Height = 13
  69.           Caption = 'Number of Rows:'
  70.         end
  71.         object seNumOfRows: TSpinEdit
  72.           Left = 8
  73.           Top = 80
  74.           Width = 129
  75.           Height = 22
  76.           MaxValue = 100
  77.           MinValue = 1
  78.           TabOrder = 1
  79.           Value = 5
  80.         end
  81.         object seNumOfColumns: TSpinEdit
  82.           Left = 8
  83.           Top = 32
  84.           Width = 129
  85.           Height = 22
  86.           MaxValue = 100
  87.           MinValue = 1
  88.           TabOrder = 0
  89.           Value = 2
  90.         end
  91.       end
  92.       object rgTableType: TRadioGroup
  93.         Left = 92
  94.         Top = 45
  95.         Width = 161
  96.         Height = 113
  97.         Caption = 'I want:'
  98.         ItemIndex = 0
  99.         Items.Strings = (
  100.           'HTML Table'
  101.           'XML DocBook Table'
  102.           'Text Table'
  103.           'LaTeX Tabular')
  104.         TabOrder = 0
  105.       end
  106.       object GroupBox4: TGroupBox
  107.         Left = 325
  108.         Top = 165
  109.         Width = 81
  110.         Height = 154
  111.         TabOrder = 5
  112.         object edtSeparator: TLabeledEdit
  113.           Left = 8
  114.           Top = 32
  115.           Width = 65
  116.           Height = 21
  117.           EditLabel.Width = 49
  118.           EditLabel.Height = 13
  119.           EditLabel.Caption = 'Separator:'
  120.           LabelPosition = lpAbove
  121.           LabelSpacing = 3
  122.           TabOrder = 0
  123.         end
  124.         object cbTrimData: TCheckBox
  125.           Left = 8
  126.           Top = 72
  127.           Width = 65
  128.           Height = 17
  129.           Caption = 'Trim data'
  130.           Checked = True
  131.           State = cbChecked
  132.           TabOrder = 1
  133.         end
  134.       end
  135.       object rgDataSource: TRadioGroup
  136.         Left = 92
  137.         Top = 165
  138.         Width = 225
  139.         Height = 154
  140.         Caption = 'Data source'
  141.         ItemIndex = 0
  142.         Items.Strings = (
  143.           'empty table'
  144.           'selected block'
  145.           'whole text'
  146.           'external file:'
  147.           'ToDo List'
  148.           'DB Table')
  149.         TabOrder = 2
  150.         OnClick = rgDataSourceClick
  151.       end
  152.       object edtFileName: TEdit
  153.         Left = 178
  154.         Top = 247
  155.         Width = 105
  156.         Height = 21
  157.         TabOrder = 3
  158.       end
  159.       object bbtnOpen: TBitBtn
  160.         Left = 288
  161.         Top = 246
  162.         Width = 22
  163.         Height = 22
  164.         TabOrder = 4
  165.         OnClick = bbtnOpenClick
  166.         Glyph.Data = {
  167.           F6000000424DF600000000000000760000002800000010000000100000000100
  168.           0400000000008000000000000000000000001000000000000000000000000000
  169.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  170.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  171.           88888888888888888888000000000008888800333333333088880B0333333333
  172.           08880FB03333333330880BFB0333333333080FBFB000000000000BFBFBFBFB08
  173.           88880FBFBFBFBF0888880BFB0000000888888000888888880008888888888888
  174.           8008888888880888080888888888800088888888888888888888}
  175.       end
  176.     end
  177.     object TabSheet1: TTabSheet
  178.       Caption = 'db1'
  179.       object Label17: TLabel
  180.         Left = 95
  181.         Top = 16
  182.         Width = 196
  183.         Height = 24
  184.         Caption = 'Main table properties'
  185.         Font.Charset = EASTEUROPE_CHARSET
  186.         Font.Color = clWindowText
  187.         Font.Height = -19
  188.         Font.Name = 'Microsoft Sans Serif'
  189.         Font.Style = [fsBold]
  190.         ParentFont = False
  191.       end
  192.       object rgXMLFrameType: TRadioGroup
  193.         Left = 96
  194.         Top = 160
  195.         Width = 185
  196.         Height = 113
  197.         Caption = 'frame type'
  198.         Columns = 2
  199.         ItemIndex = 1
  200.         Items.Strings = (
  201.           '[don'#39't use]'
  202.           'all'
  203.           'bottom'
  204.           'none'
  205.           'sides'
  206.           'top'
  207.           'topbot')
  208.         TabOrder = 2
  209.       end
  210.       object extXMLTableTitle: TLabeledEdit
  211.         Left = 96
  212.         Top = 72
  213.         Width = 313
  214.         Height = 21
  215.         EditLabel.Width = 49
  216.         EditLabel.Height = 13
  217.         EditLabel.Caption = 'Table title:'
  218.         LabelPosition = lpAbove
  219.         LabelSpacing = 3
  220.         TabOrder = 0
  221.       end
  222.       object rgXMLOrientation: TRadioGroup
  223.         Left = 296
  224.         Top = 160
  225.         Width = 113
  226.         Height = 113
  227.         Caption = 'orientation'
  228.         ItemIndex = 0
  229.         Items.Strings = (
  230.           '[don'#39't use]'
  231.           'landscape'
  232.           'portrait')
  233.         TabOrder = 3
  234.       end
  235.       object edtXMLLabel: TLabeledEdit
  236.         Left = 96
  237.         Top = 120
  238.         Width = 313
  239.         Height = 21
  240.         EditLabel.Width = 74
  241.         EditLabel.Height = 13
  242.         EditLabel.Caption = 'Label (CDATA):'
  243.         LabelPosition = lpAbove
  244.         LabelSpacing = 3
  245.         TabOrder = 1
  246.       end
  247.     end
  248.     object TabSheet2: TTabSheet
  249.       Caption = 'db2'
  250.       ImageIndex = 1
  251.       object Label5: TLabel
  252.         Left = 95
  253.         Top = 16
  254.         Width = 143
  255.         Height = 24
  256.         Caption = 'Table attributes'
  257.         Font.Charset = EASTEUROPE_CHARSET
  258.         Font.Color = clWindowText
  259.         Font.Height = -19
  260.         Font.Name = 'Microsoft Sans Serif'
  261.         Font.Style = [fsBold]
  262.         ParentFont = False
  263.       end
  264.       object gbXMLTableColSep: TGroupBox
  265.         Left = 232
  266.         Top = 128
  267.         Width = 121
  268.         Height = 73
  269.         Caption = 'colsep (NUMBER)'
  270.         TabOrder = 3
  271.         object SpinEdit6: TSpinEdit
  272.           Left = 8
  273.           Top = 40
  274.           Width = 105
  275.           Height = 22
  276.           MaxValue = 0
  277.           MinValue = 0
  278.           TabOrder = 1
  279.           Value = 0
  280.         end
  281.         object CheckBox4: TCheckBox
  282.           Left = 8
  283.           Top = 16
  284.           Width = 100
  285.           Height = 17
  286.           Caption = 'Use this attribute'
  287.           TabOrder = 0
  288.         end
  289.       end
  290.       object gbXMLPGWide: TGroupBox
  291.         Left = 96
  292.         Top = 48
  293.         Width = 121
  294.         Height = 73
  295.         Caption = 'pgwide (NUMBER)'
  296.         TabOrder = 0
  297.         object SpinEdit2: TSpinEdit
  298.           Left = 8
  299.           Top = 40
  300.           Width = 105
  301.           Height = 22
  302.           MaxValue = 0
  303.           MinValue = 0
  304.           TabOrder = 1
  305.           Value = 0
  306.         end
  307.         object CheckBox1: TCheckBox
  308.           Left = 8
  309.           Top = 16
  310.           Width = 100
  311.           Height = 17
  312.           Caption = 'Use this attribute'
  313.           TabOrder = 0
  314.         end
  315.       end
  316.       object gbXMLTOCentry: TGroupBox
  317.         Left = 232
  318.         Top = 208
  319.         Width = 121
  320.         Height = 73
  321.         Caption = 'tocentry (NUMBER)'
  322.         TabOrder = 5
  323.         object SpinEdit7: TSpinEdit
  324.           Left = 8
  325.           Top = 40
  326.           Width = 105
  327.           Height = 22
  328.           MaxValue = 0
  329.           MinValue = 0
  330.           TabOrder = 1
  331.           Value = 0
  332.         end
  333.         object CheckBox5: TCheckBox
  334.           Left = 8
  335.           Top = 16
  336.           Width = 100
  337.           Height = 17
  338.           Caption = 'Use this attribute'
  339.           TabOrder = 0
  340.         end
  341.       end
  342.       object gbXMLTableRowSep: TGroupBox
  343.         Left = 96
  344.         Top = 128
  345.         Width = 121
  346.         Height = 73
  347.         Caption = 'rowsep (NUMBER)'
  348.         TabOrder = 2
  349.         object SpinEdit4: TSpinEdit
  350.           Left = 8
  351.           Top = 40
  352.           Width = 105
  353.           Height = 22
  354.           MaxValue = 0
  355.           MinValue = 0
  356.           TabOrder = 1
  357.           Value = 0
  358.         end
  359.         object CheckBox2: TCheckBox
  360.           Left = 8
  361.           Top = 16
  362.           Width = 100
  363.           Height = 17
  364.           Caption = 'Use this attribute'
  365.           TabOrder = 0
  366.         end
  367.       end
  368.       object gbXMLShortEntry: TGroupBox
  369.         Left = 232
  370.         Top = 48
  371.         Width = 121
  372.         Height = 73
  373.         Caption = 'shortentry (NUMBER)'
  374.         TabOrder = 1
  375.         object SpinEdit5: TSpinEdit
  376.           Left = 8
  377.           Top = 40
  378.           Width = 105
  379.           Height = 22
  380.           MaxValue = 0
  381.           MinValue = 0
  382.           TabOrder = 1
  383.           Value = 0
  384.         end
  385.         object CheckBox3: TCheckBox
  386.           Left = 8
  387.           Top = 16
  388.           Width = 100
  389.           Height = 17
  390.           Caption = 'Use this attribute'
  391.           TabOrder = 0
  392.         end
  393.       end
  394.       object gbXMLTabStyle: TGroupBox
  395.         Left = 96
  396.         Top = 208
  397.         Width = 121
  398.         Height = 73
  399.         Caption = 'tabstyle (NMTOKEN)'
  400.         TabOrder = 4
  401.         object CheckBox6: TCheckBox
  402.           Left = 8
  403.           Top = 16
  404.           Width = 100
  405.           Height = 17
  406.           Caption = 'Use this attribute'
  407.           TabOrder = 0
  408.         end
  409.         object Edit1: TEdit
  410.           Left = 8
  411.           Top = 40
  412.           Width = 105
  413.           Height = 21
  414.           TabOrder = 1
  415.         end
  416.       end
  417.     end
  418.     object TabSheet3: TTabSheet
  419.       Caption = 'db3'
  420.       ImageIndex = 2
  421.       object Label18: TLabel
  422.         Left = 95
  423.         Top = 16
  424.         Width = 152
  425.         Height = 24
  426.         Caption = 'TGroup element'
  427.         Font.Charset = EASTEUROPE_CHARSET
  428.         Font.Color = clWindowText
  429.         Font.Height = -19
  430.         Font.Name = 'Microsoft Sans Serif'
  431.         Font.Style = [fsBold]
  432.         ParentFont = False
  433.       end
  434.       object rgXMLGroupRowSep: TGroupBox
  435.         Left = 184
  436.         Top = 49
  437.         Width = 113
  438.         Height = 73
  439.         Caption = 'rowsep (NUMBER)'
  440.         TabOrder = 1
  441.         object SpinEdit8: TSpinEdit
  442.           Left = 8
  443.           Top = 40
  444.           Width = 97
  445.           Height = 22
  446.           MaxValue = 0
  447.           MinValue = 0
  448.           TabOrder = 1
  449.           Value = 1
  450.         end
  451.         object CheckBox7: TCheckBox
  452.           Left = 8
  453.           Top = 16
  454.           Width = 100
  455.           Height = 17
  456.           Caption = 'Use this attribute'
  457.           Checked = True
  458.           State = cbChecked
  459.           TabOrder = 0
  460.         end
  461.       end
  462.       object rgXMLGroupColSep: TGroupBox
  463.         Left = 304
  464.         Top = 49
  465.         Width = 113
  466.         Height = 73
  467.         Caption = 'colsep (NUMBER)'
  468.         TabOrder = 2
  469.         object SpinEdit9: TSpinEdit
  470.           Left = 8
  471.           Top = 40
  472.           Width = 97
  473.           Height = 22
  474.           MaxValue = 0
  475.           MinValue = 0
  476.           TabOrder = 1
  477.           Value = 1
  478.         end
  479.         object CheckBox8: TCheckBox
  480.           Left = 8
  481.           Top = 16
  482.           Width = 100
  483.           Height = 17
  484.           Caption = 'Use this attribute'
  485.           Checked = True
  486.           State = cbChecked
  487.           TabOrder = 0
  488.         end
  489.       end
  490.       object rgXMLAlign: TRadioGroup
  491.         Left = 96
  492.         Top = 49
  493.         Width = 81
  494.         Height = 153
  495.         Caption = 'align'
  496.         ItemIndex = 0
  497.         Items.Strings = (
  498.           '[don'#39't use]'
  499.           'left'
  500.           'center'
  501.           'right'
  502.           'char'
  503.           'justify')
  504.         TabOrder = 0
  505.       end
  506.       object gbXMLGroupStyle: TGroupBox
  507.         Left = 96
  508.         Top = 209
  509.         Width = 321
  510.         Height = 73
  511.         Caption = 'tgroupstyle (NMTOKEN)'
  512.         TabOrder = 5
  513.         object CheckBox9: TCheckBox
  514.           Left = 8
  515.           Top = 16
  516.           Width = 100
  517.           Height = 17
  518.           Caption = 'Use this attribute'
  519.           TabOrder = 0
  520.         end
  521.         object Edit2: TEdit
  522.           Left = 8
  523.           Top = 40
  524.           Width = 305
  525.           Height = 21
  526.           TabOrder = 1
  527.         end
  528.       end
  529.       object gbXMLCharOff: TGroupBox
  530.         Left = 184
  531.         Top = 129
  532.         Width = 113
  533.         Height = 73
  534.         Caption = 'charoff (NUTOKEN)'
  535.         TabOrder = 3
  536.         object CheckBox10: TCheckBox
  537.           Left = 8
  538.           Top = 16
  539.           Width = 100
  540.           Height = 17
  541.           Caption = 'Use this attribute'
  542.           TabOrder = 0
  543.         end
  544.         object Edit3: TEdit
  545.           Left = 8
  546.           Top = 40
  547.           Width = 97
  548.           Height = 21
  549.           TabOrder = 1
  550.         end
  551.       end
  552.       object gbXMLChar: TGroupBox
  553.         Left = 304
  554.         Top = 129
  555.         Width = 113
  556.         Height = 73
  557.         Caption = 'char (DATA)'
  558.         TabOrder = 4
  559.         object CheckBox11: TCheckBox
  560.           Left = 8
  561.           Top = 16
  562.           Width = 100
  563.           Height = 17
  564.           Caption = 'Use this attribute'
  565.           TabOrder = 0
  566.         end
  567.         object Edit4: TEdit
  568.           Left = 8
  569.           Top = 40
  570.           Width = 97
  571.           Height = 21
  572.           TabOrder = 1
  573.         end
  574.       end
  575.     end
  576.     object TabSheet4: TTabSheet
  577.       Caption = 'db4'
  578.       ImageIndex = 3
  579.       object Label7: TLabel
  580.         Left = 96
  581.         Top = 72
  582.         Width = 55
  583.         Height = 13
  584.         Caption = 'Row count:'
  585.       end
  586.       object Label8: TLabel
  587.         Left = 96
  588.         Top = 56
  589.         Width = 67
  590.         Height = 13
  591.         Caption = 'Table Head'
  592.         Font.Charset = DEFAULT_CHARSET
  593.         Font.Color = clWindowText
  594.         Font.Height = -11
  595.         Font.Name = 'MS Sans Serif'
  596.         Font.Style = [fsBold]
  597.         ParentFont = False
  598.       end
  599.       object Label19: TLabel
  600.         Left = 200
  601.         Top = 56
  602.         Width = 64
  603.         Height = 13
  604.         Caption = 'Table body'
  605.         Font.Charset = DEFAULT_CHARSET
  606.         Font.Color = clWindowText
  607.         Font.Height = -11
  608.         Font.Name = 'MS Sans Serif'
  609.         Font.Style = [fsBold]
  610.         ParentFont = False
  611.       end
  612.       object Label20: TLabel
  613.         Left = 304
  614.         Top = 56
  615.         Width = 62
  616.         Height = 13
  617.         Caption = 'Table Foot'
  618.         Font.Charset = DEFAULT_CHARSET
  619.         Font.Color = clWindowText
  620.         Font.Height = -11
  621.         Font.Name = 'MS Sans Serif'
  622.         Font.Style = [fsBold]
  623.         ParentFont = False
  624.       end
  625.       object Label21: TLabel
  626.         Left = 304
  627.         Top = 72
  628.         Width = 55
  629.         Height = 13
  630.         Caption = 'Row count:'
  631.       end
  632.       object Label6: TLabel
  633.         Left = 95
  634.         Top = 16
  635.         Width = 210
  636.         Height = 24
  637.         Caption = 'Table Head/Body/Foot'
  638.         Font.Charset = EASTEUROPE_CHARSET
  639.         Font.Color = clWindowText
  640.         Font.Height = -19
  641.         Font.Name = 'Microsoft Sans Serif'
  642.         Font.Style = [fsBold]
  643.         ParentFont = False
  644.       end
  645.       object seXMLHeadRowCount: TSpinEdit
  646.         Left = 96
  647.         Top = 88
  648.         Width = 89
  649.         Height = 22
  650.         MaxValue = 100
  651.         MinValue = 0
  652.         TabOrder = 0
  653.         Value = 1
  654.         OnChange = seXMLHeadFootRowCountChange
  655.       end
  656.       object rgXMLHeadValign: TRadioGroup
  657.         Left = 96
  658.         Top = 120
  659.         Width = 89
  660.         Height = 105
  661.         Caption = 'valign'
  662.         ItemIndex = 0
  663.         Items.Strings = (
  664.           '[don'#39't use]'
  665.           'bottom'
  666.           'middle'
  667.           'top')
  668.         TabOrder = 1
  669.       end
  670.       object rgXMLBodyValign: TRadioGroup
  671.         Left = 200
  672.         Top = 120
  673.         Width = 89
  674.         Height = 105
  675.         Caption = 'valign'
  676.         ItemIndex = 0
  677.         Items.Strings = (
  678.           '[don'#39't use]'
  679.           'bottom'
  680.           'middle'
  681.           'top')
  682.         TabOrder = 2
  683.       end
  684.       object seXMLFootRowCount: TSpinEdit
  685.         Left = 304
  686.         Top = 88
  687.         Width = 89
  688.         Height = 22
  689.         MaxValue = 100
  690.         MinValue = 0
  691.         TabOrder = 3
  692.         Value = 0
  693.         OnChange = seXMLHeadFootRowCountChange
  694.       end
  695.       object rgXMLFootValign: TRadioGroup
  696.         Left = 304
  697.         Top = 120
  698.         Width = 89
  699.         Height = 105
  700.         Caption = 'valign'
  701.         ItemIndex = 0
  702.         Items.Strings = (
  703.           '[don'#39't use]'
  704.           'bottom'
  705.           'middle'
  706.           'top')
  707.         TabOrder = 4
  708.       end
  709.     end
  710.     object TabSheet9: TTabSheet
  711.       Caption = 'text'
  712.       ImageIndex = 8
  713.       object Label13: TLabel
  714.         Left = 96
  715.         Top = 248
  716.         Width = 48
  717.         Height = 13
  718.         Caption = 'Cell width:'
  719.       end
  720.       object Label11: TLabel
  721.         Left = 205
  722.         Top = 248
  723.         Width = 52
  724.         Height = 13
  725.         Caption = 'Cell height:'
  726.       end
  727.       object Label22: TLabel
  728.         Left = 95
  729.         Top = 16
  730.         Width = 192
  731.         Height = 24
  732.         Caption = 'Text table properties'
  733.         Font.Charset = EASTEUROPE_CHARSET
  734.         Font.Color = clWindowText
  735.         Font.Height = -19
  736.         Font.Name = 'Microsoft Sans Serif'
  737.         Font.Style = [fsBold]
  738.         ParentFont = False
  739.       end
  740.       object edtTextLeftTop: TLabeledEdit
  741.         Left = 96
  742.         Top = 72
  743.         Width = 95
  744.         Height = 21
  745.         EditLabel.Width = 72
  746.         EditLabel.Height = 13
  747.         EditLabel.Caption = 'Left top corner:'
  748.         LabelPosition = lpAbove
  749.         LabelSpacing = 3
  750.         MaxLength = 1
  751.         TabOrder = 0
  752.         Text = '/'
  753.         OnExit = edtTextVerticalLineExit
  754.       end
  755.       object edtTextRightTop: TLabeledEdit
  756.         Left = 314
  757.         Top = 72
  758.         Width = 95
  759.         Height = 21
  760.         EditLabel.Width = 79
  761.         EditLabel.Height = 13
  762.         EditLabel.Caption = 'Right top corner:'
  763.         LabelPosition = lpAbove
  764.         LabelSpacing = 3
  765.         MaxLength = 1
  766.         TabOrder = 2
  767.         Text = '\'
  768.         OnExit = edtTextVerticalLineExit
  769.       end
  770.       object edtTextTopMiddle: TLabeledEdit
  771.         Left = 205
  772.         Top = 72
  773.         Width = 95
  774.         Height = 21
  775.         EditLabel.Width = 56
  776.         EditLabel.Height = 13
  777.         EditLabel.Caption = 'Top Middle:'
  778.         LabelPosition = lpAbove
  779.         LabelSpacing = 3
  780.         MaxLength = 1
  781.         TabOrder = 1
  782.         Text = '+'
  783.         OnExit = edtTextVerticalLineExit
  784.       end
  785.       object edtTextLeftBotom: TLabeledEdit
  786.         Left = 96
  787.         Top = 168
  788.         Width = 95
  789.         Height = 21
  790.         EditLabel.Width = 89
  791.         EditLabel.Height = 13
  792.         EditLabel.Caption = 'Left bottom corner:'
  793.         LabelPosition = lpAbove
  794.         LabelSpacing = 3
  795.         MaxLength = 1
  796.         TabOrder = 6
  797.         Text = '\'
  798.         OnExit = edtTextVerticalLineExit
  799.       end
  800.       object edtTextMiddleBottom: TLabeledEdit
  801.         Left = 205
  802.         Top = 168
  803.         Width = 95
  804.         Height = 21
  805.         EditLabel.Width = 69
  806.         EditLabel.Height = 13
  807.         EditLabel.Caption = 'Middle bottom:'
  808.         LabelPosition = lpAbove
  809.         LabelSpacing = 3
  810.         MaxLength = 1
  811.         TabOrder = 7
  812.         Text = '+'
  813.         OnExit = edtTextVerticalLineExit
  814.       end
  815.       object edtTextRightBottom: TLabeledEdit
  816.         Left = 314
  817.         Top = 168
  818.         Width = 95
  819.         Height = 21
  820.         EditLabel.Width = 93
  821.         EditLabel.Height = 13
  822.         EditLabel.Caption = 'Righ bottom corner:'
  823.         LabelPosition = lpAbove
  824.         LabelSpacing = 3
  825.         MaxLength = 1
  826.         TabOrder = 8
  827.         Text = '/'
  828.         OnExit = edtTextVerticalLineExit
  829.       end
  830.       object edtTextRightMiddle: TLabeledEdit
  831.         Left = 314
  832.         Top = 120
  833.         Width = 95
  834.         Height = 21
  835.         EditLabel.Width = 61
  836.         EditLabel.Height = 13
  837.         EditLabel.Caption = 'Right middle:'
  838.         LabelPosition = lpAbove
  839.         LabelSpacing = 3
  840.         MaxLength = 1
  841.         TabOrder = 5
  842.         Text = '+'
  843.         OnExit = edtTextVerticalLineExit
  844.       end
  845.       object edtTextMiddleMiddle: TLabeledEdit
  846.         Left = 205
  847.         Top = 120
  848.         Width = 95
  849.         Height = 21
  850.         EditLabel.Width = 67
  851.         EditLabel.Height = 13
  852.         EditLabel.Caption = 'Middle middle:'
  853.         LabelPosition = lpAbove
  854.         LabelSpacing = 3
  855.         MaxLength = 1
  856.         TabOrder = 4
  857.         Text = '+'
  858.         OnExit = edtTextVerticalLineExit
  859.       end
  860.       object edtTextLeftMiddle: TLabeledEdit
  861.         Left = 96
  862.         Top = 120
  863.         Width = 95
  864.         Height = 21
  865.         EditLabel.Width = 54
  866.         EditLabel.Height = 13
  867.         EditLabel.Caption = 'Left middle:'
  868.         LabelPosition = lpAbove
  869.         LabelSpacing = 3
  870.         MaxLength = 1
  871.         TabOrder = 3
  872.         Text = '+'
  873.         OnExit = edtTextVerticalLineExit
  874.       end
  875.       object edtTextVerticalLine: TLabeledEdit
  876.         Left = 96
  877.         Top = 216
  878.         Width = 97
  879.         Height = 21
  880.         EditLabel.Width = 54
  881.         EditLabel.Height = 13
  882.         EditLabel.Caption = 'Vertical line'
  883.         LabelPosition = lpAbove
  884.         LabelSpacing = 3
  885.         MaxLength = 1
  886.         TabOrder = 9
  887.         Text = '-'
  888.         OnExit = edtTextVerticalLineExit
  889.       end
  890.       object edtTextHorizontalLine: TLabeledEdit
  891.         Left = 205
  892.         Top = 216
  893.         Width = 97
  894.         Height = 21
  895.         EditLabel.Width = 69
  896.         EditLabel.Height = 13
  897.         EditLabel.Caption = 'Horizontal line:'
  898.         LabelPosition = lpAbove
  899.         LabelSpacing = 3
  900.         MaxLength = 1
  901.         TabOrder = 10
  902.         Text = '|'
  903.         OnExit = edtTextVerticalLineExit
  904.       end
  905.       object seCellWidth: TSpinEdit
  906.         Left = 96
  907.         Top = 264
  908.         Width = 97
  909.         Height = 22
  910.         MaxValue = 100
  911.         MinValue = 0
  912.         TabOrder = 11
  913.         Value = 5
  914.       end
  915.       object seCellHeight: TSpinEdit
  916.         Left = 205
  917.         Top = 264
  918.         Width = 97
  919.         Height = 22
  920.         MaxValue = 100
  921.         MinValue = 1
  922.         TabOrder = 12
  923.         Value = 1
  924.       end
  925.     end
  926.     object TabSheet10: TTabSheet
  927.       Caption = 'html1'
  928.       ImageIndex = 9
  929.       object lblHTMLDoc: TLabel
  930.         Left = 214
  931.         Top = 256
  932.         Width = 70
  933.         Height = 13
  934.         Cursor = crHandPoint
  935.         Hint = 'http://www.w3.org/TR/html4/struct/tables.html#h-11.2.1'
  936.         Caption = 'documentation'
  937.         Font.Charset = DEFAULT_CHARSET
  938.         Font.Color = clBlue
  939.         Font.Height = -11
  940.         Font.Name = 'MS Sans Serif'
  941.         Font.Style = [fsUnderline]
  942.         ParentFont = False
  943.         ParentShowHint = False
  944.         ShowHint = True
  945.         OnClick = lblHTMLDocClick
  946.       end
  947.       object Label15: TLabel
  948.         Left = 96
  949.         Top = 240
  950.         Width = 216
  951.         Height = 13
  952.         Caption = 'Warning: both of those aligns are deprecated!'
  953.       end
  954.       object Label4: TLabel
  955.         Left = 95
  956.         Top = 16
  957.         Width = 196
  958.         Height = 24
  959.         Caption = 'Main table properties'
  960.         Font.Charset = EASTEUROPE_CHARSET
  961.         Font.Color = clWindowText
  962.         Font.Height = -19
  963.         Font.Name = 'Microsoft Sans Serif'
  964.         Font.Style = [fsBold]
  965.         ParentFont = False
  966.       end
  967.       object Label23: TLabel
  968.         Left = 96
  969.         Top = 256
  970.         Width = 115
  971.         Height = 13
  972.         Caption = 'For more information see'
  973.       end
  974.       object Label24: TLabel
  975.         Left = 284
  976.         Top = 256
  977.         Width = 3
  978.         Height = 13
  979.         Caption = '.'
  980.       end
  981.       object edtHTMLTableCaption: TLabeledEdit
  982.         Left = 96
  983.         Top = 72
  984.         Width = 265
  985.         Height = 21
  986.         EditLabel.Width = 68
  987.         EditLabel.Height = 13
  988.         EditLabel.Caption = 'Table caption:'
  989.         LabelPosition = lpAbove
  990.         LabelSpacing = 3
  991.         TabOrder = 0
  992.       end
  993.       object rgHTMLCaptionAlign: TRadioGroup
  994.         Left = 232
  995.         Top = 104
  996.         Width = 129
  997.         Height = 129
  998.         Caption = 'Caption align'
  999.         ItemIndex = 0
  1000.         Items.Strings = (
  1001.           '[don'#39't use]'
  1002.           'top'
  1003.           'left'
  1004.           'bottom'
  1005.           'right')
  1006.         TabOrder = 2
  1007.       end
  1008.       object rgHTMLTableAlign: TRadioGroup
  1009.         Left = 96
  1010.         Top = 104
  1011.         Width = 129
  1012.         Height = 129
  1013.         Caption = 'Table align'
  1014.         ItemIndex = 0
  1015.         Items.Strings = (
  1016.           '[don'#39't use]'
  1017.           'left'
  1018.           'center'
  1019.           'right')
  1020.         TabOrder = 1
  1021.       end
  1022.     end
  1023.     object TabSheet11: TTabSheet
  1024.       Caption = 'html2'
  1025.       ImageIndex = 10
  1026.       object Label16: TLabel
  1027.         Left = 96
  1028.         Top = 40
  1029.         Width = 46
  1030.         Height = 13
  1031.         Caption = 'Summary:'
  1032.       end
  1033.       object Label14: TLabel
  1034.         Left = 95
  1035.         Top = 16
  1036.         Width = 160
  1037.         Height = 24
  1038.         Caption = 'Table attributes 1'
  1039.         Font.Charset = EASTEUROPE_CHARSET
  1040.         Font.Color = clWindowText
  1041.         Font.Height = -19
  1042.         Font.Name = 'Microsoft Sans Serif'
  1043.         Font.Style = [fsBold]
  1044.         ParentFont = False
  1045.       end
  1046.       object mmSummary: TMemo
  1047.         Left = 96
  1048.         Top = 56
  1049.         Width = 121
  1050.         Height = 153
  1051.         TabOrder = 0
  1052.       end
  1053.       object gbHTMLWidth: TGroupBox
  1054.         Left = 96
  1055.         Top = 216
  1056.         Width = 121
  1057.         Height = 73
  1058.         Caption = 'width'
  1059.         TabOrder = 2
  1060.         object SpinEdit13: TSpinEdit
  1061.           Left = 8
  1062.           Top = 40
  1063.           Width = 105
  1064.           Height = 22
  1065.           MaxValue = 0
  1066.           MinValue = 0
  1067.           TabOrder = 1
  1068.           Value = 1
  1069.         end
  1070.         object CheckBox12: TCheckBox
  1071.           Left = 8
  1072.           Top = 16
  1073.           Width = 100
  1074.           Height = 17
  1075.           Caption = 'Use this attribute'
  1076.           Checked = True
  1077.           State = cbChecked
  1078.           TabOrder = 0
  1079.         end
  1080.       end
  1081.       object gbHTMLBorder: TGroupBox
  1082.         Left = 232
  1083.         Top = 216
  1084.         Width = 121
  1085.         Height = 73
  1086.         Caption = 'border'
  1087.         TabOrder = 3
  1088.         object SpinEdit14: TSpinEdit
  1089.           Left = 8
  1090.           Top = 40
  1091.           Width = 105
  1092.           Height = 22
  1093.           MaxValue = 0
  1094.           MinValue = 0
  1095.           TabOrder = 1
  1096.           Value = 1
  1097.         end
  1098.         object CheckBox13: TCheckBox
  1099.           Left = 8
  1100.           Top = 16
  1101.           Width = 100
  1102.           Height = 17
  1103.           Caption = 'Use this attribute'
  1104.           Checked = True
  1105.           State = cbChecked
  1106.           TabOrder = 0
  1107.         end
  1108.       end
  1109.       object rgHTMLFrame: TRadioGroup
  1110.         Left = 232
  1111.         Top = 48
  1112.         Width = 177
  1113.         Height = 161
  1114.         Caption = 'frame'
  1115.         Columns = 2
  1116.         ItemIndex = 8
  1117.         Items.Strings = (
  1118.           '[don'#39't use]'
  1119.           'void'
  1120.           'above'
  1121.           'below'
  1122.           'hsides'
  1123.           'vsides'
  1124.           'lhs'
  1125.           'rhs'
  1126.           'box'
  1127.           'border')
  1128.         TabOrder = 1
  1129.       end
  1130.     end
  1131.     object TabSheet12: TTabSheet
  1132.       Caption = 'html3'
  1133.       ImageIndex = 11
  1134.       object Label25: TLabel
  1135.         Left = 95
  1136.         Top = 16
  1137.         Width = 160
  1138.         Height = 24
  1139.         Caption = 'Table attributes 2'
  1140.         Font.Charset = EASTEUROPE_CHARSET
  1141.         Font.Color = clWindowText
  1142.         Font.Height = -19
  1143.         Font.Name = 'Microsoft Sans Serif'
  1144.         Font.Style = [fsBold]
  1145.         ParentFont = False
  1146.       end
  1147.       object gbHTMLCellSpacing: TGroupBox
  1148.         Left = 96
  1149.         Top = 48
  1150.         Width = 121
  1151.         Height = 73
  1152.         Caption = 'cellspacing'
  1153.         TabOrder = 0
  1154.         object SpinEdit15: TSpinEdit
  1155.           Left = 8
  1156.           Top = 40
  1157.           Width = 105
  1158.           Height = 22
  1159.           MaxValue = 0
  1160.           MinValue = 0
  1161.           TabOrder = 1
  1162.           Value = 1
  1163.         end
  1164.         object CheckBox14: TCheckBox
  1165.           Left = 8
  1166.           Top = 16
  1167.           Width = 100
  1168.           Height = 17
  1169.           Caption = 'Use this attribute'
  1170.           Checked = True
  1171.           State = cbChecked
  1172.           TabOrder = 0
  1173.         end
  1174.       end
  1175.       object gbHTMLCellPading: TGroupBox
  1176.         Left = 96
  1177.         Top = 128
  1178.         Width = 121
  1179.         Height = 73
  1180.         Caption = 'cellpading'
  1181.         TabOrder = 1
  1182.         object SpinEdit16: TSpinEdit
  1183.           Left = 8
  1184.           Top = 40
  1185.           Width = 105
  1186.           Height = 22
  1187.           MaxValue = 0
  1188.           MinValue = 0
  1189.           TabOrder = 1
  1190.           Value = 1
  1191.         end
  1192.         object CheckBox15: TCheckBox
  1193.           Left = 8
  1194.           Top = 16
  1195.           Width = 100
  1196.           Height = 17
  1197.           Caption = 'Use this attribute'
  1198.           Checked = True
  1199.           State = cbChecked
  1200.           TabOrder = 0
  1201.         end
  1202.       end
  1203.       object rgHTMLRules: TRadioGroup
  1204.         Left = 232
  1205.         Top = 96
  1206.         Width = 177
  1207.         Height = 105
  1208.         Caption = 'rules'
  1209.         Columns = 2
  1210.         ItemIndex = 0
  1211.         Items.Strings = (
  1212.           '[don'#39't use]'
  1213.           'none'
  1214.           'groups'
  1215.           'rows'
  1216.           'cols'
  1217.           'all')
  1218.         TabOrder = 3
  1219.       end
  1220.       object edtHTMLDefaultValue: TLabeledEdit
  1221.         Left = 232
  1222.         Top = 64
  1223.         Width = 177
  1224.         Height = 21
  1225.         EditLabel.Width = 85
  1226.         EditLabel.Height = 13
  1227.         EditLabel.Caption = 'Default cell value:'
  1228.         LabelPosition = lpAbove
  1229.         LabelSpacing = 3
  1230.         TabOrder = 2
  1231.         Text = ' '
  1232.       end
  1233.       object Counts: TGroupBox
  1234.         Left = 96
  1235.         Top = 208
  1236.         Width = 313
  1237.         Height = 73
  1238.         Caption = 'Counts'
  1239.         TabOrder = 4
  1240.         object Label9: TLabel
  1241.           Left = 8
  1242.           Top = 24
  1243.           Width = 79
  1244.           Height = 13
  1245.           Caption = 'Head row count:'
  1246.         end
  1247.         object Label10: TLabel
  1248.           Left = 111
  1249.           Top = 24
  1250.           Width = 74
  1251.           Height = 13
  1252.           Caption = 'Foot row count:'
  1253.         end
  1254.         object seHTMLHeadCount: TSpinEdit
  1255.           Left = 8
  1256.           Top = 40
  1257.           Width = 81
  1258.           Height = 22
  1259.           MaxValue = 100
  1260.           MinValue = 0
  1261.           TabOrder = 0
  1262.           Value = 0
  1263.           OnChange = seHTMLHeadFootCountChange
  1264.         end
  1265.         object seHTMLFootCount: TSpinEdit
  1266.           Left = 112
  1267.           Top = 40
  1268.           Width = 81
  1269.           Height = 22
  1270.           MaxValue = 100
  1271.           MinValue = 0
  1272.           TabOrder = 1
  1273.           Value = 0
  1274.           OnChange = seHTMLHeadFootCountChange
  1275.         end
  1276.       end
  1277.     end
  1278.     object TabSheet8: TTabSheet
  1279.       Caption = 'res'
  1280.       ImageIndex = 7
  1281.       object Label12: TLabel
  1282.         Left = 7
  1283.         Top = 16
  1284.         Width = 181
  1285.         Height = 24
  1286.         Caption = 'Result source code'
  1287.         Font.Charset = EASTEUROPE_CHARSET
  1288.         Font.Color = clWindowText
  1289.         Font.Height = -19
  1290.         Font.Name = 'Microsoft Sans Serif'
  1291.         Font.Style = [fsBold]
  1292.         ParentFont = False
  1293.       end
  1294.       object seResult: TSynEdit
  1295.         Left = 1
  1296.         Top = 48
  1297.         Width = 413
  1298.         Height = 265
  1299.         Cursor = crIBeam
  1300.         Font.Charset = DEFAULT_CHARSET
  1301.         Font.Color = clWindowText
  1302.         Font.Height = -13
  1303.         Font.Name = 'Courier New'
  1304.         Font.Style = []
  1305.         ParentColor = False
  1306.         ParentFont = False
  1307.         TabOrder = 0
  1308.         Gutter.Font.Charset = DEFAULT_CHARSET
  1309.         Gutter.Font.Color = clWindowText
  1310.         Gutter.Font.Height = -11
  1311.         Gutter.Font.Name = 'Terminal'
  1312.         Gutter.Font.Style = []
  1313.         Gutter.Visible = False
  1314.         Keystrokes = <
  1315.           item
  1316.             Command = ecUp
  1317.             ShortCut = 38
  1318.           end
  1319.           item
  1320.             Command = ecSelUp
  1321.             ShortCut = 8230
  1322.           end
  1323.           item
  1324.             Command = ecScrollUp
  1325.             ShortCut = 16422
  1326.           end
  1327.           item
  1328.             Command = ecDown
  1329.             ShortCut = 40
  1330.           end
  1331.           item
  1332.             Command = ecSelDown
  1333.             ShortCut = 8232
  1334.           end
  1335.           item
  1336.             Command = ecScrollDown
  1337.             ShortCut = 16424
  1338.           end
  1339.           item
  1340.             Command = ecLeft
  1341.             ShortCut = 37
  1342.           end
  1343.           item
  1344.             Command = ecSelLeft
  1345.             ShortCut = 8229
  1346.           end
  1347.           item
  1348.             Command = ecWordLeft
  1349.             ShortCut = 16421
  1350.           end
  1351.           item
  1352.             Command = ecSelWordLeft
  1353.             ShortCut = 24613
  1354.           end
  1355.           item
  1356.             Command = ecRight
  1357.             ShortCut = 39
  1358.           end
  1359.           item
  1360.             Command = ecSelRight
  1361.             ShortCut = 8231
  1362.           end
  1363.           item
  1364.             Command = ecWordRight
  1365.             ShortCut = 16423
  1366.           end
  1367.           item
  1368.             Command = ecSelWordRight
  1369.             ShortCut = 24615
  1370.           end
  1371.           item
  1372.             Command = ecPageDown
  1373.             ShortCut = 34
  1374.           end
  1375.           item
  1376.             Command = ecSelPageDown
  1377.             ShortCut = 8226
  1378.           end
  1379.           item
  1380.             Command = ecPageBottom
  1381.             ShortCut = 16418
  1382.           end
  1383.           item
  1384.             Command = ecSelPageBottom
  1385.             ShortCut = 24610
  1386.           end
  1387.           item
  1388.             Command = ecPageUp
  1389.             ShortCut = 33
  1390.           end
  1391.           item
  1392.             Command = ecSelPageUp
  1393.             ShortCut = 8225
  1394.           end
  1395.           item
  1396.             Command = ecPageTop
  1397.             ShortCut = 16417
  1398.           end
  1399.           item
  1400.             Command = ecSelPageTop
  1401.             ShortCut = 24609
  1402.           end
  1403.           item
  1404.             Command = ecLineStart
  1405.             ShortCut = 36
  1406.           end
  1407.           item
  1408.             Command = ecSelLineStart
  1409.             ShortCut = 8228
  1410.           end
  1411.           item
  1412.             Command = ecEditorTop
  1413.             ShortCut = 16420
  1414.           end
  1415.           item
  1416.             Command = ecSelEditorTop
  1417.             ShortCut = 24612
  1418.           end
  1419.           item
  1420.             Command = ecLineEnd
  1421.             ShortCut = 35
  1422.           end
  1423.           item
  1424.             Command = ecSelLineEnd
  1425.             ShortCut = 8227
  1426.           end
  1427.           item
  1428.             Command = ecEditorBottom
  1429.             ShortCut = 16419
  1430.           end
  1431.           item
  1432.             Command = ecSelEditorBottom
  1433.             ShortCut = 24611
  1434.           end
  1435.           item
  1436.             Command = ecToggleMode
  1437.             ShortCut = 45
  1438.           end
  1439.           item
  1440.             Command = ecCopy
  1441.             ShortCut = 16429
  1442.           end
  1443.           item
  1444.             Command = ecPaste
  1445.             ShortCut = 8237
  1446.           end
  1447.           item
  1448.             Command = ecDeleteChar
  1449.             ShortCut = 46
  1450.           end
  1451.           item
  1452.             Command = ecCut
  1453.             ShortCut = 8238
  1454.           end
  1455.           item
  1456.             Command = ecDeleteLastChar
  1457.             ShortCut = 8
  1458.           end
  1459.           item
  1460.             Command = ecDeleteLastChar
  1461.             ShortCut = 8200
  1462.           end
  1463.           item
  1464.             Command = ecDeleteLastWord
  1465.             ShortCut = 16392
  1466.           end
  1467.           item
  1468.             Command = ecUndo
  1469.             ShortCut = 32776
  1470.           end
  1471.           item
  1472.             Command = ecRedo
  1473.             ShortCut = 40968
  1474.           end
  1475.           item
  1476.             Command = ecLineBreak
  1477.             ShortCut = 13
  1478.           end
  1479.           item
  1480.             Command = ecSelectAll
  1481.             ShortCut = 16449
  1482.           end
  1483.           item
  1484.             Command = ecCopy
  1485.             ShortCut = 16451
  1486.           end
  1487.           item
  1488.             Command = ecBlockIndent
  1489.             ShortCut = 24649
  1490.           end
  1491.           item
  1492.             Command = ecLineBreak
  1493.             ShortCut = 16461
  1494.           end
  1495.           item
  1496.             Command = ecInsertLine
  1497.             ShortCut = 16462
  1498.           end
  1499.           item
  1500.             Command = ecDeleteWord
  1501.             ShortCut = 16468
  1502.           end
  1503.           item
  1504.             Command = ecBlockUnindent
  1505.             ShortCut = 24661
  1506.           end
  1507.           item
  1508.             Command = ecPaste
  1509.             ShortCut = 16470
  1510.           end
  1511.           item
  1512.             Command = ecCut
  1513.             ShortCut = 16472
  1514.           end
  1515.           item
  1516.             Command = ecDeleteLine
  1517.             ShortCut = 16473
  1518.           end
  1519.           item
  1520.             Command = ecDeleteEOL
  1521.             ShortCut = 24665
  1522.           end
  1523.           item
  1524.             Command = ecUndo
  1525.             ShortCut = 16474
  1526.           end
  1527.           item
  1528.             Command = ecRedo
  1529.             ShortCut = 24666
  1530.           end
  1531.           item
  1532.             Command = ecGotoMarker0
  1533.             ShortCut = 16432
  1534.           end
  1535.           item
  1536.             Command = ecGotoMarker1
  1537.             ShortCut = 16433
  1538.           end
  1539.           item
  1540.             Command = ecGotoMarker2
  1541.             ShortCut = 16434
  1542.           end
  1543.           item
  1544.             Command = ecGotoMarker3
  1545.             ShortCut = 16435
  1546.           end
  1547.           item
  1548.             Command = ecGotoMarker4
  1549.             ShortCut = 16436
  1550.           end
  1551.           item
  1552.             Command = ecGotoMarker5
  1553.             ShortCut = 16437
  1554.           end
  1555.           item
  1556.             Command = ecGotoMarker6
  1557.             ShortCut = 16438
  1558.           end
  1559.           item
  1560.             Command = ecGotoMarker7
  1561.             ShortCut = 16439
  1562.           end
  1563.           item
  1564.             Command = ecGotoMarker8
  1565.             ShortCut = 16440
  1566.           end
  1567.           item
  1568.             Command = ecGotoMarker9
  1569.             ShortCut = 16441
  1570.           end
  1571.           item
  1572.             Command = ecSetMarker0
  1573.             ShortCut = 24624
  1574.           end
  1575.           item
  1576.             Command = ecSetMarker1
  1577.             ShortCut = 24625
  1578.           end
  1579.           item
  1580.             Command = ecSetMarker2
  1581.             ShortCut = 24626
  1582.           end
  1583.           item
  1584.             Command = ecSetMarker3
  1585.             ShortCut = 24627
  1586.           end
  1587.           item
  1588.             Command = ecSetMarker4
  1589.             ShortCut = 24628
  1590.           end
  1591.           item
  1592.             Command = ecSetMarker5
  1593.             ShortCut = 24629
  1594.           end
  1595.           item
  1596.             Command = ecSetMarker6
  1597.             ShortCut = 24630
  1598.           end
  1599.           item
  1600.             Command = ecSetMarker7
  1601.             ShortCut = 24631
  1602.           end
  1603.           item
  1604.             Command = ecSetMarker8
  1605.             ShortCut = 24632
  1606.           end
  1607.           item
  1608.             Command = ecSetMarker9
  1609.             ShortCut = 24633
  1610.           end
  1611.           item
  1612.             Command = ecNormalSelect
  1613.             ShortCut = 24654
  1614.           end
  1615.           item
  1616.             Command = ecColumnSelect
  1617.             ShortCut = 24643
  1618.           end
  1619.           item
  1620.             Command = ecLineSelect
  1621.             ShortCut = 24652
  1622.           end
  1623.           item
  1624.             Command = ecTab
  1625.             ShortCut = 9
  1626.           end
  1627.           item
  1628.             Command = ecShiftTab
  1629.             ShortCut = 8201
  1630.           end
  1631.           item
  1632.             Command = ecMatchBracket
  1633.             ShortCut = 24642
  1634.           end>
  1635.       end
  1636.     end
  1637.     object TabSheet5: TTabSheet
  1638.       Caption = 'latex'
  1639.       ImageIndex = 10
  1640.       object Label26: TLabel
  1641.         Left = 95
  1642.         Top = 16
  1643.         Width = 153
  1644.         Height = 24
  1645.         Caption = 'Table properties'
  1646.         Font.Charset = EASTEUROPE_CHARSET
  1647.         Font.Color = clWindowText
  1648.         Font.Height = -19
  1649.         Font.Name = 'Microsoft Sans Serif'
  1650.         Font.Style = [fsBold]
  1651.         ParentFont = False
  1652.       end
  1653.       object gbLATEXWidth: TGroupBox
  1654.         Left = 96
  1655.         Top = 96
  1656.         Width = 121
  1657.         Height = 73
  1658.         Caption = 'width'
  1659.         TabOrder = 1
  1660.         object seLaTeXWidth: TSpinEdit
  1661.           Left = 8
  1662.           Top = 40
  1663.           Width = 105
  1664.           Height = 22
  1665.           MaxValue = 0
  1666.           MinValue = 0
  1667.           TabOrder = 1
  1668.           Value = 1
  1669.         end
  1670.         object cbLATEXUseWidth: TCheckBox
  1671.           Left = 8
  1672.           Top = 16
  1673.           Width = 100
  1674.           Height = 17
  1675.           Caption = 'Use this attribute'
  1676.           TabOrder = 0
  1677.         end
  1678.       end
  1679.       object edtLATEXColumns: TLabeledEdit
  1680.         Left = 96
  1681.         Top = 64
  1682.         Width = 121
  1683.         Height = 21
  1684.         EditLabel.Width = 43
  1685.         EditLabel.Height = 13
  1686.         EditLabel.Caption = 'Columns:'
  1687.         LabelPosition = lpAbove
  1688.         LabelSpacing = 3
  1689.         TabOrder = 0
  1690.       end
  1691.       object GroupBox1: TGroupBox
  1692.         Left = 96
  1693.         Top = 176
  1694.         Width = 121
  1695.         Height = 65
  1696.         TabOrder = 2
  1697.         object cbLATEXUseHLINE: TCheckBox
  1698.           Left = 8
  1699.           Top = 16
  1700.           Width = 105
  1701.           Height = 17
  1702.           Caption = 'Use '#39'hline'#39
  1703.           Checked = True
  1704.           State = cbChecked
  1705.           TabOrder = 0
  1706.         end
  1707.         object cbFirstLineBold: TCheckBox
  1708.           Left = 8
  1709.           Top = 40
  1710.           Width = 105
  1711.           Height = 17
  1712.           Caption = 'First line bold'
  1713.           Checked = True
  1714.           State = cbChecked
  1715.           TabOrder = 1
  1716.         end
  1717.       end
  1718.     end
  1719.   end
  1720.   object bbtnPrevious: TBitBtn
  1721.     Left = 179
  1722.     Top = 334
  1723.     Width = 75
  1724.     Height = 25
  1725.     Caption = '< &Previous'
  1726.     TabOrder = 2
  1727.     OnClick = bbtnPreviousClick
  1728.   end
  1729.   object bbtnNext: TBitBtn
  1730.     Left = 260
  1731.     Top = 334
  1732.     Width = 75
  1733.     Height = 25
  1734.     Caption = 'will be changed'
  1735.     Default = True
  1736.     TabOrder = 3
  1737.     OnClick = bbtnNextClick
  1738.     NumGlyphs = 2
  1739.   end
  1740.   object bbtnCancel: TBitBtn
  1741.     Left = 341
  1742.     Top = 334
  1743.     Width = 75
  1744.     Height = 25
  1745.     Cancel = True
  1746.     Caption = 'Cancel'
  1747.     ModalResult = 2
  1748.     TabOrder = 4
  1749.     NumGlyphs = 2
  1750.   end
  1751.   object bbtnHelp: TBitBtn
  1752.     Left = 98
  1753.     Top = 334
  1754.     Width = 75
  1755.     Height = 25
  1756.     Caption = '&Help'
  1757.     TabOrder = 1
  1758.     OnClick = bbtnHelpClick
  1759.     NumGlyphs = 2
  1760.   end
  1761.   object OpenDialog: TOpenDialog
  1762.     Filter = 'All files (*.*)|*.*'
  1763.     Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
  1764.     Left = 24
  1765.     Top = 48
  1766.   end
  1767. end
  1768.