--- dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/10 20:24:16 2012 +++ dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/12 10:23:03 2013 @@ -30,7 +30,6 @@ { 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); @@ -69,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); @@ -452,17 +443,27 @@ 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; @@ -483,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; @@ -522,6 +522,7 @@ private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox txtTransferTime; private System.Windows.Forms.Label label14; + private System.Windows.Forms.ListView transports; } }