/[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 1986 by torben, Wed Jul 3 07:56:52 2013 UTC revision 1994 by torben, Fri Jul 5 08:43:21 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 421  Line 445 
445              this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));              this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
446              this.Name = "MainForm";              this.Name = "MainForm";
447              this.Text = "DAO MQ GUI";              this.Text = "DAO MQ GUI";
448                this.Shown += new System.EventHandler(this.MainForm_Shown);
449              this.tabControl1.ResumeLayout(false);              this.tabControl1.ResumeLayout(false);
450              this.tabPage1.ResumeLayout(false);              this.tabPage1.ResumeLayout(false);
451              this.tabPage1.PerformLayout();              this.tabPage1.PerformLayout();
# Line 429  Line 454 
454              this.tabPage3.ResumeLayout(false);              this.tabPage3.ResumeLayout(false);
455              this.tabPage3.PerformLayout();              this.tabPage3.PerformLayout();
456              this.ResumeLayout(false);              this.ResumeLayout(false);
457                this.PerformLayout();
458    
459          }          }
460    
# Line 469  Line 495 
495          private System.Windows.Forms.TextBox txtDirection;          private System.Windows.Forms.TextBox txtDirection;
496          private System.Windows.Forms.Label label8;          private System.Windows.Forms.Label label8;
497          private System.Windows.Forms.TextBox txtLog;          private System.Windows.Forms.TextBox txtLog;
498            private System.Windows.Forms.LinkLabel lnkServer;
499            private System.Windows.Forms.Label label13;
500      }      }
501  }  }
502    

Legend:
Removed from v.1986  
changed lines
  Added in v.1994

  ViewVC Help
Powered by ViewVC 1.1.20