--- dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/03 07:56:52 1986 +++ dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/12 10:23:03 2013 @@ -30,12 +30,13 @@ { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); - this.transports = new System.Windows.Forms.ListBox(); this.stopAll = new System.Windows.Forms.Button(); this.startAll = new System.Windows.Forms.Button(); this.refreshTimer = new System.Windows.Forms.Timer(this.components); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); + this.txtTransferTime = new System.Windows.Forms.TextBox(); + this.label14 = new System.Windows.Forms.Label(); this.txtErrorMsg = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtCounter = new System.Windows.Forms.TextBox(); @@ -65,21 +66,15 @@ this.label9 = new System.Windows.Forms.Label(); this.txtDirection = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); + this.lnkServer = new System.Windows.Forms.LinkLabel(); + this.label13 = new System.Windows.Forms.Label(); + this.transports = new System.Windows.Forms.ListView(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // - // 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); - // // stopAll // this.stopAll.Location = new System.Drawing.Point(95, 379); @@ -120,6 +115,8 @@ // // tabPage1 // + this.tabPage1.Controls.Add(this.txtTransferTime); + this.tabPage1.Controls.Add(this.label14); this.tabPage1.Controls.Add(this.txtErrorMsg); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.txtCounter); @@ -144,9 +141,26 @@ this.tabPage1.Text = "Status"; this.tabPage1.UseVisualStyleBackColor = true; // + // txtTransferTime + // + this.txtTransferTime.Location = new System.Drawing.Point(96, 123); + this.txtTransferTime.Name = "txtTransferTime"; + this.txtTransferTime.ReadOnly = true; + this.txtTransferTime.Size = new System.Drawing.Size(130, 20); + this.txtTransferTime.TabIndex = 36; + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Location = new System.Drawing.Point(21, 126); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(72, 13); + this.label14.TabIndex = 35; + this.label14.Text = "Transfer Time"; + // // txtErrorMsg // - this.txtErrorMsg.Location = new System.Drawing.Point(79, 149); + this.txtErrorMsg.Location = new System.Drawing.Point(96, 175); this.txtErrorMsg.Name = "txtErrorMsg"; this.txtErrorMsg.ReadOnly = true; this.txtErrorMsg.Size = new System.Drawing.Size(130, 20); @@ -155,7 +169,7 @@ // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(21, 152); + this.label7.Location = new System.Drawing.Point(21, 178); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(51, 13); this.label7.TabIndex = 33; @@ -163,7 +177,7 @@ // // txtCounter // - this.txtCounter.Location = new System.Drawing.Point(79, 175); + this.txtCounter.Location = new System.Drawing.Point(96, 201); this.txtCounter.Name = "txtCounter"; this.txtCounter.ReadOnly = true; this.txtCounter.Size = new System.Drawing.Size(130, 20); @@ -172,7 +186,7 @@ // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(21, 178); + this.label6.Location = new System.Drawing.Point(21, 204); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(44, 13); this.label6.TabIndex = 31; @@ -180,7 +194,7 @@ // // txtErrorTime // - this.txtErrorTime.Location = new System.Drawing.Point(79, 123); + this.txtErrorTime.Location = new System.Drawing.Point(96, 149); this.txtErrorTime.Name = "txtErrorTime"; this.txtErrorTime.ReadOnly = true; this.txtErrorTime.Size = new System.Drawing.Size(130, 20); @@ -189,7 +203,7 @@ // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(21, 126); + this.label5.Location = new System.Drawing.Point(21, 152); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(55, 13); this.label5.TabIndex = 29; @@ -197,7 +211,7 @@ // // txtOkTime // - this.txtOkTime.Location = new System.Drawing.Point(79, 97); + this.txtOkTime.Location = new System.Drawing.Point(96, 97); this.txtOkTime.Name = "txtOkTime"; this.txtOkTime.ReadOnly = true; this.txtOkTime.Size = new System.Drawing.Size(130, 20); @@ -215,7 +229,7 @@ // btnDisableOne // this.btnDisableOne.Enabled = false; - this.btnDisableOne.Location = new System.Drawing.Point(106, 210); + this.btnDisableOne.Location = new System.Drawing.Point(106, 236); this.btnDisableOne.Name = "btnDisableOne"; this.btnDisableOne.Size = new System.Drawing.Size(75, 23); this.btnDisableOne.TabIndex = 26; @@ -226,7 +240,7 @@ // btnEnableOne // this.btnEnableOne.Enabled = false; - this.btnEnableOne.Location = new System.Drawing.Point(24, 210); + this.btnEnableOne.Location = new System.Drawing.Point(24, 236); this.btnEnableOne.Name = "btnEnableOne"; this.btnEnableOne.Size = new System.Drawing.Size(75, 23); this.btnEnableOne.TabIndex = 25; @@ -236,7 +250,7 @@ // // txtLastOK // - this.txtLastOK.Location = new System.Drawing.Point(79, 71); + this.txtLastOK.Location = new System.Drawing.Point(96, 71); this.txtLastOK.Name = "txtLastOK"; this.txtLastOK.ReadOnly = true; this.txtLastOK.Size = new System.Drawing.Size(130, 20); @@ -253,7 +267,7 @@ // // txtEnabled // - this.txtEnabled.Location = new System.Drawing.Point(79, 44); + this.txtEnabled.Location = new System.Drawing.Point(96, 44); this.txtEnabled.Name = "txtEnabled"; this.txtEnabled.ReadOnly = true; this.txtEnabled.Size = new System.Drawing.Size(130, 20); @@ -270,7 +284,7 @@ // // txtTransport // - this.txtTransport.Location = new System.Drawing.Point(79, 17); + this.txtTransport.Location = new System.Drawing.Point(96, 17); this.txtTransport.Name = "txtTransport"; this.txtTransport.ReadOnly = true; this.txtTransport.Size = new System.Drawing.Size(130, 20); @@ -409,18 +423,53 @@ this.label8.TabIndex = 21; this.label8.Text = "Direction"; // + // lnkServer + // + this.lnkServer.AutoSize = true; + this.lnkServer.Location = new System.Drawing.Point(556, 389); + this.lnkServer.Name = "lnkServer"; + this.lnkServer.Size = new System.Drawing.Size(16, 13); + this.lnkServer.TabIndex = 20; + this.lnkServer.TabStop = true; + this.lnkServer.Text = "..."; + this.lnkServer.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkServer_LinkClicked); + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Location = new System.Drawing.Point(509, 389); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(38, 13); + this.label13.TabIndex = 21; + this.label13.Text = "Server"; + // + // transports + // + this.transports.Location = new System.Drawing.Point(13, 13); + this.transports.Name = "transports"; + this.transports.Size = new System.Drawing.Size(180, 351); + this.transports.TabIndex = 22; + this.transports.UseCompatibleStateImageBehavior = false; + this.transports.View = System.Windows.Forms.View.List; + this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged); + // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(656, 414); + this.Controls.Add(this.transports); + this.Controls.Add(this.label13); + this.Controls.Add(this.lnkServer); this.Controls.Add(this.tabControl1); this.Controls.Add(this.startAll); this.Controls.Add(this.stopAll); - this.Controls.Add(this.transports); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; this.Name = "MainForm"; this.Text = "DAO MQ GUI"; + this.Shown += new System.EventHandler(this.MainForm_Shown); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); @@ -429,12 +478,12 @@ this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); + this.PerformLayout(); } #endregion - private System.Windows.Forms.ListBox transports; private System.Windows.Forms.Button stopAll; private System.Windows.Forms.Button startAll; private System.Windows.Forms.Timer refreshTimer; @@ -469,6 +518,11 @@ private System.Windows.Forms.TextBox txtDirection; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtLog; + private System.Windows.Forms.LinkLabel lnkServer; + private System.Windows.Forms.Label label13; + private System.Windows.Forms.TextBox txtTransferTime; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.ListView transports; } }