home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1996 Counselor / COMPUSERVE.ISO / internet / we2std32 / data.z / WebEdit.exe / 0 / RCDATA / TFRMTABLE / TFRMTABLE.txt
Encoding:
Text File  |  1996-06-14  |  5.4 KB  |  278 lines

  1. object frmTable: TfrmTable
  2.   Left = 455
  3.   Top = 114
  4.   HelpContext = 162
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Table'
  8.   ClientHeight = 230
  9.   ClientWidth = 345
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnActivate = FormActivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 329
  25.     Height = 185
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object lblCellPadding: TLabel
  30.     Left = 22
  31.     Top = 108
  32.     Width = 56
  33.     Height = 13
  34.     Caption = 'Cell&Padding'
  35.     FocusControl = txtCellPadding
  36.   end
  37.   object lblCellSpacing: TLabel
  38.     Left = 183
  39.     Top = 108
  40.     Width = 56
  41.     Height = 13
  42.     Caption = 'Cell&Spacing'
  43.     FocusControl = txtCellSpacing
  44.   end
  45.   object lblWidth: TLabel
  46.     Left = 22
  47.     Top = 136
  48.     Width = 28
  49.     Height = 13
  50.     Caption = '&Width'
  51.     FocusControl = txtWidth
  52.   end
  53.   object lblHeight: TLabel
  54.     Left = 183
  55.     Top = 136
  56.     Width = 31
  57.     Height = 13
  58.     Caption = '&Height'
  59.     FocusControl = txtHeight
  60.   end
  61.   object lblAlign: TLabel
  62.     Left = 22
  63.     Top = 52
  64.     Width = 46
  65.     Height = 13
  66.     Caption = 'A&lignment'
  67.     FocusControl = cmbAlign
  68.   end
  69.   object lblColSpec: TLabel
  70.     Left = 22
  71.     Top = 80
  72.     Width = 40
  73.     Height = 13
  74.     Caption = '&ColSpec'
  75.     FocusControl = txtColSpec
  76.   end
  77.   object shpBGColor: TShape
  78.     Left = 183
  79.     Top = 160
  80.     Width = 58
  81.     Height = 21
  82.   end
  83.   object lblBGColor: TLabel
  84.     Left = 22
  85.     Top = 156
  86.     Width = 61
  87.     Height = 26
  88.     Caption = 'Backgroun&d Color'
  89.     FocusControl = txtBGColor
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     WordWrap = True
  96.   end
  97.   object OKBtn: TBitBtn
  98.     Left = 93
  99.     Top = 200
  100.     Width = 77
  101.     Height = 25
  102.     Caption = 'OK'
  103.     Default = True
  104.     ModalResult = 1
  105.     TabOrder = 10
  106.     NumGlyphs = 2
  107.     Spacing = -1
  108.     IsControl = True
  109.   end
  110.   object CancelBtn: TBitBtn
  111.     Left = 176
  112.     Top = 200
  113.     Width = 77
  114.     Height = 25
  115.     Cancel = True
  116.     Caption = 'Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 11
  119.     NumGlyphs = 2
  120.     Spacing = -1
  121.     IsControl = True
  122.   end
  123.   object HelpBtn: TBitBtn
  124.     Left = 259
  125.     Top = 200
  126.     Width = 77
  127.     Height = 25
  128.     Caption = '&Help'
  129.     TabOrder = 12
  130.     OnClick = HelpBtnClick
  131.     NumGlyphs = 2
  132.     Spacing = -1
  133.     IsControl = True
  134.   end
  135.   object chkBorder: TCheckBox
  136.     Left = 24
  137.     Top = 20
  138.     Width = 57
  139.     Height = 17
  140.     Hint = 'Displays the table with a border'
  141.     Caption = '&Border'
  142.     State = cbChecked
  143.     TabOrder = 0
  144.     OnClick = chkBorderClick
  145.   end
  146.   object txtBorder: TMaskEdit
  147.     Left = 92
  148.     Top = 20
  149.     Width = 81
  150.     Height = 21
  151.     Hint = 'Width of the border'
  152.     MaxLength = 0
  153.     TabOrder = 1
  154.     OnKeyPress = NumericKeyPress
  155.   end
  156.   object txtCellPadding: TMaskEdit
  157.     Left = 92
  158.     Top = 104
  159.     Width = 81
  160.     Height = 21
  161.     Hint = 'Spacing within cells'
  162.     MaxLength = 0
  163.     TabOrder = 4
  164.     OnKeyPress = NumericKeyPress
  165.   end
  166.   object txtCellSpacing: TMaskEdit
  167.     Left = 248
  168.     Top = 104
  169.     Width = 81
  170.     Height = 21
  171.     Hint = 'Spacing between cells'
  172.     MaxLength = 0
  173.     TabOrder = 5
  174.     OnKeyPress = NumericKeyPress
  175.   end
  176.   object txtWidth: TEdit
  177.     Left = 92
  178.     Top = 132
  179.     Width = 81
  180.     Height = 21
  181.     Hint = 'Table width'
  182.     TabOrder = 6
  183.     OnKeyPress = NumPercentKeyPress
  184.   end
  185.   object txtHeight: TEdit
  186.     Left = 248
  187.     Top = 132
  188.     Width = 81
  189.     Height = 21
  190.     Hint = 'Table height'
  191.     TabOrder = 7
  192.     OnKeyPress = NumPercentKeyPress
  193.   end
  194.   object cmbAlign: TComboBox
  195.     Left = 92
  196.     Top = 48
  197.     Width = 237
  198.     Height = 21
  199.     Hint = 'Alignment of the table'
  200.     ItemHeight = 13
  201.     Items.Strings = (
  202.       'absbottom'
  203.       'absmiddle'
  204.       'baseline'
  205.       'bleedleft'
  206.       'bleedright'
  207.       'bottom'
  208.       'center'
  209.       'left'
  210.       'middle'
  211.       'right'
  212.       'text'
  213.       'top')
  214.     TabOrder = 2
  215.   end
  216.   object txtColSpec: TEdit
  217.     Left = 92
  218.     Top = 76
  219.     Width = 237
  220.     Height = 21
  221.     Hint = 
  222.       'List of column widths and alignment specifications (e.g. "L20 C8' +
  223.       ' L40")'
  224.     TabOrder = 3
  225.   end
  226.   object bbtnSetBGColor: TBitBtn
  227.     Left = 248
  228.     Top = 160
  229.     Width = 81
  230.     Height = 21
  231.     Hint = 'Set the document'#39's background color'
  232.     Caption = 'Color'
  233.     TabOrder = 9
  234.     OnClick = bbtnSetBGColorClick
  235.     Glyph.Data = {
  236.       DE000000424DDE0000000000000076000000280000000F0000000D0000000100
  237.       0400000000006800000000000000000000000000000000000000000000000000
  238.       80000080000000808000800000008000800080800000C0C0C000808080000000
  239.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00444444444444
  240.       444F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBB
  241.       BB4F4CCCCCC4BBBBBB4F444444444444444F49999994AAAAAA4F49999994AAAA
  242.       AA4F49999994AAAAAA4F49999994AAAAAA4F49999994AAAAAA4F444444444444
  243.       444F}
  244.   end
  245.   object txtBGColor: TComboBox
  246.     Left = 92
  247.     Top = 160
  248.     Width = 81
  249.     Height = 21
  250.     Hint = 'Color can be in either text or hex format'
  251.     ItemHeight = 13
  252.     Items.Strings = (
  253.       'Aqua'
  254.       'Black'
  255.       'Blue'
  256.       'Fuchsia'
  257.       'Gray'
  258.       'Green'
  259.       'Lime'
  260.       'Maroon'
  261.       'Navy'
  262.       'Olive'
  263.       'Purple'
  264.       'Red'
  265.       'Silver'
  266.       'Teal'
  267.       'White'
  268.       'Yellow')
  269.     TabOrder = 8
  270.     OnChange = txtBGColorChange
  271.   end
  272.   object dlgColor: TColorDialog
  273.     Ctl3D = True
  274.     Left = 232
  275.     Top = 16
  276.   end
  277. end
  278.