home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 June / CLUB_0696.BIN / share95 / webpagec / wpc.exe / 0 / RCDATA / TTABLE / TTABLE.txt
Text File  |  1996-04-05  |  12KB  |  569 lines

  1. object Table: TTable
  2.   Left = 63
  3.   Top = 109
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Table Create'
  7.   ClientHeight = 418
  8.   ClientWidth = 674
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -18
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 120
  17.   TextHeight = 20
  18.   object GroupBox4: TGroupBox
  19.     Left = 8
  20.     Top = 233
  21.     Width = 473
  22.     Height = 168
  23.     Caption = 'Headings'
  24.     Color = clSilver
  25.     Font.Color = clBlue
  26.     Font.Height = -17
  27.     Font.Name = 'System'
  28.     Font.Style = [fsBold]
  29.     ParentColor = False
  30.     ParentFont = False
  31.     TabOrder = 3
  32.     object Label9: TLabel
  33.       Left = 296
  34.       Top = 84
  35.       Width = 89
  36.       Height = 20
  37.       Alignment = taRightJustify
  38.       AutoSize = False
  39.       Caption = 'Row Span'
  40.     end
  41.     object Label10: TLabel
  42.       Left = 273
  43.       Top = 124
  44.       Width = 112
  45.       Height = 20
  46.       Alignment = taRightJustify
  47.       AutoSize = False
  48.       Caption = 'Column Span'
  49.     end
  50.     object Label11: TLabel
  51.       Left = 296
  52.       Top = 44
  53.       Width = 89
  54.       Height = 20
  55.       Alignment = taRightJustify
  56.       AutoSize = False
  57.       Caption = 'Columns'
  58.     end
  59.     object GroupBox5: TGroupBox
  60.       Left = 16
  61.       Top = 24
  62.       Width = 113
  63.       Height = 105
  64.       Caption = 'Align'
  65.       Color = clSilver
  66.       ParentColor = False
  67.       TabOrder = 0
  68.       object RadioButton6: TRadioButton
  69.         Left = 24
  70.         Top = 24
  71.         Width = 57
  72.         Height = 17
  73.         Caption = 'Left'
  74.         TabOrder = 0
  75.       end
  76.       object RadioButton7: TRadioButton
  77.         Left = 24
  78.         Top = 48
  79.         Width = 81
  80.         Height = 17
  81.         Caption = 'Center'
  82.         TabOrder = 1
  83.       end
  84.       object RadioButton8: TRadioButton
  85.         Left = 24
  86.         Top = 73
  87.         Width = 74
  88.         Height = 16
  89.         Caption = 'Right'
  90.         TabOrder = 2
  91.       end
  92.     end
  93.     object GroupBox6: TGroupBox
  94.       Left = 136
  95.       Top = 24
  96.       Width = 129
  97.       Height = 129
  98.       Caption = 'VAlign'
  99.       TabOrder = 2
  100.       object RadioButton9: TRadioButton
  101.         Left = 24
  102.         Top = 24
  103.         Width = 97
  104.         Height = 17
  105.         Caption = 'Baseline'
  106.         TabOrder = 0
  107.       end
  108.       object RadioButton10: TRadioButton
  109.         Left = 24
  110.         Top = 48
  111.         Width = 81
  112.         Height = 17
  113.         Caption = 'Bottom'
  114.         TabOrder = 1
  115.       end
  116.       object RadioButton11: TRadioButton
  117.         Left = 24
  118.         Top = 73
  119.         Width = 81
  120.         Height = 16
  121.         Caption = 'Middle'
  122.         TabOrder = 2
  123.       end
  124.       object RadioButton12: TRadioButton
  125.         Left = 24
  126.         Top = 96
  127.         Width = 57
  128.         Height = 17
  129.         Caption = 'Top'
  130.         TabOrder = 3
  131.       end
  132.     end
  133.     object CheckBox1: TCheckBox
  134.       Left = 33
  135.       Top = 136
  136.       Width = 96
  137.       Height = 17
  138.       Caption = 'No Wrap'
  139.       TabOrder = 1
  140.     end
  141.     object SpinEdit9: TSpinEdit
  142.       Left = 393
  143.       Top = 40
  144.       Width = 45
  145.       Height = 31
  146.       Color = clSilver
  147.       Font.Color = clMaroon
  148.       Font.Height = -17
  149.       Font.Name = 'System'
  150.       Font.Style = [fsBold]
  151.       MaxLength = 2
  152.       MaxValue = 10
  153.       MinValue = 0
  154.       ParentFont = False
  155.       TabOrder = 3
  156.       Value = 0
  157.     end
  158.     object SpinEdit10: TSpinEdit
  159.       Left = 393
  160.       Top = 80
  161.       Width = 45
  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 = 10
  170.       MinValue = 0
  171.       ParentFont = False
  172.       TabOrder = 4
  173.       Value = 0
  174.     end
  175.     object SpinEdit11: TSpinEdit
  176.       Left = 393
  177.       Top = 120
  178.       Width = 45
  179.       Height = 31
  180.       Color = clSilver
  181.       Font.Color = clMaroon
  182.       Font.Height = -17
  183.       Font.Name = 'System'
  184.       Font.Style = [fsBold]
  185.       MaxLength = 2
  186.       MaxValue = 10
  187.       MinValue = 0
  188.       ParentFont = False
  189.       TabOrder = 5
  190.       Value = 0
  191.     end
  192.   end
  193.   object BitBtn1: TBitBtn
  194.     Left = 513
  195.     Top = 273
  196.     Width = 128
  197.     Height = 32
  198.     TabOrder = 4
  199.     OnClick = BitBtn1Click
  200.     Kind = bkOK
  201.   end
  202.   object BitBtn2: TBitBtn
  203.     Left = 513
  204.     Top = 328
  205.     Width = 128
  206.     Height = 33
  207.     TabOrder = 5
  208.     OnClick = BitBtn2Click
  209.     Kind = bkCancel
  210.   end
  211.   object GroupBox1: TGroupBox
  212.     Left = 8
  213.     Top = 8
  214.     Width = 370
  215.     Height = 153
  216.     Caption = 'Table'
  217.     Color = clSilver
  218.     Font.Color = clBlue
  219.     Font.Height = -17
  220.     Font.Name = 'System'
  221.     Font.Style = [fsBold]
  222.     ParentColor = False
  223.     ParentFont = False
  224.     TabOrder = 0
  225.     object Label4: TLabel
  226.       Left = 16
  227.       Top = 108
  228.       Width = 65
  229.       Height = 20
  230.       Alignment = taRightJustify
  231.       AutoSize = False
  232.       Caption = 'Border'
  233.       Color = clSilver
  234.       ParentColor = False
  235.     end
  236.     object Label2: TLabel
  237.       Left = 19
  238.       Top = 28
  239.       Width = 62
  240.       Height = 20
  241.       Alignment = taRightJustify
  242.       Caption = 'Width %'
  243.       Color = clSilver
  244.       ParentColor = False
  245.     end
  246.     object Label3: TLabel
  247.       Left = 12
  248.       Top = 68
  249.       Width = 69
  250.       Height = 20
  251.       Alignment = taRightJustify
  252.       Caption = 'Height %'
  253.       Color = clSilver
  254.       ParentColor = False
  255.     end
  256.     object Label7: TLabel
  257.       Left = 176
  258.       Top = 68
  259.       Width = 105
  260.       Height = 20
  261.       Alignment = taRightJustify
  262.       AutoSize = False
  263.       Caption = 'Cell Padding'
  264.       Color = clSilver
  265.       Font.Color = clBlue
  266.       Font.Height = -17
  267.       Font.Name = 'System'
  268.       Font.Style = [fsBold]
  269.       ParentColor = False
  270.       ParentFont = False
  271.     end
  272.     object Label8: TLabel
  273.       Left = 176
  274.       Top = 108
  275.       Width = 105
  276.       Height = 20
  277.       Alignment = taRightJustify
  278.       AutoSize = False
  279.       Caption = 'Cell Spacing'
  280.       Color = clSilver
  281.       Font.Color = clBlue
  282.       Font.Height = -17
  283.       Font.Name = 'System'
  284.       Font.Style = [fsBold]
  285.       ParentColor = False
  286.       ParentFont = False
  287.     end
  288.     object SpinEdit1: TSpinEdit
  289.       Left = 88
  290.       Top = 24
  291.       Width = 55
  292.       Height = 31
  293.       Color = clSilver
  294.       Font.Color = clMaroon
  295.       Font.Height = -17
  296.       Font.Name = 'System'
  297.       Font.Style = [fsBold]
  298.       MaxLength = 2
  299.       MaxValue = 100
  300.       MinValue = 0
  301.       ParentFont = False
  302.       TabOrder = 0
  303.       Value = 0
  304.     end
  305.     object SpinEdit2: TSpinEdit
  306.       Left = 88
  307.       Top = 64
  308.       Width = 55
  309.       Height = 31
  310.       Color = clSilver
  311.       Font.Color = clMaroon
  312.       Font.Height = -17
  313.       Font.Name = 'System'
  314.       Font.Style = [fsBold]
  315.       MaxLength = 2
  316.       MaxValue = 100
  317.       MinValue = 0
  318.       ParentFont = False
  319.       TabOrder = 1
  320.       Value = 0
  321.     end
  322.     object SpinEdit3: TSpinEdit
  323.       Left = 88
  324.       Top = 104
  325.       Width = 55
  326.       Height = 31
  327.       Color = clSilver
  328.       Font.Color = clMaroon
  329.       Font.Height = -17
  330.       Font.Name = 'System'
  331.       Font.Style = [fsBold]
  332.       MaxLength = 2
  333.       MaxValue = 10
  334.       MinValue = 0
  335.       ParentFont = False
  336.       TabOrder = 2
  337.       Value = 0
  338.     end
  339.     object SpinEdit4: TSpinEdit
  340.       Left = 288
  341.       Top = 64
  342.       Width = 45
  343.       Height = 31
  344.       Color = clSilver
  345.       Font.Color = clMaroon
  346.       Font.Height = -17
  347.       Font.Name = 'System'
  348.       Font.Style = [fsBold]
  349.       MaxLength = 2
  350.       MaxValue = 10
  351.       MinValue = 0
  352.       ParentFont = False
  353.       TabOrder = 3
  354.       Value = 0
  355.     end
  356.     object SpinEdit5: TSpinEdit
  357.       Left = 288
  358.       Top = 104
  359.       Width = 45
  360.       Height = 31
  361.       Color = clSilver
  362.       Font.Color = clMaroon
  363.       Font.Height = -17
  364.       Font.Name = 'System'
  365.       Font.Style = [fsBold]
  366.       MaxLength = 2
  367.       MaxValue = 10
  368.       MinValue = 0
  369.       ParentFont = False
  370.       TabOrder = 4
  371.       Value = 0
  372.     end
  373.   end
  374.   object GroupBox2: TGroupBox
  375.     Left = 384
  376.     Top = 8
  377.     Width = 281
  378.     Height = 145
  379.     Caption = 'Table Rows and Columns'
  380.     Color = clSilver
  381.     Font.Color = clBlue
  382.     Font.Height = -17
  383.     Font.Name = 'System'
  384.     Font.Style = [fsBold]
  385.     ParentColor = False
  386.     ParentFont = False
  387.     TabOrder = 1
  388.     object Label5: TLabel
  389.       Left = 24
  390.       Top = 44
  391.       Width = 57
  392.       Height = 20
  393.       Alignment = taRightJustify
  394.       AutoSize = False
  395.       Caption = 'Rows'
  396.       Color = clSilver
  397.       Font.Color = clBlue
  398.       Font.Height = -17
  399.       Font.Name = 'System'
  400.       Font.Style = [fsBold]
  401.       ParentColor = False
  402.       ParentFont = False
  403.     end
  404.     object Label6: TLabel
  405.       Left = 8
  406.       Top = 100
  407.       Width = 73
  408.       Height = 20
  409.       Alignment = taRightJustify
  410.       AutoSize = False
  411.       Caption = 'Columns'
  412.       Color = clSilver
  413.       Font.Color = clBlue
  414.       Font.Height = -17
  415.       Font.Name = 'System'
  416.       Font.Style = [fsBold]
  417.       ParentColor = False
  418.       ParentFont = False
  419.     end
  420.     object RadioButton3: TRadioButton
  421.       Left = 168
  422.       Top = 38
  423.       Width = 105
  424.       Height = 23
  425.       Caption = 'Left Align'
  426.       Color = clSilver
  427.       Font.Color = clBlue
  428.       Font.Height = -17
  429.       Font.Name = 'System'
  430.       Font.Style = [fsBold]
  431.       ParentColor = False
  432.       ParentFont = False
  433.       TabOrder = 2
  434.     end
  435.     object RadioButton4: TRadioButton
  436.       Left = 168
  437.       Top = 74
  438.       Width = 97
  439.       Height = 17
  440.       Caption = 'Center'
  441.       Color = clSilver
  442.       Font.Color = clBlue
  443.       Font.Height = -17
  444.       Font.Name = 'System'
  445.       Font.Style = [fsBold]
  446.       ParentColor = False
  447.       ParentFont = False
  448.       TabOrder = 3
  449.     end
  450.     object RadioButton5: TRadioButton
  451.       Left = 168
  452.       Top = 104
  453.       Width = 105
  454.       Height = 24
  455.       Caption = 'Right Align'
  456.       Color = clSilver
  457.       Font.Color = clBlue
  458.       Font.Height = -17
  459.       Font.Name = 'System'
  460.       Font.Style = [fsBold]
  461.       ParentColor = False
  462.       ParentFont = False
  463.       TabOrder = 4
  464.     end
  465.     object SpinEdit6: TSpinEdit
  466.       Left = 88
  467.       Top = 40
  468.       Width = 45
  469.       Height = 31
  470.       Color = clSilver
  471.       Font.Color = clMaroon
  472.       Font.Height = -17
  473.       Font.Name = 'System'
  474.       Font.Style = [fsBold]
  475.       MaxLength = 2
  476.       MaxValue = 15
  477.       MinValue = 1
  478.       ParentFont = False
  479.       TabOrder = 0
  480.       Value = 1
  481.     end
  482.     object SpinEdit7: TSpinEdit
  483.       Left = 88
  484.       Top = 96
  485.       Width = 45
  486.       Height = 31
  487.       Color = clSilver
  488.       Font.Color = clMaroon
  489.       Font.Height = -17
  490.       Font.Name = 'System'
  491.       Font.Style = [fsBold]
  492.       MaxLength = 2
  493.       MaxValue = 15
  494.       MinValue = 1
  495.       ParentFont = False
  496.       TabOrder = 1
  497.       Value = 1
  498.     end
  499.   end
  500.   object GroupBox3: TGroupBox
  501.     Left = 8
  502.     Top = 160
  503.     Width = 657
  504.     Height = 65
  505.     Caption = 'Caption'
  506.     Color = clSilver
  507.     Font.Color = clBlue
  508.     Font.Height = -17
  509.     Font.Name = 'System'
  510.     Font.Style = [fsBold]
  511.     ParentColor = False
  512.     ParentFont = False
  513.     TabOrder = 2
  514.     object Label1: TLabel
  515.       Left = 8
  516.       Top = 28
  517.       Width = 73
  518.       Height = 20
  519.       Alignment = taRightJustify
  520.       AutoSize = False
  521.       Caption = 'Caption'
  522.       Font.Color = clBlue
  523.       Font.Height = -17
  524.       Font.Name = 'System'
  525.       Font.Style = [fsBold]
  526.       ParentFont = False
  527.     end
  528.     object Edit8: TEdit
  529.       Left = 88
  530.       Top = 24
  531.       Width = 457
  532.       Height = 28
  533.       Color = clSilver
  534.       Font.Color = clMaroon
  535.       Font.Height = -17
  536.       Font.Name = 'System'
  537.       Font.Style = [fsBold]
  538.       ParentFont = False
  539.       TabOrder = 0
  540.     end
  541.     object RadioButton1: TRadioButton
  542.       Left = 560
  543.       Top = 16
  544.       Width = 58
  545.       Height = 17
  546.       Caption = 'Top'
  547.       Font.Color = clBlue
  548.       Font.Height = -17
  549.       Font.Name = 'System'
  550.       Font.Style = [fsBold]
  551.       ParentFont = False
  552.       TabOrder = 1
  553.     end
  554.     object RadioButton2: TRadioButton
  555.       Left = 560
  556.       Top = 40
  557.       Width = 81
  558.       Height = 18
  559.       Caption = 'Bottom'
  560.       Font.Color = clBlue
  561.       Font.Height = -17
  562.       Font.Name = 'System'
  563.       Font.Style = [fsBold]
  564.       ParentFont = False
  565.       TabOrder = 2
  566.     end
  567.   end
  568. end
  569.