30 |
{ |
{ |
31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PIDSelector)); |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PIDSelector)); |
32 |
this.lstProcessList = new System.Windows.Forms.ListView(); |
this.lstProcessList = new System.Windows.Forms.ListView(); |
33 |
this.colProcName = new System.Windows.Forms.ColumnHeader(); |
this.colProcName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
34 |
this.colProcPid = new System.Windows.Forms.ColumnHeader(); |
this.colProcPid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
35 |
this.colProcFullPath = new System.Windows.Forms.ColumnHeader(); |
this.colProcFullPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
36 |
this.toolmnu = new System.Windows.Forms.ToolStrip(); |
this.toolmnu = new System.Windows.Forms.ToolStrip(); |
37 |
this.btnLargeIcon = new System.Windows.Forms.ToolStripButton(); |
this.btnLargeIcon = new System.Windows.Forms.ToolStripButton(); |
38 |
this.btnDetails = new System.Windows.Forms.ToolStripButton(); |
this.btnDetails = new System.Windows.Forms.ToolStripButton(); |
49 |
// |
// |
50 |
// lstProcessList |
// lstProcessList |
51 |
// |
// |
52 |
this.lstProcessList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
this.lstProcessList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
53 |
| System.Windows.Forms.AnchorStyles.Left) |
| System.Windows.Forms.AnchorStyles.Left) |
54 |
| System.Windows.Forms.AnchorStyles.Right))); |
| System.Windows.Forms.AnchorStyles.Right))); |
55 |
this.lstProcessList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
this.lstProcessList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
56 |
this.colProcName, |
this.colProcName, |
57 |
this.colProcPid, |
this.colProcPid, |
172 |
// |
// |
173 |
// btn_pnl |
// btn_pnl |
174 |
// |
// |
175 |
this.btn_pnl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
this.btn_pnl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
176 |
| System.Windows.Forms.AnchorStyles.Right))); |
| System.Windows.Forms.AnchorStyles.Right))); |
177 |
this.btn_pnl.Controls.Add(this.btnRefresh); |
this.btn_pnl.Controls.Add(this.btnRefresh); |
178 |
this.btn_pnl.Controls.Add(this.btnOK); |
this.btn_pnl.Controls.Add(this.btnOK); |
179 |
this.btn_pnl.Controls.Add(this.btnCancel); |
this.btn_pnl.Controls.Add(this.btnCancel); |
190 |
this.Controls.Add(this.btn_pnl); |
this.Controls.Add(this.btn_pnl); |
191 |
this.Controls.Add(this.toolmnu); |
this.Controls.Add(this.toolmnu); |
192 |
this.Controls.Add(this.lstProcessList); |
this.Controls.Add(this.lstProcessList); |
193 |
|
this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft) |
194 |
|
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight))); |
195 |
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
196 |
this.Name = "PIDSelector"; |
this.Name = "PIDSelector"; |
197 |
this.Text = "PCSX2 Process Selector"; |
this.Text = "PCSX2 Process Selector"; |
198 |
this.toolmnu.ResumeLayout(false); |
this.toolmnu.ResumeLayout(false); |