Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/FloatingDataTypeConverter.Designer.cs 2012/06/10 03:39:00 367 +++ trunk/RomCheater/Docking/FloatingDataTypeConverter.Designer.cs 2012/06/10 04:03:24 368 @@ -41,24 +41,27 @@ this.lblOctal = new System.Windows.Forms.Label(); this.lblFloat = new System.Windows.Forms.Label(); this.btnConvert = new System.Windows.Forms.Button(); - this.ieeE754FloatConverter1 = new System.Windows.Forms.IEEE754FloatConverter(); + this.FloatConverter = new System.Windows.Forms.IEEE754FloatConverter(); this.txtFloat = new System.Windows.Forms.MultiNumericBox(); this.txtOctal = new System.Windows.Forms.MultiNumericBox(); this.txtHex = new System.Windows.Forms.MultiNumericBox(); this.txtDecimal = new System.Windows.Forms.MultiNumericBox(); this.txtBinary = new System.Windows.Forms.MultiNumericBox(); this.txtInput = new System.Windows.Forms.MultiNumericBox(); + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.grpInputType.SuspendLayout(); this.grpInputType_flow.SuspendLayout(); + this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // 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, 9); this.grpInputType.Name = "grpInputType"; - this.grpInputType.Size = new System.Drawing.Size(122, 142); + this.grpInputType.Size = new System.Drawing.Size(386, 46); this.grpInputType.TabIndex = 1; this.grpInputType.TabStop = false; this.grpInputType.Text = "Input Type"; @@ -77,7 +80,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(116, 123); + this.grpInputType_flow.Size = new System.Drawing.Size(380, 27); this.grpInputType_flow.TabIndex = 0; // // chkBinary @@ -94,7 +97,7 @@ // chkdecimal // this.chkdecimal.AutoSize = true; - this.chkdecimal.Location = new System.Drawing.Point(3, 26); + this.chkdecimal.Location = new System.Drawing.Point(62, 3); this.chkdecimal.Name = "chkdecimal"; this.chkdecimal.Size = new System.Drawing.Size(61, 17); this.chkdecimal.TabIndex = 1; @@ -105,7 +108,7 @@ // chkhexadecimal // this.chkhexadecimal.AutoSize = true; - this.chkhexadecimal.Location = new System.Drawing.Point(3, 49); + this.chkhexadecimal.Location = new System.Drawing.Point(129, 3); this.chkhexadecimal.Name = "chkhexadecimal"; this.chkhexadecimal.Size = new System.Drawing.Size(84, 17); this.chkhexadecimal.TabIndex = 2; @@ -116,7 +119,7 @@ // chkoctal // this.chkoctal.AutoSize = true; - this.chkoctal.Location = new System.Drawing.Point(3, 72); + this.chkoctal.Location = new System.Drawing.Point(219, 3); this.chkoctal.Name = "chkoctal"; this.chkoctal.Size = new System.Drawing.Size(48, 17); this.chkoctal.TabIndex = 3; @@ -127,7 +130,7 @@ // chkieee754float // this.chkieee754float.AutoSize = true; - this.chkieee754float.Location = new System.Drawing.Point(3, 95); + this.chkieee754float.Location = new System.Drawing.Point(273, 3); this.chkieee754float.Name = "chkieee754float"; this.chkieee754float.Size = new System.Drawing.Size(100, 17); this.chkieee754float.TabIndex = 4; @@ -139,43 +142,43 @@ // lblBinary // this.lblBinary.AutoSize = true; - this.lblBinary.Location = new System.Drawing.Point(34, 182); + this.lblBinary.Location = new System.Drawing.Point(3, 0); this.lblBinary.Name = "lblBinary"; - this.lblBinary.Size = new System.Drawing.Size(39, 13); + this.lblBinary.Size = new System.Drawing.Size(75, 13); this.lblBinary.TabIndex = 8; - this.lblBinary.Text = "Binary:"; + this.lblBinary.Text = " Binary:"; // // lblDecimal // this.lblDecimal.AutoSize = true; - this.lblDecimal.Location = new System.Drawing.Point(25, 210); + this.lblDecimal.Location = new System.Drawing.Point(3, 28); this.lblDecimal.Name = "lblDecimal"; - this.lblDecimal.Size = new System.Drawing.Size(48, 13); + this.lblDecimal.Size = new System.Drawing.Size(69, 13); this.lblDecimal.TabIndex = 9; - this.lblDecimal.Text = "Decimal:"; + this.lblDecimal.Text = " Decimal:"; // // lblHex // this.lblHex.AutoSize = true; - this.lblHex.Location = new System.Drawing.Point(44, 238); + this.lblHex.Location = new System.Drawing.Point(3, 56); this.lblHex.Name = "lblHex"; - this.lblHex.Size = new System.Drawing.Size(29, 13); + this.lblHex.Size = new System.Drawing.Size(65, 13); this.lblHex.TabIndex = 10; - this.lblHex.Text = "Hex:"; + this.lblHex.Text = " Hex:"; // // lblOctal // this.lblOctal.AutoSize = true; - this.lblOctal.Location = new System.Drawing.Point(38, 266); + this.lblOctal.Location = new System.Drawing.Point(3, 84); this.lblOctal.Name = "lblOctal"; - this.lblOctal.Size = new System.Drawing.Size(35, 13); + this.lblOctal.Size = new System.Drawing.Size(71, 13); this.lblOctal.TabIndex = 11; - this.lblOctal.Text = "Octal:"; + this.lblOctal.Text = " Octal:"; // // lblFloat // this.lblFloat.AutoSize = true; - this.lblFloat.Location = new System.Drawing.Point(-2, 294); + this.lblFloat.Location = new System.Drawing.Point(3, 112); this.lblFloat.Name = "lblFloat"; this.lblFloat.Size = new System.Drawing.Size(75, 13); this.lblFloat.TabIndex = 12; @@ -184,7 +187,7 @@ // // btnConvert // - this.btnConvert.Location = new System.Drawing.Point(467, 14); + this.btnConvert.Location = new System.Drawing.Point(15, 89); this.btnConvert.Name = "btnConvert"; this.btnConvert.Size = new System.Drawing.Size(75, 23); this.btnConvert.TabIndex = 13; @@ -192,27 +195,28 @@ this.btnConvert.UseVisualStyleBackColor = true; this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click); // - // ieeE754FloatConverter1 + // FloatConverter // - this.ieeE754FloatConverter1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.ieeE754FloatConverter1.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ieeE754FloatConverter1.Location = new System.Drawing.Point(146, 55); - this.ieeE754FloatConverter1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); - this.ieeE754FloatConverter1.Name = "ieeE754FloatConverter1"; - this.ieeE754FloatConverter1.Size = new System.Drawing.Size(396, 96); - this.ieeE754FloatConverter1.TabIndex = 14; + this.FloatConverter.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.FloatConverter.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.FloatConverter.Location = new System.Drawing.Point(12, 265); + this.FloatConverter.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); + this.FloatConverter.Name = "FloatConverter"; + this.FloatConverter.Size = new System.Drawing.Size(396, 96); + this.FloatConverter.TabIndex = 14; // // txtFloat // this.txtFloat.AutoSize = true; this.txtFloat.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.flowLayoutPanel1.SetFlowBreak(this.txtFloat, true); 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.Location = new System.Drawing.Point(81, 112); this.txtFloat.Margin = new System.Windows.Forms.Padding(0); this.txtFloat.Name = "txtFloat"; this.txtFloat.ReadOnly = true; - this.txtFloat.Size = new System.Drawing.Size(466, 28); + this.txtFloat.Size = new System.Drawing.Size(305, 28); this.txtFloat.TabIndex = 7; this.txtFloat.Value = "0"; this.txtFloat.Visible = false; @@ -221,13 +225,14 @@ // this.txtOctal.AutoSize = true; this.txtOctal.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.flowLayoutPanel1.SetFlowBreak(this.txtOctal, true); 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.Location = new System.Drawing.Point(77, 84); this.txtOctal.Margin = new System.Windows.Forms.Padding(0); this.txtOctal.Name = "txtOctal"; this.txtOctal.ReadOnly = true; - this.txtOctal.Size = new System.Drawing.Size(466, 28); + this.txtOctal.Size = new System.Drawing.Size(309, 28); this.txtOctal.TabIndex = 6; this.txtOctal.Value = "0"; // @@ -235,13 +240,14 @@ // this.txtHex.AutoSize = true; this.txtHex.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.flowLayoutPanel1.SetFlowBreak(this.txtHex, true); 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.Location = new System.Drawing.Point(71, 56); this.txtHex.Margin = new System.Windows.Forms.Padding(0); this.txtHex.Name = "txtHex"; this.txtHex.ReadOnly = true; - this.txtHex.Size = new System.Drawing.Size(466, 28); + this.txtHex.Size = new System.Drawing.Size(315, 28); this.txtHex.TabIndex = 5; this.txtHex.Value = "0"; // @@ -249,13 +255,14 @@ // this.txtDecimal.AutoSize = true; this.txtDecimal.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.flowLayoutPanel1.SetFlowBreak(this.txtDecimal, true); 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.Location = new System.Drawing.Point(75, 28); this.txtDecimal.Margin = new System.Windows.Forms.Padding(0); this.txtDecimal.Name = "txtDecimal"; this.txtDecimal.ReadOnly = true; - this.txtDecimal.Size = new System.Drawing.Size(466, 28); + this.txtDecimal.Size = new System.Drawing.Size(311, 28); this.txtDecimal.TabIndex = 4; this.txtDecimal.Value = "0"; // @@ -263,13 +270,14 @@ // this.txtBinary.AutoSize = true; this.txtBinary.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.flowLayoutPanel1.SetFlowBreak(this.txtBinary, true); 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.Location = new System.Drawing.Point(81, 0); this.txtBinary.Margin = new System.Windows.Forms.Padding(0); this.txtBinary.Name = "txtBinary"; this.txtBinary.ReadOnly = true; - this.txtBinary.Size = new System.Drawing.Size(466, 28); + this.txtBinary.Size = new System.Drawing.Size(305, 28); this.txtBinary.TabIndex = 3; this.txtBinary.Value = "0"; // @@ -279,31 +287,42 @@ 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.Location = new System.Drawing.Point(12, 58); this.txtInput.Margin = new System.Windows.Forms.Padding(0); this.txtInput.Name = "txtInput"; this.txtInput.ReadOnly = false; - this.txtInput.Size = new System.Drawing.Size(327, 28); + this.txtInput.Size = new System.Drawing.Size(386, 28); this.txtInput.TabIndex = 2; this.txtInput.Value = "0"; // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.AutoScroll = true; + this.flowLayoutPanel1.AutoSize = true; + this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.flowLayoutPanel1.Controls.Add(this.lblBinary); + this.flowLayoutPanel1.Controls.Add(this.txtBinary); + this.flowLayoutPanel1.Controls.Add(this.lblDecimal); + this.flowLayoutPanel1.Controls.Add(this.txtDecimal); + this.flowLayoutPanel1.Controls.Add(this.lblHex); + this.flowLayoutPanel1.Controls.Add(this.txtHex); + this.flowLayoutPanel1.Controls.Add(this.lblOctal); + this.flowLayoutPanel1.Controls.Add(this.txtOctal); + this.flowLayoutPanel1.Controls.Add(this.lblFloat); + this.flowLayoutPanel1.Controls.Add(this.txtFloat); + this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 118); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(386, 140); + this.flowLayoutPanel1.TabIndex = 15; + // // FloatingDataTypeConverter // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(552, 335); + this.ClientSize = new System.Drawing.Size(426, 374); + this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.btnConvert); - this.Controls.Add(this.lblFloat); - this.Controls.Add(this.ieeE754FloatConverter1); - 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.FloatConverter); 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))); @@ -313,6 +332,8 @@ this.grpInputType.PerformLayout(); this.grpInputType_flow.ResumeLayout(false); this.grpInputType_flow.PerformLayout(); + this.flowLayoutPanel1.ResumeLayout(false); + this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -339,7 +360,8 @@ private System.Windows.Forms.Label lblOctal; private System.Windows.Forms.Label lblFloat; private System.Windows.Forms.Button btnConvert; - private System.Windows.Forms.IEEE754FloatConverter ieeE754FloatConverter1; + private System.Windows.Forms.IEEE754FloatConverter FloatConverter; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; }
ViewVC Help | |
Powered by ViewVC 1.1.22 |