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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1992 by torben, Thu Jul 4 08:05:04 2013 UTC revision 2058 by torben, Wed Aug 28 06:45:20 2013 UTC
# Line 30  Line 30 
30          {          {
31              this.components = new System.ComponentModel.Container();              this.components = new System.ComponentModel.Container();
32              System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));              System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
             this.transports = new System.Windows.Forms.ListBox();  
33              this.stopAll = new System.Windows.Forms.Button();              this.stopAll = new System.Windows.Forms.Button();
34              this.startAll = new System.Windows.Forms.Button();              this.startAll = new System.Windows.Forms.Button();
35              this.refreshTimer = new System.Windows.Forms.Timer(this.components);              this.refreshTimer = new System.Windows.Forms.Timer(this.components);
36              this.tabControl1 = new System.Windows.Forms.TabControl();              this.tabControl1 = new System.Windows.Forms.TabControl();
37              this.tabPage1 = new System.Windows.Forms.TabPage();              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();              this.txtErrorMsg = new System.Windows.Forms.TextBox();
41              this.label7 = new System.Windows.Forms.Label();              this.label7 = new System.Windows.Forms.Label();
42              this.txtCounter = new System.Windows.Forms.TextBox();              this.txtCounter = new System.Windows.Forms.TextBox();
# Line 67  Line 68 
68              this.label8 = new System.Windows.Forms.Label();              this.label8 = new System.Windows.Forms.Label();
69              this.lnkServer = new System.Windows.Forms.LinkLabel();              this.lnkServer = new System.Windows.Forms.LinkLabel();
70              this.label13 = new System.Windows.Forms.Label();              this.label13 = new System.Windows.Forms.Label();
71                this.transports = new System.Windows.Forms.ListView();
72                this.txtDiscarded = new System.Windows.Forms.TextBox();
73                this.label15 = new System.Windows.Forms.Label();
74              this.tabControl1.SuspendLayout();              this.tabControl1.SuspendLayout();
75              this.tabPage1.SuspendLayout();              this.tabPage1.SuspendLayout();
76              this.tabPage2.SuspendLayout();              this.tabPage2.SuspendLayout();
77              this.tabPage3.SuspendLayout();              this.tabPage3.SuspendLayout();
78              this.SuspendLayout();              this.SuspendLayout();
79              //              //
             // transports  
             //  
             this.transports.FormattingEnabled = true;  
             this.transports.Location = new System.Drawing.Point(13, 13);  
             this.transports.Name = "transports";  
             this.transports.Size = new System.Drawing.Size(157, 355);  
             this.transports.TabIndex = 0;  
             this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged);  
             //  
80              // stopAll              // stopAll
81              //              //
82              this.stopAll.Location = new System.Drawing.Point(95, 379);              this.stopAll.Location = new System.Drawing.Point(95, 379);
# Line 122  Line 117 
117              //              //
118              // tabPage1              // tabPage1
119              //              //
120                this.tabPage1.Controls.Add(this.txtDiscarded);
121                this.tabPage1.Controls.Add(this.label15);
122                this.tabPage1.Controls.Add(this.txtTransferTime);
123                this.tabPage1.Controls.Add(this.label14);
124              this.tabPage1.Controls.Add(this.txtErrorMsg);              this.tabPage1.Controls.Add(this.txtErrorMsg);
125              this.tabPage1.Controls.Add(this.label7);              this.tabPage1.Controls.Add(this.label7);
126              this.tabPage1.Controls.Add(this.txtCounter);              this.tabPage1.Controls.Add(this.txtCounter);
# Line 146  Line 145 
145              this.tabPage1.Text = "Status";              this.tabPage1.Text = "Status";
146              this.tabPage1.UseVisualStyleBackColor = true;              this.tabPage1.UseVisualStyleBackColor = true;
147              //              //
148                // txtTransferTime
149                //
150                this.txtTransferTime.Location = new System.Drawing.Point(96, 123);
151                this.txtTransferTime.Name = "txtTransferTime";
152                this.txtTransferTime.ReadOnly = true;
153                this.txtTransferTime.Size = new System.Drawing.Size(130, 20);
154                this.txtTransferTime.TabIndex = 36;
155                //
156                // label14
157                //
158                this.label14.AutoSize = true;
159                this.label14.Location = new System.Drawing.Point(21, 126);
160                this.label14.Name = "label14";
161                this.label14.Size = new System.Drawing.Size(72, 13);
162                this.label14.TabIndex = 35;
163                this.label14.Text = "Transfer Time";
164                //
165              // txtErrorMsg              // txtErrorMsg
166              //              //
167              this.txtErrorMsg.Location = new System.Drawing.Point(79, 149);              this.txtErrorMsg.Location = new System.Drawing.Point(96, 175);
168              this.txtErrorMsg.Name = "txtErrorMsg";              this.txtErrorMsg.Name = "txtErrorMsg";
169              this.txtErrorMsg.ReadOnly = true;              this.txtErrorMsg.ReadOnly = true;
170              this.txtErrorMsg.Size = new System.Drawing.Size(130, 20);              this.txtErrorMsg.Size = new System.Drawing.Size(130, 20);
# Line 157  Line 173 
173              // label7              // label7
174              //              //
175              this.label7.AutoSize = true;              this.label7.AutoSize = true;
176              this.label7.Location = new System.Drawing.Point(21, 152);              this.label7.Location = new System.Drawing.Point(21, 178);
177              this.label7.Name = "label7";              this.label7.Name = "label7";
178              this.label7.Size = new System.Drawing.Size(51, 13);              this.label7.Size = new System.Drawing.Size(51, 13);
179              this.label7.TabIndex = 33;              this.label7.TabIndex = 33;
# Line 165  Line 181 
181              //              //
182              // txtCounter              // txtCounter
183              //              //
184              this.txtCounter.Location = new System.Drawing.Point(79, 175);              this.txtCounter.Location = new System.Drawing.Point(96, 201);
185              this.txtCounter.Name = "txtCounter";              this.txtCounter.Name = "txtCounter";
186              this.txtCounter.ReadOnly = true;              this.txtCounter.ReadOnly = true;
187              this.txtCounter.Size = new System.Drawing.Size(130, 20);              this.txtCounter.Size = new System.Drawing.Size(130, 20);
# Line 174  Line 190 
190              // label6              // label6
191              //              //
192              this.label6.AutoSize = true;              this.label6.AutoSize = true;
193              this.label6.Location = new System.Drawing.Point(21, 178);              this.label6.Location = new System.Drawing.Point(21, 204);
194              this.label6.Name = "label6";              this.label6.Name = "label6";
195              this.label6.Size = new System.Drawing.Size(44, 13);              this.label6.Size = new System.Drawing.Size(44, 13);
196              this.label6.TabIndex = 31;              this.label6.TabIndex = 31;
# Line 182  Line 198 
198              //              //
199              // txtErrorTime              // txtErrorTime
200              //              //
201              this.txtErrorTime.Location = new System.Drawing.Point(79, 123);              this.txtErrorTime.Location = new System.Drawing.Point(96, 149);
202              this.txtErrorTime.Name = "txtErrorTime";              this.txtErrorTime.Name = "txtErrorTime";
203              this.txtErrorTime.ReadOnly = true;              this.txtErrorTime.ReadOnly = true;
204              this.txtErrorTime.Size = new System.Drawing.Size(130, 20);              this.txtErrorTime.Size = new System.Drawing.Size(130, 20);
# Line 191  Line 207 
207              // label5              // label5
208              //              //
209              this.label5.AutoSize = true;              this.label5.AutoSize = true;
210              this.label5.Location = new System.Drawing.Point(21, 126);              this.label5.Location = new System.Drawing.Point(21, 152);
211              this.label5.Name = "label5";              this.label5.Name = "label5";
212              this.label5.Size = new System.Drawing.Size(55, 13);              this.label5.Size = new System.Drawing.Size(55, 13);
213              this.label5.TabIndex = 29;              this.label5.TabIndex = 29;
# Line 199  Line 215 
215              //              //
216              // txtOkTime              // txtOkTime
217              //              //
218              this.txtOkTime.Location = new System.Drawing.Point(79, 97);              this.txtOkTime.Location = new System.Drawing.Point(96, 98);
219              this.txtOkTime.Name = "txtOkTime";              this.txtOkTime.Name = "txtOkTime";
220              this.txtOkTime.ReadOnly = true;              this.txtOkTime.ReadOnly = true;
221              this.txtOkTime.Size = new System.Drawing.Size(130, 20);              this.txtOkTime.Size = new System.Drawing.Size(130, 20);
# Line 208  Line 224 
224              // label4              // label4
225              //              //
226              this.label4.AutoSize = true;              this.label4.AutoSize = true;
227              this.label4.Location = new System.Drawing.Point(21, 100);              this.label4.Location = new System.Drawing.Point(21, 101);
228              this.label4.Name = "label4";              this.label4.Name = "label4";
229              this.label4.Size = new System.Drawing.Size(48, 13);              this.label4.Size = new System.Drawing.Size(48, 13);
230              this.label4.TabIndex = 27;              this.label4.TabIndex = 27;
# Line 217  Line 233 
233              // btnDisableOne              // btnDisableOne
234              //              //
235              this.btnDisableOne.Enabled = false;              this.btnDisableOne.Enabled = false;
236              this.btnDisableOne.Location = new System.Drawing.Point(106, 210);              this.btnDisableOne.Location = new System.Drawing.Point(106, 258);
237              this.btnDisableOne.Name = "btnDisableOne";              this.btnDisableOne.Name = "btnDisableOne";
238              this.btnDisableOne.Size = new System.Drawing.Size(75, 23);              this.btnDisableOne.Size = new System.Drawing.Size(75, 23);
239              this.btnDisableOne.TabIndex = 26;              this.btnDisableOne.TabIndex = 26;
# Line 228  Line 244 
244              // btnEnableOne              // btnEnableOne
245              //              //
246              this.btnEnableOne.Enabled = false;              this.btnEnableOne.Enabled = false;
247              this.btnEnableOne.Location = new System.Drawing.Point(24, 210);              this.btnEnableOne.Location = new System.Drawing.Point(24, 258);
248              this.btnEnableOne.Name = "btnEnableOne";              this.btnEnableOne.Name = "btnEnableOne";
249              this.btnEnableOne.Size = new System.Drawing.Size(75, 23);              this.btnEnableOne.Size = new System.Drawing.Size(75, 23);
250              this.btnEnableOne.TabIndex = 25;              this.btnEnableOne.TabIndex = 25;
# Line 238  Line 254 
254              //              //
255              // txtLastOK              // txtLastOK
256              //              //
257              this.txtLastOK.Location = new System.Drawing.Point(79, 71);              this.txtLastOK.Location = new System.Drawing.Point(96, 71);
258              this.txtLastOK.Name = "txtLastOK";              this.txtLastOK.Name = "txtLastOK";
259              this.txtLastOK.ReadOnly = true;              this.txtLastOK.ReadOnly = true;
260              this.txtLastOK.Size = new System.Drawing.Size(130, 20);              this.txtLastOK.Size = new System.Drawing.Size(130, 20);
# Line 255  Line 271 
271              //              //
272              // txtEnabled              // txtEnabled
273              //              //
274              this.txtEnabled.Location = new System.Drawing.Point(79, 44);              this.txtEnabled.Location = new System.Drawing.Point(96, 44);
275              this.txtEnabled.Name = "txtEnabled";              this.txtEnabled.Name = "txtEnabled";
276              this.txtEnabled.ReadOnly = true;              this.txtEnabled.ReadOnly = true;
277              this.txtEnabled.Size = new System.Drawing.Size(130, 20);              this.txtEnabled.Size = new System.Drawing.Size(130, 20);
# Line 272  Line 288 
288              //              //
289              // txtTransport              // txtTransport
290              //              //
291              this.txtTransport.Location = new System.Drawing.Point(79, 17);              this.txtTransport.Location = new System.Drawing.Point(96, 17);
292              this.txtTransport.Name = "txtTransport";              this.txtTransport.Name = "txtTransport";
293              this.txtTransport.ReadOnly = true;              this.txtTransport.ReadOnly = true;
294              this.txtTransport.Size = new System.Drawing.Size(130, 20);              this.txtTransport.Size = new System.Drawing.Size(130, 20);
# Line 304  Line 320 
320              this.txtLog.Multiline = true;              this.txtLog.Multiline = true;
321              this.txtLog.Name = "txtLog";              this.txtLog.Name = "txtLog";
322              this.txtLog.ReadOnly = true;              this.txtLog.ReadOnly = true;
323                this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
324              this.txtLog.Size = new System.Drawing.Size(436, 328);              this.txtLog.Size = new System.Drawing.Size(436, 328);
325              this.txtLog.TabIndex = 0;              this.txtLog.TabIndex = 0;
326              //              //
# Line 328  Line 345 
345              //              //
346              // txtUpdateQuery              // txtUpdateQuery
347              //              //
348              this.txtUpdateQuery.Location = new System.Drawing.Point(88, 117);              this.txtUpdateQuery.Location = new System.Drawing.Point(96, 125);
349              this.txtUpdateQuery.Name = "txtUpdateQuery";              this.txtUpdateQuery.Name = "txtUpdateQuery";
350              this.txtUpdateQuery.ReadOnly = true;              this.txtUpdateQuery.ReadOnly = true;
351              this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20);              this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20);
# Line 337  Line 354 
354              // label12              // label12
355              //              //
356              this.label12.AutoSize = true;              this.label12.AutoSize = true;
357              this.label12.Location = new System.Drawing.Point(14, 120);              this.label12.Location = new System.Drawing.Point(21, 128);
358              this.label12.Name = "label12";              this.label12.Name = "label12";
359              this.label12.Size = new System.Drawing.Size(70, 13);              this.label12.Size = new System.Drawing.Size(70, 13);
360              this.label12.TabIndex = 29;              this.label12.TabIndex = 29;
# Line 345  Line 362 
362              //              //
363              // txtReadQuery              // txtReadQuery
364              //              //
365              this.txtReadQuery.Location = new System.Drawing.Point(88, 91);              this.txtReadQuery.Location = new System.Drawing.Point(96, 98);
366              this.txtReadQuery.Name = "txtReadQuery";              this.txtReadQuery.Name = "txtReadQuery";
367              this.txtReadQuery.ReadOnly = true;              this.txtReadQuery.ReadOnly = true;
368              this.txtReadQuery.Size = new System.Drawing.Size(130, 20);              this.txtReadQuery.Size = new System.Drawing.Size(130, 20);
# Line 354  Line 371 
371              // label11              // label11
372              //              //
373              this.label11.AutoSize = true;              this.label11.AutoSize = true;
374              this.label11.Location = new System.Drawing.Point(14, 94);              this.label11.Location = new System.Drawing.Point(21, 101);
375              this.label11.Name = "label11";              this.label11.Name = "label11";
376              this.label11.Size = new System.Drawing.Size(61, 13);              this.label11.Size = new System.Drawing.Size(61, 13);
377              this.label11.TabIndex = 27;              this.label11.TabIndex = 27;
# Line 362  Line 379 
379              //              //
380              // txtInsertQuery              // txtInsertQuery
381              //              //
382              this.txtInsertQuery.Location = new System.Drawing.Point(88, 65);              this.txtInsertQuery.Location = new System.Drawing.Point(96, 71);
383              this.txtInsertQuery.Name = "txtInsertQuery";              this.txtInsertQuery.Name = "txtInsertQuery";
384              this.txtInsertQuery.ReadOnly = true;              this.txtInsertQuery.ReadOnly = true;
385              this.txtInsertQuery.Size = new System.Drawing.Size(130, 20);              this.txtInsertQuery.Size = new System.Drawing.Size(130, 20);
# Line 371  Line 388 
388              // label10              // label10
389              //              //
390              this.label10.AutoSize = true;              this.label10.AutoSize = true;
391              this.label10.Location = new System.Drawing.Point(14, 68);              this.label10.Location = new System.Drawing.Point(21, 74);
392              this.label10.Name = "label10";              this.label10.Name = "label10";
393              this.label10.Size = new System.Drawing.Size(61, 13);              this.label10.Size = new System.Drawing.Size(61, 13);
394              this.label10.TabIndex = 25;              this.label10.TabIndex = 25;
# Line 379  Line 396 
396              //              //
397              // txtQueueName              // txtQueueName
398              //              //
399              this.txtQueueName.Location = new System.Drawing.Point(88, 39);              this.txtQueueName.Location = new System.Drawing.Point(96, 44);
400              this.txtQueueName.Name = "txtQueueName";              this.txtQueueName.Name = "txtQueueName";
401              this.txtQueueName.ReadOnly = true;              this.txtQueueName.ReadOnly = true;
402              this.txtQueueName.Size = new System.Drawing.Size(130, 20);              this.txtQueueName.Size = new System.Drawing.Size(130, 20);
# Line 388  Line 405 
405              // label9              // label9
406              //              //
407              this.label9.AutoSize = true;              this.label9.AutoSize = true;
408              this.label9.Location = new System.Drawing.Point(14, 42);              this.label9.Location = new System.Drawing.Point(21, 47);
409              this.label9.Name = "label9";              this.label9.Name = "label9";
410              this.label9.Size = new System.Drawing.Size(39, 13);              this.label9.Size = new System.Drawing.Size(39, 13);
411              this.label9.TabIndex = 23;              this.label9.TabIndex = 23;
# Line 396  Line 413 
413              //              //
414              // txtDirection              // txtDirection
415              //              //
416              this.txtDirection.Location = new System.Drawing.Point(88, 13);              this.txtDirection.Location = new System.Drawing.Point(96, 17);
417              this.txtDirection.Name = "txtDirection";              this.txtDirection.Name = "txtDirection";
418              this.txtDirection.ReadOnly = true;              this.txtDirection.ReadOnly = true;
419              this.txtDirection.Size = new System.Drawing.Size(130, 20);              this.txtDirection.Size = new System.Drawing.Size(130, 20);
# Line 405  Line 422 
422              // label8              // label8
423              //              //
424              this.label8.AutoSize = true;              this.label8.AutoSize = true;
425              this.label8.Location = new System.Drawing.Point(14, 16);              this.label8.Location = new System.Drawing.Point(21, 20);
426              this.label8.Name = "label8";              this.label8.Name = "label8";
427              this.label8.Size = new System.Drawing.Size(49, 13);              this.label8.Size = new System.Drawing.Size(49, 13);
428              this.label8.TabIndex = 21;              this.label8.TabIndex = 21;
# Line 431  Line 448 
448              this.label13.TabIndex = 21;              this.label13.TabIndex = 21;
449              this.label13.Text = "Server";              this.label13.Text = "Server";
450              //              //
451                // transports
452                //
453                this.transports.Location = new System.Drawing.Point(13, 13);
454                this.transports.Name = "transports";
455                this.transports.Size = new System.Drawing.Size(180, 351);
456                this.transports.TabIndex = 22;
457                this.transports.UseCompatibleStateImageBehavior = false;
458                this.transports.View = System.Windows.Forms.View.List;
459                this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged);
460                //
461                // txtDiscarded
462                //
463                this.txtDiscarded.Location = new System.Drawing.Point(96, 227);
464                this.txtDiscarded.Name = "txtDiscarded";
465                this.txtDiscarded.ReadOnly = true;
466                this.txtDiscarded.Size = new System.Drawing.Size(130, 20);
467                this.txtDiscarded.TabIndex = 38;
468                //
469                // label15
470                //
471                this.label15.AutoSize = true;
472                this.label15.Location = new System.Drawing.Point(21, 230);
473                this.label15.Name = "label15";
474                this.label15.Size = new System.Drawing.Size(55, 13);
475                this.label15.TabIndex = 37;
476                this.label15.Text = "Discarded";
477                //
478              // MainForm              // MainForm
479              //              //
480              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
481              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
482              this.ClientSize = new System.Drawing.Size(656, 414);              this.ClientSize = new System.Drawing.Size(656, 414);
483                this.Controls.Add(this.transports);
484              this.Controls.Add(this.label13);              this.Controls.Add(this.label13);
485              this.Controls.Add(this.lnkServer);              this.Controls.Add(this.lnkServer);
486              this.Controls.Add(this.tabControl1);              this.Controls.Add(this.tabControl1);
487              this.Controls.Add(this.startAll);              this.Controls.Add(this.startAll);
488              this.Controls.Add(this.stopAll);              this.Controls.Add(this.stopAll);
489              this.Controls.Add(this.transports);              this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
490              this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));              this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
491                this.MaximizeBox = false;
492              this.Name = "MainForm";              this.Name = "MainForm";
493              this.Text = "DAO MQ GUI";              this.Text = "DAO MQ GUI";
494                this.Shown += new System.EventHandler(this.MainForm_Shown);
495              this.tabControl1.ResumeLayout(false);              this.tabControl1.ResumeLayout(false);
496              this.tabPage1.ResumeLayout(false);              this.tabPage1.ResumeLayout(false);
497              this.tabPage1.PerformLayout();              this.tabPage1.PerformLayout();
# Line 459  Line 506 
506    
507          #endregion          #endregion
508    
         private System.Windows.Forms.ListBox transports;  
509          private System.Windows.Forms.Button stopAll;          private System.Windows.Forms.Button stopAll;
510          private System.Windows.Forms.Button startAll;          private System.Windows.Forms.Button startAll;
511          private System.Windows.Forms.Timer refreshTimer;          private System.Windows.Forms.Timer refreshTimer;
# Line 496  Line 542 
542          private System.Windows.Forms.TextBox txtLog;          private System.Windows.Forms.TextBox txtLog;
543          private System.Windows.Forms.LinkLabel lnkServer;          private System.Windows.Forms.LinkLabel lnkServer;
544          private System.Windows.Forms.Label label13;          private System.Windows.Forms.Label label13;
545            private System.Windows.Forms.TextBox txtTransferTime;
546            private System.Windows.Forms.Label label14;
547            private System.Windows.Forms.ListView transports;
548            private System.Windows.Forms.TextBox txtDiscarded;
549            private System.Windows.Forms.Label label15;
550      }      }
551  }  }
552    

Legend:
Removed from v.1992  
changed lines
  Added in v.2058

  ViewVC Help
Powered by ViewVC 1.1.20