home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / TPlot / Parser.dfm / Parser.txt
Text File  |  2001-07-24  |  6KB  |  255 lines

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