--- trunk/RomCheater/Docking/PIDSelector.designer.cs 2012/05/27 23:34:33 149 +++ trunk/RomCheater/Docking/PIDSelector.designer.cs 2012/05/27 23:59:22 150 @@ -30,9 +30,9 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PIDSelector)); this.lstProcessList = new System.Windows.Forms.ListView(); - this.colProcName = new System.Windows.Forms.ColumnHeader(); - this.colProcPid = new System.Windows.Forms.ColumnHeader(); - this.colProcFullPath = new System.Windows.Forms.ColumnHeader(); + this.colProcName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.colProcPid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.colProcFullPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.toolmnu = new System.Windows.Forms.ToolStrip(); this.btnLargeIcon = new System.Windows.Forms.ToolStripButton(); this.btnDetails = new System.Windows.Forms.ToolStripButton(); @@ -49,9 +49,9 @@ // // lstProcessList // - this.lstProcessList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.lstProcessList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.lstProcessList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colProcName, this.colProcPid, @@ -172,8 +172,8 @@ // // btn_pnl // - this.btn_pnl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.btn_pnl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.btn_pnl.Controls.Add(this.btnRefresh); this.btn_pnl.Controls.Add(this.btnOK); this.btn_pnl.Controls.Add(this.btnCancel); @@ -190,6 +190,9 @@ this.Controls.Add(this.btn_pnl); this.Controls.Add(this.toolmnu); this.Controls.Add(this.lstProcessList); + this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft) + | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight))); + this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "PIDSelector"; this.Text = "PCSX2 Process Selector"; this.toolmnu.ResumeLayout(false); |