object Printersize: TPrintersize Left = 203 Top = 117 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Select size' ClientHeight = 214 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 300 Height = 161 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 147 Top = 37 Width = 9 Height = 13 Caption = 'X' end object Label2: TLabel Left = 48 Top = 16 Width = 34 Height = 13 Caption = 'Width' end object Label3: TLabel Left = 184 Top = 16 Width = 38 Height = 13 Caption = 'Height' end object OKBtn: TBitBtn Left = 120 Top = 180 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object WidthSpinEdit: TSpinEdit Left = 50 Top = 32 Width = 73 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end object HeigthSpinEdit: TSpinEdit Left = 184 Top = 32 Width = 65 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 end object GroupBox1: TGroupBox Left = 32 Top = 72 Width = 257 Height = 91 Caption = 'Size' TabOrder = 3 object RadioButton1: TRadioButton Left = 16 Top = 16 Width = 90 Height = 17 Caption = 'Orginal Size' Checked = True TabOrder = 0 TabStop = True OnClick = RadioButton1Click end object RadioButton2: TRadioButton Left = 16 Top = 40 Width = 90 Height = 17 Caption = '2 Times' TabOrder = 1 OnClick = RadioButton2Click end object RadioButton3: TRadioButton Left = 16 Top = 66 Width = 80 Height = 17 Caption = '3 Times' TabOrder = 2 OnClick = RadioButton3Click end object RadioButton4: TRadioButton Left = 136 Top = 16 Width = 113 Height = 17 Caption = '4 Times' TabOrder = 3 OnClick = RadioButton4Click end object RadioButton5: TRadioButton Left = 136 Top = 40 Width = 113 Height = 17 Caption = '5 Times' TabOrder = 4 OnClick = RadioButton5Click end object RadioButton6: TRadioButton Left = 136 Top = 64 Width = 113 Height = 17 Caption = '6 Times' TabOrder = 5 OnClick = RadioButton6Click end end end