home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
9EDU
/
VIN32_96.ZIP
/
VIN32.EXE
/
0
/
RCDATA
/
TLOGSCALEF
/
TLOGSCALEF.txt
Wrap
Text File
|
1998-04-25
|
1KB
|
79 lines
object LogScaleF: TLogScaleF
Left = 1076
Top = 515
HelpContext = 1000
BorderStyle = bsDialog
Caption = 'Log Scale Dialog'
ClientHeight = 250
ClientWidth = 312
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 = 110
Top = 150
Width = 92
Height = 33
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 170
Top = 199
Width = 91
Height = 33
Cancel = True
Caption = 'Cancel'
Font.Color = clBlack
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ModalResult = 2
ParentFont = False
TabOrder = 3
end
object LogBox: TRadioGroup
Left = 19
Top = 9
Width = 96
Height = 120
Caption = 'Log Scale'
Items.Strings = (
'X'
'Y'
'Both'
'None')
TabOrder = 0
OnClick = LogBoxClick
end
object Button1: TButton
Left = 51
Top = 200
Width = 90
Height = 33
Caption = 'Help'
TabOrder = 4
OnClick = Button1Click
end
object FormatBox: TRadioGroup
Left = 131
Top = 9
Width = 163
Height = 120
Caption = 'Format Log Scale'
Items.Strings = (
'Exponential'
'Decimal')
TabOrder = 1
OnClick = FormatBoxClick
end
end