namespace RomCheater.Docking.UI
{
partial class ByteEditor
{
///
/// 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(ByteEditor));
this.spacer = new System.Windows.Forms.Panel();
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.txtData = new Be.Windows.Forms.HexBox();
this.btnSave = new System.Windows.Forms.ToolStripButton();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.lblAddressMarker = new System.Windows.Forms.ToolStripLabel();
this.btnCancel = new System.Windows.Forms.ToolStripButton();
this.txtAddresses = new Utilities.TransparentControls.FlickerFreeRichTextBox();
this.left_pnl = new System.Windows.Forms.Panel();
this.spacer.SuspendLayout();
this.toolStrip2.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.left_pnl.SuspendLayout();
this.SuspendLayout();
//
// spacer
//
this.spacer.Controls.Add(this.toolStrip2);
this.spacer.Dock = System.Windows.Forms.DockStyle.Top;
this.spacer.Location = new System.Drawing.Point(0, 0);
this.spacer.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.spacer.Name = "spacer";
this.spacer.Size = new System.Drawing.Size(177, 31);
this.spacer.TabIndex = 9;
//
// toolStrip2
//
this.toolStrip2.Font = new System.Drawing.Font("Lucida Console", 12F);
this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1});
this.toolStrip2.Location = new System.Drawing.Point(0, 0);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
this.toolStrip2.Size = new System.Drawing.Size(177, 25);
this.toolStrip2.TabIndex = 0;
this.toolStrip2.Text = "toolStrip2";
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(88, 22);
this.toolStripLabel1.Text = "Address:";
//
// txtData
//
this.txtData.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtData.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtData.LineInfoForeColor = System.Drawing.Color.Empty;
this.txtData.Location = new System.Drawing.Point(177, 25);
this.txtData.Margin = new System.Windows.Forms.Padding(8, 5, 8, 5);
this.txtData.Name = "txtData";
this.txtData.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
this.txtData.Size = new System.Drawing.Size(693, 501);
this.txtData.TabIndex = 11;
this.txtData.UseFixedBytesPerLine = true;
//
// btnSave
//
this.btnSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(68, 22);
this.btnSave.Text = "Save";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// toolStrip1
//
this.toolStrip1.Font = new System.Drawing.Font("Lucida Console", 12F);
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblAddressMarker,
this.btnCancel,
this.btnSave});
this.toolStrip1.Location = new System.Drawing.Point(177, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
this.toolStrip1.Size = new System.Drawing.Size(693, 25);
this.toolStrip1.TabIndex = 12;
this.toolStrip1.Text = "toolStrip1";
//
// lblAddressMarker
//
this.lblAddressMarker.Name = "lblAddressMarker";
this.lblAddressMarker.Size = new System.Drawing.Size(138, 22);
this.lblAddressMarker.Text = "AddressMarker";
//
// btnCancel
//
this.btnCancel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
this.btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(88, 22);
this.btnCancel.Text = "Cancel";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// txtAddresses
//
this.txtAddresses.BackColor = System.Drawing.Color.White;
this.txtAddresses.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtAddresses.Font = new System.Drawing.Font("Lucida Console", 12F);
this.txtAddresses.Location = new System.Drawing.Point(0, 31);
this.txtAddresses.Margin = new System.Windows.Forms.Padding(8, 5, 8, 5);
this.txtAddresses.Name = "txtAddresses";
this.txtAddresses.ReadOnly = true;
this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.txtAddresses.Size = new System.Drawing.Size(177, 495);
this.txtAddresses.TabIndex = 6;
this.txtAddresses.Text = "";
//
// left_pnl
//
this.left_pnl.Controls.Add(this.txtAddresses);
this.left_pnl.Controls.Add(this.spacer);
this.left_pnl.Dock = System.Windows.Forms.DockStyle.Left;
this.left_pnl.Location = new System.Drawing.Point(0, 0);
this.left_pnl.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.left_pnl.Name = "left_pnl";
this.left_pnl.Size = new System.Drawing.Size(177, 526);
this.left_pnl.TabIndex = 13;
//
// ByteEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(870, 526);
this.Controls.Add(this.txtData);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.left_pnl);
this.Font = new System.Drawing.Font("Lucida Console", 12F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.Name = "ByteEditor";
this.Text = "ByteEditor";
this.Load += new System.EventHandler(this.ByteEditor_Load);
this.spacer.ResumeLayout(false);
this.spacer.PerformLayout();
this.toolStrip2.ResumeLayout(false);
this.toolStrip2.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.left_pnl.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel spacer;
private System.Windows.Forms.ToolStrip toolStrip2;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private Be.Windows.Forms.HexBox txtData;
private System.Windows.Forms.ToolStripButton btnSave;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripLabel lblAddressMarker;
private System.Windows.Forms.ToolStripButton btnCancel;
private Utilities.TransparentControls.FlickerFreeRichTextBox txtAddresses;
private System.Windows.Forms.Panel left_pnl;
}
}