object MemoPrintForm: TMemoPrintForm Left = 242 Top = 178 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Print Selection' ClientHeight = 249 ClientWidth = 425 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object gbxPrintDestination: TGroupBox Left = 8 Top = 8 Width = 409 Height = 81 Caption = 'File To Print:' TabOrder = 0 object lblFileName: TLabel Left = 8 Top = 24 Width = 44 Height = 13 Caption = 'FileName' end object PrintSelCheck: TCheckBox Left = 8 Top = 48 Width = 393 Height = 21 Caption = '&Print selected block' TabOrder = 0 object TPopupListBox Left = 0 Top = 0 Width = 121 Height = 80 TabStop = False ItemHeight = 13 end end end object gbxOptions: TGroupBox Left = 8 Top = 96 Width = 409 Height = 113 Caption = 'Options:' TabOrder = 1 object lblLeftMargin: TLabel Left = 208 Top = 68 Width = 55 Height = 13 Caption = 'Left &margin:' FocusControl = LeftMarginEdit end object HeaderCheck: TCheckBox Left = 8 Top = 16 Width = 193 Height = 21 Caption = 'Header/page &number' TabOrder = 0 object TPopupListBox Left = 0 Top = 0 Width = 121 Height = 80 TabStop = False ItemHeight = 13 end end object LineNumbersCheck: TCheckBox Left = 8 Top = 40 Width = 193 Height = 21 Caption = '&Line numbers' TabOrder = 1 object TPopupListBox Left = 0 Top = 0 Width = 121 Height = 80 TabStop = False ItemHeight = 13 end end object SyntaxPrintCheck: TCheckBox Left = 8 Top = 64 Width = 193 Height = 21 Caption = '&Syntax print' TabOrder = 2 object TPopupListBox Left = 0 Top = 0 Width = 121 Height = 80 TabStop = False ItemHeight = 13 end end object WrapLinesCheck: TCheckBox Left = 208 Top = 40 Width = 193 Height = 21 Caption = '&Wrap lines' TabOrder = 4 object TPopupListBox Left = 0 Top = 0 Width = 121 Height = 80 TabStop = False ItemHeight = 13 end end object UseColorCheck: TCheckBox Left = 8 Top = 88 Width = 193 Height = 21 Caption = 'Use &color' TabOrder = 3 object TPopupListBox Left = 0 Top = 0 Width = 121 Height = 80 TabStop = False ItemHeight = 13 end end object LeftMarginEdit: TEdit Left = 288 Top = 64 Width = 113 Height = 21 TabOrder = 6 object TPopupListBox Left = 0 Top = 0 Width = 121 Height = 80 TabStop = False ItemHeight = 13 end end object ShowPrintProgress: TCheckBox Left = 208 Top = 16 Width = 193 Height = 21 Caption = 'Show print &progress' TabOrder = 5 object TPopupListBox Left = 0 Top = 0 Width = 121 Height = 80 TabStop = False ItemHeight = 13 end end end object SetupBut: TButton Left = 104 Top = 216 Width = 73 Height = 25 Caption = 'Se&tup...' TabOrder = 2 OnClick = SetupButClick end object OkBut: TButton Left = 184 Top = 216 Width = 73 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 3 OnClick = OkButClick end object CancelBut: TButton Left = 264 Top = 216 Width = 73 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object HelpBut: TButton Left = 344 Top = 216 Width = 73 Height = 25 Caption = '&Help' TabOrder = 5 end object PrinterSetup: TPrinterSetupDialog Left = 256 Top = 16 end end