home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
zkuste
/
delphi
/
D1
/
PRINTP43.ZIP
/
PRINTPAG.DFM
/
PRINTPAG.txt
< prev
Wrap
Text File
|
1995-10-04
|
671b
|
33 lines
object PrintPreview: TPrintPreview
Left = 200
Top = 99
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Print Preview'
ClientHeight = 336
ClientWidth = 336
Ctl3D = False
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Icon.Data = {<image000.ico>}
Menu = MainMenu1
PixelsPerInch = 96
Position = poScreenCenter
Scaled = False
TextHeight = 16
object MainMenu1: TMainMenu
Left = 8
Top = 8
object Print1: TMenuItem
Caption = '&Print'
OnClick = Print1Click
end
object Cancel1: TMenuItem
Caption = '&Cancel'
OnClick = Cancel1Click
end
end
end