home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMPROPERTIES / TFRMPROPERTIES.txt
Text File  |  2006-09-21  |  31KB  |  1,166 lines

  1. object FrmProperties: TFrmProperties
  2.   Left = 286
  3.   Top = 104
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 420
  7.   ClientWidth = 372
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object btnOk: TButton
  21.     Left = 132
  22.     Top = 393
  23.     Width = 72
  24.     Height = 22
  25.     HelpContext = 49
  26.     Default = True
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -12
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ModalResult = 1
  33.     ParentFont = False
  34.     TabOrder = 0
  35.   end
  36.   object btnCancel: TButton
  37.     Left = 212
  38.     Top = 393
  39.     Width = 72
  40.     Height = 22
  41.     HelpContext = 44
  42.     Cancel = True
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clBlack
  45.     Font.Height = -12
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ModalResult = 2
  49.     ParentFont = False
  50.     TabOrder = 1
  51.   end
  52.   object btnHelp: TBitBtn
  53.     Left = 292
  54.     Top = 393
  55.     Width = 72
  56.     Height = 22
  57.     HelpContext = 7
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clBlack
  60.     Font.Height = -12
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     TabOrder = 2
  65.     OnClick = btnHelpClick
  66.   end
  67.   object pcPages: TPageControl
  68.     Left = 8
  69.     Top = 8
  70.     Width = 356
  71.     Height = 377
  72.     ActivePage = sheetCellGeneral
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clBlack
  75.     Font.Height = -12
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     TabOrder = 3
  80.     object sheetCellGeneral: TTabSheet
  81.       Caption = 'General'
  82.       object lblDescription1: TLabel
  83.         Left = 12
  84.         Top = 12
  85.         Width = 3
  86.         Height = 13
  87.         Font.Charset = DEFAULT_CHARSET
  88.         Font.Color = clNavy
  89.         Font.Height = -12
  90.         Font.Name = 'MS Sans Serif'
  91.         Font.Style = []
  92.         ParentFont = False
  93.       end
  94.       object Bevel1: TBevel
  95.         Left = 12
  96.         Top = 36
  97.         Width = 325
  98.         Height = 2
  99.       end
  100.       object lblHeight: TLabel
  101.         Left = 108
  102.         Top = 258
  103.         Width = 34
  104.         Height = 13
  105.         Caption = 'Height:'
  106.         Font.Charset = DEFAULT_CHARSET
  107.         Font.Color = clBlack
  108.         Font.Height = -12
  109.         Font.Name = 'MS Sans Serif'
  110.         Font.Style = []
  111.         ParentFont = False
  112.       end
  113.       object lblWidth: TLabel
  114.         Left = 12
  115.         Top = 258
  116.         Width = 31
  117.         Height = 13
  118.         Caption = 'Width:'
  119.         Font.Charset = DEFAULT_CHARSET
  120.         Font.Color = clBlack
  121.         Font.Height = -12
  122.         Font.Name = 'MS Sans Serif'
  123.         Font.Style = []
  124.         ParentFont = False
  125.       end
  126.       object ChecknoWrap: TCheckBox
  127.         Left = 160
  128.         Top = 230
  129.         Width = 85
  130.         Height = 16
  131.         HelpContext = 241
  132.         Caption = 'no wrap'
  133.         Font.Charset = DEFAULT_CHARSET
  134.         Font.Color = clBlack
  135.         Font.Height = -12
  136.         Font.Name = 'MS Sans Serif'
  137.         Font.Style = []
  138.         ParentFont = False
  139.         State = cbGrayed
  140.         TabOrder = 4
  141.       end
  142.       object rgTypeCell: TRadioGroup
  143.         Left = 160
  144.         Top = 154
  145.         Width = 178
  146.         Height = 71
  147.         HelpContext = 53
  148.         Caption = 'Type of cell'
  149.         Items.Strings = (
  150.           'Data cell'
  151.           'Header cell')
  152.         TabOrder = 3
  153.       end
  154.       object gbColorOptions: TGroupBox
  155.         Left = 160
  156.         Top = 45
  157.         Width = 178
  158.         Height = 103
  159.         Caption = 'Color options'
  160.         Font.Charset = DEFAULT_CHARSET
  161.         Font.Color = clBlack
  162.         Font.Height = -12
  163.         Font.Name = 'MS Sans Serif'
  164.         Font.Style = []
  165.         ParentFont = False
  166.         TabOrder = 2
  167.         object lblBackColor: TLabel
  168.           Left = 8
  169.           Top = 18
  170.           Width = 61
  171.           Height = 13
  172.           Caption = 'Background:'
  173.           Font.Charset = DEFAULT_CHARSET
  174.           Font.Color = clBlack
  175.           Font.Height = -12
  176.           Font.Name = 'MS Sans Serif'
  177.           Font.Style = []
  178.           ParentFont = False
  179.         end
  180.         object lblBorderColor: TLabel
  181.           Left = 23
  182.           Top = 62
  183.           Width = 34
  184.           Height = 13
  185.           Caption = 'Border:'
  186.           Font.Charset = DEFAULT_CHARSET
  187.           Font.Color = clBlack
  188.           Font.Height = -12
  189.           Font.Name = 'MS Sans Serif'
  190.           Font.Style = []
  191.           ParentFont = False
  192.         end
  193.         object Exp1: TImage
  194.           Left = 9
  195.           Top = 62
  196.           Width = 12
  197.           Height = 12
  198.           AutoSize = True
  199.         end
  200.         object colbtnBackCell: TcxColorComboBox
  201.           Left = 98
  202.           Top = 14
  203.           ParentFont = False
  204.           Properties.AllowSelectColor = True
  205.           Properties.ClearKey = 46
  206.           Properties.ColorBoxWidth = 17
  207.           Properties.ColorComboStyle = cxccsComboList
  208.           Properties.ColorDialogType = cxcdtCustom
  209.           Properties.CustomColors = <>
  210.           Properties.ImmediatePost = True
  211.           Properties.ImmediateUpdateText = True
  212.           Properties.NamingConvention = cxncHTML4
  213.           Properties.PrepareList = cxplHTML4
  214.           Properties.Revertable = True
  215.           Properties.ShowDescriptions = False
  216.           Properties.OnSelectCustomColor = colbtnBackCellPropertiesSelectCustomColor
  217.           TabOrder = 0
  218.           Width = 55
  219.         end
  220.         object colbtnBorderCell: TcxColorComboBox
  221.           Left = 98
  222.           Top = 58
  223.           ParentFont = False
  224.           Properties.AllowSelectColor = True
  225.           Properties.ClearKey = 46
  226.           Properties.ColorBoxWidth = 17
  227.           Properties.ColorComboStyle = cxccsComboList
  228.           Properties.ColorDialogType = cxcdtCustom
  229.           Properties.CustomColors = <>
  230.           Properties.ImmediatePost = True
  231.           Properties.ImmediateUpdateText = True
  232.           Properties.NamingConvention = cxncHTML4
  233.           Properties.PrepareList = cxplHTML4
  234.           Properties.Revertable = True
  235.           Properties.ShowDescriptions = False
  236.           Properties.OnSelectCustomColor = colbtnBackCellPropertiesSelectCustomColor
  237.           TabOrder = 1
  238.           Width = 55
  239.         end
  240.       end
  241.       object checkHeight: TCheckBox
  242.         Left = 166
  243.         Top = 277
  244.         Width = 31
  245.         Height = 13
  246.         HelpContext = 228
  247.         Caption = '%'
  248.         TabOrder = 10
  249.         OnClick = checkHeightClick
  250.       end
  251.       object checkWidth: TCheckBox
  252.         Left = 69
  253.         Top = 277
  254.         Width = 31
  255.         Height = 13
  256.         HelpContext = 228
  257.         Caption = '%'
  258.         TabOrder = 7
  259.         OnClick = checkWidthClick
  260.       end
  261.       object rgHorizontalAlign: TRadioGroup
  262.         Left = 12
  263.         Top = 45
  264.         Width = 136
  265.         Height = 103
  266.         HelpContext = 22
  267.         Caption = 'Horizontal alignment'
  268.         Font.Charset = DEFAULT_CHARSET
  269.         Font.Color = clBlack
  270.         Font.Height = -12
  271.         Font.Name = 'MS Sans Serif'
  272.         Font.Style = []
  273.         Items.Strings = (
  274.           'Default'
  275.           'To the left'
  276.           'In the middle'
  277.           'To the right'
  278.           'Justified'
  279.           'Char')
  280.         ParentFont = False
  281.         TabOrder = 0
  282.       end
  283.       object rgVerticalAlign: TRadioGroup
  284.         Left = 12
  285.         Top = 154
  286.         Width = 136
  287.         Height = 90
  288.         HelpContext = 25
  289.         Caption = 'Vertical alignment'
  290.         Font.Charset = DEFAULT_CHARSET
  291.         Font.Color = clBlack
  292.         Font.Height = -12
  293.         Font.Name = 'MS Sans Serif'
  294.         Font.Style = []
  295.         Items.Strings = (
  296.           'Default'
  297.           'In the middle'
  298.           'At the top'
  299.           'At the bottom'
  300.           'Based on line')
  301.         ParentFont = False
  302.         TabOrder = 1
  303.       end
  304.       object EditHeight: TEdit
  305.         Left = 108
  306.         Top = 273
  307.         Width = 37
  308.         Height = 21
  309.         HelpContext = 155
  310.         MaxLength = 4
  311.         TabOrder = 8
  312.         Text = '0'
  313.       end
  314.       object UpHeight: TUpDown
  315.         Left = 145
  316.         Top = 273
  317.         Width = 15
  318.         Height = 21
  319.         HelpContext = 155
  320.         Associate = EditHeight
  321.         Max = 9999
  322.         TabOrder = 9
  323.       end
  324.       object EditWidth: TEdit
  325.         Left = 12
  326.         Top = 273
  327.         Width = 37
  328.         Height = 21
  329.         HelpContext = 170
  330.         MaxLength = 4
  331.         TabOrder = 5
  332.         Text = '0'
  333.       end
  334.       object UpWidth: TUpDown
  335.         Left = 49
  336.         Top = 273
  337.         Width = 15
  338.         Height = 21
  339.         HelpContext = 170
  340.         Associate = EditWidth
  341.         Max = 9999
  342.         TabOrder = 6
  343.       end
  344.     end
  345.     object sheetCellAdvanced: TTabSheet
  346.       Caption = 'Advanced'
  347.       object lblDescription2: TLabel
  348.         Left = 12
  349.         Top = 12
  350.         Width = 3
  351.         Height = 13
  352.         Font.Charset = DEFAULT_CHARSET
  353.         Font.Color = clNavy
  354.         Font.Height = -12
  355.         Font.Name = 'MS Sans Serif'
  356.         Font.Style = []
  357.         ParentFont = False
  358.       end
  359.       object lblBackImage: TLabel
  360.         Left = 27
  361.         Top = 52
  362.         Width = 92
  363.         Height = 13
  364.         Caption = 'Background image:'
  365.         Font.Charset = DEFAULT_CHARSET
  366.         Font.Color = clBlack
  367.         Font.Height = -12
  368.         Font.Name = 'MS Sans Serif'
  369.         Font.Style = []
  370.         ParentFont = False
  371.       end
  372.       object Exp2: TImage
  373.         Left = 12
  374.         Top = 53
  375.         Width = 12
  376.         Height = 12
  377.         AutoSize = True
  378.       end
  379.       object Bevel3: TBevel
  380.         Left = 12
  381.         Top = 36
  382.         Width = 325
  383.         Height = 2
  384.       end
  385.       object lblTitleCell: TLabel
  386.         Left = 12
  387.         Top = 294
  388.         Width = 20
  389.         Height = 13
  390.         Caption = 'Title'
  391.       end
  392.       object ComboBackImage: TComboBox
  393.         Left = 12
  394.         Top = 68
  395.         Width = 297
  396.         Height = 21
  397.         HelpContext = 220
  398.         Font.Charset = DEFAULT_CHARSET
  399.         Font.Color = clBlack
  400.         Font.Height = -12
  401.         Font.Name = 'MS Sans Serif'
  402.         Font.Style = []
  403.         ItemHeight = 13
  404.         MaxLength = 512
  405.         ParentFont = False
  406.         TabOrder = 0
  407.       end
  408.       object gbBorderColors: TGroupBox
  409.         Left = 12
  410.         Top = 96
  411.         Width = 178
  412.         Height = 103
  413.         HelpContext = 944
  414.         Caption = 'Border colors'
  415.         TabOrder = 2
  416.         object Exp4: TImage
  417.           Left = 6
  418.           Top = 14
  419.           Width = 12
  420.           Height = 12
  421.           AutoSize = True
  422.         end
  423.         object lblDarkBorderColor: TLabel
  424.           Left = 22
  425.           Top = 19
  426.           Width = 59
  427.           Height = 13
  428.           Caption = 'Dark border:'
  429.         end
  430.         object lblLightBorderColor: TLabel
  431.           Left = 22
  432.           Top = 64
  433.           Width = 59
  434.           Height = 13
  435.           Caption = 'Light border:'
  436.         end
  437.         object colbtnDarkBorderCell: TcxColorComboBox
  438.           Left = 111
  439.           Top = 15
  440.           ParentFont = False
  441.           Properties.AllowSelectColor = True
  442.           Properties.ClearKey = 46
  443.           Properties.ColorBoxWidth = 17
  444.           Properties.ColorComboStyle = cxccsComboList
  445.           Properties.ColorDialogType = cxcdtCustom
  446.           Properties.CustomColors = <>
  447.           Properties.ImmediatePost = True
  448.           Properties.ImmediateUpdateText = True
  449.           Properties.NamingConvention = cxncHTML4
  450.           Properties.PrepareList = cxplHTML4
  451.           Properties.Revertable = True
  452.           Properties.ShowDescriptions = False
  453.           Properties.OnSelectCustomColor = colbtnBackCellPropertiesSelectCustomColor
  454.           TabOrder = 0
  455.           Width = 55
  456.         end
  457.         object colbtnLightBorderCell: TcxColorComboBox
  458.           Left = 111
  459.           Top = 59
  460.           ParentFont = False
  461.           Properties.AllowSelectColor = True
  462.           Properties.ClearKey = 46
  463.           Properties.ColorBoxWidth = 17
  464.           Properties.ColorComboStyle = cxccsComboList
  465.           Properties.ColorDialogType = cxcdtCustom
  466.           Properties.CustomColors = <>
  467.           Properties.ImmediatePost = True
  468.           Properties.ImmediateUpdateText = True
  469.           Properties.NamingConvention = cxncHTML4
  470.           Properties.PrepareList = cxplHTML4
  471.           Properties.Revertable = True
  472.           Properties.ShowDescriptions = False
  473.           Properties.OnSelectCustomColor = colbtnBackCellPropertiesSelectCustomColor
  474.           TabOrder = 1
  475.           Width = 55
  476.         end
  477.       end
  478.       object memoTitleCell: TMemo
  479.         Left = 12
  480.         Top = 307
  481.         Width = 324
  482.         Height = 33
  483.         HelpContext = 1038
  484.         TabOrder = 3
  485.       end
  486.       object sbBackImage: TBitBtn
  487.         Left = 315
  488.         Top = 68
  489.         Width = 23
  490.         Height = 21
  491.         TabOrder = 1
  492.         OnClick = sbBackImageClick
  493.       end
  494.     end
  495.     object sheetStruct: TTabSheet
  496.       Caption = 'General'
  497.       object lblDescription3: TLabel
  498.         Left = 12
  499.         Top = 12
  500.         Width = 3
  501.         Height = 13
  502.         Font.Charset = DEFAULT_CHARSET
  503.         Font.Color = clNavy
  504.         Font.Height = -12
  505.         Font.Name = 'MS Sans Serif'
  506.         Font.Style = []
  507.         ParentFont = False
  508.       end
  509.       object Bevel2: TBevel
  510.         Left = 12
  511.         Top = 36
  512.         Width = 325
  513.         Height = 2
  514.       end
  515.       object lblWidthStruct: TLabel
  516.         Left = 12
  517.         Top = 252
  518.         Width = 31
  519.         Height = 13
  520.         Caption = 'Width:'
  521.         Font.Charset = DEFAULT_CHARSET
  522.         Font.Color = clBlack
  523.         Font.Height = -12
  524.         Font.Name = 'MS Sans Serif'
  525.         Font.Style = []
  526.         ParentFont = False
  527.       end
  528.       object lblTitleStruct: TLabel
  529.         Left = 12
  530.         Top = 294
  531.         Width = 20
  532.         Height = 13
  533.         Caption = 'Title'
  534.       end
  535.       object lblBackColorStruct: TLabel
  536.         Left = 166
  537.         Top = 50
  538.         Width = 61
  539.         Height = 13
  540.         Caption = 'Background:'
  541.         Font.Charset = DEFAULT_CHARSET
  542.         Font.Color = clBlack
  543.         Font.Height = -12
  544.         Font.Name = 'MS Sans Serif'
  545.         Font.Style = []
  546.         ParentFont = False
  547.       end
  548.       object checkWidthPercentStruct: TCheckBox
  549.         Left = 69
  550.         Top = 265
  551.         Width = 31
  552.         Height = 11
  553.         HelpContext = 228
  554.         Caption = '%'
  555.         TabOrder = 5
  556.         OnClick = checkWidthPercentStructClick
  557.       end
  558.       object rgHorzAlignStruct: TRadioGroup
  559.         Left = 12
  560.         Top = 45
  561.         Width = 136
  562.         Height = 103
  563.         HelpContext = 22
  564.         Caption = 'Horizontal alignment'
  565.         Font.Charset = DEFAULT_CHARSET
  566.         Font.Color = clBlack
  567.         Font.Height = -12
  568.         Font.Name = 'MS Sans Serif'
  569.         Font.Style = []
  570.         Items.Strings = (
  571.           'Default'
  572.           'To the left'
  573.           'In the middle'
  574.           'To the right'
  575.           'Justified'
  576.           'Char')
  577.         ParentFont = False
  578.         TabOrder = 0
  579.       end
  580.       object rgVertAlignStruct: TRadioGroup
  581.         Left = 12
  582.         Top = 154
  583.         Width = 136
  584.         Height = 90
  585.         HelpContext = 25
  586.         Caption = 'Vertical alignment'
  587.         Font.Charset = DEFAULT_CHARSET
  588.         Font.Color = clBlack
  589.         Font.Height = -12
  590.         Font.Name = 'MS Sans Serif'
  591.         Font.Style = []
  592.         Items.Strings = (
  593.           'Default'
  594.           'In the middle'
  595.           'At the top'
  596.           'At the bottom'
  597.           'Based on line')
  598.         ParentFont = False
  599.         TabOrder = 1
  600.       end
  601.       object checkGroup: TCheckBox
  602.         Left = 166
  603.         Top = 271
  604.         Width = 78
  605.         Height = 14
  606.         HelpContext = 1116
  607.         Caption = 'Group'
  608.         TabOrder = 7
  609.       end
  610.       object memoTitleStruct: TMemo
  611.         Left = 12
  612.         Top = 307
  613.         Width = 324
  614.         Height = 33
  615.         HelpContext = 1038
  616.         TabOrder = 8
  617.       end
  618.       object gbBorderColorsStruct: TGroupBox
  619.         Left = 160
  620.         Top = 83
  621.         Width = 178
  622.         Height = 161
  623.         HelpContext = 944
  624.         Caption = 'Border colors'
  625.         TabOrder = 2
  626.         object Exp3: TImage
  627.           Left = 6
  628.           Top = 14
  629.           Width = 12
  630.           Height = 12
  631.           AutoSize = True
  632.         end
  633.         object lblDarkBorderColorStruct: TLabel
  634.           Left = 8
  635.           Top = 77
  636.           Width = 59
  637.           Height = 13
  638.           Caption = 'Dark border:'
  639.         end
  640.         object lblLightBorderColorStruct: TLabel
  641.           Left = 8
  642.           Top = 122
  643.           Width = 59
  644.           Height = 13
  645.           Caption = 'Light border:'
  646.         end
  647.         object lblBorderColorStruct: TLabel
  648.           Left = 8
  649.           Top = 32
  650.           Width = 34
  651.           Height = 13
  652.           Caption = 'Border:'
  653.           Font.Charset = DEFAULT_CHARSET
  654.           Font.Color = clBlack
  655.           Font.Height = -12
  656.           Font.Name = 'MS Sans Serif'
  657.           Font.Style = []
  658.           ParentFont = False
  659.         end
  660.         object colbtnBorderColorStruct: TcxColorComboBox
  661.           Left = 85
  662.           Top = 28
  663.           ParentFont = False
  664.           Properties.AllowSelectColor = True
  665.           Properties.ClearKey = 46
  666.           Properties.ColorBoxWidth = 17
  667.           Properties.ColorComboStyle = cxccsComboList
  668.           Properties.ColorDialogType = cxcdtCustom
  669.           Properties.CustomColors = <>
  670.           Properties.ImmediatePost = True
  671.           Properties.ImmediateUpdateText = True
  672.           Properties.NamingConvention = cxncHTML4
  673.           Properties.PrepareList = cxplHTML4
  674.           Properties.Revertable = True
  675.           Properties.ShowDescriptions = False
  676.           Properties.OnSelectCustomColor = colbtnBackCellPropertiesSelectCustomColor
  677.           TabOrder = 0
  678.           Width = 55
  679.         end
  680.         object colbtnDarkBorderColorStruct: TcxColorComboBox
  681.           Left = 85
  682.           Top = 73
  683.           ParentFont = False
  684.           Properties.AllowSelectColor = True
  685.           Properties.ClearKey = 46
  686.           Properties.ColorBoxWidth = 17
  687.           Properties.ColorComboStyle = cxccsComboList
  688.           Properties.ColorDialogType = cxcdtCustom
  689.           Properties.CustomColors = <>
  690.           Properties.ImmediatePost = True
  691.           Properties.ImmediateUpdateText = True
  692.           Properties.NamingConvention = cxncHTML4
  693.           Properties.PrepareList = cxplHTML4
  694.           Properties.Revertable = True
  695.           Properties.ShowDescriptions = False
  696.           Properties.OnSelectCustomColor = colbtnBackCellPropertiesSelectCustomColor
  697.           TabOrder = 1
  698.           Width = 55
  699.         end
  700.         object colbtnLightBorderColorStruct: TcxColorComboBox
  701.           Left = 85
  702.           Top = 118
  703.           ParentFont = False
  704.           Properties.AllowSelectColor = True
  705.           Properties.ClearKey = 46
  706.           Properties.ColorBoxWidth = 17
  707.           Properties.ColorComboStyle = cxccsComboList
  708.           Properties.ColorDialogType = cxcdtCustom
  709.           Properties.CustomColors = <>
  710.           Properties.ImmediatePost = True
  711.           Properties.ImmediateUpdateText = True
  712.           Properties.NamingConvention = cxncHTML4
  713.           Properties.PrepareList = cxplHTML4
  714.           Properties.Revertable = True
  715.           Properties.ShowDescriptions = False
  716.           Properties.OnSelectCustomColor = colbtnBackCellPropertiesSelectCustomColor
  717.           TabOrder = 2
  718.           Width = 55
  719.         end
  720.       end
  721.       object checkWidthAsterStruct: TCheckBox
  722.         Left = 69
  723.         Top = 277
  724.         Width = 31
  725.         Height = 11
  726.         HelpContext = 1042
  727.         Caption = '*'
  728.         TabOrder = 6
  729.         OnClick = checkWidthAsterStructClick
  730.       end
  731.       object EditWidthStruct: TEdit
  732.         Left = 12
  733.         Top = 266
  734.         Width = 37
  735.         Height = 21
  736.         HelpContext = 958
  737.         MaxLength = 4
  738.         TabOrder = 3
  739.         Text = '0'
  740.       end
  741.       object UpWidthStruct: TUpDown
  742.         Left = 49
  743.         Top = 266
  744.         Width = 15
  745.         Height = 21
  746.         HelpContext = 958
  747.         Associate = EditWidthStruct
  748.         Max = 9999
  749.         TabOrder = 4
  750.       end
  751.       object colbtnBackColorStruct: TcxColorComboBox
  752.         Left = 245
  753.         Top = 46
  754.         ParentFont = False
  755.         Properties.AllowSelectColor = True
  756.         Properties.ClearKey = 46
  757.         Properties.ColorBoxWidth = 17
  758.         Properties.ColorComboStyle = cxccsComboList
  759.         Properties.ColorDialogType = cxcdtCustom
  760.         Properties.CustomColors = <>
  761.         Properties.ImmediatePost = True
  762.         Properties.ImmediateUpdateText = True
  763.         Properties.NamingConvention = cxncHTML4
  764.         Properties.PrepareList = cxplHTML4
  765.         Properties.Revertable = True
  766.         Properties.ShowDescriptions = False
  767.         Properties.OnSelectCustomColor = colbtnBackCellPropertiesSelectCustomColor
  768.         TabOrder = 9
  769.         Width = 55
  770.       end
  771.     end
  772.     object sheetTable1: TTabSheet
  773.       Caption = 'General'
  774.       object lblDescription4: TLabel
  775.         Left = 12
  776.         Top = 12
  777.         Width = 3
  778.         Height = 13
  779.         Font.Charset = DEFAULT_CHARSET
  780.         Font.Color = clNavy
  781.         Font.Height = -12
  782.         Font.Name = 'MS Sans Serif'
  783.         Font.Style = []
  784.         ParentFont = False
  785.       end
  786.       object Bevel4: TBevel
  787.         Left = 12
  788.         Top = 36
  789.         Width = 324
  790.         Height = 2
  791.       end
  792.       object lblCaption: TLabel
  793.         Left = 12
  794.         Top = 50
  795.         Width = 68
  796.         Height = 13
  797.         Caption = 'Table caption:'
  798.         Font.Charset = DEFAULT_CHARSET
  799.         Font.Color = clBlack
  800.         Font.Height = -12
  801.         Font.Name = 'MS Sans Serif'
  802.         Font.Style = []
  803.         ParentFont = False
  804.       end
  805.       object Bevel5: TBevel
  806.         Left = 12
  807.         Top = 99
  808.         Width = 324
  809.         Height = 2
  810.       end
  811.       object Exp6: TImage
  812.         Left = 12
  813.         Top = 140
  814.         Width = 12
  815.         Height = 12
  816.         AutoSize = True
  817.       end
  818.       object Net1: TImage
  819.         Left = 12
  820.         Top = 120
  821.         Width = 12
  822.         Height = 12
  823.         AutoSize = True
  824.       end
  825.       object lblTitleTable: TLabel
  826.         Left = 12
  827.         Top = 243
  828.         Width = 46
  829.         Height = 13
  830.         Caption = 'Table title'
  831.       end
  832.       object lblSummary: TLabel
  833.         Left = 12
  834.         Top = 293
  835.         Width = 71
  836.         Height = 13
  837.         Caption = 'Table summary'
  838.       end
  839.       object EditCaption: TEdit
  840.         Left = 12
  841.         Top = 66
  842.         Width = 324
  843.         Height = 22
  844.         HelpContext = 266
  845.         AutoSize = False
  846.         Font.Charset = DEFAULT_CHARSET
  847.         Font.Color = clBlack
  848.         Font.Height = -12
  849.         Font.Name = 'MS Sans Serif'
  850.         Font.Style = []
  851.         MaxLength = 256
  852.         ParentFont = False
  853.         TabOrder = 0
  854.       end
  855.       object radioNetscape: TRadioButton
  856.         Left = 27
  857.         Top = 118
  858.         Width = 182
  859.         Height = 17
  860.         HelpContext = 300
  861.         Caption = 'Netscape extensions'
  862.         Checked = True
  863.         TabOrder = 1
  864.         TabStop = True
  865.         OnClick = radioExplorerClick
  866.       end
  867.       object radioExplorer: TRadioButton
  868.         Left = 27
  869.         Top = 138
  870.         Width = 182
  871.         Height = 17
  872.         HelpContext = 301
  873.         Caption = 'Microsoft Explorer extensions'
  874.         TabOrder = 2
  875.         OnClick = radioExplorerClick
  876.       end
  877.       object rgVerticalAlignTitle: TRadioGroup
  878.         Left = 12
  879.         Top = 164
  880.         Width = 156
  881.         Height = 73
  882.         HelpContext = 28
  883.         Caption = 'Vertical alignment'
  884.         Font.Charset = DEFAULT_CHARSET
  885.         Font.Color = clBlack
  886.         Font.Height = -12
  887.         Font.Name = 'MS Sans Serif'
  888.         Font.Style = []
  889.         Items.Strings = (
  890.           'At the top'
  891.           'At the bottom')
  892.         ParentFont = False
  893.         TabOrder = 3
  894.         OnClick = rgVerticalAlignTitleClick
  895.       end
  896.       object rgHorizontalAlignTitle: TRadioGroup
  897.         Left = 181
  898.         Top = 164
  899.         Width = 155
  900.         Height = 73
  901.         HelpContext = 24
  902.         Caption = 'Horizontal alignment'
  903.         Font.Charset = DEFAULT_CHARSET
  904.         Font.Color = clBlack
  905.         Font.Height = -12
  906.         Font.Name = 'MS Sans Serif'
  907.         Font.Style = []
  908.         Items.Strings = (
  909.           'In the middle'
  910.           'To the left'
  911.           'To the right')
  912.         ParentFont = False
  913.         TabOrder = 4
  914.         Visible = False
  915.         OnClick = rgHorizontalAlignTitleClick
  916.       end
  917.       object memoTitleTable: TMemo
  918.         Left = 12
  919.         Top = 257
  920.         Width = 324
  921.         Height = 33
  922.         HelpContext = 1038
  923.         TabOrder = 5
  924.       end
  925.       object memoSummary: TMemo
  926.         Left = 12
  927.         Top = 307
  928.         Width = 324
  929.         Height = 32
  930.         HelpContext = 960
  931.         TabOrder = 6
  932.       end
  933.     end
  934.     object sheetTable2: TTabSheet
  935.       Caption = 'Advanced'
  936.       object lblDescription5: TLabel
  937.         Left = 27
  938.         Top = 12
  939.         Width = 3
  940.         Height = 13
  941.         Font.Charset = DEFAULT_CHARSET
  942.         Font.Color = clNavy
  943.         Font.Height = -12
  944.         Font.Name = 'MS Sans Serif'
  945.         Font.Style = []
  946.         ParentFont = False
  947.       end
  948.       object exp5: TImage
  949.         Left = 12
  950.         Top = 13
  951.         Width = 12
  952.         Height = 12
  953.         AutoSize = True
  954.       end
  955.       object Bevel6: TBevel
  956.         Left = 12
  957.         Top = 36
  958.         Width = 324
  959.         Height = 2
  960.       end
  961.       object lblBackImageTable: TLabel
  962.         Left = 12
  963.         Top = 50
  964.         Width = 92
  965.         Height = 13
  966.         Caption = 'Background image:'
  967.         Font.Charset = DEFAULT_CHARSET
  968.         Font.Color = clBlack
  969.         Font.Height = -12
  970.         Font.Name = 'MS Sans Serif'
  971.         Font.Style = []
  972.         ParentFont = False
  973.       end
  974.       object EditBackImageTable: TComboBox
  975.         Left = 12
  976.         Top = 66
  977.         Width = 293
  978.         Height = 21
  979.         HelpContext = 223
  980.         Font.Charset = DEFAULT_CHARSET
  981.         Font.Color = clBlack
  982.         Font.Height = -12
  983.         Font.Name = 'MS Sans Serif'
  984.         Font.Style = []
  985.         ItemHeight = 13
  986.         MaxLength = 256
  987.         ParentFont = False
  988.         TabOrder = 0
  989.       end
  990.       object rgInternalBorder: TRadioGroup
  991.         Left = 12
  992.         Top = 219
  993.         Width = 324
  994.         Height = 116
  995.         HelpContext = 218
  996.         Caption = 'Internal borders (the border must not equal 0)'
  997.         Font.Charset = DEFAULT_CHARSET
  998.         Font.Color = clBlack
  999.         Font.Height = -12
  1000.         Font.Name = 'MS Sans Serif'
  1001.         Font.Style = []
  1002.         Items.Strings = (
  1003.           'Activate all borders (default)'
  1004.           'Deactivate all borders'
  1005.           'Display borders between groups'
  1006.           'Display the horizontal borders between all rows'
  1007.           'Display the vertical borders between all columns')
  1008.         ParentFont = False
  1009.         TabOrder = 4
  1010.       end
  1011.       object gbExternalBorders: TGroupBox
  1012.         Left = 12
  1013.         Top = 96
  1014.         Width = 167
  1015.         Height = 110
  1016.         HelpContext = 1039
  1017.         Caption = 'External borders'
  1018.         Font.Charset = DEFAULT_CHARSET
  1019.         Font.Color = clBlack
  1020.         Font.Height = -12
  1021.         Font.Name = 'MS Sans Serif'
  1022.         Font.Style = []
  1023.         ParentFont = False
  1024.         TabOrder = 2
  1025.         object checkAllBorders: TCheckBox
  1026.           Left = 6
  1027.           Top = 13
  1028.           Width = 78
  1029.           Height = 13
  1030.           HelpContext = 1039
  1031.           Caption = 'All'
  1032.           TabOrder = 0
  1033.           OnClick = checkAllBordersClick
  1034.         end
  1035.         object checkNoBorders: TCheckBox
  1036.           Left = 6
  1037.           Top = 90
  1038.           Width = 78
  1039.           Height = 13
  1040.           HelpContext = 1039
  1041.           Caption = 'None'
  1042.           TabOrder = 1
  1043.           OnClick = checkNoBordersClick
  1044.         end
  1045.         object checkLeftBorder: TCheckBox
  1046.           Left = 19
  1047.           Top = 51
  1048.           Width = 78
  1049.           Height = 14
  1050.           HelpContext = 1039
  1051.           Caption = 'Left'
  1052.           TabOrder = 2
  1053.           OnClick = checkLeftBorderClick
  1054.         end
  1055.         object checkTopBorder: TCheckBox
  1056.           Left = 64
  1057.           Top = 32
  1058.           Width = 78
  1059.           Height = 14
  1060.           HelpContext = 1039
  1061.           Caption = 'Top'
  1062.           TabOrder = 3
  1063.           OnClick = checkTopBorderClick
  1064.         end
  1065.         object checkRightBorder: TCheckBox
  1066.           Left = 102
  1067.           Top = 51
  1068.           Width = 52
  1069.           Height = 14
  1070.           HelpContext = 1039
  1071.           Caption = 'Right'
  1072.           TabOrder = 5
  1073.           OnClick = checkRightBorderClick
  1074.         end
  1075.         object checkBottomBorder: TCheckBox
  1076.           Left = 64
  1077.           Top = 70
  1078.           Width = 52
  1079.           Height = 14
  1080.           HelpContext = 1039
  1081.           Caption = 'Bottom'
  1082.           TabOrder = 4
  1083.           OnClick = checkBottomBorderClick
  1084.         end
  1085.       end
  1086.       object gbBorderColorsTable: TGroupBox
  1087.         Left = 186
  1088.         Top = 96
  1089.         Width = 150
  1090.         Height = 110
  1091.         HelpContext = 944
  1092.         Caption = 'Border colors'
  1093.         Font.Charset = DEFAULT_CHARSET
  1094.         Font.Color = clBlack
  1095.         Font.Height = -12
  1096.         Font.Name = 'MS Sans Serif'
  1097.         Font.Style = []
  1098.         ParentFont = False
  1099.         TabOrder = 3
  1100.         object lblDarkBorderColorTable: TLabel
  1101.           Left = 8
  1102.           Top = 26
  1103.           Width = 59
  1104.           Height = 13
  1105.           Caption = 'Dark border:'
  1106.         end
  1107.         object lblLightBorderColorTable: TLabel
  1108.           Left = 8
  1109.           Top = 70
  1110.           Width = 59
  1111.           Height = 13
  1112.           Caption = 'Light border:'
  1113.         end
  1114.         object colbtnDarkBorderTable: TcxColorComboBox
  1115.           Left = 85
  1116.           Top = 22
  1117.           ParentFont = False
  1118.           Properties.AllowSelectColor = True
  1119.           Properties.ClearKey = 46
  1120.           Properties.ColorBoxWidth = 17
  1121.           Properties.ColorComboStyle = cxccsComboList
  1122.           Properties.ColorDialogType = cxcdtCustom
  1123.           Properties.CustomColors = <>
  1124.           Properties.ImmediatePost = True
  1125.           Properties.ImmediateUpdateText = True
  1126.           Properties.NamingConvention = cxncHTML4
  1127.           Properties.PrepareList = cxplHTML4
  1128.           Properties.Revertable = True
  1129.           Properties.ShowDescriptions = False
  1130.           Properties.OnSelectCustomColor = colbtnBackCellPropertiesSelectCustomColor
  1131.           TabOrder = 0
  1132.           Width = 55
  1133.         end
  1134.         object colbtnLightBorderTable: TcxColorComboBox
  1135.           Left = 85
  1136.           Top = 66
  1137.           ParentFont = False
  1138.           Properties.AllowSelectColor = True
  1139.           Properties.ClearKey = 46
  1140.           Properties.ColorBoxWidth = 17
  1141.           Properties.ColorComboStyle = cxccsComboList
  1142.           Properties.ColorDialogType = cxcdtCustom
  1143.           Properties.CustomColors = <>
  1144.           Properties.ImmediatePost = True
  1145.           Properties.ImmediateUpdateText = True
  1146.           Properties.NamingConvention = cxncHTML4
  1147.           Properties.PrepareList = cxplHTML4
  1148.           Properties.Revertable = True
  1149.           Properties.ShowDescriptions = False
  1150.           Properties.OnSelectCustomColor = colbtnBackCellPropertiesSelectCustomColor
  1151.           TabOrder = 1
  1152.           Width = 55
  1153.         end
  1154.       end
  1155.       object sbBackImageTable: TBitBtn
  1156.         Left = 312
  1157.         Top = 66
  1158.         Width = 23
  1159.         Height = 21
  1160.         TabOrder = 1
  1161.         OnClick = sbBackImageTableClick
  1162.       end
  1163.     end
  1164.   end
  1165. end
  1166.