home *** CD-ROM | disk | FTP | other *** search
- object ScaleForm: TScaleForm
- Left = 255
- Top = 143
- HelpContext = 1637
- BorderStyle = bsDialog
- Caption = 'Scale'
- ClientHeight = 89
- ClientWidth = 251
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- 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
-