home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TSIZEDIALOG / TSIZEDIALOG.txt
Text File  |  1997-01-16  |  3KB  |  156 lines

  1. object SizeDialog: TSizeDialog
  2.   Left = 332
  3.   Top = 181
  4.   ActiveControl = hNoChange
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Size'
  8.   ClientHeight = 155
  9.   ClientWidth = 324
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 150
  21.     Height = 109
  22.     Caption = 'Width:'
  23.     TabOrder = 0
  24.     object hNoChange: TRadioButton
  25.       Left = 8
  26.       Top = 16
  27.       Width = 90
  28.       Height = 20
  29.       Caption = '&No change'
  30.       Checked = True
  31.       TabOrder = 0
  32.       TabStop = True
  33.       OnClick = WidthClick
  34.     end
  35.     object hShrink: TRadioButton
  36.       Left = 8
  37.       Top = 36
  38.       Width = 130
  39.       Height = 20
  40.       Caption = '&Shrink to smallest'
  41.       TabOrder = 1
  42.       OnClick = WidthClick
  43.     end
  44.     object hGrow: TRadioButton
  45.       Left = 8
  46.       Top = 56
  47.       Width = 130
  48.       Height = 20
  49.       Caption = '&Grow to largest'
  50.       TabOrder = 2
  51.       OnClick = WidthClick
  52.     end
  53.     object hAbsolute: TRadioButton
  54.       Left = 8
  55.       Top = 76
  56.       Width = 62
  57.       Height = 20
  58.       Caption = '&Width:'
  59.       TabOrder = 3
  60.       OnClick = WidthClick
  61.     end
  62.     object hWidth: TEdit
  63.       Left = 72
  64.       Top = 77
  65.       Width = 60
  66.       Height = 21
  67.       Enabled = False
  68.       TabOrder = 4
  69.     end
  70.   end
  71.   object GroupBox2: TGroupBox
  72.     Left = 168
  73.     Top = 8
  74.     Width = 150
  75.     Height = 109
  76.     Caption = 'Height:'
  77.     TabOrder = 1
  78.     object vNoChange: TRadioButton
  79.       Left = 8
  80.       Top = 16
  81.       Width = 90
  82.       Height = 20
  83.       Caption = 'No &change'
  84.       Checked = True
  85.       TabOrder = 0
  86.       TabStop = True
  87.       OnClick = HeightClick
  88.     end
  89.     object vShrink: TRadioButton
  90.       Left = 8
  91.       Top = 36
  92.       Width = 130
  93.       Height = 20
  94.       Caption = 'Shrin&k to smallest'
  95.       TabOrder = 1
  96.       OnClick = HeightClick
  97.     end
  98.     object vGrow: TRadioButton
  99.       Left = 8
  100.       Top = 56
  101.       Width = 118
  102.       Height = 20
  103.       Caption = 'Grow to &largest'
  104.       TabOrder = 2
  105.       OnClick = HeightClick
  106.     end
  107.     object vAbsolute: TRadioButton
  108.       Left = 8
  109.       Top = 76
  110.       Width = 62
  111.       Height = 20
  112.       Caption = 'Heigh&t:'
  113.       TabOrder = 3
  114.       OnClick = HeightClick
  115.     end
  116.     object vHeight: TEdit
  117.       Left = 72
  118.       Top = 77
  119.       Width = 60
  120.       Height = 21
  121.       Enabled = False
  122.       TabOrder = 4
  123.     end
  124.   end
  125.   object OKButton: TButton
  126.     Left = 83
  127.     Top = 125
  128.     Width = 75
  129.     Height = 25
  130.     Caption = 'OK'
  131.     Default = True
  132.     ModalResult = 1
  133.     TabOrder = 2
  134.     OnClick = OkButtonClick
  135.   end
  136.   object CancelButton: TButton
  137.     Left = 163
  138.     Top = 125
  139.     Width = 75
  140.     Height = 25
  141.     Cancel = True
  142.     Caption = 'Cancel'
  143.     ModalResult = 2
  144.     TabOrder = 3
  145.   end
  146.   object HelpButton: TButton
  147.     Left = 243
  148.     Top = 125
  149.     Width = 75
  150.     Height = 25
  151.     Caption = '&Help'
  152.     TabOrder = 4
  153.     OnClick = HelpButtonClick
  154.   end
  155. end
  156.