home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMTABLE / TFRMTABLE.txt
Encoding:
Text File  |  1998-01-30  |  10.5 KB  |  469 lines

  1. object FrmTable: TFrmTable
  2.   Left = 204
  3.   Top = 134
  4.   BorderStyle = bsDialog
  5.   Caption = 'Table'
  6.   ClientHeight = 254
  7.   ClientWidth = 416
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblColSpec: TLabel
  15.     Left = 8
  16.     Top = 40
  17.     Width = 40
  18.     Height = 13
  19.     Caption = '&ColSpec'
  20.     FocusControl = EditColSpec
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblAlign: TLabel
  28.     Left = 8
  29.     Top = 72
  30.     Width = 23
  31.     Height = 13
  32.     Caption = '&Align'
  33.     FocusControl = cbAlign
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object lblBackgroundColor: TLabel
  41.     Left = 8
  42.     Top = 112
  43.     Width = 61
  44.     Height = 26
  45.     Caption = '&Background color'
  46.     FocusControl = cbBackgroundColor
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     WordWrap = True
  53.   end
  54.   object lblCellPadding: TLabel
  55.     Left = 216
  56.     Top = 8
  57.     Width = 58
  58.     Height = 13
  59.     Caption = 'Cell &padding'
  60.     FocusControl = seCellPadding
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.   end
  67.   object lblCellSpacing: TLabel
  68.     Left = 216
  69.     Top = 40
  70.     Width = 57
  71.     Height = 13
  72.     Caption = 'Cell &spacing'
  73.     FocusControl = seCellSpacing
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.   end
  80.   object lblWidth: TLabel
  81.     Left = 216
  82.     Top = 72
  83.     Width = 28
  84.     Height = 13
  85.     Caption = '&Width'
  86.     FocusControl = seWidth
  87.     Font.Color = clBlack
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentFont = False
  92.   end
  93.   object lblHeight: TLabel
  94.     Left = 216
  95.     Top = 104
  96.     Width = 31
  97.     Height = 13
  98.     Caption = '&Height'
  99.     FocusControl = seHeight
  100.     Font.Color = clBlack
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.   end
  106.   object lblBackground: TLabel
  107.     Left = 8
  108.     Top = 184
  109.     Width = 65
  110.     Height = 33
  111.     Caption = 'Background &image'
  112.     FocusControl = EditBackground
  113.     Font.Color = clBlack
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = []
  117.     ParentFont = False
  118.     WordWrap = True
  119.   end
  120.   object lblFrame: TLabel
  121.     Left = 216
  122.     Top = 136
  123.     Width = 29
  124.     Height = 13
  125.     Caption = '&Frame'
  126.     FocusControl = cbFrame
  127.     Font.Color = clBlack
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     WordWrap = True
  133.   end
  134.   object cbBorder: TCheckBox
  135.     Left = 8
  136.     Top = 8
  137.     Width = 59
  138.     Height = 17
  139.     Hint = 'Show table with border lines ?'
  140.     Caption = ' B&order'
  141.     Font.Color = clBlack
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.     ParentShowHint = False
  147.     ShowHint = True
  148.     State = cbChecked
  149.     TabOrder = 0
  150.     OnClick = cbBorderClick
  151.   end
  152.   object EditColSpec: TEdit
  153.     Left = 72
  154.     Top = 40
  155.     Width = 121
  156.     Height = 21
  157.     Hint = 'Column width and align specifications'
  158.     Font.Color = clBlack
  159.     Font.Height = -11
  160.     Font.Name = 'MS Sans Serif'
  161.     Font.Style = []
  162.     ParentFont = False
  163.     ParentShowHint = False
  164.     ShowHint = True
  165.     TabOrder = 2
  166.   end
  167.   object seCellPadding: TSpinEdit
  168.     Left = 288
  169.     Top = 8
  170.     Width = 121
  171.     Height = 22
  172.     Hint = 'Spacing within cells'
  173.     Font.Color = clBlack
  174.     Font.Height = -11
  175.     Font.Name = 'MS Sans Serif'
  176.     Font.Style = []
  177.     MaxValue = 100000
  178.     MinValue = 0
  179.     ParentFont = False
  180.     ParentShowHint = False
  181.     ShowHint = True
  182.     TabOrder = 6
  183.     Value = 0
  184.   end
  185.   object seCellSpacing: TSpinEdit
  186.     Left = 288
  187.     Top = 40
  188.     Width = 121
  189.     Height = 22
  190.     Hint = 'Spacing between cells'
  191.     Font.Color = clBlack
  192.     Font.Height = -11
  193.     Font.Name = 'MS Sans Serif'
  194.     Font.Style = []
  195.     MaxValue = 100000
  196.     MinValue = 0
  197.     ParentFont = False
  198.     ParentShowHint = False
  199.     ShowHint = True
  200.     TabOrder = 7
  201.     Value = 0
  202.   end
  203.   object seWidth: TSpinEdit
  204.     Left = 288
  205.     Top = 72
  206.     Width = 121
  207.     Height = 22
  208.     Hint = 'Width of the lines'
  209.     Font.Color = clBlack
  210.     Font.Height = -11
  211.     Font.Name = 'MS Sans Serif'
  212.     Font.Style = []
  213.     MaxValue = 100000
  214.     MinValue = 0
  215.     ParentFont = False
  216.     ParentShowHint = False
  217.     ShowHint = True
  218.     TabOrder = 8
  219.     Value = 0
  220.   end
  221.   object seHeight: TSpinEdit
  222.     Left = 288
  223.     Top = 104
  224.     Width = 121
  225.     Height = 22
  226.     Hint = 'Height of the input fields'
  227.     Font.Color = clBlack
  228.     Font.Height = -11
  229.     Font.Name = 'MS Sans Serif'
  230.     Font.Style = []
  231.     MaxValue = 100000
  232.     MinValue = 0
  233.     ParentFont = False
  234.     ParentShowHint = False
  235.     ShowHint = True
  236.     TabOrder = 9
  237.     Value = 0
  238.   end
  239.   object cbAlign: TComboBox
  240.     Left = 72
  241.     Top = 72
  242.     Width = 121
  243.     Height = 21
  244.     Hint = 'Alignment of the division'
  245.     Font.Color = clBlack
  246.     Font.Height = -11
  247.     Font.Name = 'MS Sans Serif'
  248.     Font.Style = []
  249.     ItemHeight = 13
  250.     Items.Strings = (
  251.       'AbsBottom'
  252.       'AbsMiddle'
  253.       'Baseline'
  254.       'Bleedleft'
  255.       'Bleedright'
  256.       'Bottom'
  257.       'Center'
  258.       'Left'
  259.       'Middle'
  260.       'Right'
  261.       'Text'
  262.       'Top')
  263.     ParentFont = False
  264.     ParentShowHint = False
  265.     ShowHint = True
  266.     TabOrder = 3
  267.   end
  268.   object cbBackgroundColor: TComboBox
  269.     Left = 72
  270.     Top = 112
  271.     Width = 121
  272.     Height = 21
  273.     Hint = 'The table'#39's background color'
  274.     Font.Color = clBlack
  275.     Font.Height = -11
  276.     Font.Name = 'MS Sans Serif'
  277.     Font.Style = []
  278.     ItemHeight = 13
  279.     Items.Strings = (
  280.       'Aqua'
  281.       'Black'
  282.       'Blue'
  283.       'Fuchsia'
  284.       'Gray'
  285.       'Green'
  286.       'Lime'
  287.       'Maroon'
  288.       'Navy'
  289.       'Olive'
  290.       'Purple'
  291.       'Red'
  292.       'Silver'
  293.       'Teal'
  294.       'White'
  295.       'Yellow')
  296.     ParentFont = False
  297.     ParentShowHint = False
  298.     ShowHint = True
  299.     TabOrder = 4
  300.     OnChange = cbBackgroundColorChange
  301.   end
  302.   object pnlColor: TPanel
  303.     Left = 104
  304.     Top = 144
  305.     Width = 89
  306.     Height = 25
  307.     Hint = 'Currently selected color'
  308.     BevelInner = bvRaised
  309.     BevelOuter = bvLowered
  310.     Font.Color = clBlack
  311.     Font.Height = -11
  312.     Font.Name = 'MS Sans Serif'
  313.     Font.Style = []
  314.     ParentFont = False
  315.     ParentShowHint = False
  316.     ShowHint = True
  317.     TabOrder = 13
  318.   end
  319.   object btnBackgroundColor: TBitBtn
  320.     Left = 8
  321.     Top = 144
  322.     Width = 89
  323.     Height = 25
  324.     Hint = 'Set color'
  325.     Caption = '&Color'
  326.     Font.Color = clBlack
  327.     Font.Height = -11
  328.     Font.Name = 'MS Sans Serif'
  329.     Font.Style = []
  330.     ParentFont = False
  331.     ParentShowHint = False
  332.     ShowHint = True
  333.     TabOrder = 5
  334.     OnClick = btnBackgroundColorClick
  335.     Glyph.Data = {
  336.       76010000424D7601000000000000760000002800000020000000100000000100
  337.       0400000000000001000000000000000000000000000000000000000000000000
  338.       80000080000000808000800000008000800080800000C0C0C000808080000000
  339.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777703333300
  340.       7777777788888888777777733B7B7B7B007777788777777788777737B7B74447
  341.       B707778777778FF77787737B117B44447B707877FF77888F777833B99917B744
  342.       B7B0887888F7778877783B7B997B7B7B7B70877788777777777837B7B7B7B000
  343.       073087777777788887883B222B7B70F40707877FF77778F8878737AA27B7B000
  344.       40778788F777788888773BAA7B7B7B737407878877777778788737B7B555B730
  345.       778087777FFF778877883F7BFFF57B0777008777888F7787778833F7BFF7B307
  346.       7700887778877887778873FF7B7B70777770787F7777787777787733FFF30777
  347.       77777788FFF88777777777733333777777777778888877777777}
  348.     NumGlyphs = 2
  349.   end
  350.   object btnOK: TButton
  351.     Left = 224
  352.     Top = 224
  353.     Width = 89
  354.     Height = 25
  355.     Caption = 'OK'
  356.     Default = True
  357.     Font.Color = clBlack
  358.     Font.Height = -11
  359.     Font.Name = 'MS Sans Serif'
  360.     Font.Style = []
  361.     ModalResult = 1
  362.     ParentFont = False
  363.     TabOrder = 14
  364.   end
  365.   object btnCancel: TButton
  366.     Left = 320
  367.     Top = 224
  368.     Width = 89
  369.     Height = 25
  370.     Caption = 'Cancel'
  371.     Font.Color = clBlack
  372.     Font.Height = -11
  373.     Font.Name = 'MS Sans Serif'
  374.     Font.Style = []
  375.     ModalResult = 2
  376.     ParentFont = False
  377.     TabOrder = 15
  378.   end
  379.   object seBorder: TSpinEdit
  380.     Left = 72
  381.     Top = 8
  382.     Width = 121
  383.     Height = 22
  384.     Hint = 'Border width'
  385.     Font.Color = clBlack
  386.     Font.Height = -11
  387.     Font.Name = 'MS Sans Serif'
  388.     Font.Style = []
  389.     MaxValue = 100000
  390.     MinValue = 0
  391.     ParentFont = False
  392.     ParentShowHint = False
  393.     ShowHint = True
  394.     TabOrder = 1
  395.     Value = 0
  396.   end
  397.   object EditBackground: TEdit
  398.     Left = 72
  399.     Top = 184
  400.     Width = 241
  401.     Height = 21
  402.     Hint = 'URL of the image being tiled as the table'#39's background'
  403.     Font.Color = clBlack
  404.     Font.Height = -11
  405.     Font.Name = 'MS Sans Serif'
  406.     Font.Style = []
  407.     ParentFont = False
  408.     TabOrder = 11
  409.   end
  410.   object btnURL: TBitBtn
  411.     Left = 320
  412.     Top = 184
  413.     Width = 89
  414.     Height = 22
  415.     Caption = '&URL'
  416.     Font.Color = clBlack
  417.     Font.Height = -11
  418.     Font.Name = 'MS Sans Serif'
  419.     Font.Style = []
  420.     ParentFont = False
  421.     TabOrder = 12
  422.     OnClick = btnURLClick
  423.     Glyph.Data = {
  424.       76010000424D7601000000000000760000002800000020000000100000000100
  425.       0400000000000001000000000000000000000000000000000000000000000000
  426.       80000080000000808000800000008000800080800000C0C0C000808080000000
  427.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
  428.       000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
  429.       FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
  430.       FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
  431.       FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
  432.       FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
  433.       7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
  434.       807778F7778888888877777FF77778380777778FF777777F877777777777E788
  435.       777777788FFFFF88777777777888887777777777788888777777}
  436.     NumGlyphs = 2
  437.   end
  438.   object cbFrame: TComboBox
  439.     Left = 288
  440.     Top = 136
  441.     Width = 121
  442.     Height = 21
  443.     Hint = 'This attribute affects the display of the table borders'
  444.     Font.Color = clBlack
  445.     Font.Height = -11
  446.     Font.Name = 'MS Sans Serif'
  447.     Font.Style = []
  448.     ItemHeight = 13
  449.     Items.Strings = (
  450.       'VOID'
  451.       'ABOVE'
  452.       'BELOW'
  453.       'HSIDES'
  454.       'LHS'
  455.       'RHS'
  456.       'VSIDES'
  457.       'BOX')
  458.     ParentFont = False
  459.     ParentShowHint = False
  460.     ShowHint = True
  461.     TabOrder = 10
  462.   end
  463.   object DlgBackgroundColor: TColorDialog
  464.     Ctl3D = True
  465.     Left = 40
  466.     Top = 264
  467.   end
  468. end
  469.