home *** CD-ROM | disk | FTP | other *** search
- object PrintForm: TPrintForm
- Tag = 172
- Left = 45
- Top = 17
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Print'
- ClientHeight = 198
- ClientWidth = 278
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object gFileToPrint: TGroupBox
- Tag = 173
- Left = 9
- Top = 7
- Width = 261
- Height = 66
- Caption = 'File to print'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object lUntitled: TLabel
- Tag = 174
- Left = 12
- Top = 19
- Width = 48
- Height = 13
- Caption = '<Untitled>'
- Transparent = True
- end
- object cPrintSelectedBlock: TCheckBox
- Left = 11
- Top = 39
- Width = 238
- Height = 17
- Caption = 'Print selected block'
- TabOrder = 0
- end
- end
- object gOptions: TGroupBox
- Tag = 176
- Left = 9
- Top = 78
- Width = 261
- Height = 83
- Caption = 'Options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object cHeaderPageNumber: TCheckBox
- Left = 11
- Top = 17
- Width = 135
- Height = 17
- Caption = 'Header/page number'
- TabOrder = 0
- end
- object cLineNumbers: TCheckBox
- Left = 11
- Top = 37
- Width = 135
- Height = 17
- Caption = 'Line numbers'
- TabOrder = 1
- end
- object cSyntaxPrint: TCheckBox
- Left = 11
- Top = 57
- Width = 135
- Height = 17
- Caption = 'Syntax print'
- TabOrder = 2
- end
- object cWrapLines: TCheckBox
- Left = 150
- Top = 37
- Width = 103
- Height = 17
- Caption = 'Wrap lines'
- TabOrder = 3
- end
- object cUseColor: TCheckBox
- Left = 150
- Top = 17
- Width = 103
- Height = 17
- Caption = 'Use color'
- TabOrder = 4
- end
- end
- object bSetup: TButton
- Tag = 103
- Left = 10
- Top = 168
- Width = 83
- Height = 24
- Caption = 'Setup...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = bSetupClick
- end
- object bOK: TButton
- Tag = 100
- Left = 98
- Top = 168
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 3
- end
- object bCancel: TButton
- Tag = 101
- Left = 186
- Top = 168
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 4
- end
- object PrinterSetup: TPrinterSetupDialog
- Left = 227
- Top = 33
- end
- end
-