home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TPRINTFORMDIALOG
/
TPRINTFORMDIALOG.txt
Wrap
Text File
|
1997-01-16
|
2KB
|
94 lines
object PrintFormDialog: TPrintFormDialog
Left = 251
Top = 151
ActiveControl = OkBtn
BorderStyle = bsDialog
Caption = 'Print Form'
ClientHeight = 125
ClientWidth = 344
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 6
Width = 329
Height = 77
Caption = 'Form printing options'
TabOrder = 0
object Proportional: TRadioButton
Left = 8
Top = 16
Width = 233
Height = 17
Caption = '&Proportional (based on PixelsPerInch)'
Checked = True
TabOrder = 0
TabStop = True
end
object PrintToFit: TRadioButton
Left = 8
Top = 34
Width = 121
Height = 17
Caption = 'Print to &fit page'
TabOrder = 1
end
object NoScaling: TRadioButton
Left = 8
Top = 52
Width = 121
Height = 17
Caption = '&No scaling'
TabOrder = 2
end
end
object OkBtn: TButton
Left = 102
Top = 92
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object CancelBtn: TButton
Left = 182
Top = 92
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object SetupBtn: TButton
Left = 8
Top = 92
Width = 75
Height = 25
Caption = 'Se&tup...'
TabOrder = 1
OnClick = SetupBtnClick
end
object HelpButton: TButton
Left = 262
Top = 92
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 4
OnClick = HelpButtonClick
IsControl = True
end
object PrinterSetupDialog: TPrinterSetupDialog
Left = 304
Top = 48
end
end