home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TSCALEFORM / TSCALEFORM.txt
Text File  |  1997-01-16  |  1KB  |  75 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.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 235
  19.     Height = 38
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 18
  24.     Top = 19
  25.     Width = 68
  26.     Height = 13
  27.     Caption = '&Scaling factor:'
  28.     FocusControl = Edit
  29.   end
  30.   object Label2: TLabel
  31.     Left = 210
  32.     Top = 21
  33.     Width = 8
  34.     Height = 13
  35.     Caption = '%'
  36.   end
  37.   object Edit: TEdit
  38.     Left = 133
  39.     Top = 16
  40.     Width = 73
  41.     Height = 21
  42.     TabOrder = 0
  43.   end
  44.   object OKButton: TButton
  45.     Left = 8
  46.     Top = 56
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 1
  53.     OnClick = OKButtonClick
  54.   end
  55.   object CancelButton: TButton
  56.     Left = 88
  57.     Top = 56
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 2
  64.   end
  65.   object HelpButton: TButton
  66.     Left = 168
  67.     Top = 56
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Help'
  71.     TabOrder = 3
  72.     OnClick = HelpButtonClick
  73.   end
  74. end
  75.