1 |
object Form13: TForm13 |
2 |
Left = 0 |
3 |
Top = 0 |
4 |
BorderStyle = bsToolWindow |
5 |
Caption = 'Movement patch' |
6 |
ClientHeight = 281 |
7 |
ClientWidth = 186 |
8 |
Color = clBtnFace |
9 |
Font.Charset = DEFAULT_CHARSET |
10 |
Font.Color = clWindowText |
11 |
Font.Height = -11 |
12 |
Font.Name = 'Tahoma' |
13 |
Font.Style = [] |
14 |
OldCreateOrder = False |
15 |
PixelsPerInch = 96 |
16 |
TextHeight = 13 |
17 |
object Label7: TLabel |
18 |
Left = 8 |
19 |
Top = 240 |
20 |
Width = 137 |
21 |
Height = 41 |
22 |
AutoSize = False |
23 |
Caption = |
24 |
'With this patch you can set movements speed factors, ie to jump ' + |
25 |
'higher.' |
26 |
WordWrap = True |
27 |
end |
28 |
object GroupBox1: TGroupBox |
29 |
Left = 0 |
30 |
Top = 0 |
31 |
Width = 185 |
32 |
Height = 113 |
33 |
Caption = 'Player' |
34 |
TabOrder = 0 |
35 |
object Label1: TLabel |
36 |
Left = 8 |
37 |
Top = 16 |
38 |
Width = 49 |
39 |
Height = 17 |
40 |
AutoSize = False |
41 |
Caption = 'x-factor:' |
42 |
Enabled = False |
43 |
end |
44 |
object Label2: TLabel |
45 |
Left = 8 |
46 |
Top = 40 |
47 |
Width = 49 |
48 |
Height = 17 |
49 |
AutoSize = False |
50 |
Caption = 'y-factor:' |
51 |
Enabled = False |
52 |
end |
53 |
object Label3: TLabel |
54 |
Left = 8 |
55 |
Top = 64 |
56 |
Width = 49 |
57 |
Height = 17 |
58 |
AutoSize = False |
59 |
Caption = 'z-factor:' |
60 |
Enabled = False |
61 |
end |
62 |
object edit_x: TEdit |
63 |
Left = 56 |
64 |
Top = 15 |
65 |
Width = 121 |
66 |
Height = 18 |
67 |
AutoSize = False |
68 |
Enabled = False |
69 |
TabOrder = 0 |
70 |
OnChange = edit_xChange |
71 |
end |
72 |
object edit_y: TEdit |
73 |
Left = 56 |
74 |
Top = 39 |
75 |
Width = 121 |
76 |
Height = 18 |
77 |
AutoSize = False |
78 |
Enabled = False |
79 |
TabOrder = 1 |
80 |
OnChange = edit_yChange |
81 |
end |
82 |
object edit_z: TEdit |
83 |
Left = 56 |
84 |
Top = 63 |
85 |
Width = 121 |
86 |
Height = 18 |
87 |
AutoSize = False |
88 |
Enabled = False |
89 |
TabOrder = 2 |
90 |
OnChange = edit_zChange |
91 |
end |
92 |
object check_player: TCheckBox |
93 |
Left = 8 |
94 |
Top = 88 |
95 |
Width = 169 |
96 |
Height = 17 |
97 |
Caption = 'Activated' |
98 |
Enabled = False |
99 |
TabOrder = 3 |
100 |
OnClick = check_playerClick |
101 |
end |
102 |
end |
103 |
object GroupBox2: TGroupBox |
104 |
Left = 0 |
105 |
Top = 120 |
106 |
Width = 185 |
107 |
Height = 113 |
108 |
Caption = 'Others' |
109 |
TabOrder = 1 |
110 |
object Label4: TLabel |
111 |
Left = 8 |
112 |
Top = 16 |
113 |
Width = 49 |
114 |
Height = 17 |
115 |
AutoSize = False |
116 |
Caption = 'x-factor:' |
117 |
Enabled = False |
118 |
end |
119 |
object Label5: TLabel |
120 |
Left = 8 |
121 |
Top = 40 |
122 |
Width = 49 |
123 |
Height = 17 |
124 |
AutoSize = False |
125 |
Caption = 'y-factor:' |
126 |
Enabled = False |
127 |
end |
128 |
object Label6: TLabel |
129 |
Left = 8 |
130 |
Top = 64 |
131 |
Width = 49 |
132 |
Height = 17 |
133 |
AutoSize = False |
134 |
Caption = 'z-factor:' |
135 |
Enabled = False |
136 |
end |
137 |
object edit_others_x: TEdit |
138 |
Left = 56 |
139 |
Top = 15 |
140 |
Width = 121 |
141 |
Height = 18 |
142 |
AutoSize = False |
143 |
Enabled = False |
144 |
TabOrder = 0 |
145 |
OnChange = edit_others_xChange |
146 |
end |
147 |
object edit_others_y: TEdit |
148 |
Left = 56 |
149 |
Top = 39 |
150 |
Width = 121 |
151 |
Height = 18 |
152 |
AutoSize = False |
153 |
Enabled = False |
154 |
TabOrder = 1 |
155 |
OnChange = edit_others_yClick |
156 |
end |
157 |
object edit_others_z: TEdit |
158 |
Left = 56 |
159 |
Top = 63 |
160 |
Width = 121 |
161 |
Height = 18 |
162 |
AutoSize = False |
163 |
Enabled = False |
164 |
TabOrder = 2 |
165 |
OnChange = edit_others_zClick |
166 |
end |
167 |
object check_others: TCheckBox |
168 |
Left = 8 |
169 |
Top = 88 |
170 |
Width = 169 |
171 |
Height = 17 |
172 |
Caption = 'Activated' |
173 |
Enabled = False |
174 |
TabOrder = 3 |
175 |
OnClick = check_othersClick |
176 |
end |
177 |
end |
178 |
object timer_getData: TTimer |
179 |
OnTimer = timer_getDataTimer |
180 |
Left = 152 |
181 |
Top = 104 |
182 |
end |
183 |
end |