home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / online / 95webpc / wpc.exe / 0 / RCDATA / TTABTABLE / TTABTABLE.txt
Encoding:
Text File  |  1996-11-25  |  18.6 KB  |  806 lines

  1. object TabTable: TTabTable
  2.   Left = 222
  3.   Top = 66
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Table'
  7.   ClientHeight = 464
  8.   ClientWidth = 568
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object TabbedNotebook1: TTabbedNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 568
  21.     Height = 417
  22.     Align = alTop
  23.     TabFont.Color = clBtnText
  24.     TabFont.Height = -13
  25.     TabFont.Name = 'MS Sans Serif'
  26.     TabFont.Style = []
  27.     TabOrder = 0
  28.     object TTabPage
  29.       Left = 4
  30.       Top = 27
  31.       Caption = 'Table Definition'
  32.       object Label2: TLabel
  33.         Left = 69
  34.         Top = 12
  35.         Width = 265
  36.         Height = 44
  37.         AutoSize = False
  38.         Caption = 'Table width as a percentage of the window width'
  39.         Color = clSilver
  40.         Font.Color = clBlack
  41.         Font.Height = -17
  42.         Font.Name = 'System'
  43.         Font.Style = [fsBold]
  44.         ParentColor = False
  45.         ParentFont = False
  46.         WordWrap = True
  47.       end
  48.       object Label4: TLabel
  49.         Left = 69
  50.         Top = 62
  51.         Width = 265
  52.         Height = 44
  53.         AutoSize = False
  54.         Caption = 'The width in pixels of the border around the table'
  55.         Color = clSilver
  56.         ParentColor = False
  57.         WordWrap = True
  58.       end
  59.       object Label7: TLabel
  60.         Left = 69
  61.         Top = 172
  62.         Width = 265
  63.         Height = 22
  64.         AutoSize = False
  65.         Caption = 'Spacing within table cells'
  66.         Color = clSilver
  67.         Font.Color = clBlack
  68.         Font.Height = -17
  69.         Font.Name = 'System'
  70.         Font.Style = [fsBold]
  71.         ParentColor = False
  72.         ParentFont = False
  73.         WordWrap = True
  74.       end
  75.       object Label8: TLabel
  76.         Left = 69
  77.         Top = 122
  78.         Width = 265
  79.         Height = 22
  80.         AutoSize = False
  81.         Caption = 'Spacing between table cells'
  82.         Color = clSilver
  83.         Font.Color = clBlack
  84.         Font.Height = -17
  85.         Font.Name = 'System'
  86.         Font.Style = [fsBold]
  87.         ParentColor = False
  88.         ParentFont = False
  89.         WordWrap = True
  90.       end
  91.       object Label5: TLabel
  92.         Left = 69
  93.         Top = 221
  94.         Width = 265
  95.         Height = 22
  96.         AutoSize = False
  97.         Caption = 'Number of rows in the table'
  98.         Color = clSilver
  99.         Font.Color = clBlack
  100.         Font.Height = -17
  101.         Font.Name = 'System'
  102.         Font.Style = [fsBold]
  103.         ParentColor = False
  104.         ParentFont = False
  105.         WordWrap = True
  106.       end
  107.       object Label6: TLabel
  108.         Left = 69
  109.         Top = 272
  110.         Width = 265
  111.         Height = 20
  112.         AutoSize = False
  113.         Caption = 'Number of columns in the table'
  114.         Color = clSilver
  115.         Font.Color = clBlack
  116.         Font.Height = -17
  117.         Font.Name = 'System'
  118.         Font.Style = [fsBold]
  119.         ParentColor = False
  120.         ParentFont = False
  121.         WordWrap = True
  122.       end
  123.       object Label1: TLabel
  124.         Left = 69
  125.         Top = 320
  126.         Width = 265
  127.         Height = 20
  128.         AutoSize = False
  129.         Caption = 'Horizontal Cell Allignment'
  130.         Color = clSilver
  131.         Font.Color = clBlack
  132.         Font.Height = -17
  133.         Font.Name = 'System'
  134.         Font.Style = [fsBold]
  135.         ParentColor = False
  136.         ParentFont = False
  137.         WordWrap = True
  138.       end
  139.       object SpinEdit1: TSpinEdit
  140.         Left = 345
  141.         Top = 19
  142.         Width = 55
  143.         Height = 31
  144.         Color = clSilver
  145.         Font.Color = clMaroon
  146.         Font.Height = -17
  147.         Font.Name = 'System'
  148.         Font.Style = [fsBold]
  149.         MaxLength = 2
  150.         MaxValue = 100
  151.         MinValue = 10
  152.         ParentFont = False
  153.         ParentShowHint = False
  154.         ShowHint = False
  155.         TabOrder = 0
  156.         Value = 50
  157.       end
  158.       object SpinEdit2: TSpinEdit
  159.         Left = 345
  160.         Top = 69
  161.         Width = 55
  162.         Height = 31
  163.         Color = clSilver
  164.         Font.Color = clMaroon
  165.         Font.Height = -17
  166.         Font.Name = 'System'
  167.         Font.Style = [fsBold]
  168.         MaxLength = 2
  169.         MaxValue = 20
  170.         MinValue = 0
  171.         ParentFont = False
  172.         ParentShowHint = False
  173.         ShowHint = False
  174.         TabOrder = 1
  175.         Value = 3
  176.       end
  177.       object SpinEdit4: TSpinEdit
  178.         Left = 345
  179.         Top = 168
  180.         Width = 55
  181.         Height = 31
  182.         Color = clSilver
  183.         Font.Color = clMaroon
  184.         Font.Height = -17
  185.         Font.Name = 'System'
  186.         Font.Style = [fsBold]
  187.         MaxLength = 2
  188.         MaxValue = 20
  189.         MinValue = 0
  190.         ParentFont = False
  191.         ParentShowHint = False
  192.         ShowHint = False
  193.         TabOrder = 2
  194.         Value = 3
  195.       end
  196.       object SpinEdit3: TSpinEdit
  197.         Left = 345
  198.         Top = 118
  199.         Width = 55
  200.         Height = 31
  201.         Color = clSilver
  202.         Font.Color = clMaroon
  203.         Font.Height = -17
  204.         Font.Name = 'System'
  205.         Font.Style = [fsBold]
  206.         MaxLength = 2
  207.         MaxValue = 20
  208.         MinValue = 0
  209.         ParentFont = False
  210.         ParentShowHint = False
  211.         ShowHint = False
  212.         TabOrder = 3
  213.         Value = 3
  214.       end
  215.       object SpinEdit5: TSpinEdit
  216.         Left = 345
  217.         Top = 217
  218.         Width = 55
  219.         Height = 31
  220.         Color = clSilver
  221.         Font.Color = clMaroon
  222.         Font.Height = -17
  223.         Font.Name = 'System'
  224.         Font.Style = [fsBold]
  225.         MaxLength = 2
  226.         MaxValue = 99
  227.         MinValue = 1
  228.         ParentFont = False
  229.         ParentShowHint = False
  230.         ShowHint = False
  231.         TabOrder = 4
  232.         Value = 2
  233.       end
  234.       object SpinEdit6: TSpinEdit
  235.         Left = 345
  236.         Top = 267
  237.         Width = 55
  238.         Height = 31
  239.         Color = clSilver
  240.         Font.Color = clMaroon
  241.         Font.Height = -17
  242.         Font.Name = 'System'
  243.         Font.Style = [fsBold]
  244.         MaxLength = 2
  245.         MaxValue = 20
  246.         MinValue = 1
  247.         ParentFont = False
  248.         ParentShowHint = False
  249.         ShowHint = False
  250.         TabOrder = 5
  251.         Value = 2
  252.       end
  253.       object ComboBox1: TComboBox
  254.         Left = 345
  255.         Top = 316
  256.         Width = 145
  257.         Height = 28
  258.         Style = csDropDownList
  259.         ItemHeight = 20
  260.         Items.Strings = (
  261.           'None'
  262.           'Center'
  263.           'Left Align'
  264.           'Right Align')
  265.         TabOrder = 6
  266.       end
  267.     end
  268.     object TTabPage
  269.       Left = 4
  270.       Top = 27
  271.       Caption = 'Headings'
  272.       object Label11: TLabel
  273.         Left = 69
  274.         Top = 24
  275.         Width = 265
  276.         Height = 44
  277.         AutoSize = False
  278.         Caption = 'The number of headings needed in columns'
  279.         ParentShowHint = False
  280.         ShowHint = False
  281.         WordWrap = True
  282.       end
  283.       object Label16: TLabel
  284.         Left = 69
  285.         Top = 85
  286.         Width = 265
  287.         Height = 22
  288.         AutoSize = False
  289.         Caption = 'Row span of each heading'
  290.         ParentShowHint = False
  291.         ShowHint = False
  292.         WordWrap = True
  293.       end
  294.       object Label17: TLabel
  295.         Left = 69
  296.         Top = 135
  297.         Width = 265
  298.         Height = 22
  299.         AutoSize = False
  300.         Caption = 'Column span of each heading'
  301.         ParentShowHint = False
  302.         ShowHint = False
  303.         WordWrap = True
  304.       end
  305.       object Label18: TLabel
  306.         Left = 69
  307.         Top = 184
  308.         Width = 265
  309.         Height = 22
  310.         AutoSize = False
  311.         Caption = 'Horizontal heading alignment'
  312.         ParentShowHint = False
  313.         ShowHint = False
  314.         WordWrap = True
  315.       end
  316.       object Label19: TLabel
  317.         Left = 69
  318.         Top = 234
  319.         Width = 265
  320.         Height = 22
  321.         AutoSize = False
  322.         Caption = 'Vertical heading alignment'
  323.         ParentShowHint = False
  324.         ShowHint = False
  325.         WordWrap = True
  326.       end
  327.       object Label20: TLabel
  328.         Left = 73
  329.         Top = 282
  330.         Width = 265
  331.         Height = 44
  332.         AutoSize = False
  333.         Caption = 'Should Headings be allowed to wrap'
  334.         ParentShowHint = False
  335.         ShowHint = False
  336.         WordWrap = True
  337.       end
  338.       object SpinEdit7: TSpinEdit
  339.         Left = 345
  340.         Top = 31
  341.         Width = 55
  342.         Height = 31
  343.         Color = clSilver
  344.         Font.Color = clMaroon
  345.         Font.Height = -17
  346.         Font.Name = 'System'
  347.         Font.Style = [fsBold]
  348.         MaxLength = 2
  349.         MaxValue = 20
  350.         MinValue = 0
  351.         ParentFont = False
  352.         ParentShowHint = False
  353.         ShowHint = False
  354.         TabOrder = 0
  355.         Value = 0
  356.       end
  357.       object SpinEdit8: TSpinEdit
  358.         Left = 345
  359.         Top = 81
  360.         Width = 55
  361.         Height = 31
  362.         Color = clSilver
  363.         Font.Color = clMaroon
  364.         Font.Height = -17
  365.         Font.Name = 'System'
  366.         Font.Style = [fsBold]
  367.         MaxLength = 2
  368.         MaxValue = 10
  369.         MinValue = 0
  370.         ParentFont = False
  371.         ParentShowHint = False
  372.         ShowHint = False
  373.         TabOrder = 1
  374.         Value = 1
  375.       end
  376.       object SpinEdit9: TSpinEdit
  377.         Left = 345
  378.         Top = 131
  379.         Width = 55
  380.         Height = 31
  381.         Color = clSilver
  382.         Font.Color = clMaroon
  383.         Font.Height = -17
  384.         Font.Name = 'System'
  385.         Font.Style = [fsBold]
  386.         MaxLength = 2
  387.         MaxValue = 20
  388.         MinValue = 0
  389.         ParentFont = False
  390.         ParentShowHint = False
  391.         ShowHint = False
  392.         TabOrder = 2
  393.         Value = 1
  394.       end
  395.       object ComboBox2: TComboBox
  396.         Left = 345
  397.         Top = 181
  398.         Width = 145
  399.         Height = 28
  400.         Style = csDropDownList
  401.         ItemHeight = 20
  402.         Items.Strings = (
  403.           'None'
  404.           'Center'
  405.           'Left'
  406.           'Right')
  407.         TabOrder = 3
  408.       end
  409.       object ComboBox3: TComboBox
  410.         Left = 345
  411.         Top = 231
  412.         Width = 145
  413.         Height = 28
  414.         Style = csDropDownList
  415.         ItemHeight = 20
  416.         Items.Strings = (
  417.           'None'
  418.           'Middle'
  419.           'Bottom'
  420.           'Top'
  421.           'Baseline')
  422.         TabOrder = 4
  423.       end
  424.       object RadioButton2: TRadioButton
  425.         Left = 424
  426.         Top = 281
  427.         Width = 61
  428.         Height = 22
  429.         Alignment = taLeftJustify
  430.         Caption = 'Yes'
  431.         TabOrder = 5
  432.       end
  433.       object RadioButton1: TRadioButton
  434.         Left = 345
  435.         Top = 281
  436.         Width = 61
  437.         Height = 22
  438.         Alignment = taLeftJustify
  439.         Caption = 'No'
  440.         Checked = True
  441.         TabOrder = 6
  442.         TabStop = True
  443.       end
  444.     end
  445.     object TTabPage
  446.       Left = 4
  447.       Top = 27
  448.       Caption = 'Caption'
  449.       object Label9: TLabel
  450.         Left = 20
  451.         Top = 48
  452.         Width = 169
  453.         Height = 20
  454.         AutoSize = False
  455.         Caption = 'Table Caption'
  456.         Font.Color = clBlack
  457.         Font.Height = -17
  458.         Font.Name = 'System'
  459.         Font.Style = [fsBold]
  460.         ParentFont = False
  461.         ParentShowHint = False
  462.         ShowHint = False
  463.       end
  464.       object Label15: TLabel
  465.         Left = 20
  466.         Top = 158
  467.         Width = 169
  468.         Height = 20
  469.         AutoSize = False
  470.         Caption = 'Text Color'
  471.         ParentShowHint = False
  472.         ShowHint = False
  473.       end
  474.       object Label10: TLabel
  475.         Left = 20
  476.         Top = 103
  477.         Width = 169
  478.         Height = 22
  479.         AutoSize = False
  480.         Caption = 'Caption Position'
  481.       end
  482.       object Edit1: TEdit
  483.         Left = 196
  484.         Top = 44
  485.         Width = 344
  486.         Height = 29
  487.         AutoSize = False
  488.         Font.Color = clMaroon
  489.         Font.Height = -17
  490.         Font.Name = 'System'
  491.         Font.Style = [fsBold]
  492.         ParentFont = False
  493.         ParentShowHint = False
  494.         ShowHint = False
  495.         TabOrder = 0
  496.       end
  497.       object Edit2: TEdit
  498.         Left = 196
  499.         Top = 154
  500.         Width = 285
  501.         Height = 28
  502.         Hint = 'Click here to change color'
  503.         Color = clSilver
  504.         ParentShowHint = False
  505.         ReadOnly = True
  506.         ShowHint = True
  507.         TabOrder = 1
  508.       end
  509.       object ComboBox4: TComboBox
  510.         Left = 196
  511.         Top = 100
  512.         Width = 145
  513.         Height = 28
  514.         Style = csDropDownList
  515.         ItemHeight = 20
  516.         Items.Strings = (
  517.           'Top'
  518.           'Bottom')
  519.         TabOrder = 2
  520.       end
  521.     end
  522.     object TTabPage
  523.       Left = 4
  524.       Top = 27
  525.       Caption = 'Cell Colors'
  526.       object Label12: TLabel
  527.         Left = 20
  528.         Top = 47
  529.         Width = 192
  530.         Height = 22
  531.         AutoSize = False
  532.         Caption = 'Text color within cells'
  533.       end
  534.       object Label13: TLabel
  535.         Left = 20
  536.         Top = 103
  537.         Width = 192
  538.         Height = 22
  539.         AutoSize = False
  540.         Caption = 'Cell background color'
  541.       end
  542.       object Edit3: TEdit
  543.         Left = 255
  544.         Top = 44
  545.         Width = 285
  546.         Height = 28
  547.         Hint = 'Click here to change color'
  548.         Color = clSilver
  549.         ParentShowHint = False
  550.         ReadOnly = True
  551.         ShowHint = True
  552.         TabOrder = 0
  553.         OnClick = Edit3Click
  554.       end
  555.       object Edit4: TEdit
  556.         Left = 255
  557.         Top = 100
  558.         Width = 285
  559.         Height = 28
  560.         Hint = 'Click here to change color'
  561.         Color = clSilver
  562.         Font.Color = clBlue
  563.         Font.Height = -18
  564.         Font.Name = 'System'
  565.         Font.Style = [fsBold]
  566.         ParentFont = False
  567.         ParentShowHint = False
  568.         ReadOnly = True
  569.         ShowHint = True
  570.         TabOrder = 1
  571.         OnClick = Edit4Click
  572.       end
  573.       object Panel1: TPanel
  574.         Left = 0
  575.         Top = 193
  576.         Width = 560
  577.         Height = 193
  578.         Align = alBottom
  579.         TabOrder = 2
  580.         object Label14: TLabel
  581.           Left = 12
  582.           Top = 91
  583.           Width = 192
  584.           Height = 22
  585.           AutoSize = False
  586.           Caption = 'Cell Background Image'
  587.           ParentShowHint = False
  588.           ShowHint = False
  589.         end
  590.         object Label3: TLabel
  591.           Left = 93
  592.           Top = 16
  593.           Width = 363
  594.           Height = 44
  595.           Alignment = taCenter
  596.           AutoSize = False
  597.           Caption = 
  598.             'Choosing a backround image will override a cell background color' +
  599.             ' chosen above'
  600.           WordWrap = True
  601.         end
  602.         object Edit5: TEdit
  603.           Left = 208
  604.           Top = 90
  605.           Width = 333
  606.           Height = 27
  607.           AutoSize = False
  608.           Color = clSilver
  609.           Font.Color = clMaroon
  610.           Font.Height = -18
  611.           Font.Name = 'System'
  612.           Font.Style = [fsBold]
  613.           ParentFont = False
  614.           ParentShowHint = False
  615.           ShowHint = False
  616.           TabOrder = 0
  617.         end
  618.         object Button1: TButton
  619.           Left = 98
  620.           Top = 135
  621.           Width = 89
  622.           Height = 25
  623.           Caption = 'Browse'
  624.           ParentShowHint = False
  625.           ShowHint = False
  626.           TabOrder = 1
  627.           OnClick = Button1Click
  628.         end
  629.         object CheckBox1: TCheckBox
  630.           Left = 274
  631.           Top = 137
  632.           Width = 201
  633.           Height = 20
  634.           Caption = 'Include Path To Image'
  635.           ParentShowHint = False
  636.           ShowHint = False
  637.           TabOrder = 2
  638.         end
  639.         object Panel2: TPanel
  640.           Left = 26
  641.           Top = 72
  642.           Width = 497
  643.           Height = 3
  644.           TabOrder = 3
  645.         end
  646.       end
  647.     end
  648.     object TTabPage
  649.       Left = 4
  650.       Top = 27
  651.       Caption = 'Heading Colors'
  652.       object Label23: TLabel
  653.         Left = 20
  654.         Top = 103
  655.         Width = 225
  656.         Height = 22
  657.         AutoSize = False
  658.         Caption = 'Heading background color'
  659.       end
  660.       object Label24: TLabel
  661.         Left = 20
  662.         Top = 47
  663.         Width = 192
  664.         Height = 22
  665.         AutoSize = False
  666.         Caption = 'Text color for headings'
  667.       end
  668.       object Panel3: TPanel
  669.         Left = 0
  670.         Top = 193
  671.         Width = 560
  672.         Height = 193
  673.         Align = alBottom
  674.         Caption = 'Panel3'
  675.         TabOrder = 0
  676.         object Label21: TLabel
  677.           Left = 12
  678.           Top = 92
  679.           Width = 177
  680.           Height = 22
  681.           AutoSize = False
  682.           Caption = 'Background image'
  683.           ParentShowHint = False
  684.           ShowHint = False
  685.         end
  686.         object Label22: TLabel
  687.           Left = 93
  688.           Top = 16
  689.           Width = 363
  690.           Height = 44
  691.           Alignment = taCenter
  692.           AutoSize = False
  693.           Caption = 
  694.             'Choosing a backround image will override a heading background co' +
  695.             'lor chosen above'
  696.           WordWrap = True
  697.         end
  698.         object Edit8: TEdit
  699.           Left = 208
  700.           Top = 90
  701.           Width = 333
  702.           Height = 27
  703.           AutoSize = False
  704.           Font.Color = clMaroon
  705.           Font.Height = -18
  706.           Font.Name = 'System'
  707.           Font.Style = [fsBold]
  708.           ParentFont = False
  709.           ParentShowHint = False
  710.           ShowHint = False
  711.           TabOrder = 0
  712.         end
  713.         object Button2: TButton
  714.           Left = 98
  715.           Top = 135
  716.           Width = 89
  717.           Height = 25
  718.           Caption = 'Browse'
  719.           ParentShowHint = False
  720.           ShowHint = False
  721.           TabOrder = 1
  722.           OnClick = Button2Click
  723.         end
  724.         object CheckBox2: TCheckBox
  725.           Left = 274
  726.           Top = 137
  727.           Width = 201
  728.           Height = 20
  729.           Caption = 'Include Path To Image'
  730.           ParentShowHint = False
  731.           ShowHint = False
  732.           TabOrder = 2
  733.         end
  734.         object Panel4: TPanel
  735.           Left = 26
  736.           Top = 72
  737.           Width = 497
  738.           Height = 3
  739.           TabOrder = 3
  740.         end
  741.       end
  742.       object Edit7: TEdit
  743.         Left = 255
  744.         Top = 100
  745.         Width = 285
  746.         Height = 28
  747.         Hint = 'Click here to change color'
  748.         Color = clSilver
  749.         Font.Color = clBlue
  750.         Font.Height = -18
  751.         Font.Name = 'System'
  752.         Font.Style = [fsBold]
  753.         ParentFont = False
  754.         ParentShowHint = False
  755.         ReadOnly = True
  756.         ShowHint = True
  757.         TabOrder = 1
  758.         OnClick = Edit7Click
  759.       end
  760.       object Edit6: TEdit
  761.         Left = 255
  762.         Top = 44
  763.         Width = 285
  764.         Height = 28
  765.         Hint = 'Click here to change color'
  766.         Color = clSilver
  767.         ParentShowHint = False
  768.         ReadOnly = True
  769.         ShowHint = True
  770.         TabOrder = 2
  771.         OnClick = Edit6Click
  772.       end
  773.     end
  774.   end
  775.   object BitBtn1: TBitBtn
  776.     Left = 141
  777.     Top = 424
  778.     Width = 110
  779.     Height = 33
  780.     TabOrder = 1
  781.     OnClick = BitBtn1Click
  782.     Kind = bkOK
  783.   end
  784.   object BitBtn2: TBitBtn
  785.     Left = 317
  786.     Top = 424
  787.     Width = 110
  788.     Height = 33
  789.     TabOrder = 2
  790.     Kind = bkCancel
  791.   end
  792.   object OpenDialog1: TOpenDialog
  793.     FileEditStyle = fsEdit
  794.     Filter = 
  795.       'Image Files|*.gif;*.jpg;*.tif|GIF Image Files|*.gif|JPEG Image F' +
  796.       'iles|*.jpg|TIFF Image Files|*.tif'
  797.     Left = 444
  798.     Top = 424
  799.   end
  800.   object ColorDialog1: TColorDialog
  801.     Ctl3D = True
  802.     Left = 480
  803.     Top = 424
  804.   end
  805. end
  806.