home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Internet / Htmltool / HTMLTOOL.exe / 0 / RCDATA / TFRMTABLEDATA / TFRMTABLEDATA.txt
Text File  |  1998-01-30  |  8KB  |  342 lines

  1. object FrmTableData: TFrmTableData
  2.   Left = 413
  3.   Top = 129
  4.   BorderStyle = bsDialog
  5.   Caption = 'Table data'
  6.   ClientHeight = 329
  7.   ClientWidth = 202
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblColSpan: TLabel
  15.     Left = 8
  16.     Top = 72
  17.     Width = 41
  18.     Height = 13
  19.     Caption = '&Col span'
  20.     FocusControl = seColSpan
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblRowSpan: TLabel
  28.     Left = 8
  29.     Top = 104
  30.     Width = 48
  31.     Height = 13
  32.     Caption = '&Row span'
  33.     FocusControl = seRowSpan
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object lblWidth: TLabel
  41.     Left = 8
  42.     Top = 168
  43.     Width = 28
  44.     Height = 13
  45.     Caption = '&Width'
  46.     FocusControl = EditWidth
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object lblAlign: TLabel
  54.     Left = 8
  55.     Top = 8
  56.     Width = 23
  57.     Height = 13
  58.     Caption = '&Align'
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object lblVAlign: TLabel
  66.     Left = 8
  67.     Top = 40
  68.     Width = 30
  69.     Height = 13
  70.     Caption = '&VAlign'
  71.     Font.Color = clBlack
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.   end
  77.   object lblBackgroundColor: TLabel
  78.     Left = 8
  79.     Top = 200
  80.     Width = 61
  81.     Height = 26
  82.     Caption = '&Background color'
  83.     Font.Color = clBlack
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     WordWrap = True
  89.   end
  90.   object lblHeight: TLabel
  91.     Left = 8
  92.     Top = 136
  93.     Width = 31
  94.     Height = 13
  95.     Caption = '&Height'
  96.     FocusControl = EditHeight
  97.     Font.Color = clBlack
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     ParentFont = False
  102.   end
  103.   object cbAlign: TComboBox
  104.     Left = 80
  105.     Top = 8
  106.     Width = 113
  107.     Height = 21
  108.     Hint = 'Alignment of data within cell'
  109.     Font.Color = clBlack
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ItemHeight = 13
  114.     Items.Strings = (
  115.       'Center'
  116.       'Left'
  117.       'Right')
  118.     ParentFont = False
  119.     ParentShowHint = False
  120.     ShowHint = True
  121.     TabOrder = 0
  122.   end
  123.   object cbVAlign: TComboBox
  124.     Left = 80
  125.     Top = 40
  126.     Width = 113
  127.     Height = 21
  128.     Hint = 'Vertical alignment of data within cell'
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ItemHeight = 13
  134.     Items.Strings = (
  135.       'Baseline'
  136.       'Bottom'
  137.       'Middle'
  138.       'Top')
  139.     ParentFont = False
  140.     ParentShowHint = False
  141.     ShowHint = True
  142.     TabOrder = 1
  143.   end
  144.   object cbBackgroundColor: TComboBox
  145.     Left = 80
  146.     Top = 200
  147.     Width = 113
  148.     Height = 21
  149.     Font.Color = clBlack
  150.     Font.Height = -11
  151.     Font.Name = 'MS Sans Serif'
  152.     Font.Style = []
  153.     ItemHeight = 13
  154.     Items.Strings = (
  155.       'Aqua'
  156.       'Black'
  157.       'Blue'
  158.       'Fuchsia'
  159.       'Gray'
  160.       'Green'
  161.       'Lime'
  162.       'Maroon'
  163.       'Navy'
  164.       'Olive'
  165.       'Purple'
  166.       'Red'
  167.       'Silver'
  168.       'Teal'
  169.       'White'
  170.       'Yellow')
  171.     ParentFont = False
  172.     ParentShowHint = False
  173.     ShowHint = True
  174.     TabOrder = 6
  175.     OnChange = cbBackgroundColorChange
  176.   end
  177.   object seRowSpan: TSpinEdit
  178.     Left = 80
  179.     Top = 104
  180.     Width = 113
  181.     Height = 22
  182.     Hint = 'Number of rows cell should span'
  183.     Font.Color = clBlack
  184.     Font.Height = -11
  185.     Font.Name = 'MS Sans Serif'
  186.     Font.Style = []
  187.     MaxValue = 100000
  188.     MinValue = 0
  189.     ParentFont = False
  190.     ParentShowHint = False
  191.     ShowHint = True
  192.     TabOrder = 3
  193.     Value = 0
  194.   end
  195.   object seColSpan: TSpinEdit
  196.     Left = 80
  197.     Top = 72
  198.     Width = 113
  199.     Height = 22
  200.     Hint = 'Number of columns cell should span'
  201.     Font.Color = clBlack
  202.     Font.Height = -11
  203.     Font.Name = 'MS Sans Serif'
  204.     Font.Style = []
  205.     MaxValue = 100000
  206.     MinValue = 0
  207.     ParentFont = False
  208.     ParentShowHint = False
  209.     ShowHint = True
  210.     TabOrder = 2
  211.     Value = 0
  212.   end
  213.   object cbNoWrap: TCheckBox
  214.     Left = 8
  215.     Top = 264
  216.     Width = 65
  217.     Height = 17
  218.     Hint = 'Prevent data from wrapping ?'
  219.     Caption = ' &No wrap'
  220.     Font.Color = clBlack
  221.     Font.Height = -11
  222.     Font.Name = 'MS Sans Serif'
  223.     Font.Style = []
  224.     ParentFont = False
  225.     ParentShowHint = False
  226.     ShowHint = True
  227.     TabOrder = 8
  228.   end
  229.   object pnlColor: TPanel
  230.     Left = 104
  231.     Top = 232
  232.     Width = 89
  233.     Height = 25
  234.     Hint = 'Currently selected color'
  235.     BevelInner = bvRaised
  236.     BevelOuter = bvLowered
  237.     Font.Color = clBlack
  238.     Font.Height = -11
  239.     Font.Name = 'MS Sans Serif'
  240.     Font.Style = []
  241.     ParentFont = False
  242.     ParentShowHint = False
  243.     ShowHint = True
  244.     TabOrder = 9
  245.   end
  246.   object btnOK: TButton
  247.     Left = 8
  248.     Top = 296
  249.     Width = 89
  250.     Height = 25
  251.     Caption = 'OK'
  252.     Default = True
  253.     Font.Color = clBlack
  254.     Font.Height = -11
  255.     Font.Name = 'MS Sans Serif'
  256.     Font.Style = []
  257.     ModalResult = 1
  258.     ParentFont = False
  259.     TabOrder = 10
  260.   end
  261.   object btnCancel: TButton
  262.     Left = 104
  263.     Top = 296
  264.     Width = 89
  265.     Height = 25
  266.     Caption = 'Cancel'
  267.     Font.Color = clBlack
  268.     Font.Height = -11
  269.     Font.Name = 'MS Sans Serif'
  270.     Font.Style = []
  271.     ModalResult = 2
  272.     ParentFont = False
  273.     TabOrder = 11
  274.   end
  275.   object btnColor: TBitBtn
  276.     Left = 8
  277.     Top = 232
  278.     Width = 89
  279.     Height = 25
  280.     Hint = 'Set color'
  281.     Caption = '&Color'
  282.     Font.Color = clBlack
  283.     Font.Height = -11
  284.     Font.Name = 'MS Sans Serif'
  285.     Font.Style = []
  286.     ParentFont = False
  287.     ParentShowHint = False
  288.     ShowHint = True
  289.     TabOrder = 7
  290.     OnClick = btnColorClick
  291.     Glyph.Data = {
  292.       76010000424D7601000000000000760000002800000020000000100000000100
  293.       0400000000000001000000000000000000000000000000000000000000000000
  294.       80000080000000808000800000008000800080800000C0C0C000808080000000
  295.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777703333300
  296.       7777777788888888777777733B7B7B7B007777788777777788777737B7B74447
  297.       B707778777778FF77787737B117B44447B707877FF77888F777833B99917B744
  298.       B7B0887888F7778877783B7B997B7B7B7B70877788777777777837B7B7B7B000
  299.       073087777777788887883B222B7B70F40707877FF77778F8878737AA27B7B000
  300.       40778788F777788888773BAA7B7B7B737407878877777778788737B7B555B730
  301.       778087777FFF778877883F7BFFF57B0777008777888F7787778833F7BFF7B307
  302.       7700887778877887778873FF7B7B70777770787F7777787777787733FFF30777
  303.       77777788FFF88777777777733333777777777778888877777777}
  304.     NumGlyphs = 2
  305.   end
  306.   object EditHeight: TEdit
  307.     Left = 80
  308.     Top = 136
  309.     Width = 113
  310.     Height = 21
  311.     Hint = 'Enter the height of the cell'
  312.     Font.Color = clBlack
  313.     Font.Height = -11
  314.     Font.Name = 'MS Sans Serif'
  315.     Font.Style = []
  316.     ParentFont = False
  317.     ParentShowHint = False
  318.     ShowHint = True
  319.     TabOrder = 4
  320.   end
  321.   object EditWidth: TEdit
  322.     Left = 80
  323.     Top = 168
  324.     Width = 113
  325.     Height = 21
  326.     Hint = 'Enter the width of the cell'
  327.     Font.Color = clBlack
  328.     Font.Height = -11
  329.     Font.Name = 'MS Sans Serif'
  330.     Font.Style = []
  331.     ParentFont = False
  332.     ParentShowHint = False
  333.     ShowHint = True
  334.     TabOrder = 5
  335.   end
  336.   object DlgBackgroundColor: TColorDialog
  337.     Ctl3D = True
  338.     Left = 160
  339.     Top = 296
  340.   end
  341. end
  342.