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
Text File  |  1999-08-11  |  1KB  |  76 lines

  1. object ScaleForm: TScaleForm
  2.   Left = 255
  3.   Top = 143
  4.   HelpContext = 1637
  5.   BorderStyle = bsDialog
  6.   Caption = 'Scale'
  7.   ClientHeight = 89
  8.   ClientWidth = 251
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnClose = ScaleFormClose
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 235
  20.     Height = 38
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 18
  25.     Top = 19
  26.     Width = 68
  27.     Height = 13
  28.     Caption = '&Scaling factor:'
  29.     FocusControl = Edit
  30.   end
  31.   object Label2: TLabel
  32.     Left = 210
  33.     Top = 21
  34.     Width = 8
  35.     Height = 13
  36.     Caption = '%'
  37.   end
  38.   object Edit: TEdit
  39.     Left = 133
  40.     Top = 16
  41.     Width = 73
  42.     Height = 21
  43.     TabOrder = 0
  44.   end
  45.   object OKButton: TButton
  46.     Left = 8
  47.     Top = 56
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 1
  54.     OnClick = OKButtonClick
  55.   end
  56.   object CancelButton: TButton
  57.     Left = 88
  58.     Top = 56
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.   end
  66.   object HelpButton: TButton
  67.     Left = 168
  68.     Top = 56
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '&Help'
  72.     TabOrder = 3
  73.     OnClick = HelpButtonClick
  74.   end
  75. end
  76.