home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TSCALEFORM
/
TSCALEFORM.txt
Wrap
Text File
|
1999-08-11
|
1KB
|
76 lines
object ScaleForm: TScaleForm
Left = 255
Top = 143
HelpContext = 1637
BorderStyle = bsDialog
Caption = 'Scale'
ClientHeight = 89
ClientWidth = 251
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnClose = ScaleFormClose
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 235
Height = 38
Shape = bsFrame
end
object Label1: TLabel
Left = 18
Top = 19
Width = 68
Height = 13
Caption = '&Scaling factor:'
FocusControl = Edit
end
object Label2: TLabel
Left = 210
Top = 21
Width = 8
Height = 13
Caption = '%'
end
object Edit: TEdit
Left = 133
Top = 16
Width = 73
Height = 21
TabOrder = 0
end
object OKButton: TButton
Left = 8
Top = 56
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 88
Top = 56
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object HelpButton: TButton
Left = 168
Top = 56
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = HelpButtonClick
end
end