67 lines
1.4 KiB
Plaintext
67 lines
1.4 KiB
Plaintext
|
object PreviewForm: TPreviewForm
|
||
|
Left = 541
|
||
|
Top = 357
|
||
|
BorderIcons = [biSystemMenu, biMinimize]
|
||
|
BorderStyle = bsSizeToolWin
|
||
|
Caption = 'Preview'
|
||
|
ClientHeight = 147
|
||
|
ClientWidth = 196
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'MS Sans Serif'
|
||
|
Font.Style = []
|
||
|
OldCreateOrder = False
|
||
|
PopupMenu = PreviewPopup
|
||
|
Scaled = False
|
||
|
OnClose = FormClose
|
||
|
OnCreate = FormCreate
|
||
|
OnDestroy = FormDestroy
|
||
|
OnKeyPress = FormKeyPress
|
||
|
PixelsPerInch = 96
|
||
|
TextHeight = 13
|
||
|
object BackPanel: TPanel
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Width = 196
|
||
|
Height = 147
|
||
|
Align = alClient
|
||
|
BevelInner = bvLowered
|
||
|
BevelOuter = bvLowered
|
||
|
Color = clBlack
|
||
|
TabOrder = 0
|
||
|
object Image: TImage
|
||
|
Left = 2
|
||
|
Top = 2
|
||
|
Width = 192
|
||
|
Height = 143
|
||
|
Align = alClient
|
||
|
AutoSize = True
|
||
|
Stretch = True
|
||
|
ExplicitWidth = 200
|
||
|
ExplicitHeight = 153
|
||
|
end
|
||
|
end
|
||
|
object PreviewPopup: TPopupMenu
|
||
|
Left = 72
|
||
|
Top = 40
|
||
|
object MakeScreenShot: TMenuItem
|
||
|
Caption = 'Make a screenshot of the window'
|
||
|
ShortCut = 16471
|
||
|
OnClick = MakeScreenShotClick
|
||
|
end
|
||
|
object KeepFrame: TMenuItem
|
||
|
AutoCheck = True
|
||
|
Caption = 'Keep the window frame'
|
||
|
end
|
||
|
object N1: TMenuItem
|
||
|
Caption = '-'
|
||
|
end
|
||
|
object PreviewPause: TMenuItem
|
||
|
Caption = 'Pause the preview'
|
||
|
OnClick = PreviewPauseClick
|
||
|
end
|
||
|
end
|
||
|
end
|