namespace RomCheater.Docking
{
partial class FloatingDataTypeConverter
{
///
/// 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.grpInputType = new System.Windows.Forms.GroupBox();
this.grpInputType_flow = new System.Windows.Forms.FlowLayoutPanel();
this.chkBinary = new System.Windows.Forms.RadioButton();
this.chkdecimal = new System.Windows.Forms.RadioButton();
this.chkhexadecimal = new System.Windows.Forms.RadioButton();
this.chkoctal = new System.Windows.Forms.RadioButton();
this.chkieee754float = new System.Windows.Forms.RadioButton();
this.txtInput = new System.Windows.Forms.MultiNumericBox();
this.txtBinary = new System.Windows.Forms.MultiNumericBox();
this.txtDecimal = new System.Windows.Forms.MultiNumericBox();
this.txtHex = new System.Windows.Forms.MultiNumericBox();
this.txtOctal = new System.Windows.Forms.MultiNumericBox();
this.txtFloat = new System.Windows.Forms.MultiNumericBox();
this.lblBinary = new System.Windows.Forms.Label();
this.lblDecimal = new System.Windows.Forms.Label();
this.lblHex = new System.Windows.Forms.Label();
this.lblOctal = new System.Windows.Forms.Label();
this.lblFloat = new System.Windows.Forms.Label();
this.btnConvert = new System.Windows.Forms.Button();
this.grpInputType.SuspendLayout();
this.grpInputType_flow.SuspendLayout();
this.SuspendLayout();
//
// grpInputType
//
this.grpInputType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.grpInputType.Controls.Add(this.grpInputType_flow);
this.grpInputType.Location = new System.Drawing.Point(12, 9);
this.grpInputType.Name = "grpInputType";
this.grpInputType.Size = new System.Drawing.Size(122, 142);
this.grpInputType.TabIndex = 1;
this.grpInputType.TabStop = false;
this.grpInputType.Text = "Input Type";
//
// grpInputType_flow
//
this.grpInputType_flow.AutoScroll = true;
this.grpInputType_flow.AutoSize = true;
this.grpInputType_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.grpInputType_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.grpInputType_flow.Controls.Add(this.chkBinary);
this.grpInputType_flow.Controls.Add(this.chkdecimal);
this.grpInputType_flow.Controls.Add(this.chkhexadecimal);
this.grpInputType_flow.Controls.Add(this.chkoctal);
this.grpInputType_flow.Controls.Add(this.chkieee754float);
this.grpInputType_flow.Dock = System.Windows.Forms.DockStyle.Fill;
this.grpInputType_flow.Location = new System.Drawing.Point(3, 16);
this.grpInputType_flow.Name = "grpInputType_flow";
this.grpInputType_flow.Size = new System.Drawing.Size(116, 123);
this.grpInputType_flow.TabIndex = 0;
//
// chkBinary
//
this.chkBinary.AutoSize = true;
this.chkBinary.Location = new System.Drawing.Point(3, 3);
this.chkBinary.Name = "chkBinary";
this.chkBinary.Size = new System.Drawing.Size(53, 17);
this.chkBinary.TabIndex = 0;
this.chkBinary.Text = "binary";
this.chkBinary.UseVisualStyleBackColor = true;
this.chkBinary.CheckedChanged += new System.EventHandler(this.chkBinary_CheckedChanged);
//
// chkdecimal
//
this.chkdecimal.AutoSize = true;
this.chkdecimal.Location = new System.Drawing.Point(3, 26);
this.chkdecimal.Name = "chkdecimal";
this.chkdecimal.Size = new System.Drawing.Size(61, 17);
this.chkdecimal.TabIndex = 1;
this.chkdecimal.Text = "decimal";
this.chkdecimal.UseVisualStyleBackColor = true;
this.chkdecimal.CheckedChanged += new System.EventHandler(this.chkdecimal_CheckedChanged);
//
// chkhexadecimal
//
this.chkhexadecimal.AutoSize = true;
this.chkhexadecimal.Location = new System.Drawing.Point(3, 49);
this.chkhexadecimal.Name = "chkhexadecimal";
this.chkhexadecimal.Size = new System.Drawing.Size(84, 17);
this.chkhexadecimal.TabIndex = 2;
this.chkhexadecimal.Text = "hexadecimal";
this.chkhexadecimal.UseVisualStyleBackColor = true;
this.chkhexadecimal.CheckedChanged += new System.EventHandler(this.chkhexadecimal_CheckedChanged);
//
// chkoctal
//
this.chkoctal.AutoSize = true;
this.chkoctal.Location = new System.Drawing.Point(3, 72);
this.chkoctal.Name = "chkoctal";
this.chkoctal.Size = new System.Drawing.Size(48, 17);
this.chkoctal.TabIndex = 3;
this.chkoctal.Text = "octal";
this.chkoctal.UseVisualStyleBackColor = true;
this.chkoctal.CheckedChanged += new System.EventHandler(this.chkoctal_CheckedChanged);
//
// chkieee754float
//
this.chkieee754float.AutoSize = true;
this.chkieee754float.Location = new System.Drawing.Point(3, 95);
this.chkieee754float.Name = "chkieee754float";
this.chkieee754float.Size = new System.Drawing.Size(100, 17);
this.chkieee754float.TabIndex = 4;
this.chkieee754float.Text = "ieee754hexfloat";
this.chkieee754float.UseVisualStyleBackColor = true;
this.chkieee754float.CheckedChanged += new System.EventHandler(this.chkieee754float_CheckedChanged);
//
// txtInput
//
this.txtInput.AutoSize = true;
this.txtInput.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.txtInput.Font = new System.Drawing.Font("Courier New", 12F);
this.txtInput.InputType = System.Windows.Forms.NumericInputTypes.Decimal;
this.txtInput.Location = new System.Drawing.Point(137, 9);
this.txtInput.Margin = new System.Windows.Forms.Padding(0);
this.txtInput.Name = "txtInput";
this.txtInput.ReadOnly = false;
this.txtInput.Size = new System.Drawing.Size(221, 28);
this.txtInput.TabIndex = 2;
this.txtInput.Value = "0";
//
// txtBinary
//
this.txtBinary.AutoSize = true;
this.txtBinary.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.txtBinary.Font = new System.Drawing.Font("Courier New", 12F);
this.txtBinary.InputType = System.Windows.Forms.NumericInputTypes.Binary;
this.txtBinary.Location = new System.Drawing.Point(76, 174);
this.txtBinary.Margin = new System.Windows.Forms.Padding(0);
this.txtBinary.Name = "txtBinary";
this.txtBinary.ReadOnly = true;
this.txtBinary.Size = new System.Drawing.Size(221, 28);
this.txtBinary.TabIndex = 3;
this.txtBinary.Value ="0";
//
// txtDecimal
//
this.txtDecimal.AutoSize = true;
this.txtDecimal.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.txtDecimal.Font = new System.Drawing.Font("Courier New", 12F);
this.txtDecimal.InputType = System.Windows.Forms.NumericInputTypes.Decimal;
this.txtDecimal.Location = new System.Drawing.Point(76, 202);
this.txtDecimal.Margin = new System.Windows.Forms.Padding(0);
this.txtDecimal.Name = "txtDecimal";
this.txtDecimal.ReadOnly = true;
this.txtDecimal.Size = new System.Drawing.Size(221, 28);
this.txtDecimal.TabIndex = 4;
this.txtDecimal.Value ="0";
//
// txtHex
//
this.txtHex.AutoSize = true;
this.txtHex.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.txtHex.Font = new System.Drawing.Font("Courier New", 12F);
this.txtHex.InputType = System.Windows.Forms.NumericInputTypes.Hex;
this.txtHex.Location = new System.Drawing.Point(76, 230);
this.txtHex.Margin = new System.Windows.Forms.Padding(0);
this.txtHex.Name = "txtHex";
this.txtHex.ReadOnly = true;
this.txtHex.Size = new System.Drawing.Size(221, 28);
this.txtHex.TabIndex = 5;
this.txtHex.Value ="0";
//
// txtOctal
//
this.txtOctal.AutoSize = true;
this.txtOctal.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.txtOctal.Font = new System.Drawing.Font("Courier New", 12F);
this.txtOctal.InputType = System.Windows.Forms.NumericInputTypes.Octal;
this.txtOctal.Location = new System.Drawing.Point(76, 258);
this.txtOctal.Margin = new System.Windows.Forms.Padding(0);
this.txtOctal.Name = "txtOctal";
this.txtOctal.ReadOnly = true;
this.txtOctal.Size = new System.Drawing.Size(221, 28);
this.txtOctal.TabIndex = 6;
this.txtOctal.Value ="0";
//
// txtFloat
//
this.txtFloat.AutoSize = true;
this.txtFloat.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.txtFloat.Font = new System.Drawing.Font("Courier New", 12F);
this.txtFloat.InputType = System.Windows.Forms.NumericInputTypes.IEEE754HexFloat;
this.txtFloat.Location = new System.Drawing.Point(76, 286);
this.txtFloat.Margin = new System.Windows.Forms.Padding(0);
this.txtFloat.Name = "txtFloat";
this.txtFloat.ReadOnly = true;
this.txtFloat.Size = new System.Drawing.Size(221, 28);
this.txtFloat.TabIndex = 7;
this.txtFloat.Value ="0";
//
// lblBinary
//
this.lblBinary.AutoSize = true;
this.lblBinary.Location = new System.Drawing.Point(34, 182);
this.lblBinary.Name = "lblBinary";
this.lblBinary.Size = new System.Drawing.Size(39, 13);
this.lblBinary.TabIndex = 8;
this.lblBinary.Text = "Binary:";
//
// lblDecimal
//
this.lblDecimal.AutoSize = true;
this.lblDecimal.Location = new System.Drawing.Point(25, 210);
this.lblDecimal.Name = "lblDecimal";
this.lblDecimal.Size = new System.Drawing.Size(48, 13);
this.lblDecimal.TabIndex = 9;
this.lblDecimal.Text = "Decimal:";
//
// lblHex
//
this.lblHex.AutoSize = true;
this.lblHex.Location = new System.Drawing.Point(44, 238);
this.lblHex.Name = "lblHex";
this.lblHex.Size = new System.Drawing.Size(29, 13);
this.lblHex.TabIndex = 10;
this.lblHex.Text = "Hex:";
//
// lblOctal
//
this.lblOctal.AutoSize = true;
this.lblOctal.Location = new System.Drawing.Point(38, 266);
this.lblOctal.Name = "lblOctal";
this.lblOctal.Size = new System.Drawing.Size(35, 13);
this.lblOctal.TabIndex = 11;
this.lblOctal.Text = "Octal:";
//
// lblFloat
//
this.lblFloat.AutoSize = true;
this.lblFloat.Location = new System.Drawing.Point(-2, 294);
this.lblFloat.Name = "lblFloat";
this.lblFloat.Size = new System.Drawing.Size(75, 13);
this.lblFloat.TabIndex = 12;
this.lblFloat.Text = "IEEE754Float:";
//
// btnConvert
//
this.btnConvert.Location = new System.Drawing.Point(203, 95);
this.btnConvert.Name = "btnConvert";
this.btnConvert.Size = new System.Drawing.Size(75, 23);
this.btnConvert.TabIndex = 13;
this.btnConvert.Text = "Convert";
this.btnConvert.UseVisualStyleBackColor = true;
this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
//
// FloatingDataTypeConverter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(438, 339);
this.Controls.Add(this.btnConvert);
this.Controls.Add(this.lblFloat);
this.Controls.Add(this.lblOctal);
this.Controls.Add(this.lblHex);
this.Controls.Add(this.lblDecimal);
this.Controls.Add(this.lblBinary);
this.Controls.Add(this.txtFloat);
this.Controls.Add(this.txtOctal);
this.Controls.Add(this.txtHex);
this.Controls.Add(this.txtDecimal);
this.Controls.Add(this.txtBinary);
this.Controls.Add(this.txtInput);
this.Controls.Add(this.grpInputType);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "FloatingDataTypeConverter";
this.Text = "Data Type Converter";
this.grpInputType.ResumeLayout(false);
this.grpInputType.PerformLayout();
this.grpInputType_flow.ResumeLayout(false);
this.grpInputType_flow.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox grpInputType;
private System.Windows.Forms.FlowLayoutPanel grpInputType_flow;
private System.Windows.Forms.RadioButton chkBinary;
private System.Windows.Forms.RadioButton chkdecimal;
private System.Windows.Forms.RadioButton chkhexadecimal;
private System.Windows.Forms.RadioButton chkoctal;
private System.Windows.Forms.RadioButton chkieee754float;
private System.Windows.Forms.MultiNumericBox txtInput;
private System.Windows.Forms.MultiNumericBox txtBinary;
private System.Windows.Forms.MultiNumericBox txtDecimal;
private System.Windows.Forms.MultiNumericBox txtHex;
private System.Windows.Forms.MultiNumericBox txtOctal;
private System.Windows.Forms.MultiNumericBox txtFloat;
private System.Windows.Forms.Label lblBinary;
private System.Windows.Forms.Label lblDecimal;
private System.Windows.Forms.Label lblHex;
private System.Windows.Forms.Label lblOctal;
private System.Windows.Forms.Label lblFloat;
private System.Windows.Forms.Button btnConvert;
}
}