home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / imagelib / u_p_size.df_ / u_p_size.df / u_p_size.txt
Text File  |  1995-08-19  |  3KB  |  142 lines

  1. object Printersize: TPrintersize
  2.   Left = 203
  3.   Top = 117
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select size'
  7.   ClientHeight = 214
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 300
  21.     Height = 161
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 147
  27.     Top = 37
  28.     Width = 9
  29.     Height = 13
  30.     Caption = 'X'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 48
  34.     Top = 16
  35.     Width = 34
  36.     Height = 13
  37.     Caption = 'Width'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 184
  41.     Top = 16
  42.     Width = 38
  43.     Height = 13
  44.     Caption = 'Height'
  45.   end
  46.   object OKBtn: TBitBtn
  47.     Left = 120
  48.     Top = 180
  49.     Width = 77
  50.     Height = 27
  51.     TabOrder = 0
  52.     Kind = bkOK
  53.     Margin = 2
  54.     Spacing = -1
  55.     IsControl = True
  56.   end
  57.   object WidthSpinEdit: TSpinEdit
  58.     Left = 50
  59.     Top = 32
  60.     Width = 73
  61.     Height = 22
  62.     MaxValue = 0
  63.     MinValue = 0
  64.     TabOrder = 1
  65.     Value = 0
  66.   end
  67.   object HeigthSpinEdit: TSpinEdit
  68.     Left = 184
  69.     Top = 32
  70.     Width = 65
  71.     Height = 22
  72.     MaxValue = 0
  73.     MinValue = 0
  74.     TabOrder = 2
  75.     Value = 0
  76.   end
  77.   object GroupBox1: TGroupBox
  78.     Left = 32
  79.     Top = 72
  80.     Width = 257
  81.     Height = 91
  82.     Caption = 'Size'
  83.     TabOrder = 3
  84.     object RadioButton1: TRadioButton
  85.       Left = 16
  86.       Top = 16
  87.       Width = 90
  88.       Height = 17
  89.       Caption = 'Orginal Size'
  90.       Checked = True
  91.       TabOrder = 0
  92.       TabStop = True
  93.       OnClick = RadioButton1Click
  94.     end
  95.     object RadioButton2: TRadioButton
  96.       Left = 16
  97.       Top = 40
  98.       Width = 90
  99.       Height = 17
  100.       Caption = '2 Times'
  101.       TabOrder = 1
  102.       OnClick = RadioButton2Click
  103.     end
  104.     object RadioButton3: TRadioButton
  105.       Left = 16
  106.       Top = 66
  107.       Width = 80
  108.       Height = 17
  109.       Caption = '3 Times'
  110.       TabOrder = 2
  111.       OnClick = RadioButton3Click
  112.     end
  113.     object RadioButton4: TRadioButton
  114.       Left = 136
  115.       Top = 16
  116.       Width = 113
  117.       Height = 17
  118.       Caption = '4 Times'
  119.       TabOrder = 3
  120.       OnClick = RadioButton4Click
  121.     end
  122.     object RadioButton5: TRadioButton
  123.       Left = 136
  124.       Top = 40
  125.       Width = 113
  126.       Height = 17
  127.       Caption = '5 Times'
  128.       TabOrder = 4
  129.       OnClick = RadioButton5Click
  130.     end
  131.     object RadioButton6: TRadioButton
  132.       Left = 136
  133.       Top = 64
  134.       Width = 113
  135.       Height = 17
  136.       Caption = '6 Times'
  137.       TabOrder = 5
  138.       OnClick = RadioButton6Click
  139.     end
  140.   end
  141. end
  142.