-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlayerFrameUnit.dfm
More file actions
122 lines (122 loc) · 2.24 KB
/
PlayerFrameUnit.dfm
File metadata and controls
122 lines (122 loc) · 2.24 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
object PlayerFrame: TPlayerFrame
Left = 0
Top = 0
Width = 209
Height = 215
TabOrder = 0
object Label2: TLabel
Left = 6
Top = 188
Width = 48
Height = 13
Caption = #1052#1086#1085#1080#1090#1086#1088':'
end
object Label1: TLabel
Left = 5
Top = 155
Width = 75
Height = 13
Caption = #1055#1088#1086#1079#1088#1072#1095#1085#1086#1089#1090#1100':'
end
object Label7: TLabel
Left = 138
Top = 155
Width = 11
Height = 13
Caption = '%'
end
object MonitorComboBox: TComboBox
Left = 60
Top = 185
Width = 141
Height = 21
TabOrder = 0
end
object GroupBox1: TGroupBox
Left = 0
Top = 3
Width = 155
Height = 139
Caption = #1054#1073#1083#1072#1089#1090#1100' '#1101#1082#1088#1072#1085#1072
TabOrder = 1
object Label3: TLabel
Left = 13
Top = 23
Width = 10
Height = 13
Caption = 'X:'
end
object Label4: TLabel
Left = 13
Top = 51
Width = 10
Height = 13
Caption = 'Y:'
end
object Label5: TLabel
Left = 13
Top = 79
Width = 44
Height = 13
Caption = #1064#1080#1088#1080#1085#1072':'
end
object Label6: TLabel
Left = 13
Top = 107
Width = 41
Height = 13
Caption = #1042#1099#1089#1086#1090#1072':'
end
object XSpinEdit: TSpinEdit
Left = 71
Top = 20
Width = 75
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 0
Value = 0
end
object YSpinEdit: TSpinEdit
Left = 71
Top = 48
Width = 75
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 0
end
object WSpinEdit: TSpinEdit
Left = 71
Top = 76
Width = 75
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 2
Value = 0
end
object HSpinEdit: TSpinEdit
Left = 71
Top = 104
Width = 75
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 3
Value = 0
end
end
object AlphaSpinEdit: TSpinEdit
Left = 86
Top = 152
Width = 45
Height = 22
MaxValue = 100
MinValue = 0
TabOrder = 2
Value = 100
OnChange = AlphaSpinEditChange
end
end