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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.20