namespace Ace.UI.Forms {
partial class ProcessSelector {
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.TargetImage = new System.Windows.Forms.PictureBox();
this.ProcessIdLabel = new System.Windows.Forms.Label();
this.StatusLabel = new System.Windows.Forms.Label();
this.ProcessNameValue = new System.Windows.Forms.Label();
this.ProcessNameLabel = new System.Windows.Forms.Label();
this.ProcessIdValue = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.TargetImage)).BeginInit();
this.SuspendLayout();
//
// TargetImage
//
this.TargetImage.Image = global::Ace.UI.Properties.Resources.TargetIcon;
this.TargetImage.Location = new System.Drawing.Point(0, 0);
this.TargetImage.Name = "TargetImage";
this.TargetImage.Size = new System.Drawing.Size(32, 32);
this.TargetImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.TargetImage.TabIndex = 1;
this.TargetImage.TabStop = false;
this.TargetImage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TargetImage_MouseDown);
//
// ProcessIdLabel
//
this.ProcessIdLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ProcessIdLabel.Location = new System.Drawing.Point(38, 0);
this.ProcessIdLabel.Name = "ProcessIdLabel";
this.ProcessIdLabel.Size = new System.Drawing.Size(91, 15);
this.ProcessIdLabel.TabIndex = 2;
this.ProcessIdLabel.Text = "Process ID:";
//
// StatusLabel
//
this.StatusLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.StatusLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.StatusLabel.Location = new System.Drawing.Point(0, 33);
this.StatusLabel.Name = "StatusLabel";
this.StatusLabel.Size = new System.Drawing.Size(271, 23);
this.StatusLabel.TabIndex = 8;
this.StatusLabel.Text = "Drag the target icon over the game window...";
this.StatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// ProcessNameValue
//
this.ProcessNameValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ProcessNameValue.AutoEllipsis = true;
this.ProcessNameValue.Location = new System.Drawing.Point(135, 17);
this.ProcessNameValue.Name = "ProcessNameValue";
this.ProcessNameValue.Size = new System.Drawing.Size(133, 15);
this.ProcessNameValue.TabIndex = 5;
//
// ProcessNameLabel
//
this.ProcessNameLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ProcessNameLabel.Location = new System.Drawing.Point(38, 17);
this.ProcessNameLabel.Name = "ProcessNameLabel";
this.ProcessNameLabel.Size = new System.Drawing.Size(91, 15);
this.ProcessNameLabel.TabIndex = 3;
this.ProcessNameLabel.Text = "Process Name:";
//
// ProcessIdValue
//
this.ProcessIdValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ProcessIdValue.AutoEllipsis = true;
this.ProcessIdValue.Location = new System.Drawing.Point(135, 0);
this.ProcessIdValue.Name = "ProcessIdValue";
this.ProcessIdValue.Size = new System.Drawing.Size(133, 15);
this.ProcessIdValue.TabIndex = 4;
//
// ProcessSelector
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.TargetImage);
this.Controls.Add(this.ProcessIdLabel);
this.Controls.Add(this.StatusLabel);
this.Controls.Add(this.ProcessIdValue);
this.Controls.Add(this.ProcessNameValue);
this.Controls.Add(this.ProcessNameLabel);
this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "ProcessSelector";
this.Size = new System.Drawing.Size(271, 56);
((System.ComponentModel.ISupportInitialize)(this.TargetImage)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox TargetImage;
private System.Windows.Forms.Label ProcessIdLabel;
private System.Windows.Forms.Label StatusLabel;
private System.Windows.Forms.Label ProcessNameValue;
private System.Windows.Forms.Label ProcessNameLabel;
private System.Windows.Forms.Label ProcessIdValue;
}
}