home *** CD-ROM | disk | FTP | other *** search
- object PrintSelDlg: TPrintSelDlg
- Left = 283
- Top = 192
- HelpContext = 24946
- ActiveControl = cbHeader
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Print Selection'
- ClientHeight = 205
- ClientWidth = 345
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 76
- Width = 329
- Height = 85
- Caption = 'Options:'
- TabOrder = 0
- IsControl = True
- object Label2: TLabel
- Left = 180
- Top = 60
- Width = 55
- Height = 13
- Caption = 'Left &margin:'
- FocusControl = ebMargin
- IsControl = True
- end
- object cbHeader: TCheckBox
- Left = 8
- Top = 16
- Width = 145
- Height = 20
- Caption = 'Header/page &number'
- TabOrder = 0
- IsControl = True
- end
- object cbLineNumbers: TCheckBox
- Left = 8
- Top = 36
- Width = 145
- Height = 20
- Caption = '&Line numbers'
- TabOrder = 1
- IsControl = True
- end
- object cbSyntaxPrint: TCheckBox
- Left = 8
- Top = 56
- Width = 121
- Height = 20
- Caption = '&Syntax print'
- TabOrder = 2
- IsControl = True
- end
- object cbColor: TCheckBox
- Left = 180
- Top = 16
- Width = 121
- Height = 20
- Caption = 'Use &color'
- TabOrder = 3
- IsControl = True
- end
- object cbWrapLines: TCheckBox
- Left = 180
- Top = 36
- Width = 121
- Height = 20
- Caption = '&Wrap lines'
- TabOrder = 4
- IsControl = True
- end
- object ebMargin: TEdit
- Left = 252
- Top = 58
- Width = 37
- Height = 21
- TabOrder = 5
- Text = '0'
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 102
- Top = 170
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- IsControl = True
- end
- object CancelButton: TButton
- Left = 182
- Top = 170
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- IsControl = True
- end
- object HelpButton: TButton
- Left = 262
- Top = 170
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 4
- OnClick = HelpButtonClick
- IsControl = True
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 8
- Width = 329
- Height = 65
- Caption = 'File to print:'
- TabOrder = 5
- IsControl = True
- object lbFileName: TLabel
- Left = 8
- Top = 16
- Width = 309
- Height = 17
- AutoSize = False
- Caption = 'File Name'
- IsControl = True
- end
- object cbSelectedText: TCheckBox
- Left = 8
- Top = 36
- Width = 172
- Height = 20
- Caption = '&Print selected block'
- TabOrder = 0
- IsControl = True
- end
- end
- object SetupBtn: TButton
- Left = 8
- Top = 170
- Width = 75
- Height = 25
- Caption = 'Se&tup...'
- TabOrder = 1
- OnClick = SetupBtnClick
- end
- object PrinterSetupDialog1: TPrinterSetupDialog
- Left = 312
- end
- end
-