home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / PlotZoom.dfm / PlotZoom.txt
Text File  |  2001-06-01  |  3KB  |  141 lines

  1. object ZoomForm: TZoomForm
  2.   Left = 524
  3.   Top = 422
  4.   Width = 263
  5.   Height = 185
  6.   HelpContext = 4060
  7.   HorzScrollBar.Range = 243
  8.   VertScrollBar.Range = 139
  9.   ActiveControl = XMinNEdit
  10.   AutoScroll = False
  11.   Caption = 'Zooming In'
  12.   Font.Color = clWindowText
  13.   Font.Height = 12
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Pitch = fpVariable
  16.   Font.Style = []
  17.   PixelsPerInch = 120
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   TextHeight = 16
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 88
  26.     Height = 15
  27.     AutoSize = False
  28.     Caption = 'X Min'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 144
  32.     Top = 8
  33.     Width = 88
  34.     Height = 15
  35.     AutoSize = False
  36.     Caption = 'X Max'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 8
  40.     Top = 56
  41.     Width = 88
  42.     Height = 15
  43.     AutoSize = False
  44.     Caption = 'Y Min'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 144
  48.     Top = 56
  49.     Width = 88
  50.     Height = 15
  51.     AutoSize = False
  52.     Caption = 'Y Max'
  53.   end
  54.   object BitBtn1: TBitBtn
  55.     Left = 8
  56.     Top = 114
  57.     Width = 75
  58.     Height = 25
  59.     TabOrder = 4
  60.     Kind = bkHelp
  61.   end
  62.   object BitBtn2: TBitBtn
  63.     Left = 88
  64.     Top = 114
  65.     Width = 75
  66.     Height = 25
  67.     TabOrder = 5
  68.     Kind = bkCancel
  69.   end
  70.   object ZoomBitBtn: TBitBtn
  71.     Left = 168
  72.     Top = 114
  73.     Width = 75
  74.     Height = 25
  75.     HelpContext = 1350
  76.     Caption = 'Zoom'
  77.     TabOrder = 6
  78.     Kind = bkOK
  79.   end
  80.   object XMinNEdit: TNEdit
  81.     Left = 8
  82.     Top = 24
  83.     Width = 97
  84.     Height = 24
  85.     HelpContext = 4330
  86.     DataType = dtSingle
  87.     Min = -3.4E38
  88.     Max = 3.4E38
  89.     NumericType = ntScientific
  90.     AutoSelect = False
  91.     MaxLength = 32767
  92.     TabOrder = 0
  93.     Text = '0'
  94.   end
  95.   object XMaxNEdit: TNEdit
  96.     Left = 144
  97.     Top = 24
  98.     Width = 97
  99.     Height = 24
  100.     HelpContext = 4320
  101.     DataType = dtSingle
  102.     Min = -3.4E38
  103.     Max = 3.4E38
  104.     NumericType = ntScientific
  105.     AutoSelect = False
  106.     MaxLength = 32767
  107.     TabOrder = 1
  108.     Text = '0'
  109.   end
  110.   object YMinNEdit: TNEdit
  111.     Left = 8
  112.     Top = 72
  113.     Width = 97
  114.     Height = 24
  115.     HelpContext = 4330
  116.     DataType = dtSingle
  117.     Min = -3.4E38
  118.     Max = 3.4E38
  119.     NumericType = ntScientific
  120.     AutoSelect = False
  121.     MaxLength = 32767
  122.     TabOrder = 2
  123.     Text = '0'
  124.   end
  125.   object YMaxNEdit: TNEdit
  126.     Left = 144
  127.     Top = 72
  128.     Width = 97
  129.     Height = 24
  130.     HelpContext = 4320
  131.     DataType = dtSingle
  132.     Min = -3.4E38
  133.     Max = 3.4E38
  134.     NumericType = ntScientific
  135.     AutoSelect = False
  136.     MaxLength = 32767
  137.     TabOrder = 3
  138.     Text = '0'
  139.   end
  140. end
  141.