home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / Parser.dfm / Parser.txt
Text File  |  2001-05-28  |  4KB  |  206 lines

  1. object ParserForm: TParserForm
  2.   Left = 190
  3.   Top = 133
  4.   Width = 489
  5.   Height = 516
  6.   HelpContext = 4010
  7.   HorzScrollBar.Range = 473
  8.   VertScrollBar.Range = 433
  9.   ActiveControl = DataListBox
  10.   AutoScroll = False
  11.   Caption = 'Parser'
  12.   Font.Color = clWindowText
  13.   Font.Height = 19
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Pitch = fpVariable
  16.   Font.Style = []
  17.   PixelsPerInch = 120
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 184
  24.     Width = 53
  25.     Height = 16
  26.     AutoSize = False
  27.     Caption = 'Delimiter'
  28.   end
  29.   object NoSeriesLabel: TLabel
  30.     Left = 8
  31.     Top = 416
  32.     Width = 117
  33.     Height = 16
  34.     Caption = 'No Series found yet'
  35.   end
  36.   object InstructionsLabel: TLabel
  37.     Left = 8
  38.     Top = 472
  39.     Width = 100
  40.     Height = 16
  41.     Caption = 'InstructionsLabel'
  42.   end
  43.   object DataListBox: TListBox
  44.     Left = 8
  45.     Top = 8
  46.     Width = 465
  47.     Height = 137
  48.     HelpContext = 1240
  49.     ItemHeight = 16
  50.     TabOrder = 0
  51.     OnClick = DataListBoxClick
  52.   end
  53.   object DelimiterComboBox: TComboBox
  54.     Left = 8
  55.     Top = 200
  56.     Width = 97
  57.     Height = 24
  58.     Hint = 'What character(s) seperate values ?'
  59.     HelpContext = 1240
  60.     Style = csDropDownList
  61.     DropDownCount = 10
  62.     ItemHeight = 16
  63.     ParentShowHint = False
  64.     ShowHint = True
  65.     TabOrder = 2
  66.   end
  67.   object LineEdit: TEdit
  68.     Left = 8
  69.     Top = 152
  70.     Width = 465
  71.     Height = 24
  72.     HelpContext = 1240
  73.     AutoSelect = False
  74.     MaxLength = 32767
  75.     TabOrder = 1
  76.   end
  77.   object GroupBox1: TGroupBox
  78.     Left = 128
  79.     Top = 184
  80.     Width = 345
  81.     Height = 49
  82.     Caption = 'Set This Line As ... '
  83.     Font.Color = clWindowText
  84.     Font.Height = 12
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Pitch = fpVariable
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 3
  90.     object SeriesNamesButton: TButton
  91.       Left = 8
  92.       Top = 16
  93.       Width = 105
  94.       Height = 25
  95.       Hint = 'The line containing the names of the Series'
  96.       HelpContext = 5135
  97.       Caption = 'Series Names'
  98.       ParentShowHint = False
  99.       ShowHint = True
  100.       TabOrder = 0
  101.       OnClick = SeriesNamesButtonClick
  102.     end
  103.     object FirstLineOfDataButton: TButton
  104.       Left = 120
  105.       Top = 16
  106.       Width = 105
  107.       Height = 25
  108.       Hint = '1st line of XY data'
  109.       Caption = '1st Line of Data'
  110.       ParentShowHint = False
  111.       ShowHint = True
  112.       TabOrder = 1
  113.       OnClick = FirstLineOfDataButtonClick
  114.     end
  115.     object ZDataLineButton: TButton
  116.       Left = 232
  117.       Top = 16
  118.       Width = 105
  119.       Height = 25
  120.       Caption = 'Z Data Line'
  121.       Enabled = False
  122.       ParentShowHint = False
  123.       ShowHint = True
  124.       TabOrder = 2
  125.       OnClick = ZDataLineButtonClick
  126.     end
  127.   end
  128.   object HelpBitBtn: TBitBtn
  129.     Left = 8
  130.     Top = 440
  131.     Width = 75
  132.     Height = 25
  133.     TabOrder = 5
  134.     OnClick = HelpBitBtnClick
  135.     Kind = bkHelp
  136.   end
  137.   object BitBtn2: TBitBtn
  138.     Left = 96
  139.     Top = 440
  140.     Width = 75
  141.     Height = 25
  142.     TabOrder = 6
  143.     Kind = bkCancel
  144.   end
  145.   object OKBitBtn: TBitBtn
  146.     Left = 184
  147.     Top = 440
  148.     Width = 75
  149.     Height = 25
  150.     Enabled = False
  151.     TabOrder = 8
  152.     Kind = bkOK
  153.   end
  154.   object InfoGrid: TStringGrid
  155.     Left = 8
  156.     Top = 240
  157.     Width = 465
  158.     Height = 169
  159.     Hint = 'Click on these cells and you might get a surprise !'
  160.     HelpContext = 1240
  161.     ColCount = 3
  162.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing]
  163.     ParentShowHint = False
  164.     RowCount = 6
  165.     ScrollBars = ssHorizontal
  166.     ShowHint = True
  167.     TabOrder = 4
  168.     OnClick = InfoGridClick
  169.   end
  170.   object PickXDataComboBox: TComboBox
  171.     Left = 384
  172.     Top = 408
  173.     Width = 88
  174.     Height = 24
  175.     Hint = 'Pick which column of data is the X data'
  176.     HelpContext = 1240
  177.     Style = csDropDownList
  178.     DropDownCount = 10
  179.     ItemHeight = 16
  180.     TabOrder = 7
  181.     Visible = False
  182.     OnClick = PickXDataComboBoxClick
  183.     OnExit = PickXDataComboBoxClick
  184.   end
  185.   object ExpandBitBtn: TBitBtn
  186.     Left = 272
  187.     Top = 440
  188.     Width = 75
  189.     Height = 25
  190.     Hint = 'Expand this window horizontally to full screen width'
  191.     Caption = '&Expand'
  192.     ParentShowHint = False
  193.     ShowHint = True
  194.     TabOrder = 9
  195.     OnClick = ExpandBitBtnClick
  196.     Layout = blGlyphRight
  197.     NumGlyphs = 2
  198.   end
  199.   object Timer1: TTimer
  200.     Interval = 5000
  201.     OnTimer = Timer1Timer
  202.     Left = 368
  203.     Top = 432
  204.   end
  205. end
  206.