--- dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/05 08:43:21 1994 +++ dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/19 12:43:12 2023 @@ -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(); @@ -67,21 +68,13 @@ 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); @@ -122,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); @@ -146,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); @@ -157,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; @@ -165,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); @@ -174,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; @@ -182,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); @@ -191,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; @@ -199,7 +211,7 @@ // // txtOkTime // - this.txtOkTime.Location = new System.Drawing.Point(79, 97); + this.txtOkTime.Location = new System.Drawing.Point(96, 98); this.txtOkTime.Name = "txtOkTime"; this.txtOkTime.ReadOnly = true; this.txtOkTime.Size = new System.Drawing.Size(130, 20); @@ -208,7 +220,7 @@ // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(21, 100); + this.label4.Location = new System.Drawing.Point(21, 101); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(48, 13); this.label4.TabIndex = 27; @@ -217,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; @@ -228,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; @@ -238,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); @@ -255,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); @@ -272,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); @@ -328,7 +340,7 @@ // // txtUpdateQuery // - this.txtUpdateQuery.Location = new System.Drawing.Point(88, 117); + this.txtUpdateQuery.Location = new System.Drawing.Point(96, 125); this.txtUpdateQuery.Name = "txtUpdateQuery"; this.txtUpdateQuery.ReadOnly = true; this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20); @@ -337,7 +349,7 @@ // label12 // this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(14, 120); + this.label12.Location = new System.Drawing.Point(21, 128); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(70, 13); this.label12.TabIndex = 29; @@ -345,7 +357,7 @@ // // txtReadQuery // - this.txtReadQuery.Location = new System.Drawing.Point(88, 91); + this.txtReadQuery.Location = new System.Drawing.Point(96, 98); this.txtReadQuery.Name = "txtReadQuery"; this.txtReadQuery.ReadOnly = true; this.txtReadQuery.Size = new System.Drawing.Size(130, 20); @@ -354,7 +366,7 @@ // label11 // this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(14, 94); + this.label11.Location = new System.Drawing.Point(21, 101); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(61, 13); this.label11.TabIndex = 27; @@ -362,7 +374,7 @@ // // txtInsertQuery // - this.txtInsertQuery.Location = new System.Drawing.Point(88, 65); + this.txtInsertQuery.Location = new System.Drawing.Point(96, 71); this.txtInsertQuery.Name = "txtInsertQuery"; this.txtInsertQuery.ReadOnly = true; this.txtInsertQuery.Size = new System.Drawing.Size(130, 20); @@ -371,7 +383,7 @@ // label10 // this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(14, 68); + this.label10.Location = new System.Drawing.Point(21, 74); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(61, 13); this.label10.TabIndex = 25; @@ -379,7 +391,7 @@ // // txtQueueName // - this.txtQueueName.Location = new System.Drawing.Point(88, 39); + this.txtQueueName.Location = new System.Drawing.Point(96, 44); this.txtQueueName.Name = "txtQueueName"; this.txtQueueName.ReadOnly = true; this.txtQueueName.Size = new System.Drawing.Size(130, 20); @@ -388,7 +400,7 @@ // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(14, 42); + this.label9.Location = new System.Drawing.Point(21, 47); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(39, 13); this.label9.TabIndex = 23; @@ -396,7 +408,7 @@ // // txtDirection // - this.txtDirection.Location = new System.Drawing.Point(88, 13); + this.txtDirection.Location = new System.Drawing.Point(96, 17); this.txtDirection.Name = "txtDirection"; this.txtDirection.ReadOnly = true; this.txtDirection.Size = new System.Drawing.Size(130, 20); @@ -405,7 +417,7 @@ // label8 // this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(14, 16); + this.label8.Location = new System.Drawing.Point(21, 20); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(49, 13); this.label8.TabIndex = 21; @@ -431,18 +443,30 @@ 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); @@ -460,7 +484,6 @@ #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; @@ -497,6 +520,9 @@ 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; } }