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

  ViewVC Help
Powered by ViewVC 1.1.20