namespace RomCheater.RVACalculator
{
partial class CheatInputDialog
{
///
/// 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()
{
this.lblCheatName = new System.Windows.Forms.Label();
this.txtCheatName = new System.Windows.Forms.TextBox();
this.lblCheatAddress = new System.Windows.Forms.Label();
this.txtCheatAddress = new System.Windows.Forms.MaskedHexBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnCANCEL = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblCheatName
//
this.lblCheatName.AutoSize = true;
this.lblCheatName.Location = new System.Drawing.Point(1, 0);
this.lblCheatName.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
this.lblCheatName.Name = "lblCheatName";
this.lblCheatName.Size = new System.Drawing.Size(237, 30);
this.lblCheatName.TabIndex = 0;
this.lblCheatName.Text = " Cheat Name:";
this.lblCheatName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtCheatName
//
this.txtCheatName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtCheatName.Location = new System.Drawing.Point(238, -3);
this.txtCheatName.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.txtCheatName.Name = "txtCheatName";
this.txtCheatName.Size = new System.Drawing.Size(591, 38);
this.txtCheatName.TabIndex = 1;
//
// lblCheatAddress
//
this.lblCheatAddress.AutoSize = true;
this.lblCheatAddress.Location = new System.Drawing.Point(1, 42);
this.lblCheatAddress.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
this.lblCheatAddress.Name = "lblCheatAddress";
this.lblCheatAddress.Size = new System.Drawing.Size(237, 30);
this.lblCheatAddress.TabIndex = 2;
this.lblCheatAddress.Text = "Cheat Address:";
this.lblCheatAddress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtCheatAddress
//
this.txtCheatAddress.AutoSize = true;
this.txtCheatAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.txtCheatAddress.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCheatAddress.isAddressMask = true;
this.txtCheatAddress.Location = new System.Drawing.Point(238, 42);
this.txtCheatAddress.Margin = new System.Windows.Forms.Padding(0);
this.txtCheatAddress.MaxLength = 8;
this.txtCheatAddress.Name = "txtCheatAddress";
this.txtCheatAddress.ReadOnly = false;
this.txtCheatAddress.Size = new System.Drawing.Size(335, 44);
this.txtCheatAddress.TabIndex = 3;
this.txtCheatAddress.TextLength = 8;
this.txtCheatAddress.Value = ((ulong)(0ul));
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.AutoSize = true;
this.btnOK.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnOK.Location = new System.Drawing.Point(654, 42);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(55, 40);
this.btnOK.TabIndex = 4;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCANCEL
//
this.btnCANCEL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCANCEL.AutoSize = true;
this.btnCANCEL.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnCANCEL.Location = new System.Drawing.Point(715, 42);
this.btnCANCEL.Name = "btnCANCEL";
this.btnCANCEL.Size = new System.Drawing.Size(119, 40);
this.btnCANCEL.TabIndex = 5;
this.btnCANCEL.Text = "CANCEL";
this.btnCANCEL.UseVisualStyleBackColor = true;
this.btnCANCEL.Click += new System.EventHandler(this.btnCANCEL_Click);
//
// CheatInputDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 30F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(846, 94);
this.Controls.Add(this.btnCANCEL);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.txtCheatName);
this.Controls.Add(this.lblCheatName);
this.Controls.Add(this.txtCheatAddress);
this.Controls.Add(this.lblCheatAddress);
this.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.Name = "CheatInputDialog";
this.Text = "Cheat Input Dialog";
this.Shown += new System.EventHandler(this.CheatInputDialog_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblCheatName;
private System.Windows.Forms.TextBox txtCheatName;
private System.Windows.Forms.Label lblCheatAddress;
private System.Windows.Forms.MaskedHexBox txtCheatAddress;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCANCEL;
}
}