-
Notifications
You must be signed in to change notification settings - Fork 0
/
Unit1.dfm
63 lines (63 loc) · 1.36 KB
/
Unit1.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
object Form1: TForm1
Left = 0
Top = 0
BorderStyle = bsNone
Caption = 'Mirror Canvas'
ClientHeight = 589
ClientWidth = 900
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
OldCreateOrder = False
ScreenSnap = True
SnapBuffer = 35
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 900
Height = 589
Align = alClient
ParentShowHint = False
PopupMenu = PopupMenu1
ShowHint = False
OnDblClick = Image1DblClick
OnMouseDown = Image1MouseDown
ExplicitLeft = -5
ExplicitTop = -5
end
object PopupMenu1: TPopupMenu
Left = 464
Top = 280
object Close1: TMenuItem
Caption = 'Close'
Default = True
OnClick = Close1Click
end
object N1: TMenuItem
Caption = '-'
end
object Center1: TMenuItem
Caption = 'Center'
OnClick = Center1Click
end
object Stretch1: TMenuItem
Caption = 'Stretch'
OnClick = Stretch1Click
end
end
object ApplicationEvents1: TApplicationEvents
OnRestore = ApplicationEvents1Restore
Left = 728
Top = 312
end
end