object frmPrint: TfrmPrint Left = 203 Top = 112 BorderStyle = bsDialog Caption = 'Print Chart' ClientHeight = 102 ClientWidth = 336 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 12 Width = 32 Height = 13 AutoSize = False Caption = 'Printer:' end object lblPrinterName: TLabel Left = 64 Top = 12 Width = 257 Height = 13 AutoSize = False end object GroupBox1: TGroupBox Left = 24 Top = 92 Width = 289 Height = 57 Caption = 'Print List' TabOrder = 0 Visible = False end object cmdPrintNow: TButton Left = 47 Top = 44 Width = 73 Height = 25 Caption = '&Print Now' Default = True ModalResult = 1 TabOrder = 1 end object cmdCancel: TButton Left = 131 Top = 44 Width = 73 Height = 25 Cancel = True Caption = 'Cancel' Default = True ModalResult = 2 TabOrder = 2 end object cmdSetup: TButton Left = 215 Top = 44 Width = 73 Height = 25 Caption = '&Setup...' TabOrder = 3 OnClick = cmdSetupClick end object PrinterSetupDialog1: TPrinterSetupDialog Left = 304 Top = 52 end end