namespace RomCheater.RVACheatList
{
partial class RVACheatListDockControl
{
///
/// 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.lstCheats = new System.Windows.Forms.ListView();
this.colCheatName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colCheatAddress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colPhysicalAddress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.pnl_bottom_flow = new System.Windows.Forms.FlowLayoutPanel();
this.lblRVA = new System.Windows.Forms.Label();
this.txtRVA = new System.Windows.Forms.MaskedHexBox();
this.btnAdd = new System.Windows.Forms.Button();
this.btnRemove = new System.Windows.Forms.Button();
this.btnUpdate = new System.Windows.Forms.Button();
this.btnCopy = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.btnLoad = new System.Windows.Forms.Button();
this.btnRefresh = new System.Windows.Forms.Button();
this.btnCopyAll = new System.Windows.Forms.Button();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.CheatLoader = new System.Windows.Forms.OpenFileDialog();
this.CheatSaver = new System.Windows.Forms.SaveFileDialog();
this.pnl_bottom_flow.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// lstCheats
//
this.lstCheats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colCheatName,
this.colCheatAddress,
this.colPhysicalAddress});
this.lstCheats.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstCheats.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lstCheats.FullRowSelect = true;
this.lstCheats.GridLines = true;
this.lstCheats.Location = new System.Drawing.Point(0, 0);
this.lstCheats.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.lstCheats.MultiSelect = false;
this.lstCheats.Name = "lstCheats";
this.lstCheats.Size = new System.Drawing.Size(603, 413);
this.lstCheats.TabIndex = 0;
this.lstCheats.UseCompatibleStateImageBehavior = false;
this.lstCheats.View = System.Windows.Forms.View.Details;
//
// colCheatName
//
this.colCheatName.Text = "Cheat Name";
this.colCheatName.Width = 172;
//
// colCheatAddress
//
this.colCheatAddress.Text = "CheatAddress";
this.colCheatAddress.Width = 159;
//
// colPhysicalAddress
//
this.colPhysicalAddress.Text = "Physical Address";
this.colPhysicalAddress.Width = 254;
//
// pnl_bottom_flow
//
this.pnl_bottom_flow.AutoScroll = true;
this.pnl_bottom_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pnl_bottom_flow.Controls.Add(this.lblRVA);
this.pnl_bottom_flow.Controls.Add(this.txtRVA);
this.pnl_bottom_flow.Controls.Add(this.btnAdd);
this.pnl_bottom_flow.Controls.Add(this.btnRemove);
this.pnl_bottom_flow.Controls.Add(this.btnUpdate);
this.pnl_bottom_flow.Controls.Add(this.btnCopy);
this.pnl_bottom_flow.Controls.Add(this.btnSave);
this.pnl_bottom_flow.Controls.Add(this.btnLoad);
this.pnl_bottom_flow.Controls.Add(this.btnRefresh);
this.pnl_bottom_flow.Controls.Add(this.btnCopyAll);
this.pnl_bottom_flow.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnl_bottom_flow.Location = new System.Drawing.Point(0, 0);
this.pnl_bottom_flow.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
this.pnl_bottom_flow.Name = "pnl_bottom_flow";
this.pnl_bottom_flow.Size = new System.Drawing.Size(603, 148);
this.pnl_bottom_flow.TabIndex = 0;
//
// lblRVA
//
this.lblRVA.AutoSize = true;
this.lblRVA.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRVA.Location = new System.Drawing.Point(3, 0);
this.lblRVA.Name = "lblRVA";
this.lblRVA.Size = new System.Drawing.Size(77, 30);
this.lblRVA.TabIndex = 11;
this.lblRVA.Text = "RVA:";
//
// txtRVA
//
this.txtRVA.AutoSize = true;
this.txtRVA.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.pnl_bottom_flow.SetFlowBreak(this.txtRVA, true);
this.txtRVA.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtRVA.isAddressMask = true;
this.txtRVA.Location = new System.Drawing.Point(83, 0);
this.txtRVA.Margin = new System.Windows.Forms.Padding(0);
this.txtRVA.MaxLength = 8;
this.txtRVA.Name = "txtRVA";
this.txtRVA.ReadOnly = false;
this.txtRVA.Size = new System.Drawing.Size(193, 29);
this.txtRVA.TabIndex = 12;
this.txtRVA.TextLength = 8;
this.txtRVA.Value = ((ulong)(0ul));
this.txtRVA.ValueChanged += new System.EventHandler(this.txtRVA_ValueChanged);
//
// btnAdd
//
this.btnAdd.AutoSize = true;
this.btnAdd.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnAdd.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAdd.Location = new System.Drawing.Point(0, 30);
this.btnAdd.Margin = new System.Windows.Forms.Padding(0);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(71, 40);
this.btnAdd.TabIndex = 3;
this.btnAdd.Text = "Add";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnRemove
//
this.btnRemove.AutoSize = true;
this.btnRemove.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnRemove.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRemove.Location = new System.Drawing.Point(71, 30);
this.btnRemove.Margin = new System.Windows.Forms.Padding(0);
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new System.Drawing.Size(119, 40);
this.btnRemove.TabIndex = 4;
this.btnRemove.Text = "Remove";
this.btnRemove.UseVisualStyleBackColor = true;
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// btnUpdate
//
this.btnUpdate.AutoSize = true;
this.btnUpdate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnUpdate.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnUpdate.Location = new System.Drawing.Point(190, 30);
this.btnUpdate.Margin = new System.Windows.Forms.Padding(0);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(119, 40);
this.btnUpdate.TabIndex = 5;
this.btnUpdate.Text = "Update";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnCopy
//
this.btnCopy.AutoSize = true;
this.btnCopy.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnCopy.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCopy.Location = new System.Drawing.Point(309, 30);
this.btnCopy.Margin = new System.Windows.Forms.Padding(0);
this.btnCopy.Name = "btnCopy";
this.btnCopy.Size = new System.Drawing.Size(87, 40);
this.btnCopy.TabIndex = 6;
this.btnCopy.Text = "Copy";
this.btnCopy.UseVisualStyleBackColor = true;
this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
//
// btnSave
//
this.btnSave.AutoSize = true;
this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.pnl_bottom_flow.SetFlowBreak(this.btnSave, true);
this.btnSave.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSave.Location = new System.Drawing.Point(396, 30);
this.btnSave.Margin = new System.Windows.Forms.Padding(0);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(87, 40);
this.btnSave.TabIndex = 7;
this.btnSave.Text = "Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnLoad
//
this.btnLoad.AutoSize = true;
this.btnLoad.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnLoad.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLoad.Location = new System.Drawing.Point(0, 70);
this.btnLoad.Margin = new System.Windows.Forms.Padding(0);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(87, 40);
this.btnLoad.TabIndex = 8;
this.btnLoad.Text = "Load";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// btnRefresh
//
this.btnRefresh.AutoSize = true;
this.btnRefresh.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnRefresh.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRefresh.Location = new System.Drawing.Point(87, 70);
this.btnRefresh.Margin = new System.Windows.Forms.Padding(0);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(135, 40);
this.btnRefresh.TabIndex = 9;
this.btnRefresh.Text = "Refresh";
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// btnCopyAll
//
this.btnCopyAll.AutoSize = true;
this.btnCopyAll.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnCopyAll.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCopyAll.Location = new System.Drawing.Point(222, 70);
this.btnCopyAll.Margin = new System.Windows.Forms.Padding(0);
this.btnCopyAll.Name = "btnCopyAll";
this.btnCopyAll.Size = new System.Drawing.Size(151, 40);
this.btnCopyAll.TabIndex = 13;
this.btnCopyAll.Text = "Copy All";
this.btnCopyAll.UseVisualStyleBackColor = true;
this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click);
//
// splitContainer1
//
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.lstCheats);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.pnl_bottom_flow);
this.splitContainer1.Size = new System.Drawing.Size(607, 573);
this.splitContainer1.SplitterDistance = 417;
this.splitContainer1.TabIndex = 1;
//
// CheatLoader
//
this.CheatLoader.DefaultExt = "cheat";
this.CheatLoader.Filter = "Cheat Files|*.cheat|All Files|*.*";
this.CheatLoader.Title = "Please choose the cheat file to load";
//
// CheatSaver
//
this.CheatSaver.DefaultExt = "cheat";
this.CheatSaver.Filter = "Cheat Files|*.cheat|All Files|*.*";
this.CheatSaver.Title = "Please choose the cheat file to save";
//
// RVACheatListDockControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 30F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(607, 573);
this.Controls.Add(this.splitContainer1);
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 = "RVACheatListDockControl";
this.Text = "RVA Cheat List";
this.Shown += new System.EventHandler(this.RVACalculatorDockControl_Shown);
this.pnl_bottom_flow.ResumeLayout(false);
this.pnl_bottom_flow.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView lstCheats;
private System.Windows.Forms.ColumnHeader colCheatName;
private System.Windows.Forms.ColumnHeader colCheatAddress;
private System.Windows.Forms.ColumnHeader colPhysicalAddress;
private System.Windows.Forms.FlowLayoutPanel pnl_bottom_flow;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnRemove;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Button btnCopy;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.Label lblRVA;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.MaskedHexBox txtRVA;
private System.Windows.Forms.OpenFileDialog CheatLoader;
private System.Windows.Forms.SaveFileDialog CheatSaver;
private System.Windows.Forms.Button btnCopyAll;
}
}