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