-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.~dfm
98 lines (98 loc) · 1.99 KB
/
main.~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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
object fmain: Tfmain
Left = 229
Top = 112
Width = 1035
Height = 783
Caption = 'fmain'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 623
Width = 1027
Height = 114
Align = alBottom
TabOrder = 0
object edtplayer: TLabeledEdit
Left = 8
Top = 24
Width = 121
Height = 21
EditLabel.Width = 29
EditLabel.Height = 13
EditLabel.Caption = 'Player'
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 0
end
object edtcamera: TLabeledEdit
Left = 8
Top = 72
Width = 121
Height = 21
EditLabel.Width = 36
EditLabel.Height = 13
EditLabel.Caption = 'Camera'
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 1
end
end
object Panel4: TPanel
Left = 0
Top = 0
Width = 1027
Height = 623
Align = alClient
TabOrder = 1
object pscreen: TPaintBox
Left = 1
Top = 1
Width = 1025
Height = 621
Align = alClient
end
end
object MainMenu1: TMainMenu
Left = 240
Top = 72
object File1: TMenuItem
Caption = 'File'
object New1: TMenuItem
Caption = 'New'
end
object Open1: TMenuItem
Caption = 'Open'
end
object Save1: TMenuItem
Caption = 'Save'
end
object SaveAs1: TMenuItem
Caption = 'Save As'
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
end
object Timer1: TTimer
Enabled = False
Interval = 1
Left = 296
Top = 72
end
end