source: tags/1.3.9/LocalPlayer/Nego.lfm

Last change on this file was 706, checked in by chronos, 6 months ago
  • Fixed: Subversion properties.
File size: 6.8 KB
Line 
1object NegoDlg: TNegoDlg
2 Left = 269
3 Height = 480
4 Top = 163
5 Width = 640
6 BorderStyle = bsNone
7 ClientHeight = 480
8 ClientWidth = 640
9 Color = clBtnFace
10 Font.Color = clWindowText
11 Font.Height = -13
12 Font.Name = 'MS Sans Serif'
13 FormStyle = fsStayOnTop
14 OnCreate = FormCreate
15 OnDestroy = FormDestroy
16 OnKeyDown = FormKeyDown
17 OnMouseDown = FormMouseDown
18 OnShow = FormShow
19 LCLVersion = '1.6.2.0'
20 PixelsPerInch = 96
21 Scaled = False
22 object OkBtn: TButtonA
23 Left = 426
24 Height = 25
25 Top = 446
26 Width = 100
27 Down = False
28 Permanent = False
29 OnClick = OkBtnClick
30 end
31 object BwdBtn: TButtonB
32 Left = 13
33 Height = 25
34 Top = 446
35 Width = 25
36 Down = False
37 Permanent = False
38 OnClick = BwdBtnClick
39 ButtonIndex = 6
40 end
41 object FwdBtn: TButtonB
42 Left = 602
43 Height = 25
44 Top = 446
45 Width = 25
46 Down = False
47 Permanent = False
48 OnClick = FwdBtnClick
49 ButtonIndex = 17
50 end
51 object CloseBtn: TButtonB
52 Left = 602
53 Height = 25
54 Top = 6
55 Width = 25
56 Down = False
57 Permanent = False
58 OnClick = CloseBtnClick
59 ButtonIndex = 0
60 end
61 object WantStateReportBtn: TButtonN
62 Tag = 257
63 Left = 181
64 Height = 42
65 Top = 12
66 Width = 42
67 Possible = True
68 Lit = False
69 ButtonIndex = 6
70 OnClick = WantClick
71 end
72 object WantMilReportBtn: TButtonN
73 Tag = 258
74 Left = 223
75 Height = 42
76 Top = 12
77 Width = 42
78 Possible = True
79 Lit = False
80 ButtonIndex = 7
81 OnClick = WantClick
82 end
83 object WantMapBtn: TButtonN
84 Tag = 259
85 Left = 265
86 Height = 42
87 Top = 12
88 Width = 42
89 Possible = True
90 Lit = False
91 ButtonIndex = 8
92 OnClick = WantClick
93 end
94 object WantTech2Btn: TButtonN
95 Tag = 261
96 Left = 181
97 Height = 42
98 Top = 54
99 Width = 42
100 Possible = True
101 Lit = False
102 ButtonIndex = 10
103 OnClick = WantClick
104 end
105 object WantTech1Btn: TButtonN
106 Tag = 260
107 Left = 139
108 Height = 42
109 Top = 54
110 Width = 42
111 Possible = True
112 Lit = False
113 ButtonIndex = 10
114 OnClick = WantClick
115 end
116 object WantModelBtn: TButtonN
117 Tag = 262
118 Left = 223
119 Height = 42
120 Top = 54
121 Width = 42
122 Possible = True
123 Lit = False
124 ButtonIndex = 11
125 OnClick = WantClick
126 end
127 object WantMoneyBtn: TButtonN
128 Tag = 263
129 Left = 265
130 Height = 42
131 Top = 54
132 Width = 42
133 Possible = True
134 Lit = False
135 ButtonIndex = 12
136 OnClick = WantClick
137 end
138 object WantShipPart2Btn: TButtonN
139 Tag = 267
140 Left = 265
141 Height = 42
142 Top = 96
143 Width = 42
144 Possible = True
145 Lit = False
146 ButtonIndex = 16
147 OnClick = WantClick
148 end
149 object WantHiTreatyBtn: TButtonN
150 Tag = 264
151 Left = 139
152 Height = 42
153 Top = 96
154 Width = 42
155 Possible = True
156 Lit = False
157 ButtonIndex = 14
158 OnClick = WantClick
159 end
160 object WantLoTreatyBtn: TButtonN
161 Tag = 265
162 Left = 181
163 Height = 42
164 Top = 96
165 Width = 42
166 Possible = True
167 Lit = False
168 ButtonIndex = 15
169 OnClick = WantClick
170 end
171 object WantShipPart1Btn: TButtonN
172 Tag = 266
173 Left = 223
174 Height = 42
175 Top = 96
176 Width = 42
177 Possible = True
178 Lit = False
179 ButtonIndex = 16
180 OnClick = WantClick
181 end
182 object WantAnythingBtn: TButtonN
183 Tag = 256
184 Left = 139
185 Height = 42
186 Top = 12
187 Width = 42
188 Possible = True
189 Lit = False
190 ButtonIndex = 17
191 OnClick = WantClick
192 end
193 object OfferStateReportBtn: TButtonN
194 Tag = 513
195 Left = 375
196 Height = 42
197 Top = 12
198 Width = 42
199 Possible = True
200 Lit = False
201 ButtonIndex = 6
202 OnClick = OfferClick
203 end
204 object OfferMilReportBtn: TButtonN
205 Tag = 514
206 Left = 417
207 Height = 42
208 Top = 12
209 Width = 42
210 Possible = True
211 Lit = False
212 ButtonIndex = 7
213 OnClick = OfferClick
214 end
215 object OfferMapBtn: TButtonN
216 Tag = 515
217 Left = 459
218 Height = 42
219 Top = 12
220 Width = 42
221 Possible = True
222 Lit = False
223 ButtonIndex = 8
224 OnClick = OfferClick
225 end
226 object OfferTech2Btn: TButtonN
227 Tag = 517
228 Left = 375
229 Height = 42
230 Top = 54
231 Width = 42
232 Possible = True
233 Lit = False
234 ButtonIndex = 10
235 OnClick = OfferClick
236 end
237 object OfferTech1Btn: TButtonN
238 Tag = 516
239 Left = 333
240 Height = 42
241 Top = 54
242 Width = 42
243 Possible = True
244 Lit = False
245 ButtonIndex = 10
246 OnClick = OfferClick
247 end
248 object OfferModelBtn: TButtonN
249 Tag = 518
250 Left = 417
251 Height = 42
252 Top = 54
253 Width = 42
254 Possible = True
255 Lit = False
256 ButtonIndex = 11
257 OnClick = OfferClick
258 end
259 object OfferMoneyBtn: TButtonN
260 Tag = 519
261 Left = 459
262 Height = 42
263 Top = 54
264 Width = 42
265 Possible = True
266 Lit = False
267 ButtonIndex = 12
268 OnClick = OfferClick
269 end
270 object OfferShipPart2Btn: TButtonN
271 Tag = 523
272 Left = 459
273 Height = 42
274 Top = 96
275 Width = 42
276 Possible = True
277 Lit = False
278 ButtonIndex = 16
279 OnClick = OfferClick
280 end
281 object OfferHiTreatyBtn: TButtonN
282 Tag = 520
283 Left = 333
284 Height = 42
285 Top = 96
286 Width = 42
287 Possible = True
288 Lit = False
289 ButtonIndex = 14
290 OnClick = OfferClick
291 end
292 object OfferLoTreatyBtn: TButtonN
293 Tag = 521
294 Left = 375
295 Height = 42
296 Top = 96
297 Width = 42
298 Possible = True
299 Lit = False
300 ButtonIndex = 15
301 OnClick = OfferClick
302 end
303 object OfferShipPart1Btn: TButtonN
304 Tag = 522
305 Left = 417
306 Height = 42
307 Top = 96
308 Width = 42
309 Possible = True
310 Lit = False
311 ButtonIndex = 16
312 OnClick = OfferClick
313 end
314 object OfferAnythingBtn: TButtonN
315 Tag = 512
316 Left = 333
317 Height = 42
318 Top = 12
319 Width = 42
320 Possible = True
321 Lit = False
322 ButtonIndex = 17
323 OnClick = OfferClick
324 end
325 object AcceptBtn: TButtonN
326 Tag = 32
327 Left = 139
328 Height = 42
329 Top = 426
330 Width = 42
331 Possible = True
332 Lit = False
333 ButtonIndex = 0
334 OnClick = FastBtnClick
335 end
336 object PassBtn: TButtonN
337 Tag = 78
338 Left = 181
339 Height = 42
340 Top = 426
341 Width = 42
342 Possible = True
343 Lit = False
344 ButtonIndex = 1
345 OnClick = FastBtnClick
346 end
347 object ExitBtn: TButtonN
348 Tag = 240
349 Left = 223
350 Height = 42
351 Top = 426
352 Width = 42
353 Possible = True
354 Lit = False
355 ButtonIndex = 2
356 OnClick = FastBtnClick
357 end
358 object CancelTreatyBtn: TButtonN
359 Tag = 48
360 Left = 265
361 Height = 42
362 Top = 426
363 Width = 42
364 Possible = True
365 Lit = False
366 ButtonIndex = 3
367 OnClick = FastBtnClick
368 end
369end
Note: See TracBrowser for help on using the repository browser.