51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
object Form1: TForm1
|
|
Left = 200
|
|
Top = 116
|
|
Caption = 'Print Preview Demo - www.ImageEn.com'
|
|
ClientHeight = 597
|
|
ClientWidth = 936
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Menu = MainMenu1
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ImageEnView1: TImageEnView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 936
|
|
Height = 597
|
|
MouseInteract = [miZoom]
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
object MainMenu1: TMainMenu
|
|
Left = 114
|
|
Top = 74
|
|
object File1: TMenuItem
|
|
Caption = '&File'
|
|
object Open1: TMenuItem
|
|
Caption = '&Open...'
|
|
OnClick = Open1Click
|
|
end
|
|
object Print1: TMenuItem
|
|
Caption = '&Print Preview...'
|
|
OnClick = Print1Click
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Exit1: TMenuItem
|
|
Caption = '&Exit'
|
|
OnClick = Exit1Click
|
|
end
|
|
end
|
|
end
|
|
end
|