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.lblStart = new System.Windows.Forms.Label();
this.txtStart = new System.Windows.Forms.MaskedHexBox();
this.lblEnd = new System.Windows.Forms.Label();
this.txtEnd = new System.Windows.Forms.MaskedHexBox();
this.grpBoxDumpSize = new System.Windows.Forms.GroupBox();
this.lblDumpSize = new System.Windows.Forms.Label();
this.txtDumpSize = new System.Windows.Forms.TextBox();
this.radioBTNGigaBytes = new System.Windows.Forms.RadioButton();
this.radioBTNMegaBytes = new System.Windows.Forms.RadioButton();
this.radioBTNKiloBytes = new System.Windows.Forms.RadioButton();
this.radioBTNBytes = new System.Windows.Forms.RadioButton();
this.btnCalcEndAddr = new System.Windows.Forms.Button();
this.btnCalcStartAddr = new System.Windows.Forms.Button();
this.btnCalcDumpSize = new System.Windows.Forms.Button();
this.btnDumpRam = new System.Windows.Forms.Button();
this.dumpsaver = new System.Windows.Forms.SaveFileDialog();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.grpBoxDumpSize.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// lblStart
//
this.lblStart.AutoSize = true;
this.lblStart.Location = new System.Drawing.Point(12, 9);
this.lblStart.Name = "lblStart";
this.lblStart.Size = new System.Drawing.Size(73, 13);
this.lblStart.TabIndex = 0;
this.lblStart.Text = "Start Address:";
//
// txtStart
//
this.txtStart.AutoSize = true;
this.txtStart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
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(88, 9);
this.txtStart.Margin = new System.Windows.Forms.Padding(0);
this.txtStart.MaxLength = 16;
this.txtStart.Name = "txtStart";
this.txtStart.ReadOnly = false;
this.txtStart.Size = new System.Drawing.Size(263, 24);
this.txtStart.TabIndex = 2;
this.txtStart.TextLength = 16;
this.txtStart.Value = ((ulong)(0ul));
//
// lblEnd
//
this.lblEnd.AutoSize = true;
this.lblEnd.Location = new System.Drawing.Point(15, 33);
this.lblEnd.Name = "lblEnd";
this.lblEnd.Size = new System.Drawing.Size(70, 13);
this.lblEnd.TabIndex = 1;
this.lblEnd.Text = "End Address:";
//
// 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(85, 33);
this.txtEnd.Margin = new System.Windows.Forms.Padding(0);
this.txtEnd.MaxLength = 16;
this.txtEnd.Name = "txtEnd";
this.txtEnd.ReadOnly = false;
this.txtEnd.Size = new System.Drawing.Size(266, 24);
this.txtEnd.TabIndex = 3;
this.txtEnd.TextLength = 16;
this.txtEnd.Value = ((ulong)(0ul));
//
// grpBoxDumpSize
//
this.grpBoxDumpSize.Controls.Add(this.flowLayoutPanel1);
this.grpBoxDumpSize.Controls.Add(this.lblDumpSize);
this.grpBoxDumpSize.Controls.Add(this.txtDumpSize);
this.grpBoxDumpSize.Location = new System.Drawing.Point(33, 76);
this.grpBoxDumpSize.Name = "grpBoxDumpSize";
this.grpBoxDumpSize.Size = new System.Drawing.Size(302, 76);
this.grpBoxDumpSize.TabIndex = 4;
this.grpBoxDumpSize.TabStop = false;
this.grpBoxDumpSize.Text = "Dump Size";
//
// lblDumpSize
//
this.lblDumpSize.AutoSize = true;
this.lblDumpSize.Location = new System.Drawing.Point(6, 49);
this.lblDumpSize.Name = "lblDumpSize";
this.lblDumpSize.Size = new System.Drawing.Size(89, 13);
this.lblDumpSize.TabIndex = 5;
this.lblDumpSize.Text = "Enter Dump Size:";
//
// txtDumpSize
//
this.txtDumpSize.Location = new System.Drawing.Point(98, 49);
this.txtDumpSize.MaxLength = 10;
this.txtDumpSize.Name = "txtDumpSize";
this.txtDumpSize.Size = new System.Drawing.Size(196, 20);
this.txtDumpSize.TabIndex = 4;
this.txtDumpSize.Text = "0.00";
this.txtDumpSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// radioBTNGigaBytes
//
this.radioBTNGigaBytes.AutoSize = true;
this.flowLayoutPanel1.SetFlowBreak(this.radioBTNGigaBytes, true);
this.radioBTNGigaBytes.Location = new System.Drawing.Point(218, 3);
this.radioBTNGigaBytes.Name = "radioBTNGigaBytes";
this.radioBTNGigaBytes.Size = new System.Drawing.Size(73, 17);
this.radioBTNGigaBytes.TabIndex = 3;
this.radioBTNGigaBytes.Text = "GigaBytes";
this.radioBTNGigaBytes.UseVisualStyleBackColor = true;
this.radioBTNGigaBytes.CheckedChanged += new System.EventHandler(this.radioBTNGigaBytes_CheckedChanged);
//
// radioBTNMegaBytes
//
this.radioBTNMegaBytes.AutoSize = true;
this.radioBTNMegaBytes.Location = new System.Drawing.Point(134, 3);
this.radioBTNMegaBytes.Name = "radioBTNMegaBytes";
this.radioBTNMegaBytes.Size = new System.Drawing.Size(78, 17);
this.radioBTNMegaBytes.TabIndex = 2;
this.radioBTNMegaBytes.Text = "MegaBytes";
this.radioBTNMegaBytes.UseVisualStyleBackColor = true;
this.radioBTNMegaBytes.CheckedChanged += new System.EventHandler(this.radioBTNMegaBytes_CheckedChanged);
//
// radioBTNKiloBytes
//
this.radioBTNKiloBytes.AutoSize = true;
this.radioBTNKiloBytes.Location = new System.Drawing.Point(60, 3);
this.radioBTNKiloBytes.Name = "radioBTNKiloBytes";
this.radioBTNKiloBytes.Size = new System.Drawing.Size(68, 17);
this.radioBTNKiloBytes.TabIndex = 1;
this.radioBTNKiloBytes.Text = "KiloBytes";
this.radioBTNKiloBytes.UseVisualStyleBackColor = true;
this.radioBTNKiloBytes.CheckedChanged += new System.EventHandler(this.radioBTNKiloBytes_CheckedChanged);
//
// radioBTNBytes
//
this.radioBTNBytes.AutoSize = true;
this.radioBTNBytes.Checked = true;
this.radioBTNBytes.Location = new System.Drawing.Point(3, 3);
this.radioBTNBytes.Name = "radioBTNBytes";
this.radioBTNBytes.Size = new System.Drawing.Size(51, 17);
this.radioBTNBytes.TabIndex = 0;
this.radioBTNBytes.TabStop = true;
this.radioBTNBytes.Text = "Bytes";
this.radioBTNBytes.UseVisualStyleBackColor = true;
this.radioBTNBytes.CheckedChanged += new System.EventHandler(this.radioBTNBytes_CheckedChanged);
//
// btnCalcEndAddr
//
this.btnCalcEndAddr.Location = new System.Drawing.Point(39, 167);
this.btnCalcEndAddr.Name = "btnCalcEndAddr";
this.btnCalcEndAddr.Size = new System.Drawing.Size(137, 50);
this.btnCalcEndAddr.TabIndex = 9;
this.btnCalcEndAddr.Text = "Calculate Ending Address from Dump Size";
this.btnCalcEndAddr.UseVisualStyleBackColor = true;
this.btnCalcEndAddr.Click += new System.EventHandler(this.btnCalcEndAddr_Click);
//
// btnCalcStartAddr
//
this.btnCalcStartAddr.Location = new System.Drawing.Point(182, 167);
this.btnCalcStartAddr.Name = "btnCalcStartAddr";
this.btnCalcStartAddr.Size = new System.Drawing.Size(137, 50);
this.btnCalcStartAddr.TabIndex = 10;
this.btnCalcStartAddr.Text = "Calculate Starting Address from Dump Size";
this.btnCalcStartAddr.UseVisualStyleBackColor = true;
this.btnCalcStartAddr.Click += new System.EventHandler(this.btnCalcStartAddr_Click);
//
// btnCalcDumpSize
//
this.btnCalcDumpSize.Location = new System.Drawing.Point(39, 223);
this.btnCalcDumpSize.Name = "btnCalcDumpSize";
this.btnCalcDumpSize.Size = new System.Drawing.Size(280, 50);
this.btnCalcDumpSize.TabIndex = 8;
this.btnCalcDumpSize.Text = "Calculate Dump Size from Start and End Address";
this.btnCalcDumpSize.UseVisualStyleBackColor = true;
this.btnCalcDumpSize.Click += new System.EventHandler(this.btnCalcDumpSize_Click);
//
// btnDumpRam
//
this.btnDumpRam.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDumpRam.Location = new System.Drawing.Point(39, 279);
this.btnDumpRam.Name = "btnDumpRam";
this.btnDumpRam.Size = new System.Drawing.Size(280, 50);
this.btnDumpRam.TabIndex = 11;
this.btnDumpRam.Text = "Dump Ram";
this.btnDumpRam.UseVisualStyleBackColor = true;
this.btnDumpRam.Click += new System.EventHandler(this.btnDumpRam_Click);
//
// dumpsaver
//
this.dumpsaver.DefaultExt = "rawdump";
this.dumpsaver.FileName = "dump.rawdump";
this.dumpsaver.Filter = "Raw Dump Files|*.rawdump";
this.dumpsaver.SupportMultiDottedExtensions = true;
this.dumpsaver.Title = "Please choose the file to save the ram dump to";
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.radioBTNBytes);
this.flowLayoutPanel1.Controls.Add(this.radioBTNKiloBytes);
this.flowLayoutPanel1.Controls.Add(this.radioBTNMegaBytes);
this.flowLayoutPanel1.Controls.Add(this.radioBTNGigaBytes);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(296, 30);
this.flowLayoutPanel1.TabIndex = 12;
//
// FloatingRamDumperDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(367, 344);
this.Controls.Add(this.lblStart);
this.Controls.Add(this.txtStart);
this.Controls.Add(this.lblEnd);
this.Controls.Add(this.btnDumpRam);
this.Controls.Add(this.txtEnd);
this.Controls.Add(this.btnCalcDumpSize);
this.Controls.Add(this.grpBoxDumpSize);
this.Controls.Add(this.btnCalcStartAddr);
this.Controls.Add(this.btnCalcEndAddr);
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.grpBoxDumpSize.ResumeLayout(false);
this.grpBoxDumpSize.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblStart;
private System.Windows.Forms.MaskedHexBox txtStart;
private System.Windows.Forms.Label lblEnd;
private System.Windows.Forms.MaskedHexBox txtEnd;
internal System.Windows.Forms.GroupBox grpBoxDumpSize;
internal System.Windows.Forms.Label lblDumpSize;
internal System.Windows.Forms.TextBox txtDumpSize;
internal System.Windows.Forms.RadioButton radioBTNGigaBytes;
internal System.Windows.Forms.RadioButton radioBTNMegaBytes;
internal System.Windows.Forms.RadioButton radioBTNKiloBytes;
internal System.Windows.Forms.RadioButton radioBTNBytes;
internal System.Windows.Forms.Button btnCalcEndAddr;
internal System.Windows.Forms.Button btnCalcStartAddr;
internal System.Windows.Forms.Button btnCalcDumpSize;
internal System.Windows.Forms.Button btnDumpRam;
private System.Windows.Forms.SaveFileDialog dumpsaver;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
}
}