/[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 2057 by torben, Mon Aug 26 10:40:26 2013 UTC revision 2058 by torben, Wed Aug 28 06:45:20 2013 UTC
# Line 69  Line 69 
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();              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();
# Line 115  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 229  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 240  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 454  Line 458 
458              this.transports.View = System.Windows.Forms.View.List;              this.transports.View = System.Windows.Forms.View.List;
459              this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged);              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);
# Line 524  Line 545 
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;          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.2057  
changed lines
  Added in v.2058

  ViewVC Help
Powered by ViewVC 1.1.20