|
@@ -5,27 +5,119 @@ public partial class MainWindow
|
5
|
5
|
{
|
6
|
6
|
private global::Gtk.UIManager UIManager;
|
7
|
7
|
|
|
8
|
+ private global::Gtk.Action FileAction;
|
|
9
|
+
|
|
10
|
+ private global::Gtk.Action QuitAction;
|
|
11
|
+
|
|
12
|
+ private global::Gtk.Action LogAction;
|
|
13
|
+
|
|
14
|
+ private global::Gtk.Action ShowLogWindowAction;
|
|
15
|
+
|
8
|
16
|
private global::Gtk.VBox vbox1;
|
9
|
17
|
|
10
|
|
- private global::Gtk.MenuBar menubar1;
|
|
18
|
+ private global::Gtk.MenuBar menuBar;
|
11
|
19
|
|
12
|
20
|
private global::Gtk.HBox hbox1;
|
13
|
21
|
|
14
|
|
- private global::Gtk.DrawingArea drawingarea1;
|
|
22
|
+ private global::Gtk.VBox boxCamera;
|
|
23
|
+
|
|
24
|
+ private global::Gtk.DrawingArea drawingAreaCamera;
|
15
|
25
|
|
16
|
26
|
private global::Gtk.Alignment alignment1;
|
17
|
27
|
|
18
|
|
- private global::Gtk.ScrolledWindow GtkScrolledWindow;
|
|
28
|
+ private global::Gtk.HBox hbox2;
|
|
29
|
+
|
|
30
|
+ private global::Gtk.CheckButton checkButtonCameraOn;
|
|
31
|
+
|
|
32
|
+ private global::Gtk.CheckButton checkButtonRobotPosition;
|
|
33
|
+
|
|
34
|
+ private global::Gtk.HBox hbox3;
|
|
35
|
+
|
|
36
|
+ private global::Gtk.VSeparator vseparator1;
|
|
37
|
+
|
|
38
|
+ private global::Gtk.Alignment alignment3;
|
|
39
|
+
|
|
40
|
+ private global::Gtk.VBox vbox5;
|
|
41
|
+
|
|
42
|
+ private global::Gtk.VBox vbox10;
|
|
43
|
+
|
|
44
|
+ private global::Gtk.Label labelServer;
|
|
45
|
+
|
|
46
|
+ private global::Gtk.Alignment gtkAlignmentServer;
|
|
47
|
+
|
|
48
|
+ private global::Gtk.VBox vbox6;
|
|
49
|
+
|
|
50
|
+ private global::Gtk.Table table1;
|
|
51
|
+
|
|
52
|
+ private global::Gtk.Entry entryServerName;
|
|
53
|
+
|
|
54
|
+ private global::Gtk.Entry entryServerPort;
|
|
55
|
+
|
|
56
|
+ private global::Gtk.Entry entryTimeout;
|
|
57
|
+
|
|
58
|
+ private global::Gtk.Label label1;
|
|
59
|
+
|
|
60
|
+ private global::Gtk.Label label2;
|
|
61
|
+
|
|
62
|
+ private global::Gtk.Label label5;
|
|
63
|
+
|
|
64
|
+ private global::Gtk.Button buttonServerConnection;
|
|
65
|
+
|
|
66
|
+ private global::Gtk.HSeparator hseparator1;
|
|
67
|
+
|
|
68
|
+ private global::Gtk.VBox vbox11;
|
19
|
69
|
|
20
|
|
- private global::Gtk.Frame frame1;
|
|
70
|
+ private global::Gtk.Label labelRobot;
|
21
|
71
|
|
22
|
|
- private global::Gtk.Fixed fixed4;
|
|
72
|
+ private global::Gtk.Alignment alignment9;
|
23
|
73
|
|
24
|
|
- private global::Gtk.Button button7;
|
|
74
|
+ private global::Gtk.Alignment gtkAlignmentRobot;
|
25
|
75
|
|
26
|
|
- private global::Gtk.Label GtkLabel2;
|
|
76
|
+ private global::Gtk.VBox vbox8;
|
27
|
77
|
|
28
|
|
- private global::Gtk.Statusbar statusbar1;
|
|
78
|
+ private global::Gtk.Alignment alignment6;
|
|
79
|
+
|
|
80
|
+ private global::Gtk.HBox hbox4;
|
|
81
|
+
|
|
82
|
+ private global::Gtk.RadioButton radioButtonWithWatchdog;
|
|
83
|
+
|
|
84
|
+ private global::Gtk.RadioButton radioButtonWithoutWatchdog;
|
|
85
|
+
|
|
86
|
+ private global::Gtk.Alignment alignment5;
|
|
87
|
+
|
|
88
|
+ private global::Gtk.Alignment alignment7;
|
|
89
|
+
|
|
90
|
+ private global::Gtk.Button buttonRobotActivation;
|
|
91
|
+
|
|
92
|
+ private global::Gtk.HSeparator hseparator2;
|
|
93
|
+
|
|
94
|
+ private global::Gtk.VBox vbox12;
|
|
95
|
+
|
|
96
|
+ private global::Gtk.Label labelRobotControl;
|
|
97
|
+
|
|
98
|
+ private global::Gtk.Alignment gtkAlignmentRobotControl;
|
|
99
|
+
|
|
100
|
+ private global::Gtk.VBox vbox9;
|
|
101
|
+
|
|
102
|
+ private global::Gtk.Alignment alignment8;
|
|
103
|
+
|
|
104
|
+ private global::Gtk.Table table4;
|
|
105
|
+
|
|
106
|
+ private global::Gtk.Button buttonDown;
|
|
107
|
+
|
|
108
|
+ private global::Gtk.Button buttonForward;
|
|
109
|
+
|
|
110
|
+ private global::Gtk.Button buttonLeft;
|
|
111
|
+
|
|
112
|
+ private global::Gtk.Button buttonRight;
|
|
113
|
+
|
|
114
|
+ private global::Gtk.Table table3;
|
|
115
|
+
|
|
116
|
+ private global::Gtk.Label label3;
|
|
117
|
+
|
|
118
|
+ private global::Gtk.Label labelBatteryLevel;
|
|
119
|
+
|
|
120
|
+ private global::Gtk.CheckButton checkButtonGetBattery;
|
29
|
121
|
|
30
|
122
|
protected virtual void Build()
|
31
|
123
|
{
|
|
@@ -33,21 +125,37 @@ public partial class MainWindow
|
33
|
125
|
// Widget MainWindow
|
34
|
126
|
this.UIManager = new global::Gtk.UIManager();
|
35
|
127
|
global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
|
|
128
|
+ this.FileAction = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
|
|
129
|
+ this.FileAction.IsImportant = true;
|
|
130
|
+ this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
|
|
131
|
+ w1.Add(this.FileAction, null);
|
|
132
|
+ this.QuitAction = new global::Gtk.Action("QuitAction", global::Mono.Unix.Catalog.GetString("Quit..."), null, null);
|
|
133
|
+ this.QuitAction.IsImportant = true;
|
|
134
|
+ this.QuitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Quit");
|
|
135
|
+ w1.Add(this.QuitAction, "<Primary><Mod2>q");
|
|
136
|
+ this.LogAction = new global::Gtk.Action("LogAction", global::Mono.Unix.Catalog.GetString("Log"), null, null);
|
|
137
|
+ this.LogAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Log");
|
|
138
|
+ w1.Add(this.LogAction, null);
|
|
139
|
+ this.ShowLogWindowAction = new global::Gtk.Action("ShowLogWindowAction", global::Mono.Unix.Catalog.GetString("Show log window"), null, null);
|
|
140
|
+ this.ShowLogWindowAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Show log window");
|
|
141
|
+ w1.Add(this.ShowLogWindowAction, "<Primary><Mod2>s");
|
36
|
142
|
this.UIManager.InsertActionGroup(w1, 0);
|
37
|
143
|
this.AddAccelGroup(this.UIManager.AccelGroup);
|
38
|
144
|
this.Name = "MainWindow";
|
39
|
145
|
this.Title = global::Mono.Unix.Catalog.GetString("Monitor UI");
|
|
146
|
+ this.Icon = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.robot-icon.resized.png");
|
40
|
147
|
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
|
148
|
+ this.BorderWidth = ((uint)(5));
|
41
|
149
|
// Container child MainWindow.Gtk.Container+ContainerChild
|
42
|
150
|
this.vbox1 = new global::Gtk.VBox();
|
43
|
151
|
this.vbox1.Name = "vbox1";
|
44
|
152
|
this.vbox1.Spacing = 6;
|
45
|
153
|
// Container child vbox1.Gtk.Box+BoxChild
|
46
|
|
- this.UIManager.AddUiFromString("<ui><menubar name=\'menubar1\'/></ui>");
|
47
|
|
- this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
|
48
|
|
- this.menubar1.Name = "menubar1";
|
49
|
|
- this.vbox1.Add(this.menubar1);
|
50
|
|
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menubar1]));
|
|
154
|
+ this.UIManager.AddUiFromString(@"<ui><menubar name='menuBar'><menu name='FileAction' action='FileAction'><menuitem name='QuitAction' action='QuitAction'/></menu><menu name='LogAction' action='LogAction'><menuitem name='ShowLogWindowAction' action='ShowLogWindowAction'/></menu></menubar></ui>");
|
|
155
|
+ this.menuBar = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menuBar")));
|
|
156
|
+ this.menuBar.Name = "menuBar";
|
|
157
|
+ this.vbox1.Add(this.menuBar);
|
|
158
|
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menuBar]));
|
51
|
159
|
w2.Position = 0;
|
52
|
160
|
w2.Expand = false;
|
53
|
161
|
w2.Fill = false;
|
|
@@ -56,71 +164,486 @@ public partial class MainWindow
|
56
|
164
|
this.hbox1.Name = "hbox1";
|
57
|
165
|
this.hbox1.Spacing = 6;
|
58
|
166
|
// Container child hbox1.Gtk.Box+BoxChild
|
59
|
|
- this.drawingarea1 = new global::Gtk.DrawingArea();
|
60
|
|
- this.drawingarea1.Name = "drawingarea1";
|
61
|
|
- this.hbox1.Add(this.drawingarea1);
|
62
|
|
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.drawingarea1]));
|
|
167
|
+ this.boxCamera = new global::Gtk.VBox();
|
|
168
|
+ this.boxCamera.Name = "boxCamera";
|
|
169
|
+ this.boxCamera.Spacing = 6;
|
|
170
|
+ // Container child boxCamera.Gtk.Box+BoxChild
|
|
171
|
+ this.drawingAreaCamera = new global::Gtk.DrawingArea();
|
|
172
|
+ this.drawingAreaCamera.Name = "drawingAreaCamera";
|
|
173
|
+ this.boxCamera.Add(this.drawingAreaCamera);
|
|
174
|
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.boxCamera[this.drawingAreaCamera]));
|
63
|
175
|
w3.Position = 0;
|
64
|
|
- // Container child hbox1.Gtk.Box+BoxChild
|
65
|
|
- this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
|
|
176
|
+ // Container child boxCamera.Gtk.Box+BoxChild
|
|
177
|
+ this.alignment1 = new global::Gtk.Alignment(0F, 0.5F, 0F, 1F);
|
66
|
178
|
this.alignment1.Name = "alignment1";
|
|
179
|
+ this.alignment1.BorderWidth = ((uint)(6));
|
67
|
180
|
// Container child alignment1.Gtk.Container+ContainerChild
|
68
|
|
- this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
|
69
|
|
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
|
70
|
|
- this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
|
71
|
|
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
|
72
|
|
- global::Gtk.Viewport w4 = new global::Gtk.Viewport();
|
73
|
|
- w4.ShadowType = ((global::Gtk.ShadowType)(0));
|
74
|
|
- // Container child GtkViewport.Gtk.Container+ContainerChild
|
75
|
|
- this.frame1 = new global::Gtk.Frame();
|
76
|
|
- this.frame1.Name = "frame1";
|
77
|
|
- this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
|
78
|
|
- // Container child frame1.Gtk.Container+ContainerChild
|
79
|
|
- this.fixed4 = new global::Gtk.Fixed();
|
80
|
|
- this.fixed4.Name = "fixed4";
|
81
|
|
- this.fixed4.HasWindow = false;
|
82
|
|
- // Container child fixed4.Gtk.Fixed+FixedChild
|
83
|
|
- this.button7 = new global::Gtk.Button();
|
84
|
|
- this.button7.CanFocus = true;
|
85
|
|
- this.button7.Name = "button7";
|
86
|
|
- this.button7.UseUnderline = true;
|
87
|
|
- this.button7.Label = global::Mono.Unix.Catalog.GetString("GtkButton");
|
88
|
|
- this.fixed4.Add(this.button7);
|
89
|
|
- global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.button7]));
|
90
|
|
- w5.X = 30;
|
91
|
|
- w5.Y = 25;
|
92
|
|
- this.frame1.Add(this.fixed4);
|
93
|
|
- this.GtkLabel2 = new global::Gtk.Label();
|
94
|
|
- this.GtkLabel2.Name = "GtkLabel2";
|
95
|
|
- this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Controls</b>");
|
96
|
|
- this.GtkLabel2.UseMarkup = true;
|
97
|
|
- this.frame1.LabelWidget = this.GtkLabel2;
|
98
|
|
- w4.Add(this.frame1);
|
99
|
|
- this.GtkScrolledWindow.Add(w4);
|
100
|
|
- this.alignment1.Add(this.GtkScrolledWindow);
|
101
|
|
- this.hbox1.Add(this.alignment1);
|
102
|
|
- global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.alignment1]));
|
103
|
|
- w10.Position = 1;
|
|
181
|
+ this.hbox2 = new global::Gtk.HBox();
|
|
182
|
+ this.hbox2.Name = "hbox2";
|
|
183
|
+ this.hbox2.Spacing = 6;
|
|
184
|
+ // Container child hbox2.Gtk.Box+BoxChild
|
|
185
|
+ this.checkButtonCameraOn = new global::Gtk.CheckButton();
|
|
186
|
+ this.checkButtonCameraOn.CanFocus = true;
|
|
187
|
+ this.checkButtonCameraOn.Name = "checkButtonCameraOn";
|
|
188
|
+ this.checkButtonCameraOn.Label = global::Mono.Unix.Catalog.GetString("Camera On");
|
|
189
|
+ this.checkButtonCameraOn.DrawIndicator = true;
|
|
190
|
+ this.checkButtonCameraOn.UseUnderline = true;
|
|
191
|
+ this.hbox2.Add(this.checkButtonCameraOn);
|
|
192
|
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.checkButtonCameraOn]));
|
|
193
|
+ w4.Position = 0;
|
|
194
|
+ // Container child hbox2.Gtk.Box+BoxChild
|
|
195
|
+ this.checkButtonRobotPosition = new global::Gtk.CheckButton();
|
|
196
|
+ this.checkButtonRobotPosition.CanFocus = true;
|
|
197
|
+ this.checkButtonRobotPosition.Name = "checkButtonRobotPosition";
|
|
198
|
+ this.checkButtonRobotPosition.Label = global::Mono.Unix.Catalog.GetString("Robot Position");
|
|
199
|
+ this.checkButtonRobotPosition.DrawIndicator = true;
|
|
200
|
+ this.checkButtonRobotPosition.UseUnderline = true;
|
|
201
|
+ this.hbox2.Add(this.checkButtonRobotPosition);
|
|
202
|
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.checkButtonRobotPosition]));
|
|
203
|
+ w5.Position = 1;
|
|
204
|
+ this.alignment1.Add(this.hbox2);
|
|
205
|
+ this.boxCamera.Add(this.alignment1);
|
|
206
|
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.boxCamera[this.alignment1]));
|
|
207
|
+ w7.Position = 1;
|
|
208
|
+ w7.Expand = false;
|
|
209
|
+ w7.Fill = false;
|
|
210
|
+ this.hbox1.Add(this.boxCamera);
|
|
211
|
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.boxCamera]));
|
|
212
|
+ w8.Position = 0;
|
|
213
|
+ // Container child hbox1.Gtk.Box+BoxChild
|
|
214
|
+ this.hbox3 = new global::Gtk.HBox();
|
|
215
|
+ this.hbox3.Name = "hbox3";
|
|
216
|
+ this.hbox3.Spacing = 6;
|
|
217
|
+ // Container child hbox3.Gtk.Box+BoxChild
|
|
218
|
+ this.vseparator1 = new global::Gtk.VSeparator();
|
|
219
|
+ this.vseparator1.Name = "vseparator1";
|
|
220
|
+ this.hbox3.Add(this.vseparator1);
|
|
221
|
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vseparator1]));
|
|
222
|
+ w9.Position = 0;
|
|
223
|
+ w9.Expand = false;
|
|
224
|
+ w9.Fill = false;
|
|
225
|
+ // Container child hbox3.Gtk.Box+BoxChild
|
|
226
|
+ this.alignment3 = new global::Gtk.Alignment(1F, 0F, 0F, 0F);
|
|
227
|
+ this.alignment3.Name = "alignment3";
|
|
228
|
+ this.alignment3.BorderWidth = ((uint)(4));
|
|
229
|
+ // Container child alignment3.Gtk.Container+ContainerChild
|
|
230
|
+ this.vbox5 = new global::Gtk.VBox();
|
|
231
|
+ this.vbox5.Name = "vbox5";
|
|
232
|
+ this.vbox5.Spacing = 6;
|
|
233
|
+ // Container child vbox5.Gtk.Box+BoxChild
|
|
234
|
+ this.vbox10 = new global::Gtk.VBox();
|
|
235
|
+ this.vbox10.Name = "vbox10";
|
|
236
|
+ this.vbox10.Spacing = 6;
|
|
237
|
+ // Container child vbox10.Gtk.Box+BoxChild
|
|
238
|
+ this.labelServer = new global::Gtk.Label();
|
|
239
|
+ this.labelServer.HeightRequest = 36;
|
|
240
|
+ this.labelServer.Name = "labelServer";
|
|
241
|
+ this.labelServer.LabelProp = global::Mono.Unix.Catalog.GetString("<b><u>Server connection</u></b>");
|
|
242
|
+ this.labelServer.UseMarkup = true;
|
|
243
|
+ this.vbox10.Add(this.labelServer);
|
|
244
|
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.labelServer]));
|
|
245
|
+ w10.Position = 0;
|
|
246
|
+ w10.Expand = false;
|
|
247
|
+ w10.Fill = false;
|
|
248
|
+ // Container child vbox10.Gtk.Box+BoxChild
|
|
249
|
+ this.gtkAlignmentServer = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
|
|
250
|
+ this.gtkAlignmentServer.Name = "gtkAlignmentServer";
|
|
251
|
+ this.gtkAlignmentServer.LeftPadding = ((uint)(12));
|
|
252
|
+ // Container child gtkAlignmentServer.Gtk.Container+ContainerChild
|
|
253
|
+ this.vbox6 = new global::Gtk.VBox();
|
|
254
|
+ this.vbox6.Name = "vbox6";
|
|
255
|
+ this.vbox6.Spacing = 6;
|
|
256
|
+ // Container child vbox6.Gtk.Box+BoxChild
|
|
257
|
+ this.table1 = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
|
|
258
|
+ this.table1.Name = "table1";
|
|
259
|
+ this.table1.RowSpacing = ((uint)(6));
|
|
260
|
+ this.table1.ColumnSpacing = ((uint)(6));
|
|
261
|
+ // Container child table1.Gtk.Table+TableChild
|
|
262
|
+ this.entryServerName = new global::Gtk.Entry();
|
|
263
|
+ this.entryServerName.CanFocus = true;
|
|
264
|
+ this.entryServerName.Name = "entryServerName";
|
|
265
|
+ this.entryServerName.IsEditable = true;
|
|
266
|
+ this.entryServerName.InvisibleChar = '●';
|
|
267
|
+ this.table1.Add(this.entryServerName);
|
|
268
|
+ global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.entryServerName]));
|
|
269
|
+ w11.LeftAttach = ((uint)(1));
|
|
270
|
+ w11.RightAttach = ((uint)(2));
|
|
271
|
+ w11.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
272
|
+ // Container child table1.Gtk.Table+TableChild
|
|
273
|
+ this.entryServerPort = new global::Gtk.Entry();
|
|
274
|
+ this.entryServerPort.CanFocus = true;
|
|
275
|
+ this.entryServerPort.Name = "entryServerPort";
|
|
276
|
+ this.entryServerPort.IsEditable = true;
|
|
277
|
+ this.entryServerPort.InvisibleChar = '●';
|
|
278
|
+ this.table1.Add(this.entryServerPort);
|
|
279
|
+ global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.entryServerPort]));
|
|
280
|
+ w12.TopAttach = ((uint)(1));
|
|
281
|
+ w12.BottomAttach = ((uint)(2));
|
|
282
|
+ w12.LeftAttach = ((uint)(1));
|
|
283
|
+ w12.RightAttach = ((uint)(2));
|
|
284
|
+ w12.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
285
|
+ // Container child table1.Gtk.Table+TableChild
|
|
286
|
+ this.entryTimeout = new global::Gtk.Entry();
|
|
287
|
+ this.entryTimeout.CanFocus = true;
|
|
288
|
+ this.entryTimeout.Name = "entryTimeout";
|
|
289
|
+ this.entryTimeout.IsEditable = true;
|
|
290
|
+ this.entryTimeout.InvisibleChar = '●';
|
|
291
|
+ this.table1.Add(this.entryTimeout);
|
|
292
|
+ global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.entryTimeout]));
|
|
293
|
+ w13.TopAttach = ((uint)(2));
|
|
294
|
+ w13.BottomAttach = ((uint)(3));
|
|
295
|
+ w13.LeftAttach = ((uint)(1));
|
|
296
|
+ w13.RightAttach = ((uint)(2));
|
|
297
|
+ w13.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
298
|
+ // Container child table1.Gtk.Table+TableChild
|
|
299
|
+ this.label1 = new global::Gtk.Label();
|
|
300
|
+ this.label1.Name = "label1";
|
|
301
|
+ this.label1.Xalign = 1F;
|
|
302
|
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Server name:");
|
|
303
|
+ this.label1.Justify = ((global::Gtk.Justification)(1));
|
|
304
|
+ this.table1.Add(this.label1);
|
|
305
|
+ global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
|
|
306
|
+ w14.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
307
|
+ w14.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
308
|
+ // Container child table1.Gtk.Table+TableChild
|
|
309
|
+ this.label2 = new global::Gtk.Label();
|
|
310
|
+ this.label2.Name = "label2";
|
|
311
|
+ this.label2.Xalign = 1F;
|
|
312
|
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Server port:");
|
|
313
|
+ this.label2.Justify = ((global::Gtk.Justification)(1));
|
|
314
|
+ this.table1.Add(this.label2);
|
|
315
|
+ global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
|
|
316
|
+ w15.TopAttach = ((uint)(1));
|
|
317
|
+ w15.BottomAttach = ((uint)(2));
|
|
318
|
+ w15.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
319
|
+ w15.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
320
|
+ // Container child table1.Gtk.Table+TableChild
|
|
321
|
+ this.label5 = new global::Gtk.Label();
|
|
322
|
+ this.label5.Name = "label5";
|
|
323
|
+ this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Timeout (ms):");
|
|
324
|
+ this.table1.Add(this.label5);
|
|
325
|
+ global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
|
|
326
|
+ w16.TopAttach = ((uint)(2));
|
|
327
|
+ w16.BottomAttach = ((uint)(3));
|
|
328
|
+ w16.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
329
|
+ w16.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
330
|
+ this.vbox6.Add(this.table1);
|
|
331
|
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.table1]));
|
|
332
|
+ w17.Position = 0;
|
|
333
|
+ w17.Expand = false;
|
|
334
|
+ w17.Fill = false;
|
|
335
|
+ // Container child vbox6.Gtk.Box+BoxChild
|
|
336
|
+ this.buttonServerConnection = new global::Gtk.Button();
|
|
337
|
+ this.buttonServerConnection.CanFocus = true;
|
|
338
|
+ this.buttonServerConnection.Name = "buttonServerConnection";
|
|
339
|
+ this.buttonServerConnection.UseUnderline = true;
|
|
340
|
+ this.buttonServerConnection.Label = global::Mono.Unix.Catalog.GetString("Connect");
|
|
341
|
+ this.vbox6.Add(this.buttonServerConnection);
|
|
342
|
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.buttonServerConnection]));
|
|
343
|
+ w18.PackType = ((global::Gtk.PackType)(1));
|
|
344
|
+ w18.Position = 1;
|
|
345
|
+ w18.Expand = false;
|
|
346
|
+ w18.Fill = false;
|
|
347
|
+ this.gtkAlignmentServer.Add(this.vbox6);
|
|
348
|
+ this.vbox10.Add(this.gtkAlignmentServer);
|
|
349
|
+ global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.gtkAlignmentServer]));
|
|
350
|
+ w20.Position = 1;
|
|
351
|
+ w20.Expand = false;
|
|
352
|
+ w20.Fill = false;
|
|
353
|
+ this.vbox5.Add(this.vbox10);
|
|
354
|
+ global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox10]));
|
|
355
|
+ w21.Position = 0;
|
|
356
|
+ w21.Expand = false;
|
|
357
|
+ w21.Fill = false;
|
|
358
|
+ // Container child vbox5.Gtk.Box+BoxChild
|
|
359
|
+ this.hseparator1 = new global::Gtk.HSeparator();
|
|
360
|
+ this.hseparator1.Name = "hseparator1";
|
|
361
|
+ this.vbox5.Add(this.hseparator1);
|
|
362
|
+ global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hseparator1]));
|
|
363
|
+ w22.Position = 1;
|
|
364
|
+ w22.Expand = false;
|
|
365
|
+ w22.Fill = false;
|
|
366
|
+ // Container child vbox5.Gtk.Box+BoxChild
|
|
367
|
+ this.vbox11 = new global::Gtk.VBox();
|
|
368
|
+ this.vbox11.Name = "vbox11";
|
|
369
|
+ this.vbox11.Spacing = 6;
|
|
370
|
+ // Container child vbox11.Gtk.Box+BoxChild
|
|
371
|
+ this.labelRobot = new global::Gtk.Label();
|
|
372
|
+ this.labelRobot.HeightRequest = 36;
|
|
373
|
+ this.labelRobot.Name = "labelRobot";
|
|
374
|
+ this.labelRobot.LabelProp = global::Mono.Unix.Catalog.GetString("<b><u>Robot Activation</u></b>");
|
|
375
|
+ this.labelRobot.UseMarkup = true;
|
|
376
|
+ this.vbox11.Add(this.labelRobot);
|
|
377
|
+ global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.labelRobot]));
|
|
378
|
+ w23.Position = 0;
|
|
379
|
+ w23.Expand = false;
|
|
380
|
+ w23.Fill = false;
|
|
381
|
+ // Container child vbox11.Gtk.Box+BoxChild
|
|
382
|
+ this.alignment9 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
|
|
383
|
+ this.alignment9.Name = "alignment9";
|
|
384
|
+ // Container child alignment9.Gtk.Container+ContainerChild
|
|
385
|
+ this.gtkAlignmentRobot = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
|
|
386
|
+ this.gtkAlignmentRobot.Name = "gtkAlignmentRobot";
|
|
387
|
+ this.gtkAlignmentRobot.LeftPadding = ((uint)(12));
|
|
388
|
+ // Container child gtkAlignmentRobot.Gtk.Container+ContainerChild
|
|
389
|
+ this.vbox8 = new global::Gtk.VBox();
|
|
390
|
+ this.vbox8.Name = "vbox8";
|
|
391
|
+ this.vbox8.Spacing = 6;
|
|
392
|
+ // Container child vbox8.Gtk.Box+BoxChild
|
|
393
|
+ this.alignment6 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
|
|
394
|
+ this.alignment6.Name = "alignment6";
|
|
395
|
+ // Container child alignment6.Gtk.Container+ContainerChild
|
|
396
|
+ this.hbox4 = new global::Gtk.HBox();
|
|
397
|
+ this.hbox4.Name = "hbox4";
|
|
398
|
+ this.hbox4.Spacing = 6;
|
|
399
|
+ // Container child hbox4.Gtk.Box+BoxChild
|
|
400
|
+ this.radioButtonWithWatchdog = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("with watchdog"));
|
|
401
|
+ this.radioButtonWithWatchdog.CanFocus = true;
|
|
402
|
+ this.radioButtonWithWatchdog.Name = "radioButtonWithWatchdog";
|
|
403
|
+ this.radioButtonWithWatchdog.DrawIndicator = true;
|
|
404
|
+ this.radioButtonWithWatchdog.UseUnderline = true;
|
|
405
|
+ this.radioButtonWithWatchdog.Group = new global::GLib.SList(global::System.IntPtr.Zero);
|
|
406
|
+ this.hbox4.Add(this.radioButtonWithWatchdog);
|
|
407
|
+ global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.radioButtonWithWatchdog]));
|
|
408
|
+ w24.Position = 0;
|
|
409
|
+ // Container child hbox4.Gtk.Box+BoxChild
|
|
410
|
+ this.radioButtonWithoutWatchdog = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("without watchdog"));
|
|
411
|
+ this.radioButtonWithoutWatchdog.CanFocus = true;
|
|
412
|
+ this.radioButtonWithoutWatchdog.Name = "radioButtonWithoutWatchdog";
|
|
413
|
+ this.radioButtonWithoutWatchdog.DrawIndicator = true;
|
|
414
|
+ this.radioButtonWithoutWatchdog.UseUnderline = true;
|
|
415
|
+ this.radioButtonWithoutWatchdog.Group = this.radioButtonWithWatchdog.Group;
|
|
416
|
+ this.hbox4.Add(this.radioButtonWithoutWatchdog);
|
|
417
|
+ global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.radioButtonWithoutWatchdog]));
|
|
418
|
+ w25.Position = 1;
|
|
419
|
+ this.alignment6.Add(this.hbox4);
|
|
420
|
+ this.vbox8.Add(this.alignment6);
|
|
421
|
+ global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.alignment6]));
|
|
422
|
+ w27.Position = 0;
|
|
423
|
+ w27.Expand = false;
|
|
424
|
+ w27.Fill = false;
|
|
425
|
+ // Container child vbox8.Gtk.Box+BoxChild
|
|
426
|
+ this.alignment5 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
|
|
427
|
+ this.alignment5.Name = "alignment5";
|
|
428
|
+ // Container child alignment5.Gtk.Container+ContainerChild
|
|
429
|
+ this.alignment7 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
|
|
430
|
+ this.alignment7.Name = "alignment7";
|
|
431
|
+ // Container child alignment7.Gtk.Container+ContainerChild
|
|
432
|
+ this.buttonRobotActivation = new global::Gtk.Button();
|
|
433
|
+ this.buttonRobotActivation.CanFocus = true;
|
|
434
|
+ this.buttonRobotActivation.Name = "buttonRobotActivation";
|
|
435
|
+ this.buttonRobotActivation.UseUnderline = true;
|
|
436
|
+ this.buttonRobotActivation.Label = global::Mono.Unix.Catalog.GetString("Activation");
|
|
437
|
+ this.alignment7.Add(this.buttonRobotActivation);
|
|
438
|
+ this.alignment5.Add(this.alignment7);
|
|
439
|
+ this.vbox8.Add(this.alignment5);
|
|
440
|
+ global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.alignment5]));
|
|
441
|
+ w30.Position = 1;
|
|
442
|
+ w30.Expand = false;
|
|
443
|
+ w30.Fill = false;
|
|
444
|
+ this.gtkAlignmentRobot.Add(this.vbox8);
|
|
445
|
+ this.alignment9.Add(this.gtkAlignmentRobot);
|
|
446
|
+ this.vbox11.Add(this.alignment9);
|
|
447
|
+ global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.alignment9]));
|
|
448
|
+ w33.Position = 1;
|
|
449
|
+ w33.Expand = false;
|
|
450
|
+ w33.Fill = false;
|
|
451
|
+ this.vbox5.Add(this.vbox11);
|
|
452
|
+ global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox11]));
|
|
453
|
+ w34.Position = 2;
|
|
454
|
+ w34.Expand = false;
|
|
455
|
+ w34.Fill = false;
|
|
456
|
+ // Container child vbox5.Gtk.Box+BoxChild
|
|
457
|
+ this.hseparator2 = new global::Gtk.HSeparator();
|
|
458
|
+ this.hseparator2.Name = "hseparator2";
|
|
459
|
+ this.vbox5.Add(this.hseparator2);
|
|
460
|
+ global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hseparator2]));
|
|
461
|
+ w35.Position = 3;
|
|
462
|
+ w35.Expand = false;
|
|
463
|
+ w35.Fill = false;
|
|
464
|
+ // Container child vbox5.Gtk.Box+BoxChild
|
|
465
|
+ this.vbox12 = new global::Gtk.VBox();
|
|
466
|
+ this.vbox12.Name = "vbox12";
|
|
467
|
+ this.vbox12.Spacing = 6;
|
|
468
|
+ // Container child vbox12.Gtk.Box+BoxChild
|
|
469
|
+ this.labelRobotControl = new global::Gtk.Label();
|
|
470
|
+ this.labelRobotControl.HeightRequest = 36;
|
|
471
|
+ this.labelRobotControl.Name = "labelRobotControl";
|
|
472
|
+ this.labelRobotControl.LabelProp = global::Mono.Unix.Catalog.GetString("<b><u>Robot Controls and Status</u></b>");
|
|
473
|
+ this.labelRobotControl.UseMarkup = true;
|
|
474
|
+ this.vbox12.Add(this.labelRobotControl);
|
|
475
|
+ global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.labelRobotControl]));
|
|
476
|
+ w36.Position = 0;
|
|
477
|
+ w36.Expand = false;
|
|
478
|
+ w36.Fill = false;
|
|
479
|
+ // Container child vbox12.Gtk.Box+BoxChild
|
|
480
|
+ this.gtkAlignmentRobotControl = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
|
|
481
|
+ this.gtkAlignmentRobotControl.Name = "gtkAlignmentRobotControl";
|
|
482
|
+ this.gtkAlignmentRobotControl.LeftPadding = ((uint)(12));
|
|
483
|
+ // Container child gtkAlignmentRobotControl.Gtk.Container+ContainerChild
|
|
484
|
+ this.vbox9 = new global::Gtk.VBox();
|
|
485
|
+ this.vbox9.Name = "vbox9";
|
|
486
|
+ this.vbox9.Spacing = 6;
|
|
487
|
+ // Container child vbox9.Gtk.Box+BoxChild
|
|
488
|
+ this.alignment8 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
|
|
489
|
+ this.alignment8.Name = "alignment8";
|
|
490
|
+ // Container child alignment8.Gtk.Container+ContainerChild
|
|
491
|
+ this.table4 = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
|
|
492
|
+ this.table4.Name = "table4";
|
|
493
|
+ this.table4.RowSpacing = ((uint)(6));
|
|
494
|
+ this.table4.ColumnSpacing = ((uint)(6));
|
|
495
|
+ // Container child table4.Gtk.Table+TableChild
|
|
496
|
+ this.buttonDown = new global::Gtk.Button();
|
|
497
|
+ this.buttonDown.CanFocus = true;
|
|
498
|
+ this.buttonDown.Name = "buttonDown";
|
|
499
|
+ this.buttonDown.UseUnderline = true;
|
|
500
|
+ global::Gtk.Image w37 = new global::Gtk.Image();
|
|
501
|
+ w37.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-down-symbolic.symbolic.png");
|
|
502
|
+ this.buttonDown.Image = w37;
|
|
503
|
+ this.table4.Add(this.buttonDown);
|
|
504
|
+ global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonDown]));
|
|
505
|
+ w38.TopAttach = ((uint)(2));
|
|
506
|
+ w38.BottomAttach = ((uint)(3));
|
|
507
|
+ w38.LeftAttach = ((uint)(1));
|
|
508
|
+ w38.RightAttach = ((uint)(2));
|
|
509
|
+ w38.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
510
|
+ w38.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
511
|
+ // Container child table4.Gtk.Table+TableChild
|
|
512
|
+ this.buttonForward = new global::Gtk.Button();
|
|
513
|
+ this.buttonForward.CanFocus = true;
|
|
514
|
+ this.buttonForward.Name = "buttonForward";
|
|
515
|
+ this.buttonForward.UseUnderline = true;
|
|
516
|
+ global::Gtk.Image w39 = new global::Gtk.Image();
|
|
517
|
+ w39.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-up-symbolic.symbolic.png");
|
|
518
|
+ this.buttonForward.Image = w39;
|
|
519
|
+ this.table4.Add(this.buttonForward);
|
|
520
|
+ global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonForward]));
|
|
521
|
+ w40.LeftAttach = ((uint)(1));
|
|
522
|
+ w40.RightAttach = ((uint)(2));
|
|
523
|
+ w40.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
524
|
+ w40.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
525
|
+ // Container child table4.Gtk.Table+TableChild
|
|
526
|
+ this.buttonLeft = new global::Gtk.Button();
|
|
527
|
+ this.buttonLeft.CanFocus = true;
|
|
528
|
+ this.buttonLeft.Name = "buttonLeft";
|
|
529
|
+ this.buttonLeft.UseUnderline = true;
|
|
530
|
+ global::Gtk.Image w41 = new global::Gtk.Image();
|
|
531
|
+ w41.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-start-symbolic.symbolic.png");
|
|
532
|
+ this.buttonLeft.Image = w41;
|
|
533
|
+ this.table4.Add(this.buttonLeft);
|
|
534
|
+ global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonLeft]));
|
|
535
|
+ w42.TopAttach = ((uint)(1));
|
|
536
|
+ w42.BottomAttach = ((uint)(2));
|
|
537
|
+ w42.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
538
|
+ w42.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
539
|
+ // Container child table4.Gtk.Table+TableChild
|
|
540
|
+ this.buttonRight = new global::Gtk.Button();
|
|
541
|
+ this.buttonRight.CanFocus = true;
|
|
542
|
+ this.buttonRight.Name = "buttonRight";
|
|
543
|
+ this.buttonRight.UseUnderline = true;
|
|
544
|
+ global::Gtk.Image w43 = new global::Gtk.Image();
|
|
545
|
+ w43.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-end-symbolic.symbolic.png");
|
|
546
|
+ this.buttonRight.Image = w43;
|
|
547
|
+ this.table4.Add(this.buttonRight);
|
|
548
|
+ global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table4[this.buttonRight]));
|
|
549
|
+ w44.TopAttach = ((uint)(1));
|
|
550
|
+ w44.BottomAttach = ((uint)(2));
|
|
551
|
+ w44.LeftAttach = ((uint)(2));
|
|
552
|
+ w44.RightAttach = ((uint)(3));
|
|
553
|
+ w44.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
554
|
+ w44.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
555
|
+ this.alignment8.Add(this.table4);
|
|
556
|
+ this.vbox9.Add(this.alignment8);
|
|
557
|
+ global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.alignment8]));
|
|
558
|
+ w46.Position = 0;
|
|
559
|
+ w46.Expand = false;
|
|
560
|
+ w46.Fill = false;
|
|
561
|
+ // Container child vbox9.Gtk.Box+BoxChild
|
|
562
|
+ this.table3 = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
|
|
563
|
+ this.table3.Name = "table3";
|
|
564
|
+ this.table3.RowSpacing = ((uint)(6));
|
|
565
|
+ this.table3.ColumnSpacing = ((uint)(6));
|
|
566
|
+ // Container child table3.Gtk.Table+TableChild
|
|
567
|
+ this.label3 = new global::Gtk.Label();
|
|
568
|
+ this.label3.Name = "label3";
|
|
569
|
+ this.label3.Xalign = 1F;
|
|
570
|
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Battery level:");
|
|
571
|
+ this.label3.Justify = ((global::Gtk.Justification)(1));
|
|
572
|
+ this.table3.Add(this.label3);
|
|
573
|
+ global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table3[this.label3]));
|
|
574
|
+ w47.YPadding = ((uint)(10));
|
|
575
|
+ w47.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
576
|
+ w47.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
577
|
+ // Container child table3.Gtk.Table+TableChild
|
|
578
|
+ this.labelBatteryLevel = new global::Gtk.Label();
|
|
579
|
+ this.labelBatteryLevel.Name = "labelBatteryLevel";
|
|
580
|
+ this.labelBatteryLevel.Xpad = 1;
|
|
581
|
+ this.labelBatteryLevel.Xalign = 0F;
|
|
582
|
+ this.labelBatteryLevel.LabelProp = global::Mono.Unix.Catalog.GetString("Unknown");
|
|
583
|
+ this.table3.Add(this.labelBatteryLevel);
|
|
584
|
+ global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table3[this.labelBatteryLevel]));
|
|
585
|
+ w48.LeftAttach = ((uint)(1));
|
|
586
|
+ w48.RightAttach = ((uint)(2));
|
|
587
|
+ w48.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
588
|
+ this.vbox9.Add(this.table3);
|
|
589
|
+ global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.table3]));
|
|
590
|
+ w49.Position = 2;
|
|
591
|
+ w49.Expand = false;
|
|
592
|
+ w49.Fill = false;
|
|
593
|
+ // Container child vbox9.Gtk.Box+BoxChild
|
|
594
|
+ this.checkButtonGetBattery = new global::Gtk.CheckButton();
|
|
595
|
+ this.checkButtonGetBattery.CanFocus = true;
|
|
596
|
+ this.checkButtonGetBattery.Name = "checkButtonGetBattery";
|
|
597
|
+ this.checkButtonGetBattery.Label = global::Mono.Unix.Catalog.GetString("Get battery level");
|
|
598
|
+ this.checkButtonGetBattery.DrawIndicator = true;
|
|
599
|
+ this.checkButtonGetBattery.UseUnderline = true;
|
|
600
|
+ this.vbox9.Add(this.checkButtonGetBattery);
|
|
601
|
+ global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.checkButtonGetBattery]));
|
|
602
|
+ w50.Position = 3;
|
|
603
|
+ w50.Expand = false;
|
|
604
|
+ w50.Fill = false;
|
|
605
|
+ this.gtkAlignmentRobotControl.Add(this.vbox9);
|
|
606
|
+ this.vbox12.Add(this.gtkAlignmentRobotControl);
|
|
607
|
+ global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.gtkAlignmentRobotControl]));
|
|
608
|
+ w52.Position = 1;
|
|
609
|
+ this.vbox5.Add(this.vbox12);
|
|
610
|
+ global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox12]));
|
|
611
|
+ w53.Position = 4;
|
|
612
|
+ this.alignment3.Add(this.vbox5);
|
|
613
|
+ this.hbox3.Add(this.alignment3);
|
|
614
|
+ global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.alignment3]));
|
|
615
|
+ w55.Position = 1;
|
|
616
|
+ w55.Expand = false;
|
|
617
|
+ w55.Fill = false;
|
|
618
|
+ this.hbox1.Add(this.hbox3);
|
|
619
|
+ global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hbox3]));
|
|
620
|
+ w56.Position = 1;
|
|
621
|
+ w56.Expand = false;
|
|
622
|
+ w56.Fill = false;
|
104
|
623
|
this.vbox1.Add(this.hbox1);
|
105
|
|
- global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
|
106
|
|
- w11.Position = 1;
|
107
|
|
- // Container child vbox1.Gtk.Box+BoxChild
|
108
|
|
- this.statusbar1 = new global::Gtk.Statusbar();
|
109
|
|
- this.statusbar1.Name = "statusbar1";
|
110
|
|
- this.statusbar1.Spacing = 6;
|
111
|
|
- this.vbox1.Add(this.statusbar1);
|
112
|
|
- global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.statusbar1]));
|
113
|
|
- w12.Position = 2;
|
114
|
|
- w12.Expand = false;
|
115
|
|
- w12.Fill = false;
|
|
624
|
+ global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
|
|
625
|
+ w57.Position = 1;
|
116
|
626
|
this.Add(this.vbox1);
|
117
|
627
|
if ((this.Child != null))
|
118
|
628
|
{
|
119
|
629
|
this.Child.ShowAll();
|
120
|
630
|
}
|
121
|
631
|
this.DefaultWidth = 1039;
|
122
|
|
- this.DefaultHeight = 705;
|
|
632
|
+ this.DefaultHeight = 735;
|
123
|
633
|
this.Show();
|
124
|
634
|
this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
|
|
635
|
+ this.QuitAction.Activated += new global::System.EventHandler(this.OnQuitActionActivated);
|
|
636
|
+ this.ShowLogWindowAction.Activated += new global::System.EventHandler(this.OnShowLogWindowActionActivated);
|
|
637
|
+ this.drawingAreaCamera.Realized += new global::System.EventHandler(this.OnDrawingAreaCameraRealized);
|
|
638
|
+ this.drawingAreaCamera.ExposeEvent += new global::Gtk.ExposeEventHandler(this.OnDrawingAreaCameraExposeEvent);
|
|
639
|
+ this.drawingAreaCamera.ConfigureEvent += new global::Gtk.ConfigureEventHandler(this.OnDrawingAreaCameraConfigureEvent);
|
|
640
|
+ this.checkButtonCameraOn.Clicked += new global::System.EventHandler(this.OnCheckButtonCameraOnClicked);
|
|
641
|
+ this.checkButtonRobotPosition.Clicked += new global::System.EventHandler(this.OnCheckButtonRobotPositionClicked);
|
|
642
|
+ this.buttonServerConnection.Clicked += new global::System.EventHandler(this.OnButtonServerConnectionClicked);
|
|
643
|
+ this.buttonRobotActivation.Clicked += new global::System.EventHandler(this.OnButtonRobotActivationClicked);
|
|
644
|
+ this.buttonRight.Clicked += new global::System.EventHandler(this.OnButtonMouvClicked);
|
|
645
|
+ this.buttonLeft.Clicked += new global::System.EventHandler(this.OnButtonMouvClicked);
|
|
646
|
+ this.buttonForward.Clicked += new global::System.EventHandler(this.OnButtonMouvClicked);
|
|
647
|
+ this.buttonDown.Clicked += new global::System.EventHandler(this.OnButtonMouvClicked);
|
125
|
648
|
}
|
126
|
649
|
}
|