object frmPrint: TfrmPrint Left = 288 Top = 90 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = btnChangePrinter BorderStyle = bsDialog Caption = 'Print' ClientHeight = 198 ClientWidth = 413 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object tabMain: TTabControl Left = 6 Top = 6 Width = 400 Height = 160 TabOrder = 0 object grpPrinter: TGroupBox Left = 12 Top = 15 Width = 373 Height = 49 Caption = ' Printer ' TabOrder = 0 object lblPrinter: TLabel Left = 15 Top = 21 Width = 40 Height = 13 Caption = 'lblPrinter' end object btnChangePrinter: TButton Left = 276 Top = 17 Width = 87 Height = 22 Caption = '&Change' TabOrder = 0 OnClick = btnChangePrinterClick end end object grpOptions: TGroupBox Left = 12 Top = 78 Width = 373 Height = 67 Caption = ' Options ' TabOrder = 1 object radText: TRadioButton Left = 12 Top = 21 Width = 145 Height = 17 Caption = 'Print Text Only' Checked = True TabOrder = 0 TabStop = True OnClick = radTextClick end object radPrintForm: TRadioButton Left = 162 Top = 21 Width = 202 Height = 17 Caption = 'Print As Shown On Screen' TabOrder = 1 OnClick = radTextClick end object chkStretch: TCheckBox Left = 164 Top = 42 Width = 197 Height = 17 Caption = 'Stretch To Fit Printer Page' Enabled = False TabOrder = 2 end end end object btnOK: TButton Left = 249 Top = 171 Width = 75 Height = 22 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnOKClick end object btnCancel: TButton Left = 331 Top = 171 Width = 75 Height = 22 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object dlgPrint: TPrintDialog Options = [poSelection, poWarning, poDisablePrintToFile] Top = 3 end end