/[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 1991 by torben, Wed Jul 3 07:56:52 2013 UTC revision 1992 by torben, Thu Jul 4 08:05:04 2013 UTC
# Line 65  Line 65 
65              this.label9 = new System.Windows.Forms.Label();              this.label9 = new System.Windows.Forms.Label();
66              this.txtDirection = new System.Windows.Forms.TextBox();              this.txtDirection = new System.Windows.Forms.TextBox();
67              this.label8 = new System.Windows.Forms.Label();              this.label8 = new System.Windows.Forms.Label();
68                this.lnkServer = new System.Windows.Forms.LinkLabel();
69                this.label13 = new System.Windows.Forms.Label();
70              this.tabControl1.SuspendLayout();              this.tabControl1.SuspendLayout();
71              this.tabPage1.SuspendLayout();              this.tabPage1.SuspendLayout();
72              this.tabPage2.SuspendLayout();              this.tabPage2.SuspendLayout();
# Line 409  Line 411 
411              this.label8.TabIndex = 21;              this.label8.TabIndex = 21;
412              this.label8.Text = "Direction";              this.label8.Text = "Direction";
413              //              //
414                // lnkServer
415                //
416                this.lnkServer.AutoSize = true;
417                this.lnkServer.Location = new System.Drawing.Point(556, 389);
418                this.lnkServer.Name = "lnkServer";
419                this.lnkServer.Size = new System.Drawing.Size(16, 13);
420                this.lnkServer.TabIndex = 20;
421                this.lnkServer.TabStop = true;
422                this.lnkServer.Text = "...";
423                this.lnkServer.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkServer_LinkClicked);
424                //
425                // label13
426                //
427                this.label13.AutoSize = true;
428                this.label13.Location = new System.Drawing.Point(509, 389);
429                this.label13.Name = "label13";
430                this.label13.Size = new System.Drawing.Size(38, 13);
431                this.label13.TabIndex = 21;
432                this.label13.Text = "Server";
433                //
434              // MainForm              // MainForm
435              //              //
436              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
437              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
438              this.ClientSize = new System.Drawing.Size(656, 414);              this.ClientSize = new System.Drawing.Size(656, 414);
439                this.Controls.Add(this.label13);
440                this.Controls.Add(this.lnkServer);
441              this.Controls.Add(this.tabControl1);              this.Controls.Add(this.tabControl1);
442              this.Controls.Add(this.startAll);              this.Controls.Add(this.startAll);
443              this.Controls.Add(this.stopAll);              this.Controls.Add(this.stopAll);
# Line 429  Line 453 
453              this.tabPage3.ResumeLayout(false);              this.tabPage3.ResumeLayout(false);
454              this.tabPage3.PerformLayout();              this.tabPage3.PerformLayout();
455              this.ResumeLayout(false);              this.ResumeLayout(false);
456                this.PerformLayout();
457    
458          }          }
459    
# Line 469  Line 494 
494          private System.Windows.Forms.TextBox txtDirection;          private System.Windows.Forms.TextBox txtDirection;
495          private System.Windows.Forms.Label label8;          private System.Windows.Forms.Label label8;
496          private System.Windows.Forms.TextBox txtLog;          private System.Windows.Forms.TextBox txtLog;
497            private System.Windows.Forms.LinkLabel lnkServer;
498            private System.Windows.Forms.Label label13;
499      }      }
500  }  }
501    

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

  ViewVC Help
Powered by ViewVC 1.1.20