home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Discovering Windows 98
/
WinExpert9.iso
/
disk
/
size
/
SETUP.EXE
/
0
/
RCDATA
/
TPRINTOPTIONS
/
TPRINTOPTIONS.txt
Wrap
Text File
|
1998-06-30
|
2KB
|
102 lines
object printOptions: TprintOptions
Left = 200
Top = 130
Width = 385
Height = 245
Caption = 'ShowSize Print Options'
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 Panel1: TPanel
Left = 8
Top = 8
Width = 361
Height = 157
BevelOuter = bvLowered
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 12
Width = 58
Height = 13
Caption = 'Report &Title:'
end
object Label2: TLabel
Left = 16
Top = 96
Width = 170
Height = 13
Caption = 'Print &Margin On All Sides (in inches):'
end
object Title: TEdit
Left = 16
Top = 28
Width = 329
Height = 21
TabOrder = 0
end
object CKwrapLines: TCheckBox
Left = 16
Top = 128
Width = 329
Height = 17
Caption = 'Wrap &Lines If Longer Than Page Width'
State = cbChecked
TabOrder = 3
end
object Margins: TMaskEdit
Left = 200
Top = 96
Width = 73
Height = 21
EditMask = '0.99;1;_'
MaxLength = 4
TabOrder = 2
Text = ' . '
end
object btFont: TButton
Left = 16
Top = 60
Width = 179
Height = 25
Caption = '&Font for the report...'
TabOrder = 1
OnClick = btFontClick
end
end
object btOk: TBitBtn
Left = 88
Top = 180
Width = 75
Height = 25
TabOrder = 1
OnClick = btOkClick
Kind = bkOK
end
object btCancel: TBitBtn
Left = 200
Top = 180
Width = 75
Height = 25
TabOrder = 2
Kind = bkCancel
end
object FontDialog: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 312
Top = 172
end
end