/[projects]/dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs
ViewVC logotype

Contents of /dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2054 - (show annotations) (download)
Mon Aug 26 10:40:26 2013 UTC (10 years, 8 months ago) by torben
File size: 24743 byte(s)
Show vertical scrollbars on log TextEdit
1 namespace DaoMqGUI
2 {
3 partial class MainForm
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
33 this.stopAll = new System.Windows.Forms.Button();
34 this.startAll = new System.Windows.Forms.Button();
35 this.refreshTimer = new System.Windows.Forms.Timer(this.components);
36 this.tabControl1 = new System.Windows.Forms.TabControl();
37 this.tabPage1 = new System.Windows.Forms.TabPage();
38 this.txtTransferTime = new System.Windows.Forms.TextBox();
39 this.label14 = new System.Windows.Forms.Label();
40 this.txtErrorMsg = new System.Windows.Forms.TextBox();
41 this.label7 = new System.Windows.Forms.Label();
42 this.txtCounter = new System.Windows.Forms.TextBox();
43 this.label6 = new System.Windows.Forms.Label();
44 this.txtErrorTime = new System.Windows.Forms.TextBox();
45 this.label5 = new System.Windows.Forms.Label();
46 this.txtOkTime = new System.Windows.Forms.TextBox();
47 this.label4 = new System.Windows.Forms.Label();
48 this.btnDisableOne = new System.Windows.Forms.Button();
49 this.btnEnableOne = new System.Windows.Forms.Button();
50 this.txtLastOK = new System.Windows.Forms.TextBox();
51 this.label3 = new System.Windows.Forms.Label();
52 this.txtEnabled = new System.Windows.Forms.TextBox();
53 this.label2 = new System.Windows.Forms.Label();
54 this.txtTransport = new System.Windows.Forms.TextBox();
55 this.label1 = new System.Windows.Forms.Label();
56 this.tabPage2 = new System.Windows.Forms.TabPage();
57 this.txtLog = new System.Windows.Forms.TextBox();
58 this.tabPage3 = new System.Windows.Forms.TabPage();
59 this.txtUpdateQuery = new System.Windows.Forms.TextBox();
60 this.label12 = new System.Windows.Forms.Label();
61 this.txtReadQuery = new System.Windows.Forms.TextBox();
62 this.label11 = new System.Windows.Forms.Label();
63 this.txtInsertQuery = new System.Windows.Forms.TextBox();
64 this.label10 = new System.Windows.Forms.Label();
65 this.txtQueueName = new System.Windows.Forms.TextBox();
66 this.label9 = new System.Windows.Forms.Label();
67 this.txtDirection = new System.Windows.Forms.TextBox();
68 this.label8 = new System.Windows.Forms.Label();
69 this.lnkServer = new System.Windows.Forms.LinkLabel();
70 this.label13 = new System.Windows.Forms.Label();
71 this.transports = new System.Windows.Forms.ListView();
72 this.tabControl1.SuspendLayout();
73 this.tabPage1.SuspendLayout();
74 this.tabPage2.SuspendLayout();
75 this.tabPage3.SuspendLayout();
76 this.SuspendLayout();
77 //
78 // stopAll
79 //
80 this.stopAll.Location = new System.Drawing.Point(95, 379);
81 this.stopAll.Name = "stopAll";
82 this.stopAll.Size = new System.Drawing.Size(75, 23);
83 this.stopAll.TabIndex = 1;
84 this.stopAll.Text = "Disable All";
85 this.stopAll.UseVisualStyleBackColor = true;
86 this.stopAll.Click += new System.EventHandler(this.stopAll_Click);
87 //
88 // startAll
89 //
90 this.startAll.Location = new System.Drawing.Point(13, 379);
91 this.startAll.Name = "startAll";
92 this.startAll.Size = new System.Drawing.Size(75, 23);
93 this.startAll.TabIndex = 2;
94 this.startAll.Text = "Enable All";
95 this.startAll.UseVisualStyleBackColor = true;
96 this.startAll.Click += new System.EventHandler(this.startAll_Click);
97 //
98 // refreshTimer
99 //
100 this.refreshTimer.Enabled = true;
101 this.refreshTimer.Interval = 10000;
102 this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick);
103 //
104 // tabControl1
105 //
106 this.tabControl1.Controls.Add(this.tabPage1);
107 this.tabControl1.Controls.Add(this.tabPage2);
108 this.tabControl1.Controls.Add(this.tabPage3);
109 this.tabControl1.Location = new System.Drawing.Point(199, 13);
110 this.tabControl1.Name = "tabControl1";
111 this.tabControl1.SelectedIndex = 0;
112 this.tabControl1.Size = new System.Drawing.Size(445, 355);
113 this.tabControl1.TabIndex = 19;
114 this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
115 //
116 // tabPage1
117 //
118 this.tabPage1.Controls.Add(this.txtTransferTime);
119 this.tabPage1.Controls.Add(this.label14);
120 this.tabPage1.Controls.Add(this.txtErrorMsg);
121 this.tabPage1.Controls.Add(this.label7);
122 this.tabPage1.Controls.Add(this.txtCounter);
123 this.tabPage1.Controls.Add(this.label6);
124 this.tabPage1.Controls.Add(this.txtErrorTime);
125 this.tabPage1.Controls.Add(this.label5);
126 this.tabPage1.Controls.Add(this.txtOkTime);
127 this.tabPage1.Controls.Add(this.label4);
128 this.tabPage1.Controls.Add(this.btnDisableOne);
129 this.tabPage1.Controls.Add(this.btnEnableOne);
130 this.tabPage1.Controls.Add(this.txtLastOK);
131 this.tabPage1.Controls.Add(this.label3);
132 this.tabPage1.Controls.Add(this.txtEnabled);
133 this.tabPage1.Controls.Add(this.label2);
134 this.tabPage1.Controls.Add(this.txtTransport);
135 this.tabPage1.Controls.Add(this.label1);
136 this.tabPage1.Location = new System.Drawing.Point(4, 22);
137 this.tabPage1.Name = "tabPage1";
138 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
139 this.tabPage1.Size = new System.Drawing.Size(437, 329);
140 this.tabPage1.TabIndex = 0;
141 this.tabPage1.Text = "Status";
142 this.tabPage1.UseVisualStyleBackColor = true;
143 //
144 // txtTransferTime
145 //
146 this.txtTransferTime.Location = new System.Drawing.Point(96, 123);
147 this.txtTransferTime.Name = "txtTransferTime";
148 this.txtTransferTime.ReadOnly = true;
149 this.txtTransferTime.Size = new System.Drawing.Size(130, 20);
150 this.txtTransferTime.TabIndex = 36;
151 //
152 // label14
153 //
154 this.label14.AutoSize = true;
155 this.label14.Location = new System.Drawing.Point(21, 126);
156 this.label14.Name = "label14";
157 this.label14.Size = new System.Drawing.Size(72, 13);
158 this.label14.TabIndex = 35;
159 this.label14.Text = "Transfer Time";
160 //
161 // txtErrorMsg
162 //
163 this.txtErrorMsg.Location = new System.Drawing.Point(96, 175);
164 this.txtErrorMsg.Name = "txtErrorMsg";
165 this.txtErrorMsg.ReadOnly = true;
166 this.txtErrorMsg.Size = new System.Drawing.Size(130, 20);
167 this.txtErrorMsg.TabIndex = 34;
168 //
169 // label7
170 //
171 this.label7.AutoSize = true;
172 this.label7.Location = new System.Drawing.Point(21, 178);
173 this.label7.Name = "label7";
174 this.label7.Size = new System.Drawing.Size(51, 13);
175 this.label7.TabIndex = 33;
176 this.label7.Text = "Error msg";
177 //
178 // txtCounter
179 //
180 this.txtCounter.Location = new System.Drawing.Point(96, 201);
181 this.txtCounter.Name = "txtCounter";
182 this.txtCounter.ReadOnly = true;
183 this.txtCounter.Size = new System.Drawing.Size(130, 20);
184 this.txtCounter.TabIndex = 32;
185 //
186 // label6
187 //
188 this.label6.AutoSize = true;
189 this.label6.Location = new System.Drawing.Point(21, 204);
190 this.label6.Name = "label6";
191 this.label6.Size = new System.Drawing.Size(44, 13);
192 this.label6.TabIndex = 31;
193 this.label6.Text = "Counter";
194 //
195 // txtErrorTime
196 //
197 this.txtErrorTime.Location = new System.Drawing.Point(96, 149);
198 this.txtErrorTime.Name = "txtErrorTime";
199 this.txtErrorTime.ReadOnly = true;
200 this.txtErrorTime.Size = new System.Drawing.Size(130, 20);
201 this.txtErrorTime.TabIndex = 30;
202 //
203 // label5
204 //
205 this.label5.AutoSize = true;
206 this.label5.Location = new System.Drawing.Point(21, 152);
207 this.label5.Name = "label5";
208 this.label5.Size = new System.Drawing.Size(55, 13);
209 this.label5.TabIndex = 29;
210 this.label5.Text = "Error Time";
211 //
212 // txtOkTime
213 //
214 this.txtOkTime.Location = new System.Drawing.Point(96, 98);
215 this.txtOkTime.Name = "txtOkTime";
216 this.txtOkTime.ReadOnly = true;
217 this.txtOkTime.Size = new System.Drawing.Size(130, 20);
218 this.txtOkTime.TabIndex = 28;
219 //
220 // label4
221 //
222 this.label4.AutoSize = true;
223 this.label4.Location = new System.Drawing.Point(21, 101);
224 this.label4.Name = "label4";
225 this.label4.Size = new System.Drawing.Size(48, 13);
226 this.label4.TabIndex = 27;
227 this.label4.Text = "OK Time";
228 //
229 // btnDisableOne
230 //
231 this.btnDisableOne.Enabled = false;
232 this.btnDisableOne.Location = new System.Drawing.Point(106, 236);
233 this.btnDisableOne.Name = "btnDisableOne";
234 this.btnDisableOne.Size = new System.Drawing.Size(75, 23);
235 this.btnDisableOne.TabIndex = 26;
236 this.btnDisableOne.Text = "Disable";
237 this.btnDisableOne.UseVisualStyleBackColor = true;
238 this.btnDisableOne.Click += new System.EventHandler(this.btnDisableOne_Click);
239 //
240 // btnEnableOne
241 //
242 this.btnEnableOne.Enabled = false;
243 this.btnEnableOne.Location = new System.Drawing.Point(24, 236);
244 this.btnEnableOne.Name = "btnEnableOne";
245 this.btnEnableOne.Size = new System.Drawing.Size(75, 23);
246 this.btnEnableOne.TabIndex = 25;
247 this.btnEnableOne.Text = "Enable";
248 this.btnEnableOne.UseVisualStyleBackColor = true;
249 this.btnEnableOne.Click += new System.EventHandler(this.btnEnableOne_Click);
250 //
251 // txtLastOK
252 //
253 this.txtLastOK.Location = new System.Drawing.Point(96, 71);
254 this.txtLastOK.Name = "txtLastOK";
255 this.txtLastOK.ReadOnly = true;
256 this.txtLastOK.Size = new System.Drawing.Size(130, 20);
257 this.txtLastOK.TabIndex = 24;
258 //
259 // label3
260 //
261 this.label3.AutoSize = true;
262 this.label3.Location = new System.Drawing.Point(21, 74);
263 this.label3.Name = "label3";
264 this.label3.Size = new System.Drawing.Size(45, 13);
265 this.label3.TabIndex = 23;
266 this.label3.Text = "Last OK";
267 //
268 // txtEnabled
269 //
270 this.txtEnabled.Location = new System.Drawing.Point(96, 44);
271 this.txtEnabled.Name = "txtEnabled";
272 this.txtEnabled.ReadOnly = true;
273 this.txtEnabled.Size = new System.Drawing.Size(130, 20);
274 this.txtEnabled.TabIndex = 22;
275 //
276 // label2
277 //
278 this.label2.AutoSize = true;
279 this.label2.Location = new System.Drawing.Point(21, 47);
280 this.label2.Name = "label2";
281 this.label2.Size = new System.Drawing.Size(46, 13);
282 this.label2.TabIndex = 21;
283 this.label2.Text = "Enabled";
284 //
285 // txtTransport
286 //
287 this.txtTransport.Location = new System.Drawing.Point(96, 17);
288 this.txtTransport.Name = "txtTransport";
289 this.txtTransport.ReadOnly = true;
290 this.txtTransport.Size = new System.Drawing.Size(130, 20);
291 this.txtTransport.TabIndex = 20;
292 //
293 // label1
294 //
295 this.label1.AutoSize = true;
296 this.label1.Location = new System.Drawing.Point(21, 20);
297 this.label1.Name = "label1";
298 this.label1.Size = new System.Drawing.Size(52, 13);
299 this.label1.TabIndex = 19;
300 this.label1.Text = "Transport";
301 //
302 // tabPage2
303 //
304 this.tabPage2.Controls.Add(this.txtLog);
305 this.tabPage2.Location = new System.Drawing.Point(4, 22);
306 this.tabPage2.Name = "tabPage2";
307 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
308 this.tabPage2.Size = new System.Drawing.Size(437, 329);
309 this.tabPage2.TabIndex = 1;
310 this.tabPage2.Text = "Log";
311 this.tabPage2.UseVisualStyleBackColor = true;
312 //
313 // txtLog
314 //
315 this.txtLog.Location = new System.Drawing.Point(0, 0);
316 this.txtLog.Multiline = true;
317 this.txtLog.Name = "txtLog";
318 this.txtLog.ReadOnly = true;
319 this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
320 this.txtLog.Size = new System.Drawing.Size(436, 328);
321 this.txtLog.TabIndex = 0;
322 //
323 // tabPage3
324 //
325 this.tabPage3.Controls.Add(this.txtUpdateQuery);
326 this.tabPage3.Controls.Add(this.label12);
327 this.tabPage3.Controls.Add(this.txtReadQuery);
328 this.tabPage3.Controls.Add(this.label11);
329 this.tabPage3.Controls.Add(this.txtInsertQuery);
330 this.tabPage3.Controls.Add(this.label10);
331 this.tabPage3.Controls.Add(this.txtQueueName);
332 this.tabPage3.Controls.Add(this.label9);
333 this.tabPage3.Controls.Add(this.txtDirection);
334 this.tabPage3.Controls.Add(this.label8);
335 this.tabPage3.Location = new System.Drawing.Point(4, 22);
336 this.tabPage3.Name = "tabPage3";
337 this.tabPage3.Size = new System.Drawing.Size(437, 329);
338 this.tabPage3.TabIndex = 2;
339 this.tabPage3.Text = "Konfiguration";
340 this.tabPage3.UseVisualStyleBackColor = true;
341 //
342 // txtUpdateQuery
343 //
344 this.txtUpdateQuery.Location = new System.Drawing.Point(96, 125);
345 this.txtUpdateQuery.Name = "txtUpdateQuery";
346 this.txtUpdateQuery.ReadOnly = true;
347 this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20);
348 this.txtUpdateQuery.TabIndex = 30;
349 //
350 // label12
351 //
352 this.label12.AutoSize = true;
353 this.label12.Location = new System.Drawing.Point(21, 128);
354 this.label12.Name = "label12";
355 this.label12.Size = new System.Drawing.Size(70, 13);
356 this.label12.TabIndex = 29;
357 this.label12.Text = "UpdateQuery";
358 //
359 // txtReadQuery
360 //
361 this.txtReadQuery.Location = new System.Drawing.Point(96, 98);
362 this.txtReadQuery.Name = "txtReadQuery";
363 this.txtReadQuery.ReadOnly = true;
364 this.txtReadQuery.Size = new System.Drawing.Size(130, 20);
365 this.txtReadQuery.TabIndex = 28;
366 //
367 // label11
368 //
369 this.label11.AutoSize = true;
370 this.label11.Location = new System.Drawing.Point(21, 101);
371 this.label11.Name = "label11";
372 this.label11.Size = new System.Drawing.Size(61, 13);
373 this.label11.TabIndex = 27;
374 this.label11.Text = "ReadQuery";
375 //
376 // txtInsertQuery
377 //
378 this.txtInsertQuery.Location = new System.Drawing.Point(96, 71);
379 this.txtInsertQuery.Name = "txtInsertQuery";
380 this.txtInsertQuery.ReadOnly = true;
381 this.txtInsertQuery.Size = new System.Drawing.Size(130, 20);
382 this.txtInsertQuery.TabIndex = 26;
383 //
384 // label10
385 //
386 this.label10.AutoSize = true;
387 this.label10.Location = new System.Drawing.Point(21, 74);
388 this.label10.Name = "label10";
389 this.label10.Size = new System.Drawing.Size(61, 13);
390 this.label10.TabIndex = 25;
391 this.label10.Text = "InsertQuery";
392 //
393 // txtQueueName
394 //
395 this.txtQueueName.Location = new System.Drawing.Point(96, 44);
396 this.txtQueueName.Name = "txtQueueName";
397 this.txtQueueName.ReadOnly = true;
398 this.txtQueueName.Size = new System.Drawing.Size(130, 20);
399 this.txtQueueName.TabIndex = 24;
400 //
401 // label9
402 //
403 this.label9.AutoSize = true;
404 this.label9.Location = new System.Drawing.Point(21, 47);
405 this.label9.Name = "label9";
406 this.label9.Size = new System.Drawing.Size(39, 13);
407 this.label9.TabIndex = 23;
408 this.label9.Text = "Queue";
409 //
410 // txtDirection
411 //
412 this.txtDirection.Location = new System.Drawing.Point(96, 17);
413 this.txtDirection.Name = "txtDirection";
414 this.txtDirection.ReadOnly = true;
415 this.txtDirection.Size = new System.Drawing.Size(130, 20);
416 this.txtDirection.TabIndex = 22;
417 //
418 // label8
419 //
420 this.label8.AutoSize = true;
421 this.label8.Location = new System.Drawing.Point(21, 20);
422 this.label8.Name = "label8";
423 this.label8.Size = new System.Drawing.Size(49, 13);
424 this.label8.TabIndex = 21;
425 this.label8.Text = "Direction";
426 //
427 // lnkServer
428 //
429 this.lnkServer.AutoSize = true;
430 this.lnkServer.Location = new System.Drawing.Point(556, 389);
431 this.lnkServer.Name = "lnkServer";
432 this.lnkServer.Size = new System.Drawing.Size(16, 13);
433 this.lnkServer.TabIndex = 20;
434 this.lnkServer.TabStop = true;
435 this.lnkServer.Text = "...";
436 this.lnkServer.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkServer_LinkClicked);
437 //
438 // label13
439 //
440 this.label13.AutoSize = true;
441 this.label13.Location = new System.Drawing.Point(509, 389);
442 this.label13.Name = "label13";
443 this.label13.Size = new System.Drawing.Size(38, 13);
444 this.label13.TabIndex = 21;
445 this.label13.Text = "Server";
446 //
447 // transports
448 //
449 this.transports.Location = new System.Drawing.Point(13, 13);
450 this.transports.Name = "transports";
451 this.transports.Size = new System.Drawing.Size(180, 351);
452 this.transports.TabIndex = 22;
453 this.transports.UseCompatibleStateImageBehavior = false;
454 this.transports.View = System.Windows.Forms.View.List;
455 this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged);
456 //
457 // MainForm
458 //
459 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
460 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
461 this.ClientSize = new System.Drawing.Size(656, 414);
462 this.Controls.Add(this.transports);
463 this.Controls.Add(this.label13);
464 this.Controls.Add(this.lnkServer);
465 this.Controls.Add(this.tabControl1);
466 this.Controls.Add(this.startAll);
467 this.Controls.Add(this.stopAll);
468 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
469 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
470 this.MaximizeBox = false;
471 this.Name = "MainForm";
472 this.Text = "DAO MQ GUI";
473 this.Shown += new System.EventHandler(this.MainForm_Shown);
474 this.tabControl1.ResumeLayout(false);
475 this.tabPage1.ResumeLayout(false);
476 this.tabPage1.PerformLayout();
477 this.tabPage2.ResumeLayout(false);
478 this.tabPage2.PerformLayout();
479 this.tabPage3.ResumeLayout(false);
480 this.tabPage3.PerformLayout();
481 this.ResumeLayout(false);
482 this.PerformLayout();
483
484 }
485
486 #endregion
487
488 private System.Windows.Forms.Button stopAll;
489 private System.Windows.Forms.Button startAll;
490 private System.Windows.Forms.Timer refreshTimer;
491 private System.Windows.Forms.TabControl tabControl1;
492 private System.Windows.Forms.TabPage tabPage1;
493 private System.Windows.Forms.TextBox txtErrorMsg;
494 private System.Windows.Forms.Label label7;
495 private System.Windows.Forms.TextBox txtCounter;
496 private System.Windows.Forms.Label label6;
497 private System.Windows.Forms.TextBox txtErrorTime;
498 private System.Windows.Forms.Label label5;
499 private System.Windows.Forms.TextBox txtOkTime;
500 private System.Windows.Forms.Label label4;
501 private System.Windows.Forms.Button btnDisableOne;
502 private System.Windows.Forms.Button btnEnableOne;
503 private System.Windows.Forms.TextBox txtLastOK;
504 private System.Windows.Forms.Label label3;
505 private System.Windows.Forms.TextBox txtEnabled;
506 private System.Windows.Forms.Label label2;
507 private System.Windows.Forms.TextBox txtTransport;
508 private System.Windows.Forms.Label label1;
509 private System.Windows.Forms.TabPage tabPage2;
510 private System.Windows.Forms.TabPage tabPage3;
511 private System.Windows.Forms.TextBox txtUpdateQuery;
512 private System.Windows.Forms.Label label12;
513 private System.Windows.Forms.TextBox txtReadQuery;
514 private System.Windows.Forms.Label label11;
515 private System.Windows.Forms.TextBox txtInsertQuery;
516 private System.Windows.Forms.Label label10;
517 private System.Windows.Forms.TextBox txtQueueName;
518 private System.Windows.Forms.Label label9;
519 private System.Windows.Forms.TextBox txtDirection;
520 private System.Windows.Forms.Label label8;
521 private System.Windows.Forms.TextBox txtLog;
522 private System.Windows.Forms.LinkLabel lnkServer;
523 private System.Windows.Forms.Label label13;
524 private System.Windows.Forms.TextBox txtTransferTime;
525 private System.Windows.Forms.Label label14;
526 private System.Windows.Forms.ListView transports;
527 }
528 }
529

  ViewVC Help
Powered by ViewVC 1.1.20