Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/FloatingDataTypeConverter.Designer.cs 2012/06/02 12:05:01 222 +++ trunk/RomCheater/Docking/FloatingDataTypeConverter.Designer.cs 2012/06/02 13:20:13 223 @@ -28,42 +28,25 @@ /// </summary> private void InitializeComponent() { - this.maskedHexBox1 = new System.Windows.Forms.MaskedHexBox(); this.grpInputType = new System.Windows.Forms.GroupBox(); this.grpInputType_flow = new System.Windows.Forms.FlowLayoutPanel(); - this.chkBinary = new System.Windows.Forms.CheckBox(); - this.chkdecimal = new System.Windows.Forms.CheckBox(); - this.chkhexadecimal = new System.Windows.Forms.CheckBox(); - this.chkoctal = new System.Windows.Forms.CheckBox(); - this.chkieee754float = new System.Windows.Forms.CheckBox(); + 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.grpInputType.SuspendLayout(); this.grpInputType_flow.SuspendLayout(); this.SuspendLayout(); // - // maskedHexBox1 - // - this.maskedHexBox1.AutoSize = true; - this.maskedHexBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.maskedHexBox1.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.maskedHexBox1.isAddressMask = true; - this.maskedHexBox1.Location = new System.Drawing.Point(9, 9); - this.maskedHexBox1.Margin = new System.Windows.Forms.Padding(0); - this.maskedHexBox1.MaxLength = 8; - this.maskedHexBox1.Name = "maskedHexBox1"; - this.maskedHexBox1.ReadOnly = false; - this.maskedHexBox1.Size = new System.Drawing.Size(238, 24); - this.maskedHexBox1.TabIndex = 0; - this.maskedHexBox1.TextLength = 8; - this.maskedHexBox1.Value = ((ulong)(0ul)); - // // grpInputType // - this.grpInputType.AutoSize = true; this.grpInputType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.grpInputType.Controls.Add(this.grpInputType_flow); - this.grpInputType.Location = new System.Drawing.Point(12, 58); + this.grpInputType.Location = new System.Drawing.Point(12, 9); this.grpInputType.Name = "grpInputType"; - this.grpInputType.Size = new System.Drawing.Size(374, 46); + this.grpInputType.Size = new System.Drawing.Size(122, 142); this.grpInputType.TabIndex = 1; this.grpInputType.TabStop = false; this.grpInputType.Text = "Input Type"; @@ -82,7 +65,7 @@ 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(368, 27); + this.grpInputType_flow.Size = new System.Drawing.Size(116, 123); this.grpInputType_flow.TabIndex = 0; // // chkBinary @@ -90,7 +73,7 @@ this.chkBinary.AutoSize = true; this.chkBinary.Location = new System.Drawing.Point(3, 3); this.chkBinary.Name = "chkBinary"; - this.chkBinary.Size = new System.Drawing.Size(54, 17); + this.chkBinary.Size = new System.Drawing.Size(53, 17); this.chkBinary.TabIndex = 0; this.chkBinary.Text = "binary"; this.chkBinary.UseVisualStyleBackColor = true; @@ -99,50 +82,68 @@ // chkdecimal // this.chkdecimal.AutoSize = true; - this.chkdecimal.Location = new System.Drawing.Point(63, 3); + this.chkdecimal.Location = new System.Drawing.Point(3, 26); this.chkdecimal.Name = "chkdecimal"; - this.chkdecimal.Size = new System.Drawing.Size(62, 17); + 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(131, 3); + this.chkhexadecimal.Location = new System.Drawing.Point(3, 49); this.chkhexadecimal.Name = "chkhexadecimal"; - this.chkhexadecimal.Size = new System.Drawing.Size(85, 17); + 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(222, 3); + this.chkoctal.Location = new System.Drawing.Point(3, 72); this.chkoctal.Name = "chkoctal"; - this.chkoctal.Size = new System.Drawing.Size(49, 17); + 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(277, 3); + this.chkieee754float.Location = new System.Drawing.Point(3, 95); this.chkieee754float.Name = "chkieee754float"; - this.chkieee754float.Size = new System.Drawing.Size(84, 17); + this.chkieee754float.Size = new System.Drawing.Size(100, 17); this.chkieee754float.TabIndex = 4; - this.chkieee754float.Text = "ieee754float"; + 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.MultiNumericBox_InputType.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 = 0F; // // 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.txtInput); this.Controls.Add(this.grpInputType); - this.Controls.Add(this.maskedHexBox1); 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"; @@ -157,14 +158,14 @@ #endregion - private System.Windows.Forms.MaskedHexBox maskedHexBox1; private System.Windows.Forms.GroupBox grpInputType; private System.Windows.Forms.FlowLayoutPanel grpInputType_flow; - private System.Windows.Forms.CheckBox chkBinary; - private System.Windows.Forms.CheckBox chkdecimal; - private System.Windows.Forms.CheckBox chkhexadecimal; - private System.Windows.Forms.CheckBox chkoctal; - private System.Windows.Forms.CheckBox chkieee754float; + 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; }
ViewVC Help | |
Powered by ViewVC 1.1.22 |