home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMTABLEDATA / TFRMTABLEDATA.txt
Text File  |  1996-10-14  |  5KB  |  263 lines

  1. object frmTableData: TfrmTableData
  2.   Left = 298
  3.   Top = 445
  4.   HelpContext = 93
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Table Data'
  8.   ClientHeight = 205
  9.   ClientWidth = 337
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 321
  24.     Height = 160
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object lblAlign: TLabel
  29.     Left = 15
  30.     Top = 24
  31.     Width = 66
  32.     Height = 13
  33.     Caption = '&Align'
  34.     FocusControl = cmbAlign
  35.     WordWrap = True
  36.   end
  37.   object lblVAlign: TLabel
  38.     Left = 15
  39.     Top = 52
  40.     Width = 66
  41.     Height = 13
  42.     Caption = '&VAlign'
  43.     FocusControl = cmbVAlign
  44.     WordWrap = True
  45.   end
  46.   object lblColSpan: TLabel
  47.     Left = 16
  48.     Top = 80
  49.     Width = 137
  50.     Height = 13
  51.     Alignment = taRightJustify
  52.     Caption = '&ColSpan'
  53.     FocusControl = txtColSpan
  54.     WordWrap = True
  55.   end
  56.   object lblRowSpan: TLabel
  57.     Left = 16
  58.     Top = 104
  59.     Width = 135
  60.     Height = 13
  61.     Alignment = taRightJustify
  62.     Caption = '&RowSpan'
  63.     FocusControl = txtRowSpan
  64.   end
  65.   object lblWidth: TLabel
  66.     Left = 208
  67.     Top = 104
  68.     Width = 58
  69.     Height = 13
  70.     Alignment = taRightJustify
  71.     Caption = '&Width'
  72.     FocusControl = txtWidth
  73.   end
  74.   object lblCellColor: TLabel
  75.     Left = 15
  76.     Top = 134
  77.     Width = 66
  78.     Height = 13
  79.     Caption = 'C&ell Color'
  80.     FocusControl = txtColor
  81.     Font.Color = clBlack
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     WordWrap = True
  87.   end
  88.   object shpBGColor: TShape
  89.     Left = 203
  90.     Top = 129
  91.     Width = 25
  92.     Height = 27
  93.   end
  94.   object OKBtn: TBitBtn
  95.     Left = 85
  96.     Top = 175
  97.     Width = 77
  98.     Height = 25
  99.     Caption = 'OK'
  100.     Default = True
  101.     ModalResult = 1
  102.     TabOrder = 6
  103.     NumGlyphs = 2
  104.     Spacing = -1
  105.     IsControl = True
  106.   end
  107.   object CancelBtn: TBitBtn
  108.     Left = 169
  109.     Top = 175
  110.     Width = 77
  111.     Height = 25
  112.     Cancel = True
  113.     Caption = 'Cancel'
  114.     ModalResult = 2
  115.     TabOrder = 7
  116.     NumGlyphs = 2
  117.     Spacing = -1
  118.     IsControl = True
  119.   end
  120.   object HelpBtn: TBitBtn
  121.     Left = 252
  122.     Top = 175
  123.     Width = 77
  124.     Height = 25
  125.     Caption = '&Help'
  126.     TabOrder = 8
  127.     OnClick = HelpBtnClick
  128.     NumGlyphs = 2
  129.     Spacing = -1
  130.     IsControl = True
  131.   end
  132.   object cmbAlign: TComboBox
  133.     Left = 88
  134.     Top = 20
  135.     Width = 228
  136.     Height = 21
  137.     Hint = 'Alignment of the data within the cell'
  138.     ItemHeight = 13
  139.     Items.Strings = (
  140.       'center'
  141.       'left'
  142.       'right')
  143.     ParentShowHint = False
  144.     ShowHint = True
  145.     TabOrder = 0
  146.   end
  147.   object cmbVAlign: TComboBox
  148.     Left = 88
  149.     Top = 48
  150.     Width = 228
  151.     Height = 21
  152.     Hint = 'Vertical alignment of the data within the cell'
  153.     ItemHeight = 13
  154.     Items.Strings = (
  155.       'baseline'
  156.       'bottom'
  157.       'middle'
  158.       'top')
  159.     ParentShowHint = False
  160.     ShowHint = True
  161.     TabOrder = 1
  162.   end
  163.   object chkNoWrap: TCheckBox
  164.     Left = 208
  165.     Top = 76
  166.     Width = 113
  167.     Height = 17
  168.     Hint = 'Prevent data from wrapping'
  169.     Caption = '&NoWrap'
  170.     ParentShowHint = False
  171.     ShowHint = True
  172.     TabOrder = 2
  173.   end
  174.   object txtColSpan: TMaskEdit
  175.     Left = 158
  176.     Top = 76
  177.     Width = 41
  178.     Height = 21
  179.     Hint = 'Number of columns cell should span'
  180.     MaxLength = 0
  181.     ParentShowHint = False
  182.     ShowHint = True
  183.     TabOrder = 3
  184.     OnKeyPress = NumericKeyPress
  185.   end
  186.   object txtRowSpan: TMaskEdit
  187.     Left = 158
  188.     Top = 100
  189.     Width = 41
  190.     Height = 21
  191.     Hint = 'Number of rows cell should  span'
  192.     MaxLength = 0
  193.     ParentShowHint = False
  194.     ShowHint = True
  195.     TabOrder = 4
  196.     OnKeyPress = NumericKeyPress
  197.   end
  198.   object txtWidth: TEdit
  199.     Left = 274
  200.     Top = 100
  201.     Width = 41
  202.     Height = 21
  203.     Hint = 'Width of cell'
  204.     ParentShowHint = False
  205.     ShowHint = True
  206.     TabOrder = 5
  207.     OnKeyPress = txtWidthKeyPress
  208.   end
  209.   object txtColor: TComboBox
  210.     Left = 88
  211.     Top = 132
  212.     Width = 105
  213.     Height = 21
  214.     Hint = 'Color can be in either text or hex format'
  215.     ItemHeight = 13
  216.     Items.Strings = (
  217.       'Aqua'
  218.       'Black'
  219.       'Blue'
  220.       'Fuchsia'
  221.       'Gray'
  222.       'Green'
  223.       'Lime'
  224.       'Maroon'
  225.       'Navy'
  226.       'Olive'
  227.       'Purple'
  228.       'Red'
  229.       'Silver'
  230.       'Teal'
  231.       'White'
  232.       'Yellow')
  233.     ParentShowHint = False
  234.     ShowHint = True
  235.     TabOrder = 9
  236.     OnChange = txtColorChange
  237.   end
  238.   object bbtnSetColor: TBitBtn
  239.     Left = 238
  240.     Top = 129
  241.     Width = 77
  242.     Height = 27
  243.     Hint = 'Set the cell'#39's color'
  244.     Caption = 'C&olor'
  245.     TabOrder = 10
  246.     OnClick = bbtnSetColorClick
  247.     Glyph.Data = {
  248.       DE000000424DDE0000000000000076000000280000000F0000000D0000000100
  249.       0400000000006800000000000000000000000000000000000000000000000000
  250.       80000080000000808000800000008000800080800000C0C0C000808080000000
  251.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00444444444444
  252.       444F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBB
  253.       BB4F4CCCCCC4BBBBBB4F444444444444444F49999994AAAAAA4F49999994AAAA
  254.       AA4F49999994AAAAAA4F49999994AAAAAA4F49999994AAAAAA4F444444444444
  255.       444F}
  256.   end
  257.   object dlgColor: TColorDialog
  258.     Ctl3D = True
  259.     Left = 8
  260.     Top = 176
  261.   end
  262. end
  263.