object ppPrintDialog: TppPrintDialog Left = 885 Top = 170 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Print' ClientHeight = 388 ClientWidth = 482 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object pnlBottom: TPanel Left = 0 Top = 348 Width = 482 Height = 40 Align = alTop BevelOuter = bvNone Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 DesignSize = ( 482 40) object btnOK: TButton Left = 322 Top = 9 Width = 75 Height = 23 Anchors = [akTop, akRight] Caption = 'OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 402 Top = 9 Width = 75 Height = 23 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 end end object pnlPrintToFile: TPanel Left = 0 Top = 253 Width = 482 Height = 95 Align = alTop BevelOuter = bvNone Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Visible = False DesignSize = ( 482 95) object bvlPrintToFile: TBevel Left = 7 Top = 5 Width = 471 Height = 90 Anchors = [akLeft, akTop, akRight] Shape = bsFrame IsControl = True end object lblPrintToFile: TLabel Left = 35 Top = -1 Width = 49 Height = 13 Caption = 'Print to fi&le' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = lblPrintToFileClick end object lblPrintToFileWhere: TLabel Left = 21 Top = 54 Width = 35 Height = 13 Caption = 'Where:' end object lblPrintToFileType: TLabel Left = 21 Top = 24 Width = 27 Height = 13 Caption = 'Type:' end object spbPrintToFile: TSpeedButton Left = 452 Top = 52 Width = 17 Height = 17 Caption = '...' OnClick = btnPrintToFileClick end object cbxPrintToFile: TCheckBox Left = 16 Top = -2 Width = 13 Height = 17 Caption = 'cbxPrintToFile' TabOrder = 0 OnClick = cbxPrintToFileClick end object cbxPrintToFileTypes: TComboBox Left = 75 Top = 21 Width = 190 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = cbxPrintToFileTypesChange end object edtPrintToFileName: TEdit Left = 75 Top = 50 Width = 370 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnChange = edtPrintToFileNameChange end end object pnlPrint: TPanel Left = 0 Top = 0 Width = 482 Height = 253 Align = alTop BevelOuter = bvNone Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 DesignSize = ( 482 253) object bvlPrinter: TBevel Left = 7 Top = 13 Width = 471 Height = 84 Shape = bsFrame IsControl = True end object bvlPageRange: TBevel Left = 7 Top = 105 Width = 242 Height = 110 Shape = bsFrame IsControl = True end object bvlCopies: TBevel Left = 259 Top = 105 Width = 220 Height = 110 Shape = bsFrame IsControl = True end object lblPrinterName: TLabel Left = 14 Top = 28 Width = 67 Height = 13 AutoSize = False Caption = '&Name:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblCopies: TLabel Left = 266 Top = 99 Width = 32 Height = 13 Caption = 'Copies' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblPageRangeDescription: TLabel Left = 16 Top = 180 Width = 217 Height = 26 AutoSize = False Caption = 'Enter page numbers and/or page ranges separated by commas. For ' + 'example, 1,3,5-12' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblNumberOfCopies: TLabel Left = 275 Top = 119 Width = 83 Height = 13 Caption = 'Number of &copies' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblCollate: TLabel Left = 414 Top = 154 Width = 32 Height = 13 Caption = 'Colla&te' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = lblCollateClick end object imgCollate: TImage Left = 272 Top = 148 Width = 103 Height = 53 Transparent = True end object lblPageRange: TLabel Left = 14 Top = 99 Width = 55 Height = 13 Caption = 'Page range' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblPrinterWhere: TLabel Left = 14 Top = 74 Width = 35 Height = 13 Caption = 'Where:' end object lblPrinterType: TLabel Left = 14 Top = 52 Width = 27 Height = 13 Caption = 'Type:' end object lblPrinterTypeDesc: TLabel Left = 84 Top = 52 Width = 389 Height = 13 AutoSize = False Caption = 'lblPrinterTypeDesc' end object lblPrinterWhereDesc: TLabel Left = 84 Top = 74 Width = 389 Height = 13 AutoSize = False Caption = 'lblPrinterWhereDesc' end object lblPrintWhat: TLabel Left = 261 Top = 230 Width = 24 Height = 13 Caption = 'P&rint:' end object lblPrinter: TLabel Left = 14 Top = 7 Width = 30 Height = 13 Caption = 'Printer' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblNoPrintersInstalled: TLabel Left = 84 Top = 28 Width = 389 Height = 13 AutoSize = False Caption = 'lblNoPrintersInstalled' Visible = False end object cbxPrinters: TComboBox Left = 84 Top = 25 Width = 300 Height = 22 Style = csOwnerDrawFixed ItemHeight = 16 TabOrder = 0 OnChange = cbxPrintersChange OnDrawItem = cbxPrintersDrawItem end object edtCopies: TEdit Left = 396 Top = 116 Width = 61 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 3 ParentFont = False TabOrder = 6 Text = '1' OnExit = edtCopiesExit end object rdbAll: TRadioButton Left = 16 Top = 115 Width = 202 Height = 17 Caption = '&All' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 TabStop = True OnClick = rdbAllClick end object rdbCurrentPage: TRadioButton Left = 16 Top = 135 Width = 202 Height = 17 Caption = 'Curre&nt page' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = rdbCurrentPageClick end object rdbPages: TRadioButton Left = 16 Top = 156 Width = 63 Height = 17 Caption = 'Pa&ges:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 end object edtPageRange: TEdit Left = 78 Top = 154 Width = 159 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 OnClick = edtPagesClick OnKeyPress = edtPageRangeKeyPress end object btnPrinterProperties: TButton Left = 392 Top = 25 Width = 75 Height = 21 Caption = '&Properties' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = btnPrinterPropertiesClick end object cbxCollate: TCheckBox Left = 396 Top = 152 Width = 13 Height = 17 TabStop = False Caption = 'cbxPrintToFile' TabOrder = 7 OnClick = cbxCollateClick end object cbxPrintWhat: TComboBox Left = 292 Top = 225 Width = 187 Height = 21 Style = csDropDownList Anchors = [akTop, akRight] ItemHeight = 13 TabOrder = 8 OnChange = cbxPrintWhatChange end object cbxBackgroundPrinting: TCheckBox Left = 16 Top = 227 Width = 233 Height = 17 Caption = 'Background Printing' TabOrder = 9 OnClick = cbxBackgroundPrintingClick end end object SaveDialog1: TSaveDialog DefaultExt = 'txt' Filter = 'Text files|*.TXT|All files|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofShareAware] Left = 436 Top = 263 end object imlPrinterTypes: TImageList Left = 192 Top = 64 Bitmap = { 494C010102000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 0000000000003600000028000000400000001000000001002000000000000010 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000C6C6C600848484008484840000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000FFFF00FFFFFF00008484000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000C6C6C600C6C6C600C6C6C600848484008484840084848400848484000000 000000000000000000000000000000000000C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C600000000000000000000000000C6C6C600C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600848484008484840084848400848484008484 8400848484000000000000000000000000000000000000000000000000000000 00000000000000000000C6C6C600848484008484840000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000084848400FFFFFF00C6C6C600C6C6 C600C6C6C600C6C6C600FFFFFF00848484008484840084848400848484008484 8400848484008484840084848400000000000000000000000000000000000000 0000C6C6C600C6C6C600C6C6C600848484008484840084848400848484000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000084848400FFFFFF00C6C6C600C6C6 C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484 8400848484008484840084848400000000000000000000000000C6C6C600C6C6 C600C6C6C600C6C6C600FFFFFF00848484008484840084848400848484008484 8400848484000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000084848400FFFFFF00FFFFFF00FFFF FF00C6C6C600C6C6C6000000FF000000FF00C6C6C600C6C6C600C6C6C6008484 84008484840084848400848484000000000084848400FFFFFF00C6C6C600C6C6 C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484 8400848484008484840084848400000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000084848400FFFFFF00C6C6C600C6C6 C60000FF000000FF0000C6C6C600C6C6C600C6C6C60084848400848484000000 0000C6C6C60084848400848484000000000084848400FFFFFF00FFFFFF00FFFF FF00C6C6C600C6C6C6000000FF000000FF00C6C6C600C6C6C600C6C6C6008484 8400848484008484840084848400000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000008484840084848400FFFF FF00C6C6C600C6C6C600C6C6C6008484840084848400FFFFFF00FFFFFF000000 0000C6C6C60000000000000000000000000084848400FFFFFF00C6C6C600C6C6 C60000FF000000FF0000C6C6C600C6C6C600C6C6C60084848400848484000000 0000C6C6C6008484840084848400000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000008484 840084848400FFFFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF0000000000000000000000000000000000000000008484840084848400FFFF FF00C6C6C600C6C6C600C6C6C6008484840084848400FFFFFF00FFFFFF000000 0000C6C6C6000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF000000000000000000000000000000000000000000000000008484 840084848400FFFFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000084848400FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000 0000000000008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000084848400FFFFFF00FFFFFF00FFFF FF00848484008484840000000000000000000000000000000000000000000000 000000000000000000000000000084848400FFFFFF00FFFFFF00FFFFFF008484 8400848484000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000084848400848484008484 8400000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000008484840084848400848484000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000424D3E000000000000003E000000 2800000040000000100000000100010000000000800000000000000000000000 000000000000000000000000FFFFFF00FFFFFFFF00000000FC7FF87F00000000 F01F000000000000C0070000000000000001F01F000000000000C00700000000 0000000100000000000000000000000000000000000000008001000000000000 E007800100000000F803E00700000000FE00F80100000000FF03FE0700000000 FF8FFF1F00000000FFFFFFFF0000000000000000000000000000000000000000 000000000000} end end