|
@@ -21,14 +21,18 @@ public partial class MainWindow
|
21
|
21
|
|
22
|
22
|
private global::Gtk.VBox boxCamera;
|
23
|
23
|
|
|
24
|
+ private global::Gtk.HBox hbox2;
|
|
25
|
+
|
24
|
26
|
private global::Gtk.Alignment alignment1;
|
25
|
27
|
|
26
|
|
- private global::Gtk.HBox hbox2;
|
|
28
|
+ private global::Gtk.HBox hbox5;
|
27
|
29
|
|
28
|
30
|
private global::Gtk.CheckButton checkButtonCameraOn;
|
29
|
31
|
|
30
|
32
|
private global::Gtk.CheckButton checkButtonRobotPosition;
|
31
|
33
|
|
|
34
|
+ private global::Gtk.CheckButton checkButtonFPS;
|
|
35
|
+
|
32
|
36
|
private global::Gtk.Button buttonAskArena;
|
33
|
37
|
|
34
|
38
|
private global::Gtk.DrawingArea drawingAreaCamera;
|
|
@@ -170,33 +174,51 @@ public partial class MainWindow
|
170
|
174
|
this.boxCamera.Name = "boxCamera";
|
171
|
175
|
this.boxCamera.Spacing = 6;
|
172
|
176
|
// Container child boxCamera.Gtk.Box+BoxChild
|
173
|
|
- this.alignment1 = new global::Gtk.Alignment(0F, 0.5F, 0F, 1F);
|
174
|
|
- this.alignment1.Name = "alignment1";
|
175
|
|
- this.alignment1.BorderWidth = ((uint)(6));
|
176
|
|
- // Container child alignment1.Gtk.Container+ContainerChild
|
177
|
177
|
this.hbox2 = new global::Gtk.HBox();
|
178
|
178
|
this.hbox2.Name = "hbox2";
|
179
|
179
|
this.hbox2.Spacing = 6;
|
180
|
180
|
// Container child hbox2.Gtk.Box+BoxChild
|
|
181
|
+ this.alignment1 = new global::Gtk.Alignment(0F, 0.5F, 0F, 1F);
|
|
182
|
+ this.alignment1.Name = "alignment1";
|
|
183
|
+ this.alignment1.BorderWidth = ((uint)(6));
|
|
184
|
+ // Container child alignment1.Gtk.Container+ContainerChild
|
|
185
|
+ this.hbox5 = new global::Gtk.HBox();
|
|
186
|
+ this.hbox5.Name = "hbox5";
|
|
187
|
+ this.hbox5.Spacing = 6;
|
|
188
|
+ // Container child hbox5.Gtk.Box+BoxChild
|
181
|
189
|
this.checkButtonCameraOn = new global::Gtk.CheckButton();
|
182
|
190
|
this.checkButtonCameraOn.CanFocus = true;
|
183
|
191
|
this.checkButtonCameraOn.Name = "checkButtonCameraOn";
|
184
|
192
|
this.checkButtonCameraOn.Label = global::Mono.Unix.Catalog.GetString("Camera On");
|
185
|
193
|
this.checkButtonCameraOn.DrawIndicator = true;
|
186
|
194
|
this.checkButtonCameraOn.UseUnderline = true;
|
187
|
|
- this.hbox2.Add(this.checkButtonCameraOn);
|
188
|
|
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.checkButtonCameraOn]));
|
|
195
|
+ this.hbox5.Add(this.checkButtonCameraOn);
|
|
196
|
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.checkButtonCameraOn]));
|
189
|
197
|
w3.Position = 0;
|
190
|
|
- // Container child hbox2.Gtk.Box+BoxChild
|
|
198
|
+ // Container child hbox5.Gtk.Box+BoxChild
|
191
|
199
|
this.checkButtonRobotPosition = new global::Gtk.CheckButton();
|
192
|
200
|
this.checkButtonRobotPosition.CanFocus = true;
|
193
|
201
|
this.checkButtonRobotPosition.Name = "checkButtonRobotPosition";
|
194
|
|
- this.checkButtonRobotPosition.Label = global::Mono.Unix.Catalog.GetString("Robot Position");
|
|
202
|
+ this.checkButtonRobotPosition.Label = global::Mono.Unix.Catalog.GetString("Show Position");
|
195
|
203
|
this.checkButtonRobotPosition.DrawIndicator = true;
|
196
|
204
|
this.checkButtonRobotPosition.UseUnderline = true;
|
197
|
|
- this.hbox2.Add(this.checkButtonRobotPosition);
|
198
|
|
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.checkButtonRobotPosition]));
|
|
205
|
+ this.hbox5.Add(this.checkButtonRobotPosition);
|
|
206
|
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.checkButtonRobotPosition]));
|
199
|
207
|
w4.Position = 1;
|
|
208
|
+ // Container child hbox5.Gtk.Box+BoxChild
|
|
209
|
+ this.checkButtonFPS = new global::Gtk.CheckButton();
|
|
210
|
+ this.checkButtonFPS.CanFocus = true;
|
|
211
|
+ this.checkButtonFPS.Name = "checkButtonFPS";
|
|
212
|
+ this.checkButtonFPS.Label = global::Mono.Unix.Catalog.GetString("Show FPS");
|
|
213
|
+ this.checkButtonFPS.DrawIndicator = true;
|
|
214
|
+ this.checkButtonFPS.UseUnderline = true;
|
|
215
|
+ this.hbox5.Add(this.checkButtonFPS);
|
|
216
|
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.checkButtonFPS]));
|
|
217
|
+ w5.Position = 2;
|
|
218
|
+ this.alignment1.Add(this.hbox5);
|
|
219
|
+ this.hbox2.Add(this.alignment1);
|
|
220
|
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.alignment1]));
|
|
221
|
+ w7.Position = 0;
|
200
|
222
|
// Container child hbox2.Gtk.Box+BoxChild
|
201
|
223
|
this.buttonAskArena = new global::Gtk.Button();
|
202
|
224
|
this.buttonAskArena.CanFocus = true;
|
|
@@ -204,26 +226,24 @@ public partial class MainWindow
|
204
|
226
|
this.buttonAskArena.UseUnderline = true;
|
205
|
227
|
this.buttonAskArena.Label = global::Mono.Unix.Catalog.GetString("Ask Arena...");
|
206
|
228
|
this.hbox2.Add(this.buttonAskArena);
|
207
|
|
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonAskArena]));
|
208
|
|
- w5.PackType = ((global::Gtk.PackType)(1));
|
209
|
|
- w5.Position = 2;
|
210
|
|
- w5.Expand = false;
|
211
|
|
- w5.Fill = false;
|
212
|
|
- this.alignment1.Add(this.hbox2);
|
213
|
|
- this.boxCamera.Add(this.alignment1);
|
214
|
|
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.boxCamera[this.alignment1]));
|
215
|
|
- w7.Position = 0;
|
216
|
|
- w7.Expand = false;
|
217
|
|
- w7.Fill = false;
|
|
229
|
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonAskArena]));
|
|
230
|
+ w8.Position = 2;
|
|
231
|
+ w8.Expand = false;
|
|
232
|
+ w8.Fill = false;
|
|
233
|
+ this.boxCamera.Add(this.hbox2);
|
|
234
|
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.boxCamera[this.hbox2]));
|
|
235
|
+ w9.Position = 0;
|
|
236
|
+ w9.Expand = false;
|
|
237
|
+ w9.Fill = false;
|
218
|
238
|
// Container child boxCamera.Gtk.Box+BoxChild
|
219
|
239
|
this.drawingAreaCamera = new global::Gtk.DrawingArea();
|
220
|
240
|
this.drawingAreaCamera.Name = "drawingAreaCamera";
|
221
|
241
|
this.boxCamera.Add(this.drawingAreaCamera);
|
222
|
|
- global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.boxCamera[this.drawingAreaCamera]));
|
223
|
|
- w8.Position = 1;
|
|
242
|
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.boxCamera[this.drawingAreaCamera]));
|
|
243
|
+ w10.Position = 1;
|
224
|
244
|
this.hbox1.Add(this.boxCamera);
|
225
|
|
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.boxCamera]));
|
226
|
|
- w9.Position = 0;
|
|
245
|
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.boxCamera]));
|
|
246
|
+ w11.Position = 0;
|
227
|
247
|
// Container child hbox1.Gtk.Box+BoxChild
|
228
|
248
|
this.hbox3 = new global::Gtk.HBox();
|
229
|
249
|
this.hbox3.Name = "hbox3";
|
|
@@ -232,10 +252,10 @@ public partial class MainWindow
|
232
|
252
|
this.vseparator1 = new global::Gtk.VSeparator();
|
233
|
253
|
this.vseparator1.Name = "vseparator1";
|
234
|
254
|
this.hbox3.Add(this.vseparator1);
|
235
|
|
- global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vseparator1]));
|
236
|
|
- w10.Position = 0;
|
237
|
|
- w10.Expand = false;
|
238
|
|
- w10.Fill = false;
|
|
255
|
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vseparator1]));
|
|
256
|
+ w12.Position = 0;
|
|
257
|
+ w12.Expand = false;
|
|
258
|
+ w12.Fill = false;
|
239
|
259
|
// Container child hbox3.Gtk.Box+BoxChild
|
240
|
260
|
this.alignment3 = new global::Gtk.Alignment(1F, 0F, 0F, 0F);
|
241
|
261
|
this.alignment3.Name = "alignment3";
|
|
@@ -255,10 +275,10 @@ public partial class MainWindow
|
255
|
275
|
this.labelServer.LabelProp = global::Mono.Unix.Catalog.GetString("<b><u>Server connection</u></b>");
|
256
|
276
|
this.labelServer.UseMarkup = true;
|
257
|
277
|
this.vbox10.Add(this.labelServer);
|
258
|
|
- global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.labelServer]));
|
259
|
|
- w11.Position = 0;
|
260
|
|
- w11.Expand = false;
|
261
|
|
- w11.Fill = false;
|
|
278
|
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.labelServer]));
|
|
279
|
+ w13.Position = 0;
|
|
280
|
+ w13.Expand = false;
|
|
281
|
+ w13.Fill = false;
|
262
|
282
|
// Container child vbox10.Gtk.Box+BoxChild
|
263
|
283
|
this.gtkAlignmentServer = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
|
264
|
284
|
this.gtkAlignmentServer.Name = "gtkAlignmentServer";
|
|
@@ -279,10 +299,10 @@ public partial class MainWindow
|
279
|
299
|
this.entryServerName.IsEditable = true;
|
280
|
300
|
this.entryServerName.InvisibleChar = '●';
|
281
|
301
|
this.table1.Add(this.entryServerName);
|
282
|
|
- global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.entryServerName]));
|
283
|
|
- w12.LeftAttach = ((uint)(1));
|
284
|
|
- w12.RightAttach = ((uint)(2));
|
285
|
|
- w12.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
302
|
+ global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.entryServerName]));
|
|
303
|
+ w14.LeftAttach = ((uint)(1));
|
|
304
|
+ w14.RightAttach = ((uint)(2));
|
|
305
|
+ w14.YOptions = ((global::Gtk.AttachOptions)(4));
|
286
|
306
|
// Container child table1.Gtk.Table+TableChild
|
287
|
307
|
this.entryServerPort = new global::Gtk.Entry();
|
288
|
308
|
this.entryServerPort.CanFocus = true;
|
|
@@ -290,12 +310,12 @@ public partial class MainWindow
|
290
|
310
|
this.entryServerPort.IsEditable = true;
|
291
|
311
|
this.entryServerPort.InvisibleChar = '●';
|
292
|
312
|
this.table1.Add(this.entryServerPort);
|
293
|
|
- global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.entryServerPort]));
|
294
|
|
- w13.TopAttach = ((uint)(1));
|
295
|
|
- w13.BottomAttach = ((uint)(2));
|
296
|
|
- w13.LeftAttach = ((uint)(1));
|
297
|
|
- w13.RightAttach = ((uint)(2));
|
298
|
|
- w13.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
313
|
+ global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.entryServerPort]));
|
|
314
|
+ w15.TopAttach = ((uint)(1));
|
|
315
|
+ w15.BottomAttach = ((uint)(2));
|
|
316
|
+ w15.LeftAttach = ((uint)(1));
|
|
317
|
+ w15.RightAttach = ((uint)(2));
|
|
318
|
+ w15.YOptions = ((global::Gtk.AttachOptions)(4));
|
299
|
319
|
// Container child table1.Gtk.Table+TableChild
|
300
|
320
|
this.entryTimeout = new global::Gtk.Entry();
|
301
|
321
|
this.entryTimeout.CanFocus = true;
|
|
@@ -303,12 +323,12 @@ public partial class MainWindow
|
303
|
323
|
this.entryTimeout.IsEditable = true;
|
304
|
324
|
this.entryTimeout.InvisibleChar = '●';
|
305
|
325
|
this.table1.Add(this.entryTimeout);
|
306
|
|
- global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.entryTimeout]));
|
307
|
|
- w14.TopAttach = ((uint)(2));
|
308
|
|
- w14.BottomAttach = ((uint)(3));
|
309
|
|
- w14.LeftAttach = ((uint)(1));
|
310
|
|
- w14.RightAttach = ((uint)(2));
|
311
|
|
- w14.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
326
|
+ global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.entryTimeout]));
|
|
327
|
+ w16.TopAttach = ((uint)(2));
|
|
328
|
+ w16.BottomAttach = ((uint)(3));
|
|
329
|
+ w16.LeftAttach = ((uint)(1));
|
|
330
|
+ w16.RightAttach = ((uint)(2));
|
|
331
|
+ w16.YOptions = ((global::Gtk.AttachOptions)(4));
|
312
|
332
|
// Container child table1.Gtk.Table+TableChild
|
313
|
333
|
this.label1 = new global::Gtk.Label();
|
314
|
334
|
this.label1.Name = "label1";
|
|
@@ -316,9 +336,9 @@ public partial class MainWindow
|
316
|
336
|
this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Server name:");
|
317
|
337
|
this.label1.Justify = ((global::Gtk.Justification)(1));
|
318
|
338
|
this.table1.Add(this.label1);
|
319
|
|
- global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
|
320
|
|
- w15.XOptions = ((global::Gtk.AttachOptions)(4));
|
321
|
|
- w15.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
339
|
+ global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
|
|
340
|
+ w17.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
341
|
+ w17.YOptions = ((global::Gtk.AttachOptions)(4));
|
322
|
342
|
// Container child table1.Gtk.Table+TableChild
|
323
|
343
|
this.label2 = new global::Gtk.Label();
|
324
|
344
|
this.label2.Name = "label2";
|
|
@@ -326,26 +346,26 @@ public partial class MainWindow
|
326
|
346
|
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Server port:");
|
327
|
347
|
this.label2.Justify = ((global::Gtk.Justification)(1));
|
328
|
348
|
this.table1.Add(this.label2);
|
329
|
|
- global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
|
330
|
|
- w16.TopAttach = ((uint)(1));
|
331
|
|
- w16.BottomAttach = ((uint)(2));
|
332
|
|
- w16.XOptions = ((global::Gtk.AttachOptions)(4));
|
333
|
|
- w16.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
349
|
+ global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
|
|
350
|
+ w18.TopAttach = ((uint)(1));
|
|
351
|
+ w18.BottomAttach = ((uint)(2));
|
|
352
|
+ w18.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
353
|
+ w18.YOptions = ((global::Gtk.AttachOptions)(4));
|
334
|
354
|
// Container child table1.Gtk.Table+TableChild
|
335
|
355
|
this.label5 = new global::Gtk.Label();
|
336
|
356
|
this.label5.Name = "label5";
|
337
|
357
|
this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Timeout (ms):");
|
338
|
358
|
this.table1.Add(this.label5);
|
339
|
|
- global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
|
340
|
|
- w17.TopAttach = ((uint)(2));
|
341
|
|
- w17.BottomAttach = ((uint)(3));
|
342
|
|
- w17.XOptions = ((global::Gtk.AttachOptions)(4));
|
343
|
|
- w17.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
359
|
+ global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
|
|
360
|
+ w19.TopAttach = ((uint)(2));
|
|
361
|
+ w19.BottomAttach = ((uint)(3));
|
|
362
|
+ w19.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
363
|
+ w19.YOptions = ((global::Gtk.AttachOptions)(4));
|
344
|
364
|
this.vbox6.Add(this.table1);
|
345
|
|
- global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.table1]));
|
346
|
|
- w18.Position = 0;
|
347
|
|
- w18.Expand = false;
|
348
|
|
- w18.Fill = false;
|
|
365
|
+ global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.table1]));
|
|
366
|
+ w20.Position = 0;
|
|
367
|
+ w20.Expand = false;
|
|
368
|
+ w20.Fill = false;
|
349
|
369
|
// Container child vbox6.Gtk.Box+BoxChild
|
350
|
370
|
this.buttonServerConnection = new global::Gtk.Button();
|
351
|
371
|
this.buttonServerConnection.CanFocus = true;
|
|
@@ -353,30 +373,30 @@ public partial class MainWindow
|
353
|
373
|
this.buttonServerConnection.UseUnderline = true;
|
354
|
374
|
this.buttonServerConnection.Label = global::Mono.Unix.Catalog.GetString("Connect");
|
355
|
375
|
this.vbox6.Add(this.buttonServerConnection);
|
356
|
|
- global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.buttonServerConnection]));
|
357
|
|
- w19.PackType = ((global::Gtk.PackType)(1));
|
358
|
|
- w19.Position = 1;
|
359
|
|
- w19.Expand = false;
|
360
|
|
- w19.Fill = false;
|
361
|
|
- this.gtkAlignmentServer.Add(this.vbox6);
|
362
|
|
- this.vbox10.Add(this.gtkAlignmentServer);
|
363
|
|
- global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.gtkAlignmentServer]));
|
|
376
|
+ global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.buttonServerConnection]));
|
|
377
|
+ w21.PackType = ((global::Gtk.PackType)(1));
|
364
|
378
|
w21.Position = 1;
|
365
|
379
|
w21.Expand = false;
|
366
|
380
|
w21.Fill = false;
|
|
381
|
+ this.gtkAlignmentServer.Add(this.vbox6);
|
|
382
|
+ this.vbox10.Add(this.gtkAlignmentServer);
|
|
383
|
+ global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.gtkAlignmentServer]));
|
|
384
|
+ w23.Position = 1;
|
|
385
|
+ w23.Expand = false;
|
|
386
|
+ w23.Fill = false;
|
367
|
387
|
this.vbox5.Add(this.vbox10);
|
368
|
|
- global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox10]));
|
369
|
|
- w22.Position = 0;
|
370
|
|
- w22.Expand = false;
|
371
|
|
- w22.Fill = false;
|
|
388
|
+ global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox10]));
|
|
389
|
+ w24.Position = 0;
|
|
390
|
+ w24.Expand = false;
|
|
391
|
+ w24.Fill = false;
|
372
|
392
|
// Container child vbox5.Gtk.Box+BoxChild
|
373
|
393
|
this.hseparator1 = new global::Gtk.HSeparator();
|
374
|
394
|
this.hseparator1.Name = "hseparator1";
|
375
|
395
|
this.vbox5.Add(this.hseparator1);
|
376
|
|
- global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hseparator1]));
|
377
|
|
- w23.Position = 1;
|
378
|
|
- w23.Expand = false;
|
379
|
|
- w23.Fill = false;
|
|
396
|
+ global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hseparator1]));
|
|
397
|
+ w25.Position = 1;
|
|
398
|
+ w25.Expand = false;
|
|
399
|
+ w25.Fill = false;
|
380
|
400
|
// Container child vbox5.Gtk.Box+BoxChild
|
381
|
401
|
this.vbox11 = new global::Gtk.VBox();
|
382
|
402
|
this.vbox11.Name = "vbox11";
|
|
@@ -388,10 +408,10 @@ public partial class MainWindow
|
388
|
408
|
this.labelRobot.LabelProp = global::Mono.Unix.Catalog.GetString("<b><u>Robot Activation</u></b>");
|
389
|
409
|
this.labelRobot.UseMarkup = true;
|
390
|
410
|
this.vbox11.Add(this.labelRobot);
|
391
|
|
- global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.labelRobot]));
|
392
|
|
- w24.Position = 0;
|
393
|
|
- w24.Expand = false;
|
394
|
|
- w24.Fill = false;
|
|
411
|
+ global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.labelRobot]));
|
|
412
|
+ w26.Position = 0;
|
|
413
|
+ w26.Expand = false;
|
|
414
|
+ w26.Fill = false;
|
395
|
415
|
// Container child vbox11.Gtk.Box+BoxChild
|
396
|
416
|
this.alignment9 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
|
397
|
417
|
this.alignment9.Name = "alignment9";
|
|
@@ -418,8 +438,8 @@ public partial class MainWindow
|
418
|
438
|
this.radioButtonWithWatchdog.UseUnderline = true;
|
419
|
439
|
this.radioButtonWithWatchdog.Group = new global::GLib.SList(global::System.IntPtr.Zero);
|
420
|
440
|
this.hbox4.Add(this.radioButtonWithWatchdog);
|
421
|
|
- global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.radioButtonWithWatchdog]));
|
422
|
|
- w25.Position = 0;
|
|
441
|
+ global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.radioButtonWithWatchdog]));
|
|
442
|
+ w27.Position = 0;
|
423
|
443
|
// Container child hbox4.Gtk.Box+BoxChild
|
424
|
444
|
this.radioButtonWithoutWatchdog = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("without watchdog"));
|
425
|
445
|
this.radioButtonWithoutWatchdog.CanFocus = true;
|
|
@@ -428,14 +448,14 @@ public partial class MainWindow
|
428
|
448
|
this.radioButtonWithoutWatchdog.UseUnderline = true;
|
429
|
449
|
this.radioButtonWithoutWatchdog.Group = this.radioButtonWithWatchdog.Group;
|
430
|
450
|
this.hbox4.Add(this.radioButtonWithoutWatchdog);
|
431
|
|
- global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.radioButtonWithoutWatchdog]));
|
432
|
|
- w26.Position = 1;
|
|
451
|
+ global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.radioButtonWithoutWatchdog]));
|
|
452
|
+ w28.Position = 1;
|
433
|
453
|
this.alignment6.Add(this.hbox4);
|
434
|
454
|
this.vbox8.Add(this.alignment6);
|
435
|
|
- global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.alignment6]));
|
436
|
|
- w28.Position = 0;
|
437
|
|
- w28.Expand = false;
|
438
|
|
- w28.Fill = false;
|
|
455
|
+ global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.alignment6]));
|
|
456
|
+ w30.Position = 0;
|
|
457
|
+ w30.Expand = false;
|
|
458
|
+ w30.Fill = false;
|
439
|
459
|
// Container child vbox8.Gtk.Box+BoxChild
|
440
|
460
|
this.alignment5 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
|
441
|
461
|
this.alignment5.Name = "alignment5";
|
|
@@ -451,30 +471,30 @@ public partial class MainWindow
|
451
|
471
|
this.alignment7.Add(this.buttonRobotActivation);
|
452
|
472
|
this.alignment5.Add(this.alignment7);
|
453
|
473
|
this.vbox8.Add(this.alignment5);
|
454
|
|
- global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.alignment5]));
|
455
|
|
- w31.Position = 1;
|
456
|
|
- w31.Expand = false;
|
457
|
|
- w31.Fill = false;
|
|
474
|
+ global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.alignment5]));
|
|
475
|
+ w33.Position = 1;
|
|
476
|
+ w33.Expand = false;
|
|
477
|
+ w33.Fill = false;
|
458
|
478
|
this.gtkAlignmentRobot.Add(this.vbox8);
|
459
|
479
|
this.alignment9.Add(this.gtkAlignmentRobot);
|
460
|
480
|
this.vbox11.Add(this.alignment9);
|
461
|
|
- global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.alignment9]));
|
462
|
|
- w34.Position = 1;
|
463
|
|
- w34.Expand = false;
|
464
|
|
- w34.Fill = false;
|
|
481
|
+ global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.alignment9]));
|
|
482
|
+ w36.Position = 1;
|
|
483
|
+ w36.Expand = false;
|
|
484
|
+ w36.Fill = false;
|
465
|
485
|
this.vbox5.Add(this.vbox11);
|
466
|
|
- global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox11]));
|
467
|
|
- w35.Position = 2;
|
468
|
|
- w35.Expand = false;
|
469
|
|
- w35.Fill = false;
|
|
486
|
+ global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox11]));
|
|
487
|
+ w37.Position = 2;
|
|
488
|
+ w37.Expand = false;
|
|
489
|
+ w37.Fill = false;
|
470
|
490
|
// Container child vbox5.Gtk.Box+BoxChild
|
471
|
491
|
this.hseparator2 = new global::Gtk.HSeparator();
|
472
|
492
|
this.hseparator2.Name = "hseparator2";
|
473
|
493
|
this.vbox5.Add(this.hseparator2);
|
474
|
|
- global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hseparator2]));
|
475
|
|
- w36.Position = 3;
|
476
|
|
- w36.Expand = false;
|
477
|
|
- w36.Fill = false;
|
|
494
|
+ global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hseparator2]));
|
|
495
|
+ w38.Position = 3;
|
|
496
|
+ w38.Expand = false;
|
|
497
|
+ w38.Fill = false;
|
478
|
498
|
// Container child vbox5.Gtk.Box+BoxChild
|
479
|
499
|
this.vbox12 = new global::Gtk.VBox();
|
480
|
500
|
this.vbox12.Name = "vbox12";
|
|
@@ -486,10 +506,10 @@ public partial class MainWindow
|
486
|
506
|
this.labelRobotControl.LabelProp = global::Mono.Unix.Catalog.GetString("<b><u>Robot Controls and Status</u></b>");
|
487
|
507
|
this.labelRobotControl.UseMarkup = true;
|
488
|
508
|
this.vbox12.Add(this.labelRobotControl);
|
489
|
|
- global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.labelRobotControl]));
|
490
|
|
- w37.Position = 0;
|
491
|
|
- w37.Expand = false;
|
492
|
|
- w37.Fill = false;
|
|
509
|
+ global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.labelRobotControl]));
|
|
510
|
+ w39.Position = 0;
|
|
511
|
+ w39.Expand = false;
|
|
512
|
+ w39.Fill = false;
|
493
|
513
|
// Container child vbox12.Gtk.Box+BoxChild
|
494
|
514
|
this.gtkAlignmentRobotControl = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
|
495
|
515
|
this.gtkAlignmentRobotControl.Name = "gtkAlignmentRobotControl";
|
|
@@ -511,67 +531,67 @@ public partial class MainWindow
|
511
|
531
|
this.buttonDown.CanFocus = true;
|
512
|
532
|
this.buttonDown.Name = "buttonDown";
|
513
|
533
|
this.buttonDown.UseUnderline = true;
|
514
|
|
- global::Gtk.Image w38 = new global::Gtk.Image();
|
515
|
|
- w38.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-down-symbolic.symbolic.png");
|
516
|
|
- this.buttonDown.Image = w38;
|
|
534
|
+ global::Gtk.Image w40 = new global::Gtk.Image();
|
|
535
|
+ w40.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-down-symbolic.symbolic.png");
|
|
536
|
+ this.buttonDown.Image = w40;
|
517
|
537
|
this.table4.Add(this.buttonDown);
|
518
|
|
- global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonDown]));
|
519
|
|
- w39.TopAttach = ((uint)(2));
|
520
|
|
- w39.BottomAttach = ((uint)(3));
|
521
|
|
- w39.LeftAttach = ((uint)(1));
|
522
|
|
- w39.RightAttach = ((uint)(2));
|
523
|
|
- w39.XOptions = ((global::Gtk.AttachOptions)(4));
|
524
|
|
- w39.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
538
|
+ global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonDown]));
|
|
539
|
+ w41.TopAttach = ((uint)(2));
|
|
540
|
+ w41.BottomAttach = ((uint)(3));
|
|
541
|
+ w41.LeftAttach = ((uint)(1));
|
|
542
|
+ w41.RightAttach = ((uint)(2));
|
|
543
|
+ w41.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
544
|
+ w41.YOptions = ((global::Gtk.AttachOptions)(4));
|
525
|
545
|
// Container child table4.Gtk.Table+TableChild
|
526
|
546
|
this.buttonForward = new global::Gtk.Button();
|
527
|
547
|
this.buttonForward.CanFocus = true;
|
528
|
548
|
this.buttonForward.Name = "buttonForward";
|
529
|
549
|
this.buttonForward.UseUnderline = true;
|
530
|
|
- global::Gtk.Image w40 = new global::Gtk.Image();
|
531
|
|
- w40.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-up-symbolic.symbolic.png");
|
532
|
|
- this.buttonForward.Image = w40;
|
|
550
|
+ global::Gtk.Image w42 = new global::Gtk.Image();
|
|
551
|
+ w42.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-up-symbolic.symbolic.png");
|
|
552
|
+ this.buttonForward.Image = w42;
|
533
|
553
|
this.table4.Add(this.buttonForward);
|
534
|
|
- global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonForward]));
|
535
|
|
- w41.LeftAttach = ((uint)(1));
|
536
|
|
- w41.RightAttach = ((uint)(2));
|
537
|
|
- w41.XOptions = ((global::Gtk.AttachOptions)(4));
|
538
|
|
- w41.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
554
|
+ global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonForward]));
|
|
555
|
+ w43.LeftAttach = ((uint)(1));
|
|
556
|
+ w43.RightAttach = ((uint)(2));
|
|
557
|
+ w43.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
558
|
+ w43.YOptions = ((global::Gtk.AttachOptions)(4));
|
539
|
559
|
// Container child table4.Gtk.Table+TableChild
|
540
|
560
|
this.buttonLeft = new global::Gtk.Button();
|
541
|
561
|
this.buttonLeft.CanFocus = true;
|
542
|
562
|
this.buttonLeft.Name = "buttonLeft";
|
543
|
563
|
this.buttonLeft.UseUnderline = true;
|
544
|
|
- global::Gtk.Image w42 = new global::Gtk.Image();
|
545
|
|
- w42.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-start-symbolic.symbolic.png");
|
546
|
|
- this.buttonLeft.Image = w42;
|
|
564
|
+ global::Gtk.Image w44 = new global::Gtk.Image();
|
|
565
|
+ w44.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-start-symbolic.symbolic.png");
|
|
566
|
+ this.buttonLeft.Image = w44;
|
547
|
567
|
this.table4.Add(this.buttonLeft);
|
548
|
|
- global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonLeft]));
|
549
|
|
- w43.TopAttach = ((uint)(1));
|
550
|
|
- w43.BottomAttach = ((uint)(2));
|
551
|
|
- w43.XOptions = ((global::Gtk.AttachOptions)(4));
|
552
|
|
- w43.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
568
|
+ global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonLeft]));
|
|
569
|
+ w45.TopAttach = ((uint)(1));
|
|
570
|
+ w45.BottomAttach = ((uint)(2));
|
|
571
|
+ w45.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
572
|
+ w45.YOptions = ((global::Gtk.AttachOptions)(4));
|
553
|
573
|
// Container child table4.Gtk.Table+TableChild
|
554
|
574
|
this.buttonRight = new global::Gtk.Button();
|
555
|
575
|
this.buttonRight.CanFocus = true;
|
556
|
576
|
this.buttonRight.Name = "buttonRight";
|
557
|
577
|
this.buttonRight.UseUnderline = true;
|
558
|
|
- global::Gtk.Image w44 = new global::Gtk.Image();
|
559
|
|
- w44.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-end-symbolic.symbolic.png");
|
560
|
|
- this.buttonRight.Image = w44;
|
|
578
|
+ global::Gtk.Image w46 = new global::Gtk.Image();
|
|
579
|
+ w46.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-end-symbolic.symbolic.png");
|
|
580
|
+ this.buttonRight.Image = w46;
|
561
|
581
|
this.table4.Add(this.buttonRight);
|
562
|
|
- global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonRight]));
|
563
|
|
- w45.TopAttach = ((uint)(1));
|
564
|
|
- w45.BottomAttach = ((uint)(2));
|
565
|
|
- w45.LeftAttach = ((uint)(2));
|
566
|
|
- w45.RightAttach = ((uint)(3));
|
567
|
|
- w45.XOptions = ((global::Gtk.AttachOptions)(4));
|
568
|
|
- w45.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
582
|
+ global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonRight]));
|
|
583
|
+ w47.TopAttach = ((uint)(1));
|
|
584
|
+ w47.BottomAttach = ((uint)(2));
|
|
585
|
+ w47.LeftAttach = ((uint)(2));
|
|
586
|
+ w47.RightAttach = ((uint)(3));
|
|
587
|
+ w47.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
588
|
+ w47.YOptions = ((global::Gtk.AttachOptions)(4));
|
569
|
589
|
this.alignment8.Add(this.table4);
|
570
|
590
|
this.vbox9.Add(this.alignment8);
|
571
|
|
- global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.alignment8]));
|
572
|
|
- w47.Position = 0;
|
573
|
|
- w47.Expand = false;
|
574
|
|
- w47.Fill = false;
|
|
591
|
+ global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.alignment8]));
|
|
592
|
+ w49.Position = 0;
|
|
593
|
+ w49.Expand = false;
|
|
594
|
+ w49.Fill = false;
|
575
|
595
|
// Container child vbox9.Gtk.Box+BoxChild
|
576
|
596
|
this.table3 = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
|
577
|
597
|
this.table3.Name = "table3";
|
|
@@ -584,10 +604,10 @@ public partial class MainWindow
|
584
|
604
|
this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Battery level:");
|
585
|
605
|
this.label3.Justify = ((global::Gtk.Justification)(1));
|
586
|
606
|
this.table3.Add(this.label3);
|
587
|
|
- global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table3[this.label3]));
|
588
|
|
- w48.YPadding = ((uint)(10));
|
589
|
|
- w48.XOptions = ((global::Gtk.AttachOptions)(4));
|
590
|
|
- w48.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
607
|
+ global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table3[this.label3]));
|
|
608
|
+ w50.YPadding = ((uint)(10));
|
|
609
|
+ w50.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
610
|
+ w50.YOptions = ((global::Gtk.AttachOptions)(4));
|
591
|
611
|
// Container child table3.Gtk.Table+TableChild
|
592
|
612
|
this.labelBatteryLevel = new global::Gtk.Label();
|
593
|
613
|
this.labelBatteryLevel.Name = "labelBatteryLevel";
|
|
@@ -595,48 +615,49 @@ public partial class MainWindow
|
595
|
615
|
this.labelBatteryLevel.Xalign = 0F;
|
596
|
616
|
this.labelBatteryLevel.LabelProp = global::Mono.Unix.Catalog.GetString("Unknown");
|
597
|
617
|
this.table3.Add(this.labelBatteryLevel);
|
598
|
|
- global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table3[this.labelBatteryLevel]));
|
599
|
|
- w49.LeftAttach = ((uint)(1));
|
600
|
|
- w49.RightAttach = ((uint)(2));
|
601
|
|
- w49.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
618
|
+ global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table3[this.labelBatteryLevel]));
|
|
619
|
+ w51.LeftAttach = ((uint)(1));
|
|
620
|
+ w51.RightAttach = ((uint)(2));
|
|
621
|
+ w51.YOptions = ((global::Gtk.AttachOptions)(4));
|
602
|
622
|
this.vbox9.Add(this.table3);
|
603
|
|
- global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.table3]));
|
604
|
|
- w50.Position = 2;
|
605
|
|
- w50.Expand = false;
|
606
|
|
- w50.Fill = false;
|
|
623
|
+ global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.table3]));
|
|
624
|
+ w52.Position = 2;
|
|
625
|
+ w52.Expand = false;
|
|
626
|
+ w52.Fill = false;
|
607
|
627
|
// Container child vbox9.Gtk.Box+BoxChild
|
608
|
628
|
this.checkButtonGetBattery = new global::Gtk.CheckButton();
|
609
|
629
|
this.checkButtonGetBattery.CanFocus = true;
|
610
|
630
|
this.checkButtonGetBattery.Name = "checkButtonGetBattery";
|
611
|
631
|
this.checkButtonGetBattery.Label = global::Mono.Unix.Catalog.GetString("Get battery level");
|
|
632
|
+ this.checkButtonGetBattery.Active = true;
|
612
|
633
|
this.checkButtonGetBattery.DrawIndicator = true;
|
613
|
634
|
this.checkButtonGetBattery.UseUnderline = true;
|
614
|
635
|
this.vbox9.Add(this.checkButtonGetBattery);
|
615
|
|
- global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.checkButtonGetBattery]));
|
616
|
|
- w51.Position = 3;
|
617
|
|
- w51.Expand = false;
|
618
|
|
- w51.Fill = false;
|
|
636
|
+ global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.checkButtonGetBattery]));
|
|
637
|
+ w53.Position = 3;
|
|
638
|
+ w53.Expand = false;
|
|
639
|
+ w53.Fill = false;
|
619
|
640
|
this.gtkAlignmentRobotControl.Add(this.vbox9);
|
620
|
641
|
this.vbox12.Add(this.gtkAlignmentRobotControl);
|
621
|
|
- global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.gtkAlignmentRobotControl]));
|
622
|
|
- w53.Position = 1;
|
|
642
|
+ global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.gtkAlignmentRobotControl]));
|
|
643
|
+ w55.Position = 1;
|
623
|
644
|
this.vbox5.Add(this.vbox12);
|
624
|
|
- global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox12]));
|
625
|
|
- w54.Position = 4;
|
|
645
|
+ global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox12]));
|
|
646
|
+ w56.Position = 4;
|
626
|
647
|
this.alignment3.Add(this.vbox5);
|
627
|
648
|
this.hbox3.Add(this.alignment3);
|
628
|
|
- global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.alignment3]));
|
629
|
|
- w56.Position = 1;
|
630
|
|
- w56.Expand = false;
|
631
|
|
- w56.Fill = false;
|
|
649
|
+ global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.alignment3]));
|
|
650
|
+ w58.Position = 1;
|
|
651
|
+ w58.Expand = false;
|
|
652
|
+ w58.Fill = false;
|
632
|
653
|
this.hbox1.Add(this.hbox3);
|
633
|
|
- global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hbox3]));
|
634
|
|
- w57.Position = 1;
|
635
|
|
- w57.Expand = false;
|
636
|
|
- w57.Fill = false;
|
|
654
|
+ global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hbox3]));
|
|
655
|
+ w59.Position = 1;
|
|
656
|
+ w59.Expand = false;
|
|
657
|
+ w59.Fill = false;
|
637
|
658
|
this.vbox1.Add(this.hbox1);
|
638
|
|
- global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
|
639
|
|
- w58.Position = 1;
|
|
659
|
+ global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
|
|
660
|
+ w60.Position = 1;
|
640
|
661
|
this.Add(this.vbox1);
|
641
|
662
|
if ((this.Child != null))
|
642
|
663
|
{
|
|
@@ -650,6 +671,7 @@ public partial class MainWindow
|
650
|
671
|
this.ShowLogWindowAction.Activated += new global::System.EventHandler(this.OnShowLogWindowActionActivated);
|
651
|
672
|
this.checkButtonCameraOn.Clicked += new global::System.EventHandler(this.OnCheckButtonCameraOnClicked);
|
652
|
673
|
this.checkButtonRobotPosition.Clicked += new global::System.EventHandler(this.OnCheckButtonRobotPositionClicked);
|
|
674
|
+ this.checkButtonFPS.Toggled += new global::System.EventHandler(this.OnCheckButtonFPSToggled);
|
653
|
675
|
this.buttonAskArena.Clicked += new global::System.EventHandler(this.OnButtonAskArenaClicked);
|
654
|
676
|
this.drawingAreaCamera.ExposeEvent += new global::Gtk.ExposeEventHandler(this.OnDrawingAreaCameraExposeEvent);
|
655
|
677
|
this.buttonServerConnection.Clicked += new global::System.EventHandler(this.OnButtonServerConnectionClicked);
|