/[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 2000 by torben, Mon Jul 8 14:23:01 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.txtTransferTime = new System.Windows.Forms.TextBox();              this.transports = new System.Windows.Forms.ListView();
72              this.label14 = new System.Windows.Forms.Label();              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 124  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);              this.tabPage1.Controls.Add(this.txtTransferTime);
123              this.tabPage1.Controls.Add(this.label14);              this.tabPage1.Controls.Add(this.label14);
124              this.tabPage1.Controls.Add(this.txtErrorMsg);              this.tabPage1.Controls.Add(this.txtErrorMsg);
# Line 150  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(96, 175);              this.txtErrorMsg.Location = new System.Drawing.Point(96, 175);
# Line 203  Line 215 
215              //              //
216              // txtOkTime              // txtOkTime
217              //              //
218              this.txtOkTime.Location = new System.Drawing.Point(96, 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 212  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 221  Line 233 
233              // btnDisableOne              // btnDisableOne
234              //              //
235              this.btnDisableOne.Enabled = false;              this.btnDisableOne.Enabled = false;
236              this.btnDisableOne.Location = new System.Drawing.Point(106, 236);              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 232  Line 244 
244              // btnEnableOne              // btnEnableOne
245              //              //
246              this.btnEnableOne.Enabled = false;              this.btnEnableOne.Enabled = false;
247              this.btnEnableOne.Location = new System.Drawing.Point(24, 236);              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 308  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 332  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 341  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 349  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 358  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 366  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 375  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 383  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 392  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 400  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 409  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 435  Line 448 
448              this.label13.TabIndex = 21;              this.label13.TabIndex = 21;
449              this.label13.Text = "Server";              this.label13.Text = "Server";
450              //              //
451              // txtTransferTime              // transports
452              //              //
453              this.txtTransferTime.Location = new System.Drawing.Point(96, 123);              this.transports.Location = new System.Drawing.Point(13, 13);
454              this.txtTransferTime.Name = "txtTransferTime";              this.transports.Name = "transports";
455              this.txtTransferTime.ReadOnly = true;              this.transports.Size = new System.Drawing.Size(180, 351);
456              this.txtTransferTime.Size = new System.Drawing.Size(130, 20);              this.transports.TabIndex = 22;
457              this.txtTransferTime.TabIndex = 36;              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              // label14              // txtDiscarded
462              //              //
463              this.label14.AutoSize = true;              this.txtDiscarded.Location = new System.Drawing.Point(96, 227);
464              this.label14.Location = new System.Drawing.Point(21, 126);              this.txtDiscarded.Name = "txtDiscarded";
465              this.label14.Name = "label14";              this.txtDiscarded.ReadOnly = true;
466              this.label14.Size = new System.Drawing.Size(72, 13);              this.txtDiscarded.Size = new System.Drawing.Size(130, 20);
467              this.label14.TabIndex = 35;              this.txtDiscarded.TabIndex = 38;
468              this.label14.Text = "Transfer Time";              //
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);              this.Shown += new System.EventHandler(this.MainForm_Shown);
# Line 481  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 520  Line 544 
544          private System.Windows.Forms.Label label13;          private System.Windows.Forms.Label label13;
545          private System.Windows.Forms.TextBox txtTransferTime;          private System.Windows.Forms.TextBox txtTransferTime;
546          private System.Windows.Forms.Label label14;          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.2000  
changed lines
  Added in v.2058

  ViewVC Help
Powered by ViewVC 1.1.20