namespace RomCheater.Docking
{
partial class FloatingRamDumperDialog
{
///
/// 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.main_flow = new System.Windows.Forms.FlowLayoutPanel();
this.lblStart = new System.Windows.Forms.Label();
this.lblEnd = new System.Windows.Forms.Label();
this.txtStart = new System.Windows.Forms.MaskedHexBox();
this.txtEnd = new System.Windows.Forms.MaskedHexBox();
this.main_flow.SuspendLayout();
this.SuspendLayout();
//
// main_flow
//
this.main_flow.Controls.Add(this.lblStart);
this.main_flow.Controls.Add(this.txtStart);
this.main_flow.Controls.Add(this.lblEnd);
this.main_flow.Controls.Add(this.txtEnd);
this.main_flow.Dock = System.Windows.Forms.DockStyle.Fill;
this.main_flow.Location = new System.Drawing.Point(0, 0);
this.main_flow.Name = "main_flow";
this.main_flow.Size = new System.Drawing.Size(633, 398);
this.main_flow.TabIndex = 0;
//
// lblStart
//
this.lblStart.AutoSize = true;
this.lblStart.Location = new System.Drawing.Point(3, 0);
this.lblStart.Name = "lblStart";
this.lblStart.Size = new System.Drawing.Size(73, 13);
this.lblStart.TabIndex = 0;
this.lblStart.Text = "Start Address:";
//
// lblEnd
//
this.lblEnd.AutoSize = true;
this.lblEnd.Location = new System.Drawing.Point(3, 24);
this.lblEnd.Name = "lblEnd";
this.lblEnd.Size = new System.Drawing.Size(70, 13);
this.lblEnd.TabIndex = 1;
this.lblEnd.Text = "End Address:";
//
// txtStart
//
this.txtStart.AutoSize = true;
this.txtStart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.main_flow.SetFlowBreak(this.txtStart, true);
this.txtStart.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtStart.isAddressMask = true;
this.txtStart.Location = new System.Drawing.Point(79, 0);
this.txtStart.Margin = new System.Windows.Forms.Padding(0);
this.txtStart.MaxLength = 8;
this.txtStart.Name = "txtStart";
this.txtStart.ReadOnly = false;
this.txtStart.Size = new System.Drawing.Size(185, 24);
this.txtStart.TabIndex = 2;
this.txtStart.TextLength = 8;
this.txtStart.Value = ((ulong)(0ul));
//
// txtEnd
//
this.txtEnd.AutoSize = true;
this.txtEnd.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.txtEnd.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtEnd.isAddressMask = true;
this.txtEnd.Location = new System.Drawing.Point(76, 24);
this.txtEnd.Margin = new System.Windows.Forms.Padding(0);
this.txtEnd.MaxLength = 8;
this.txtEnd.Name = "txtEnd";
this.txtEnd.ReadOnly = false;
this.txtEnd.Size = new System.Drawing.Size(188, 24);
this.txtEnd.TabIndex = 3;
this.txtEnd.TextLength = 8;
this.txtEnd.Value = ((ulong)(0ul));
//
// FloatingRamDumperDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(633, 398);
this.Controls.Add(this.main_flow);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "FloatingRamDumperDialog";
this.Text = "Ram Dump";
this.Load += new System.EventHandler(this.FloatingRamDumperDialog_Load);
this.main_flow.ResumeLayout(false);
this.main_flow.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FlowLayoutPanel main_flow;
private System.Windows.Forms.Label lblStart;
private System.Windows.Forms.MaskedHexBox txtStart;
private System.Windows.Forms.Label lblEnd;
private System.Windows.Forms.MaskedHexBox txtEnd;
}
}