--- dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/08 14:23:01 2000 +++ dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/09 17:25:41 2004 @@ -36,6 +36,8 @@ 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,8 +69,6 @@ this.label8 = new System.Windows.Forms.Label(); this.lnkServer = new System.Windows.Forms.LinkLabel(); this.label13 = new System.Windows.Forms.Label(); - this.txtTransferTime = new System.Windows.Forms.TextBox(); - this.label14 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); @@ -150,6 +150,23 @@ 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(96, 175); @@ -435,23 +452,6 @@ this.label13.TabIndex = 21; this.label13.Text = "Server"; // - // 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"; - // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -463,7 +463,9 @@ 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);