home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
9EDU
/
VIN32_96.ZIP
/
VIN32.EXE
/
0
/
RCDATA
/
TSCALEF
/
TSCALEF.txt
Wrap
Text File
|
1998-04-25
|
6KB
|
293 lines
object ScaleF: TScaleF
Left = 907
Top = 690
HelpContext = 1500
BorderStyle = bsDialog
Caption = 'Scale Dialog'
ClientHeight = 435
ClientWidth = 335
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
FormStyle = fsStayOnTop
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 21
object OKBtn: TButton
Left = 15
Top = 321
Width = 80
Height = 27
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 15
Top = 401
Width = 80
Height = 27
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object AutoBox: TRadioGroup
Left = 189
Top = 320
Width = 132
Height = 101
Caption = 'Multi-Scale'
Items.Strings = (
'X'
'Y'
'Both'
'Disable')
TabOrder = 5
OnClick = AutoBoxClick
end
object XBox: TGroupBox
Left = 15
Top = 4
Width = 306
Height = 100
Caption = 'X - Axis Scale'
TabOrder = 6
object Label1: TLabel
Left = 8
Top = 27
Width = 49
Height = 25
AutoSize = False
Caption = 'Max'
end
object Label2: TLabel
Left = 9
Top = 62
Width = 49
Height = 25
AutoSize = False
Caption = 'Min'
end
object MaxX: TEdit
Left = 65
Top = 26
Width = 161
Height = 30
AutoSize = False
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object MinX: TEdit
Left = 64
Top = 61
Width = 161
Height = 30
AutoSize = False
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object Button1: TButton
Left = 240
Top = 17
Width = 50
Height = 35
Caption = 'Find'
TabOrder = 2
OnClick = Button1Click
end
object AutoBX: TButton
Left = 240
Top = 56
Width = 50
Height = 35
Caption = 'Auto'
TabOrder = 3
OnClick = AutoBXClick
end
end
object YLBox: TGroupBox
Left = 15
Top = 108
Width = 306
Height = 100
Caption = 'Y Left - Axis Scale'
TabOrder = 7
object Label3: TLabel
Left = 7
Top = 30
Width = 49
Height = 22
AutoSize = False
Caption = 'Max'
end
object Label4: TLabel
Left = 7
Top = 63
Width = 49
Height = 25
AutoSize = False
Caption = 'Min'
end
object MaxYL: TEdit
Left = 62
Top = 27
Width = 161
Height = 30
AutoSize = False
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object MinYL: TEdit
Left = 62
Top = 60
Width = 161
Height = 30
AutoSize = False
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object Button2: TButton
Left = 240
Top = 17
Width = 50
Height = 35
Caption = 'Find'
TabOrder = 2
OnClick = Button2Click
end
object AutoBYL: TButton
Left = 240
Top = 56
Width = 50
Height = 35
Caption = 'Auto'
TabOrder = 3
OnClick = AutoBYLClick
end
end
object YRBox: TGroupBox
Left = 15
Top = 211
Width = 306
Height = 100
Caption = 'Y Right - Axis Scale'
TabOrder = 8
object Label5: TLabel
Left = 10
Top = 27
Width = 47
Height = 24
AutoSize = False
Caption = 'Max'
end
object Label6: TLabel
Left = 10
Top = 62
Width = 49
Height = 25
AutoSize = False
Caption = 'Min'
end
object MaxYR: TEdit
Left = 64
Top = 24
Width = 161
Height = 30
AutoSize = False
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object MinYR: TEdit
Left = 64
Top = 59
Width = 161
Height = 30
AutoSize = False
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object Button3: TButton
Left = 240
Top = 17
Width = 50
Height = 35
Caption = 'Find'
TabOrder = 2
OnClick = Button3Click
end
object AutoBYR: TButton
Left = 240
Top = 56
Width = 50
Height = 35
Caption = 'Auto'
TabOrder = 3
OnClick = AutoBYRClick
end
end
object SetMaxMin1: TButton
Left = 104
Top = 361
Width = 80
Height = 27
Caption = 'Find All'
TabOrder = 3
OnClick = SetMaxMin1Click
end
object Button4: TButton
Left = 104
Top = 400
Width = 80
Height = 27
Caption = 'Help'
TabOrder = 4
OnClick = Button4Click
end
object GoGridB: TButton
Left = 15
Top = 361
Width = 80
Height = 27
Caption = 'Grid'
TabOrder = 1
OnClick = GoGridBClick
end
object DrawScaleB: TButton
Left = 104
Top = 321
Width = 80
Height = 27
Caption = 'View'
TabOrder = 9
OnClick = DrawScaleBClick
end
end