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

  1. object FrmTableAssistant: TFrmTableAssistant
  2.   Left = 127
  3.   Top = 2
  4.   BorderStyle = bsDialog
  5.   Caption = 'Table Assistant'
  6.   ClientHeight = 567
  7.   ClientWidth = 570
  8.   Font.Color = clWindowText
  9.   Font.Height = -16
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 20
  14.   object lblWidth: TLabel
  15.     Left = 20
  16.     Top = 390
  17.     Width = 69
  18.     Height = 16
  19.     Caption = 'Table &width'
  20.     FocusControl = cbTableWidth
  21.     Font.Color = clBlack
  22.     Font.Height = -15
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblColor: TLabel
  28.     Left = 340
  29.     Top = 440
  30.     Width = 56
  31.     Height = 16
  32.     Caption = '&Cell color'
  33.     FocusControl = cbColor
  34.     Font.Color = clBlack
  35.     Font.Height = -15
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object lblCellPadding: TLabel
  41.     Left = 20
  42.     Top = 440
  43.     Width = 76
  44.     Height = 16
  45.     Caption = 'Cell &padding'
  46.     FocusControl = seCellPadding
  47.     Font.Color = clBlack
  48.     Font.Height = -15
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object lblCellSpacing: TLabel
  54.     Left = 20
  55.     Top = 480
  56.     Width = 74
  57.     Height = 16
  58.     Caption = 'Cell &spacing'
  59.     FocusControl = seCellSpacing
  60.     Font.Color = clBlack
  61.     Font.Height = -15
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object lblCaption: TLabel
  67.     Left = 20
  68.     Top = 260
  69.     Width = 83
  70.     Height = 16
  71.     Caption = 'Table capt&ion'
  72.     FocusControl = EditCaption
  73.     Font.Color = clBlack
  74.     Font.Height = -15
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.   end
  79.   object lblCaptionAlignment: TLabel
  80.     Left = 20
  81.     Top = 300
  82.     Width = 58
  83.     Height = 32
  84.     Caption = 'Caption &alignment'
  85.     FocusControl = cbCaptionAlignment
  86.     Font.Color = clBlack
  87.     Font.Height = -15
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ParentFont = False
  91.     ParentShowHint = False
  92.     ShowHint = True
  93.     WordWrap = True
  94.   end
  95.   object lblTableAlign: TLabel
  96.     Left = 20
  97.     Top = 350
  98.     Width = 68
  99.     Height = 16
  100.     Caption = '&Table align'
  101.     FocusControl = cbTableAlign
  102.     Font.Color = clBlack
  103.     Font.Height = -15
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ParentFont = False
  107.   end
  108.   object lblBorderWidth: TLabel
  109.     Left = 410
  110.     Top = 300
  111.     Width = 74
  112.     Height = 16
  113.     Caption = 'B&order width'
  114.     FocusControl = seBorderWidth
  115.     Font.Color = clBlack
  116.     Font.Height = -15
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.   end
  121.   object lblRows: TLabel
  122.     Left = 200
  123.     Top = 440
  124.     Width = 34
  125.     Height = 16
  126.     Caption = '&Rows'
  127.     FocusControl = seRows
  128.     Font.Color = clBlack
  129.     Font.Height = -15
  130.     Font.Name = 'MS Sans Serif'
  131.     Font.Style = []
  132.     ParentFont = False
  133.   end
  134.   object lblCols: TLabel
  135.     Left = 200
  136.     Top = 480
  137.     Width = 52
  138.     Height = 16
  139.     Caption = 'Co&lumns'
  140.     FocusControl = seCols
  141.     Font.Color = clBlack
  142.     Font.Height = -15
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.   end
  147.   object Bevel1: TBevel
  148.     Left = 10
  149.     Top = 520
  150.     Width = 551
  151.     Height = 13
  152.     Shape = bsTopLine
  153.   end
  154.   object SGTable: TStringGrid
  155.     Left = 10
  156.     Top = 10
  157.     Width = 551
  158.     Height = 239
  159.     BorderStyle = bsNone
  160.     ColCount = 4
  161.     DefaultColWidth = 100
  162.     DefaultRowHeight = 20
  163.     FixedCols = 0
  164.     RowCount = 4
  165.     FixedRows = 0
  166.     Font.Color = clBlack
  167.     Font.Height = -15
  168.     Font.Name = 'MS Sans Serif'
  169.     Font.Style = []
  170.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  171.     ParentFont = False
  172.     TabOrder = 0
  173.   end
  174.   object btnBuild: TBitBtn
  175.     Left = 330
  176.     Top = 530
  177.     Width = 111
  178.     Height = 31
  179.     Caption = '&Build'
  180.     Default = True
  181.     Font.Color = clBlack
  182.     Font.Height = -15
  183.     Font.Name = 'MS Sans Serif'
  184.     Font.Style = []
  185.     ModalResult = 1
  186.     ParentFont = False
  187.     TabOrder = 14
  188.     Glyph.Data = {
  189.       78010000424D7801000000000000760000002800000020000000100000000100
  190.       04000000000000000000120B0000120B00000000000000000000000000000000
  191.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  192.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  193.       33333FFFFFFFFFFFFFFF000000000000000077777777777777770FFFFFFFFFFF
  194.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  195.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  196.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  197.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  198.       FFF07FFFFFFFFFFFFFF70CCCCCCCCCCCCCC07777777777777777088CCCCCCCCC
  199.       C8807FF7777777777FF700000000000000007777777777777777333333333333
  200.       33333333333333333333333333333333333333333333333333330000}
  201.     NumGlyphs = 2
  202.   end
  203.   object btnCancel: TBitBtn
  204.     Left = 450
  205.     Top = 530
  206.     Width = 111
  207.     Height = 31
  208.     Caption = 'Cancel'
  209.     Font.Color = clBlack
  210.     Font.Height = -15
  211.     Font.Name = 'MS Sans Serif'
  212.     Font.Style = []
  213.     ModalResult = 2
  214.     ParentFont = False
  215.     TabOrder = 15
  216.   end
  217.   object cbColor: TComboBox
  218.     Left = 410
  219.     Top = 440
  220.     Width = 151
  221.     Height = 24
  222.     Font.Color = clBlack
  223.     Font.Height = -15
  224.     Font.Name = 'MS Sans Serif'
  225.     Font.Style = []
  226.     ItemHeight = 16
  227.     Items.Strings = (
  228.       'Aqua'
  229.       'Black'
  230.       'Blue'
  231.       'Fuchsia'
  232.       'Gray'
  233.       'Green'
  234.       'Lime'
  235.       'Maroon'
  236.       'Navy'
  237.       'Olive'
  238.       'Purple'
  239.       'Red'
  240.       'Silver'
  241.       'Teal'
  242.       'White'
  243.       'Yellow')
  244.     ParentFont = False
  245.     TabOrder = 11
  246.     OnChange = cbColorChange
  247.   end
  248.   object cbCaptionAlignment: TComboBox
  249.     Left = 110
  250.     Top = 300
  251.     Width = 151
  252.     Height = 24
  253.     Hint = 'Alignment of the caption'
  254.     Font.Color = clBlack
  255.     Font.Height = -15
  256.     Font.Name = 'MS Sans Serif'
  257.     Font.Style = []
  258.     ItemHeight = 16
  259.     Items.Strings = (
  260.       'Bottom'
  261.       'Top')
  262.     ParentFont = False
  263.     ParentShowHint = False
  264.     ShowHint = True
  265.     TabOrder = 2
  266.   end
  267.   object cbTableAlign: TComboBox
  268.     Left = 110
  269.     Top = 350
  270.     Width = 151
  271.     Height = 24
  272.     Hint = 'Alignment of the table'
  273.     Font.Color = clBlack
  274.     Font.Height = -15
  275.     Font.Name = 'MS Sans Serif'
  276.     Font.Style = []
  277.     ItemHeight = 16
  278.     Items.Strings = (
  279.       'AbsBottom'
  280.       'AbsMiddle'
  281.       'Baseline'
  282.       'Bleedleft'
  283.       'Bleedright'
  284.       'Bottom'
  285.       'Center'
  286.       'Left'
  287.       'Middle'
  288.       'Right'
  289.       'Text'
  290.       'Top')
  291.     ParentFont = False
  292.     ParentShowHint = False
  293.     ShowHint = True
  294.     TabOrder = 5
  295.   end
  296.   object cbTableWidth: TComboBox
  297.     Left = 110
  298.     Top = 390
  299.     Width = 151
  300.     Height = 24
  301.     Hint = 'Width of the table'
  302.     Font.Color = clBlack
  303.     Font.Height = -15
  304.     Font.Name = 'MS Sans Serif'
  305.     Font.Style = []
  306.     ItemHeight = 16
  307.     Items.Strings = (
  308.       '90%'
  309.       '80%'
  310.       '70%'
  311.       '60%'
  312.       '50%'
  313.       '40%'
  314.       '30%'
  315.       '20%'
  316.       '10%')
  317.     ParentFont = False
  318.     ParentShowHint = False
  319.     ShowHint = True
  320.     TabOrder = 6
  321.   end
  322.   object EditCaption: TEdit
  323.     Left = 110
  324.     Top = 260
  325.     Width = 451
  326.     Height = 24
  327.     Font.Color = clBlack
  328.     Font.Height = -15
  329.     Font.Name = 'MS Sans Serif'
  330.     Font.Style = []
  331.     ParentFont = False
  332.     TabOrder = 1
  333.   end
  334.   object seBorderWidth: TSpinEdit
  335.     Left = 500
  336.     Top = 300
  337.     Width = 61
  338.     Height = 26
  339.     Hint = 'Width of the border'
  340.     Font.Color = clBlack
  341.     Font.Height = -15
  342.     Font.Name = 'MS Sans Serif'
  343.     Font.Style = []
  344.     MaxValue = 10000
  345.     MinValue = 0
  346.     ParentFont = False
  347.     ParentShowHint = False
  348.     ShowHint = True
  349.     TabOrder = 4
  350.     Value = 0
  351.   end
  352.   object seCellPadding: TSpinEdit
  353.     Left = 110
  354.     Top = 440
  355.     Width = 61
  356.     Height = 26
  357.     Hint = 'Spacing within cells'
  358.     Font.Color = clBlack
  359.     Font.Height = -15
  360.     Font.Name = 'MS Sans Serif'
  361.     Font.Style = []
  362.     MaxValue = 10000
  363.     MinValue = 0
  364.     ParentFont = False
  365.     ParentShowHint = False
  366.     ShowHint = True
  367.     TabOrder = 7
  368.     Value = 0
  369.   end
  370.   object seCellSpacing: TSpinEdit
  371.     Left = 110
  372.     Top = 480
  373.     Width = 61
  374.     Height = 26
  375.     Hint = 'Spacing between cells'
  376.     Font.Color = clBlack
  377.     Font.Height = -15
  378.     Font.Name = 'MS Sans Serif'
  379.     Font.Style = []
  380.     MaxValue = 10000
  381.     MinValue = 0
  382.     ParentFont = False
  383.     ParentShowHint = False
  384.     ShowHint = True
  385.     TabOrder = 8
  386.     Value = 0
  387.   end
  388.   object cbBorder: TCheckBox
  389.     Left = 320
  390.     Top = 300
  391.     Width = 71
  392.     Height = 21
  393.     Hint = 'Show a border ?'
  394.     Caption = ' &Border'
  395.     Font.Color = clBlack
  396.     Font.Height = -15
  397.     Font.Name = 'MS Sans Serif'
  398.     Font.Style = []
  399.     ParentFont = False
  400.     ParentShowHint = False
  401.     ShowHint = True
  402.     State = cbChecked
  403.     TabOrder = 3
  404.     OnClick = cbBorderClick
  405.   end
  406.   object btnColor: TBitBtn
  407.     Left = 340
  408.     Top = 480
  409.     Width = 111
  410.     Height = 31
  411.     Hint = 'Select color'
  412.     Caption = '&Color'
  413.     Font.Color = clBlack
  414.     Font.Height = -15
  415.     Font.Name = 'MS Sans Serif'
  416.     Font.Style = []
  417.     ParentFont = False
  418.     ParentShowHint = False
  419.     ShowHint = True
  420.     TabOrder = 12
  421.     OnClick = btnColorClick
  422.     Glyph.Data = {
  423.       76010000424D7601000000000000760000002800000020000000100000000100
  424.       0400000000000001000000000000000000000000000000000000000000000000
  425.       80000080000000808000800000008000800080800000C0C0C000808080000000
  426.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777703333300
  427.       7777777788888888777777733B7B7B7B007777788777777788777737B7B74447
  428.       B707778777778FF77787737B117B44447B707877FF77888F777833B99917B744
  429.       B7B0887888F7778877783B7B997B7B7B7B70877788777777777837B7B7B7B000
  430.       073087777777788887883B222B7B70F40707877FF77778F8878737AA27B7B000
  431.       40778788F777788888773BAA7B7B7B737407878877777778788737B7B555B730
  432.       778087777FFF778877883F7BFFF57B0777008777888F7787778833F7BFF7B307
  433.       7700887778877887778873FF7B7B70777770787F7777787777787733FFF30777
  434.       77777788FFF88777777777733333777777777778888877777777}
  435.     NumGlyphs = 2
  436.   end
  437.   object pnlColor: TPanel
  438.     Left = 460
  439.     Top = 480
  440.     Width = 101
  441.     Height = 31
  442.     Hint = 'Currently selected color'
  443.     BevelInner = bvRaised
  444.     BevelOuter = bvLowered
  445.     ParentShowHint = False
  446.     ShowHint = True
  447.     TabOrder = 13
  448.   end
  449.   object seCols: TSpinEdit
  450.     Left = 260
  451.     Top = 480
  452.     Width = 61
  453.     Height = 26
  454.     Hint = 'Columns in the table'
  455.     Font.Color = clBlack
  456.     Font.Height = -15
  457.     Font.Name = 'MS Sans Serif'
  458.     Font.Style = []
  459.     MaxValue = 50
  460.     MinValue = 0
  461.     ParentFont = False
  462.     ParentShowHint = False
  463.     ShowHint = True
  464.     TabOrder = 10
  465.     Value = 4
  466.     OnChange = seColsChange
  467.   end
  468.   object seRows: TSpinEdit
  469.     Left = 260
  470.     Top = 440
  471.     Width = 61
  472.     Height = 26
  473.     Hint = 'Rows in the table'
  474.     Font.Color = clBlack
  475.     Font.Height = -15
  476.     Font.Name = 'MS Sans Serif'
  477.     Font.Style = []
  478.     MaxValue = 50
  479.     MinValue = 0
  480.     ParentFont = False
  481.     ParentShowHint = False
  482.     ShowHint = True
  483.     TabOrder = 9
  484.     Value = 4
  485.     OnChange = seRowsChange
  486.   end
  487.   object DlgColor: TColorDialog
  488.     Ctl3D = True
  489.     Left = 16
  490.     Top = 424
  491.   end
  492. end
  493.