home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TPRINTSELDLG
/
TPRINTSELDLG.txt
Wrap
Text File
|
1999-08-11
|
4KB
|
181 lines
object PrintSelDlg: TPrintSelDlg
Left = 210
Top = 406
HelpContext = 3150
ActiveControl = cbHeader
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Print Selection'
ClientHeight = 205
ClientWidth = 345
ParentFont = True
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: TPropCheckBox
Left = 8
Top = 16
Width = 145
Height = 20
Caption = 'Header/page &number'
PropField = 'Header Page'
PropSet = EnvironmentOptions.PrinterOptions
TabOrder = 0
ValueChecked = 'True;Yes;1'
ValueUnchecked = 'False;No;0'
IsControl = True
end
object cbLineNumbers: TPropCheckBox
Left = 8
Top = 36
Width = 145
Height = 20
Caption = '&Line numbers'
PropField = 'Line Numbers'
PropSet = EnvironmentOptions.PrinterOptions
TabOrder = 1
ValueChecked = 'True;Yes;1'
ValueUnchecked = 'False;No;0'
IsControl = True
end
object cbSyntaxPrint: TPropCheckBox
Left = 8
Top = 56
Width = 121
Height = 20
Caption = '&Syntax print'
PropField = 'Syntax Print'
PropSet = EnvironmentOptions.PrinterOptions
TabOrder = 2
ValueChecked = 'True;Yes;1'
ValueUnchecked = 'False;No;0'
IsControl = True
end
object cbColor: TPropCheckBox
Left = 180
Top = 16
Width = 121
Height = 20
Caption = 'Use &color'
PropField = 'Use Color'
PropSet = EnvironmentOptions.PrinterOptions
TabOrder = 3
ValueChecked = 'True;Yes;1'
ValueUnchecked = 'False;No;0'
IsControl = True
end
object cbWrapLines: TPropCheckBox
Left = 180
Top = 36
Width = 121
Height = 20
Caption = '&Wrap lines'
PropField = 'Wrap Lines'
PropSet = EnvironmentOptions.PrinterOptions
TabOrder = 4
ValueChecked = 'True;Yes;1'
ValueUnchecked = 'False;No;0'
IsControl = True
end
object ebMargin: TPropEdit
Left = 252
Top = 58
Width = 37
Height = 21
PropField = 'Left Margin'
PropSet = EnvironmentOptions.PrinterOptions
TabOrder = 5
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