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

  1. object frmTableBuilder: TfrmTableBuilder
  2.   Left = 274
  3.   Top = 193
  4.   HelpContext = 90
  5.   ActiveControl = btnGenerateTable
  6.   BorderStyle = bsDialog
  7.   Caption = 'Table Builder'
  8.   ClientHeight = 447
  9.   ClientWidth = 426
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 4
  25.     Top = 216
  26.     Width = 417
  27.     Height = 187
  28.   end
  29.   object lblTableWidth: TLabel
  30.     Left = 16
  31.     Top = 228
  32.     Width = 47
  33.     Height = 13
  34.     Caption = 'Table Wi&dth'
  35.     FocusControl = cmbTableWidth
  36.   end
  37.   object lblAlign: TLabel
  38.     Left = 176
  39.     Top = 228
  40.     Width = 121
  41.     Height = 13
  42.     Alignment = taRightJustify
  43.     Caption = 'Table &Align'
  44.     FocusControl = cmbAlign
  45.   end
  46.   object lblBorder: TLabel
  47.     Left = 280
  48.     Top = 282
  49.     Width = 97
  50.     Height = 13
  51.     Alignment = taRightJustify
  52.     Caption = 'Border &Width'
  53.     WordWrap = True
  54.   end
  55.   object lblCaption: TLabel
  56.     Left = 16
  57.     Top = 256
  58.     Width = 81
  59.     Height = 17
  60.     Caption = '&Caption'
  61.     FocusControl = txtCaption
  62.   end
  63.   object lblCaptionAlign: TLabel
  64.     Left = 16
  65.     Top = 283
  66.     Width = 89
  67.     Height = 14
  68.     Caption = 'Caption A&lignment'
  69.     FocusControl = cmbCaptionAlign
  70.   end
  71.   object lblFieldSeperator1: TLabel
  72.     Left = 120
  73.     Top = 370
  74.     Width = 113
  75.     Height = 15
  76.     Alignment = taCenter
  77.     Caption = 'Import / Export'
  78.   end
  79.   object lblFieldSeperator2: TLabel
  80.     Left = 120
  81.     Top = 382
  82.     Width = 113
  83.     Height = 19
  84.     Alignment = taCenter
  85.     Caption = 'Field &Separator'
  86.     FocusControl = cbxSeperator
  87.   end
  88.   object lblCellColor: TLabel
  89.     Left = 16
  90.     Top = 338
  91.     Width = 44
  92.     Height = 13
  93.     Caption = 'C&ell Color'
  94.     FocusControl = txtColor
  95.     Font.Color = clBlack
  96.     Font.Height = -12
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.   end
  101.   object shpBGColor: TShape
  102.     Left = 243
  103.     Top = 334
  104.     Width = 25
  105.     Height = 21
  106.   end
  107.   object Bevel2: TBevel
  108.     Left = 6
  109.     Top = 362
  110.     Width = 413
  111.     Height = 9
  112.     Shape = bsTopLine
  113.     Style = bsRaised
  114.   end
  115.   object lblCellPadding: TLabel
  116.     Left = 16
  117.     Top = 310
  118.     Width = 57
  119.     Height = 19
  120.     Caption = 'Cell&Padding'
  121.     FocusControl = txtCellPadding
  122.   end
  123.   object lblCellSpacing: TLabel
  124.     Left = 231
  125.     Top = 308
  126.     Width = 58
  127.     Height = 21
  128.     Caption = 'Cell&Spacing'
  129.     FocusControl = txtCellSpacing
  130.   end
  131.   object btnGenerateTable: TBitBtn
  132.     Left = 153
  133.     Top = 416
  134.     Width = 100
  135.     Height = 25
  136.     Caption = '&Generate Table'
  137.     Default = True
  138.     ModalResult = 1
  139.     TabOrder = 13
  140.     OnClick = btnGenerateTableClick
  141.     NumGlyphs = 2
  142.     Spacing = -1
  143.     IsControl = True
  144.   end
  145.   object btnClose: TBitBtn
  146.     Left = 260
  147.     Top = 416
  148.     Width = 77
  149.     Height = 25
  150.     Cancel = True
  151.     Caption = 'Close'
  152.     ModalResult = 2
  153.     TabOrder = 14
  154.     OnClick = btnCloseClick
  155.     NumGlyphs = 2
  156.     Spacing = -1
  157.     IsControl = True
  158.   end
  159.   object HelpBtn: TBitBtn
  160.     Left = 344
  161.     Top = 416
  162.     Width = 77
  163.     Height = 25
  164.     Caption = '&Help'
  165.     TabOrder = 15
  166.     OnClick = HelpBtnClick
  167.     NumGlyphs = 2
  168.     Spacing = -1
  169.     IsControl = True
  170.   end
  171.   object cmbTableWidth: TComboBox
  172.     Left = 120
  173.     Top = 224
  174.     Width = 57
  175.     Height = 21
  176.     Hint = 'Width of the table'
  177.     ItemHeight = 13
  178.     Items.Strings = (
  179.       '90%'
  180.       '80%'
  181.       '70%'
  182.       '60%'
  183.       '50%'
  184.       '40%'
  185.       '30%'
  186.       '20%'
  187.       '10%')
  188.     TabOrder = 0
  189.     OnKeyPress = cmbTableWidthKeyPress
  190.   end
  191.   object cmbAlign: TComboBox
  192.     Left = 304
  193.     Top = 224
  194.     Width = 105
  195.     Height = 21
  196.     Hint = 'Usually left, right or center'
  197.     ItemHeight = 13
  198.     Items.Strings = (
  199.       'absbottom'
  200.       'absmiddle'
  201.       'baseline'
  202.       'bleedleft'
  203.       'bleedright'
  204.       'bottom'
  205.       'center'
  206.       'left'
  207.       'middle'
  208.       'right'
  209.       'text'
  210.       'top')
  211.     TabOrder = 1
  212.   end
  213.   object chkBorder: TCheckBox
  214.     Left = 229
  215.     Top = 281
  216.     Width = 49
  217.     Height = 17
  218.     Hint = 'Display table with border lines'
  219.     Caption = '&Border'
  220.     State = cbChecked
  221.     TabOrder = 4
  222.     OnClick = chkBorderClick
  223.   end
  224.   object txtBorder: TMaskEdit
  225.     Left = 384
  226.     Top = 279
  227.     Width = 25
  228.     Height = 21
  229.     Hint = 'Width of the table'#39's outside border'
  230.     MaxLength = 0
  231.     TabOrder = 5
  232.     Text = '1'
  233.     OnKeyPress = txtBorderKeyPress
  234.   end
  235.   object txtCaption: TEdit
  236.     Left = 120
  237.     Top = 252
  238.     Width = 289
  239.     Height = 21
  240.     Hint = 'The table'#39's caption'
  241.     TabOrder = 2
  242.   end
  243.   object cmbCaptionAlign: TComboBox
  244.     Left = 120
  245.     Top = 279
  246.     Width = 105
  247.     Height = 21
  248.     Hint = 'Location of the table'#39's caption'
  249.     ItemHeight = 13
  250.     Items.Strings = (
  251.       'bottom'
  252.       'top')
  253.     TabOrder = 3
  254.   end
  255.   object bbtnImport: TBitBtn
  256.     Left = 14
  257.     Top = 371
  258.     Width = 105
  259.     Height = 25
  260.     Hint = 'Imports a file into the table'
  261.     Caption = 'Import'
  262.     TabOrder = 10
  263.     OnClick = bbtnImportClick
  264.     Glyph.Data = {
  265.       12040000424D1204000000000000760000002800000054000000150000000100
  266.       0400000000009C03000000000000000000000000000000000000000000000000
  267.       80000080000000808000800000008000800080800000C0C0C000808080000000
  268.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  269.       7777777777777777777777777777777777777777777777777777777777777777
  270.       7777777700007777777777777777777777777777777777777777777777777777
  271.       77777777777F7F7F7F7F7F7F7F7F7F7F00007777777777777777777777777777
  272.       7777777777777777777777777777777777777777777777777777777700007777
  273.       777777777777777777777FFFFFFFFFFFF77777777777777777777777777F7F7F
  274.       7F7F7F7F7F7F7F7F00007780000000000000777777778888888888888F777777
  275.       8000000000000077777778000000000000077777000077007B7B7B7B7B7B0777
  276.       77788F777777777778F77777007B7B7B7B7B7B07777F7007B7B7B7B7B7B07F7F
  277.       0000770F07B7B7B7B7B707777778F8F77777777778F777770707B7B7B7B7B7B0
  278.       777770707B7B7B7B7B7B07770000770B0B7B7B7B7B7B07777778F8F777777777
  279.       778F77770BB07B7B7B7B7B7B077F70BB07B7B7B7B7B7B07F0000770F0BB7B7B7
  280.       B7B7B0777778F78F77777777778F777707BF000007B7B7B7B077707B7000007B
  281.       7B7B7B070000770BF07B7B7B7B7B70777778F78FFFFF77777778F7770BFBFBFB
  282.       F0000000077F70B7BF0FFF000000007F0000770FB0B7B7B7B7B7B0777778F778
  283.       8888FFFFFFF8F77707BFBFBFBFBFB0777777707B7B0FFFFFFFF077770000770B
  284.       F07B7B7B7B7B7B077778F77777778888888777770BFBFBFBFBFBF077777F70B7
  285.       BF0FFFFFFFF07F7F0000770FBF000000B7B7B7077778F777777777778F777777
  286.       07BFBFBFBFBFB0777777707B7B0FFFFFFFF077770000770BFBFBFBF000000077
  287.       7778F7777FFFFFFF8F7777770BFBFBFBFBFBF077777F70B7BF0FFFFFFFF07F7F
  288.       0000770FBFBF0000000777777778FFFFF88888887777777707BFBF0000000777
  289.       7777707B7B0FFFFFFFF077770000777000007777777777777777888887777777
  290.       777777777000007777777777777F7F00000FFFFF00007F7F0000777777777777
  291.       77777777777777777777777777777777777777777777777777777777770FFFFF
  292.       0F07777700007777777777777777777777777777777777777777777777777777
  293.       77777777777F7F7F7F0FFFFF007F7F7F00007777777777777777777777777777
  294.       7777777777777777777777777777777777777777770000000777777700007777
  295.       77777777777777777777777777777777777777777777777777777777777F7F7F
  296.       7F7F7F7F7F7F7F7F000077777777777777777777777777777777777777777777
  297.       77777777777777777777777777777777777777770000}
  298.     NumGlyphs = 4
  299.   end
  300.   object bbtnExport: TBitBtn
  301.     Left = 304
  302.     Top = 370
  303.     Width = 105
  304.     Height = 25
  305.     Hint = 'Exports the table to a file'
  306.     Caption = 'Export'
  307.     TabOrder = 12
  308.     OnClick = bbtnExportClick
  309.     Glyph.Data = {
  310.       12040000424D1204000000000000760000002800000054000000150000000100
  311.       0400000000009C03000000000000000000000000000000000000000000000000
  312.       80000080000000808000800000008000800080800000C0C0C000808080000000
  313.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  314.       7777777777777777777777777777777777777777777777777777777777777777
  315.       7777777700007777777777777777777777777777777777777777777777777777
  316.       77777777777F7F7F7F7F7F7F7F7F7F7F00007777777777777777777777777777
  317.       7777777777777777777777777777777777777777777777777777777700007777
  318.       777777777777777777777FFFFFFFFFFFFFF777777777777777777777777F7F7F
  319.       7F7F7F7F7F7F7F7F000077780000000000008777777788888888888888F77777
  320.       780000000000008777777780000000000008777700007770CC0FCCFF70CC0777
  321.       77778F78F777778F78F7777770CC07FF00F0CC07777F7F0CC07FF00F0CC07F7F
  322.       00007770CC0FCCFF70CC077777778F78F777778F78F7777770CC07FF00F0CC07
  323.       7777770CC07FF00F0CC0777700007770CC0FFFFF70CC077777778F78FFFFFF8F
  324.       78F7777770CC07FFFFF0CC07777F7F0CC07FFFFF0CC07F7F00007770CC600000
  325.       06CC077777778F778888887778F7777770CC60000006CC077777770CC6000000
  326.       6CC0777700007770CCCCCCCCCCCC077777778F77F7F7F7F778F7777770CCCCCC
  327.       CCCCCC07777F7F0CCCCCCCCCCCC07F7F00007770C6000000006C077777778F78
  328.       8888888F78F7777770C6000000006C077777770C6000000006C0777700007770
  329.       C0FFFFFFFF0C077777778F8F77777778F8F7777770C0BFBFBFBF0C07777F7F0C
  330.       0BFBFBFBF0C07F7F00007770C0FBFBFBFB0C077777778F8F77777778F8F77777
  331.       70C0FBFBFBFB0C077777770C0FBFBFBFB0C0777700007770C0FFFFFFFF0C0777
  332.       77778F8F77777778F8F7777770C0BFBFBFBF0C07777F7F0C0BFBFBFBF0C07F7F
  333.       00007770C0FBFBFBFB0C077777778F8F77777778F8F7777770C0FBFBFBFB0C07
  334.       7777770C0FBFBFBFB0C077770000777000FFFFFFFF0007777777888F77777778
  335.       88F777777000BFBFBFBF0007777F7F000BFBFBFBF0007F7F00007770C0FBFBFB
  336.       FB0C07777777878FFFFFFFF878F7777770C0FBFBFBFB0C077777770C0FBFBFBF
  337.       B0C0777700007778000000000000877777778888888888888877777778000000
  338.       00000087777F7F800000000000087F7F00007777777777777777777777777777
  339.       7777777777777777777777777777777777777777777777777777777700007777
  340.       77777777777777777777777777777777777777777777777777777777777F7F7F
  341.       7F7F7F7F7F7F7F7F000077777777777777777777777777777777777777777777
  342.       77777777777777777777777777777777777777770000}
  343.     NumGlyphs = 4
  344.   end
  345.   object cbxSeperator: TComboBox
  346.     Left = 234
  347.     Top = 372
  348.     Width = 49
  349.     Height = 21
  350.     Hint = 
  351.       'The character that seperates fields. i.e. the commas in "John","' +
  352.       'Smith","123 Melody Lane"'
  353.     ItemHeight = 13
  354.     Items.Strings = (
  355.       ','
  356.       ';'
  357.       '.'
  358.       ':'
  359.       '|'
  360.       '{TAB}')
  361.     MaxLength = 1
  362.     TabOrder = 11
  363.     Text = ','
  364.     OnChange = cbxSeperatorChange
  365.   end
  366.   object txtColor: TComboBox
  367.     Left = 120
  368.     Top = 334
  369.     Width = 105
  370.     Height = 21
  371.     Hint = 'Color can be in either text or hex format'
  372.     ItemHeight = 13
  373.     Items.Strings = (
  374.       'Aqua'
  375.       'Black'
  376.       'Blue'
  377.       'Fuchsia'
  378.       'Gray'
  379.       'Green'
  380.       'Lime'
  381.       'Maroon'
  382.       'Navy'
  383.       'Olive'
  384.       'Purple'
  385.       'Red'
  386.       'Silver'
  387.       'Teal'
  388.       'White'
  389.       'Yellow')
  390.     ParentShowHint = False
  391.     ShowHint = True
  392.     TabOrder = 8
  393.     OnChange = txtColorChange
  394.   end
  395.   object bbtnSetColor: TBitBtn
  396.     Left = 278
  397.     Top = 334
  398.     Width = 131
  399.     Height = 21
  400.     Hint = 'Set the cell'#39's color'
  401.     Caption = 'C&olor'
  402.     TabOrder = 9
  403.     OnClick = bbtnSetColorClick
  404.     Glyph.Data = {
  405.       DE000000424DDE0000000000000076000000280000000F0000000D0000000100
  406.       0400000000006800000000000000000000000000000000000000000000000000
  407.       80000080000000808000800000008000800080800000C0C0C000808080000000
  408.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00444444444444
  409.       444F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBB
  410.       BB4F4CCCCCC4BBBBBB4F444444444444444F49999994AAAAAA4F49999994AAAA
  411.       AA4F49999994AAAAAA4F49999994AAAAAA4F49999994AAAAAA4F444444444444
  412.       444F}
  413.   end
  414.   object pnlTableBuilder: TPanel
  415.     Left = 0
  416.     Top = 0
  417.     Width = 426
  418.     Height = 209
  419.     BevelOuter = bvLowered
  420.     TabOrder = 16
  421.     object sgTable: TStringGrid
  422.       Left = 4
  423.       Top = 1
  424.       Width = 417
  425.       Height = 206
  426.       BorderStyle = bsNone
  427.       ColCount = 20
  428.       DefaultColWidth = 100
  429.       DefaultRowHeight = 18
  430.       FixedCols = 0
  431.       RowCount = 20
  432.       Font.Color = clBlack
  433.       Font.Height = -15
  434.       Font.Name = 'MS Sans Serif'
  435.       Font.Style = []
  436.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goTabs, goAlwaysShowEditor, goThumbTracking]
  437.       ParentFont = False
  438.       TabOrder = 0
  439.       OnSelectCell = sgTableSelectCell
  440.     end
  441.   end
  442.   object txtCellPadding: TMaskEdit
  443.     Left = 120
  444.     Top = 306
  445.     Width = 105
  446.     Height = 21
  447.     Hint = 'Spacing within cells'
  448.     MaxLength = 0
  449.     TabOrder = 6
  450.   end
  451.   object txtCellSpacing: TMaskEdit
  452.     Left = 296
  453.     Top = 306
  454.     Width = 113
  455.     Height = 21
  456.     Hint = 'Spacing between cells'
  457.     MaxLength = 0
  458.     TabOrder = 7
  459.   end
  460.   object btnClear: TButton
  461.     Left = 4
  462.     Top = 416
  463.     Width = 77
  464.     Height = 25
  465.     Hint = 'Clear out table'
  466.     Caption = 'Clea&r'
  467.     TabOrder = 17
  468.     OnClick = btnClearClick
  469.   end
  470.   object dlgOpen: TOpenDialog
  471.     DefaultExt = 'txt'
  472.     FileEditStyle = fsEdit
  473.     Filter = 
  474.       'Comma Delimited (*.CSV)|*.CSV|Text Files (*.TXT)|*.TXT|All Files' +
  475.       ' (*.*)|*.*'
  476.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  477.     Title = 'Load Table'
  478.     Left = 104
  479.     Top = 392
  480.   end
  481.   object dlgSave: TSaveDialog
  482.     DefaultExt = 'csv'
  483.     FileEditStyle = fsEdit
  484.     Filter = 
  485.       'Comma Delimited (*.CSV)|*.CSV|Text Files (*.TXT)|*.TXT|All Text ' +
  486.       '(*.*)|*.*'
  487.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn]
  488.     Title = 'Save Table'
  489.     Left = 128
  490.     Top = 392
  491.   end
  492.   object dlgColor: TColorDialog
  493.     Ctl3D = True
  494.     Left = 152
  495.     Top = 392
  496.   end
  497. end
  498.