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
Wrap
Text File
|
2001-06-01
|
3KB
|
141 lines
object ZoomForm: TZoomForm
Left = 524
Top = 422
Width = 263
Height = 185
HelpContext = 4060
HorzScrollBar.Range = 243
VertScrollBar.Range = 139
ActiveControl = XMinNEdit
AutoScroll = False
Caption = 'Zooming In'
Font.Color = clWindowText
Font.Height = 12
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
PixelsPerInch = 120
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 8
Width = 88
Height = 15
AutoSize = False
Caption = 'X Min'
end
object Label2: TLabel
Left = 144
Top = 8
Width = 88
Height = 15
AutoSize = False
Caption = 'X Max'
end
object Label3: TLabel
Left = 8
Top = 56
Width = 88
Height = 15
AutoSize = False
Caption = 'Y Min'
end
object Label4: TLabel
Left = 144
Top = 56
Width = 88
Height = 15
AutoSize = False
Caption = 'Y Max'
end
object BitBtn1: TBitBtn
Left = 8
Top = 114
Width = 75
Height = 25
TabOrder = 4
Kind = bkHelp
end
object BitBtn2: TBitBtn
Left = 88
Top = 114
Width = 75
Height = 25
TabOrder = 5
Kind = bkCancel
end
object ZoomBitBtn: TBitBtn
Left = 168
Top = 114
Width = 75
Height = 25
HelpContext = 1350
Caption = 'Zoom'
TabOrder = 6
Kind = bkOK
end
object XMinNEdit: TNEdit
Left = 8
Top = 24
Width = 97
Height = 24
HelpContext = 4330
DataType = dtSingle
Min = -3.4E38
Max = 3.4E38
NumericType = ntScientific
AutoSelect = False
MaxLength = 32767
TabOrder = 0
Text = '0'
end
object XMaxNEdit: TNEdit
Left = 144
Top = 24
Width = 97
Height = 24
HelpContext = 4320
DataType = dtSingle
Min = -3.4E38
Max = 3.4E38
NumericType = ntScientific
AutoSelect = False
MaxLength = 32767
TabOrder = 1
Text = '0'
end
object YMinNEdit: TNEdit
Left = 8
Top = 72
Width = 97
Height = 24
HelpContext = 4330
DataType = dtSingle
Min = -3.4E38
Max = 3.4E38
NumericType = ntScientific
AutoSelect = False
MaxLength = 32767
TabOrder = 2
Text = '0'
end
object YMaxNEdit: TNEdit
Left = 144
Top = 72
Width = 97
Height = 24
HelpContext = 4320
DataType = dtSingle
Min = -3.4E38
Max = 3.4E38
NumericType = ntScientific
AutoSelect = False
MaxLength = 32767
TabOrder = 3
Text = '0'
end
end