namespace RomCheater
{
partial class PIDSelector
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
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.toolmnu = new System.Windows.Forms.ToolStrip();
this.btnLargeIcon = new System.Windows.Forms.ToolStripButton();
this.btnDetails = new System.Windows.Forms.ToolStripButton();
this.btnSmallIcon = new System.Windows.Forms.ToolStripButton();
this.btnList = new System.Windows.Forms.ToolStripButton();
this.btnTile = new System.Windows.Forms.ToolStripButton();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnRefresh = new System.Windows.Forms.Button();
this.btn_pnl = new System.Windows.Forms.Panel();
this.toolmnu.SuspendLayout();
this.btn_pnl.SuspendLayout();
this.SuspendLayout();
//
// 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.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colProcName,
this.colProcPid,
this.colProcFullPath});
this.lstProcessList.Location = new System.Drawing.Point(0, 28);
this.lstProcessList.MultiSelect = false;
this.lstProcessList.Name = "lstProcessList";
this.lstProcessList.Size = new System.Drawing.Size(570, 458);
this.lstProcessList.TabIndex = 0;
this.lstProcessList.UseCompatibleStateImageBehavior = false;
//
// colProcName
//
this.colProcName.Text = "Process";
this.colProcName.Width = 74;
//
// colProcPid
//
this.colProcPid.Text = "Pid";
this.colProcPid.Width = 74;
//
// colProcFullPath
//
this.colProcFullPath.Text = "Full Path";
this.colProcFullPath.Width = 412;
//
// toolmnu
//
this.toolmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnLargeIcon,
this.btnDetails,
this.btnSmallIcon,
this.btnList,
this.btnTile});
this.toolmnu.Location = new System.Drawing.Point(0, 0);
this.toolmnu.Name = "toolmnu";
this.toolmnu.Size = new System.Drawing.Size(570, 25);
this.toolmnu.TabIndex = 1;
this.toolmnu.Text = "toolStrip1";
//
// btnLargeIcon
//
this.btnLargeIcon.Image = ((System.Drawing.Image)(resources.GetObject("btnLargeIcon.Image")));
this.btnLargeIcon.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnLargeIcon.Name = "btnLargeIcon";
this.btnLargeIcon.Size = new System.Drawing.Size(79, 22);
this.btnLargeIcon.Text = "LargeIcon";
this.btnLargeIcon.Click += new System.EventHandler(this.btnLargeIcon_Click);
//
// btnDetails
//
this.btnDetails.Image = ((System.Drawing.Image)(resources.GetObject("btnDetails.Image")));
this.btnDetails.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnDetails.Name = "btnDetails";
this.btnDetails.Size = new System.Drawing.Size(62, 22);
this.btnDetails.Text = "Details";
this.btnDetails.Click += new System.EventHandler(this.btnDetails_Click);
//
// btnSmallIcon
//
this.btnSmallIcon.Image = ((System.Drawing.Image)(resources.GetObject("btnSmallIcon.Image")));
this.btnSmallIcon.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSmallIcon.Name = "btnSmallIcon";
this.btnSmallIcon.Size = new System.Drawing.Size(79, 22);
this.btnSmallIcon.Text = "SmallIcon";
this.btnSmallIcon.Click += new System.EventHandler(this.btnSmallIcon_Click);
//
// btnList
//
this.btnList.Image = ((System.Drawing.Image)(resources.GetObject("btnList.Image")));
this.btnList.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnList.Name = "btnList";
this.btnList.Size = new System.Drawing.Size(45, 22);
this.btnList.Text = "List";
this.btnList.Click += new System.EventHandler(this.btnList_Click);
//
// btnTile
//
this.btnTile.Image = ((System.Drawing.Image)(resources.GetObject("btnTile.Image")));
this.btnTile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnTile.Name = "btnTile";
this.btnTile.Size = new System.Drawing.Size(46, 22);
this.btnTile.Text = "Tile";
this.btnTile.Click += new System.EventHandler(this.btnTile_Click);
//
// btnOK
//
this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOK.Location = new System.Drawing.Point(36, 6);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(128, 38);
this.btnOK.TabIndex = 2;
this.btnOK.Text = "Ok";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancel.Location = new System.Drawing.Point(221, 6);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(128, 38);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnRefresh
//
this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRefresh.Location = new System.Drawing.Point(406, 6);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(128, 38);
this.btnRefresh.TabIndex = 4;
this.btnRefresh.Text = "Refresh";
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// 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.Controls.Add(this.btnRefresh);
this.btn_pnl.Controls.Add(this.btnOK);
this.btn_pnl.Controls.Add(this.btnCancel);
this.btn_pnl.Location = new System.Drawing.Point(0, 492);
this.btn_pnl.Name = "btn_pnl";
this.btn_pnl.Size = new System.Drawing.Size(570, 50);
this.btn_pnl.TabIndex = 5;
//
// PIDSelector
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(570, 542);
this.Controls.Add(this.btn_pnl);
this.Controls.Add(this.toolmnu);
this.Controls.Add(this.lstProcessList);
this.Name = "PIDSelector";
this.Text = "PCSX2 Process Selector";
this.toolmnu.ResumeLayout(false);
this.toolmnu.PerformLayout();
this.btn_pnl.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView lstProcessList;
private System.Windows.Forms.ToolStrip toolmnu;
private System.Windows.Forms.ToolStripButton btnLargeIcon;
private System.Windows.Forms.ToolStripButton btnDetails;
private System.Windows.Forms.ToolStripButton btnSmallIcon;
private System.Windows.Forms.ToolStripButton btnList;
private System.Windows.Forms.ToolStripButton btnTile;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.Panel btn_pnl;
private System.Windows.Forms.ColumnHeader colProcName;
private System.Windows.Forms.ColumnHeader colProcPid;
private System.Windows.Forms.ColumnHeader colProcFullPath;
}
}