OSDN Git Service

デザインの調整
authorkimikage <kimikage_ceo@hotmail.com>
Wed, 5 Jan 2011 07:18:28 +0000 (16:18 +0900)
committerkimikage <kimikage_ceo@hotmail.com>
Wed, 5 Jan 2011 07:18:28 +0000 (16:18 +0900)
Fugashi/BitSwitch.cs
Fugashi/BitSwitches4.Designer.cs
Fugashi/BitSwitches4.cs
Fugashi/BitSwitches4.resx
Fugashi/Fugashi.csproj
Fugashi/MainForm.Designer.cs

index 344abfb..7a25e5a 100755 (executable)
@@ -15,7 +15,7 @@ using System.Windows.Forms;
 \r
 namespace Fugashi\r
 {\r
-    public partial class BitSwitch : Panel\r
+    public partial class BitSwitch : UserControl\r
     {\r
         private bool state;\r
 \r
index 4213d10..0d5b49d 100755 (executable)
@@ -39,7 +39,7 @@
             // \r
             this.label.Font = new System.Drawing.Font("Tahoma", 8F);\r
             this.label.ForeColor = System.Drawing.Color.MidnightBlue;\r
-            this.label.Location = new System.Drawing.Point(32, 0);\r
+            this.label.Location = new System.Drawing.Point(25, 0);\r
             this.label.Name = "label";\r
             this.label.Size = new System.Drawing.Size(26, 16);\r
             this.label.TabIndex = 38;\r
             // b0\r
             // \r
             this.b0.BackColor = System.Drawing.Color.Transparent;\r
-            this.b0.Location = new System.Drawing.Point(42, 16);\r
+            this.b0.Location = new System.Drawing.Point(35, 16);\r
             this.b0.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
             this.b0.Name = "b0";\r
-            this.b0.Size = new System.Drawing.Size(14, 28);\r
+            this.b0.Size = new System.Drawing.Size(12, 24);\r
             this.b0.State = false;\r
             this.b0.TabIndex = 0;\r
             // \r
             // b1\r
             // \r
             this.b1.BackColor = System.Drawing.Color.Transparent;\r
-            this.b1.Location = new System.Drawing.Point(28, 16);\r
+            this.b1.Location = new System.Drawing.Point(24, 16);\r
             this.b1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.b1.Name = "b1";\r
-            this.b1.Size = new System.Drawing.Size(14, 28);\r
+            this.b1.Size = new System.Drawing.Size(12, 24);\r
             this.b1.State = false;\r
             this.b1.TabIndex = 1;\r
             // \r
             // b2\r
             // \r
             this.b2.BackColor = System.Drawing.Color.Transparent;\r
-            this.b2.Location = new System.Drawing.Point(14, 16);\r
+            this.b2.Location = new System.Drawing.Point(12, 16);\r
             this.b2.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.b2.Name = "b2";\r
-            this.b2.Size = new System.Drawing.Size(14, 28);\r
+            this.b2.Size = new System.Drawing.Size(12, 24);\r
             this.b2.State = false;\r
             this.b2.TabIndex = 2;\r
             // \r
@@ -82,7 +82,7 @@
             this.b3.Location = new System.Drawing.Point(0, 16);\r
             this.b3.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.b3.Name = "b3";\r
-            this.b3.Size = new System.Drawing.Size(14, 28);\r
+            this.b3.Size = new System.Drawing.Size(12, 24);\r
             this.b3.State = false;\r
             this.b3.TabIndex = 3;\r
             // \r
@@ -93,7 +93,8 @@
             this.Controls.Add(this.b1);\r
             this.Controls.Add(this.b2);\r
             this.Controls.Add(this.b3);\r
-            this.Size = new System.Drawing.Size(58, 45);\r
+            this.Name = "BitSwitches4";\r
+            this.Size = new System.Drawing.Size(51, 48);\r
             this.ResumeLayout(false);\r
 \r
         }\r
index 3575780..8e55d56 100755 (executable)
@@ -8,7 +8,7 @@ using System.Windows.Forms;
 \r
 namespace Fugashi\r
 {\r
-    public partial class BitSwitches4 : Panel\r
+    public partial class BitSwitches4 : UserControl\r
     {\r
         private int startBit;\r
         public BitSwitches4()\r
@@ -69,7 +69,7 @@ namespace Fugashi
             b1.Location = new Point(b1.Location.X, y);\r
             b2.Location = new Point(b2.Location.X, y);\r
             b3.Location = new Point(b3.Location.X, y);\r
-            int labelY = startBit < 32 ? 0 : 28;\r
+            int labelY = startBit < 32 ? 0 : 24;\r
             label.Location = new Point(label.Location.X, labelY);\r
             label.Text = startBit.ToString();\r
             PerformLayout();\r
index 241a864..ff31a6d 100755 (executable)
   <resheader name="writer">\r
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r
   </resheader>\r
-  <metadata name="label.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
-    <value>17, 17</value>\r
-  </metadata>\r
-  <metadata name="b0.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
-    <value>312, 17</value>\r
-  </metadata>\r
-  <metadata name="b1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
-    <value>242, 17</value>\r
-  </metadata>\r
-  <metadata name="b2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
-    <value>172, 17</value>\r
-  </metadata>\r
-  <metadata name="b3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
-    <value>102, 17</value>\r
-  </metadata>\r
-  <metadata name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">\r
-    <value>False</value>\r
-  </metadata>\r
 </root>
\ No newline at end of file
index 19646a0..6b8f09e 100755 (executable)
   </ItemGroup>\r
   <ItemGroup>\r
     <Compile Include="BitSwitch.cs">\r
-      <SubType>Component</SubType>\r
+      <SubType>UserControl</SubType>\r
     </Compile>\r
     <Compile Include="BitSwitch.Designer.cs">\r
       <DependentUpon>BitSwitch.cs</DependentUpon>\r
     </Compile>\r
     <Compile Include="BitSwitches4.cs">\r
-      <SubType>Component</SubType>\r
+      <SubType>UserControl</SubType>\r
     </Compile>\r
     <Compile Include="BitSwitches4.Designer.cs">\r
       <DependentUpon>BitSwitches4.cs</DependentUpon>\r
index 1fc14a0..6f7814f 100755 (executable)
@@ -77,20 +77,20 @@ namespace Fugashi
             // label17\r
             // \r
             this.label17.AutoSize = true;\r
-            this.label17.ForeColor = System.Drawing.Color.Navy;\r
-            this.label17.Location = new System.Drawing.Point(6, 37);\r
+            this.label17.ForeColor = System.Drawing.Color.MidnightBlue;\r
+            this.label17.Location = new System.Drawing.Point(5, 32);\r
             this.label17.Name = "label17";\r
-            this.label17.Size = new System.Drawing.Size(45, 15);\r
+            this.label17.Size = new System.Drawing.Size(36, 12);\r
             this.label17.TabIndex = 89;\r
             this.label17.Text = "Value:";\r
             // \r
             // label18\r
             // \r
             this.label18.AutoSize = true;\r
-            this.label18.ForeColor = System.Drawing.Color.Navy;\r
-            this.label18.Location = new System.Drawing.Point(16, 69);\r
+            this.label18.ForeColor = System.Drawing.Color.MidnightBlue;\r
+            this.label18.Location = new System.Drawing.Point(14, 59);\r
             this.label18.Name = "label18";\r
-            this.label18.Size = new System.Drawing.Size(35, 15);\r
+            this.label18.Size = new System.Drawing.Size(27, 12);\r
             this.label18.TabIndex = 90;\r
             this.label18.Text = "Hex:";\r
             // \r
@@ -99,10 +99,10 @@ namespace Fugashi
             this.typeGroup.Controls.Add(this.radioFloat);\r
             this.typeGroup.Controls.Add(this.radioInt);\r
             this.typeGroup.Controls.Add(this.radioUint);\r
-            this.typeGroup.ForeColor = System.Drawing.Color.Navy;\r
-            this.typeGroup.Location = new System.Drawing.Point(318, 14);\r
+            this.typeGroup.ForeColor = System.Drawing.Color.MidnightBlue;\r
+            this.typeGroup.Location = new System.Drawing.Point(273, 12);\r
             this.typeGroup.Name = "typeGroup";\r
-            this.typeGroup.Size = new System.Drawing.Size(153, 128);\r
+            this.typeGroup.Size = new System.Drawing.Size(131, 110);\r
             this.typeGroup.TabIndex = 45;\r
             this.typeGroup.TabStop = false;\r
             this.typeGroup.Text = "Type";\r
@@ -110,9 +110,10 @@ namespace Fugashi
             // radioFloat\r
             // \r
             this.radioFloat.AutoSize = true;\r
-            this.radioFloat.Location = new System.Drawing.Point(7, 72);\r
+            this.radioFloat.ForeColor = System.Drawing.Color.MidnightBlue;\r
+            this.radioFloat.Location = new System.Drawing.Point(6, 62);\r
             this.radioFloat.Name = "radioFloat";\r
-            this.radioFloat.Size = new System.Drawing.Size(112, 19);\r
+            this.radioFloat.Size = new System.Drawing.Size(94, 16);\r
             this.radioFloat.TabIndex = 48;\r
             this.radioFloat.TabStop = true;\r
             this.radioFloat.Text = "&Floating Point";\r
@@ -122,9 +123,10 @@ namespace Fugashi
             // radioInt\r
             // \r
             this.radioInt.AutoSize = true;\r
-            this.radioInt.Location = new System.Drawing.Point(7, 47);\r
+            this.radioInt.ForeColor = System.Drawing.Color.MidnightBlue;\r
+            this.radioInt.Location = new System.Drawing.Point(6, 40);\r
             this.radioInt.Name = "radioInt";\r
-            this.radioInt.Size = new System.Drawing.Size(117, 19);\r
+            this.radioInt.Size = new System.Drawing.Size(96, 16);\r
             this.radioInt.TabIndex = 47;\r
             this.radioInt.TabStop = true;\r
             this.radioInt.Text = "&Signed Integer";\r
@@ -134,9 +136,10 @@ namespace Fugashi
             // radioUint\r
             // \r
             this.radioUint.AutoSize = true;\r
-            this.radioUint.Location = new System.Drawing.Point(7, 21);\r
+            this.radioUint.ForeColor = System.Drawing.Color.MidnightBlue;\r
+            this.radioUint.Location = new System.Drawing.Point(6, 18);\r
             this.radioUint.Name = "radioUint";\r
-            this.radioUint.Size = new System.Drawing.Size(133, 19);\r
+            this.radioUint.Size = new System.Drawing.Size(109, 16);\r
             this.radioUint.TabIndex = 46;\r
             this.radioUint.TabStop = true;\r
             this.radioUint.Text = "&Unsigned Integer";\r
@@ -149,10 +152,10 @@ namespace Fugashi
             this.bytesGroup.Controls.Add(this.radio4B);\r
             this.bytesGroup.Controls.Add(this.radio2B);\r
             this.bytesGroup.Controls.Add(this.radio1B);\r
-            this.bytesGroup.ForeColor = System.Drawing.Color.Navy;\r
-            this.bytesGroup.Location = new System.Drawing.Point(477, 14);\r
+            this.bytesGroup.ForeColor = System.Drawing.Color.MidnightBlue;\r
+            this.bytesGroup.Location = new System.Drawing.Point(409, 12);\r
             this.bytesGroup.Name = "bytesGroup";\r
-            this.bytesGroup.Size = new System.Drawing.Size(61, 128);\r
+            this.bytesGroup.Size = new System.Drawing.Size(52, 110);\r
             this.bytesGroup.TabIndex = 46;\r
             this.bytesGroup.TabStop = false;\r
             this.bytesGroup.Text = "Bytes";\r
@@ -160,9 +163,10 @@ namespace Fugashi
             // radio8B\r
             // \r
             this.radio8B.AutoSize = true;\r
-            this.radio8B.Location = new System.Drawing.Point(7, 98);\r
+            this.radio8B.ForeColor = System.Drawing.Color.MidnightBlue;\r
+            this.radio8B.Location = new System.Drawing.Point(6, 84);\r
             this.radio8B.Name = "radio8B";\r
-            this.radio8B.Size = new System.Drawing.Size(33, 19);\r
+            this.radio8B.Size = new System.Drawing.Size(29, 16);\r
             this.radio8B.TabIndex = 49;\r
             this.radio8B.TabStop = true;\r
             this.radio8B.Text = "&8";\r
@@ -172,9 +176,10 @@ namespace Fugashi
             // radio4B\r
             // \r
             this.radio4B.AutoSize = true;\r
-            this.radio4B.Location = new System.Drawing.Point(7, 72);\r
+            this.radio4B.ForeColor = System.Drawing.Color.MidnightBlue;\r
+            this.radio4B.Location = new System.Drawing.Point(6, 62);\r
             this.radio4B.Name = "radio4B";\r
-            this.radio4B.Size = new System.Drawing.Size(33, 19);\r
+            this.radio4B.Size = new System.Drawing.Size(29, 16);\r
             this.radio4B.TabIndex = 48;\r
             this.radio4B.TabStop = true;\r
             this.radio4B.Text = "&4";\r
@@ -184,9 +189,10 @@ namespace Fugashi
             // radio2B\r
             // \r
             this.radio2B.AutoSize = true;\r
-            this.radio2B.Location = new System.Drawing.Point(7, 47);\r
+            this.radio2B.ForeColor = System.Drawing.Color.MidnightBlue;\r
+            this.radio2B.Location = new System.Drawing.Point(6, 40);\r
             this.radio2B.Name = "radio2B";\r
-            this.radio2B.Size = new System.Drawing.Size(33, 19);\r
+            this.radio2B.Size = new System.Drawing.Size(29, 16);\r
             this.radio2B.TabIndex = 47;\r
             this.radio2B.TabStop = true;\r
             this.radio2B.Text = "&2";\r
@@ -196,9 +202,10 @@ namespace Fugashi
             // radio1B\r
             // \r
             this.radio1B.AutoSize = true;\r
-            this.radio1B.Location = new System.Drawing.Point(7, 21);\r
+            this.radio1B.ForeColor = System.Drawing.Color.MidnightBlue;\r
+            this.radio1B.Location = new System.Drawing.Point(6, 18);\r
             this.radio1B.Name = "radio1B";\r
-            this.radio1B.Size = new System.Drawing.Size(33, 19);\r
+            this.radio1B.Size = new System.Drawing.Size(29, 16);\r
             this.radio1B.TabIndex = 46;\r
             this.radio1B.TabStop = true;\r
             this.radio1B.Text = "&1";\r
@@ -208,9 +215,9 @@ namespace Fugashi
             // textValue\r
             // \r
             this.textValue.Font = new System.Drawing.Font("MS UI Gothic", 10.01739F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
-            this.textValue.Location = new System.Drawing.Point(57, 33);\r
+            this.textValue.Location = new System.Drawing.Point(49, 28);\r
             this.textValue.Name = "textValue";\r
-            this.textValue.Size = new System.Drawing.Size(255, 23);\r
+            this.textValue.Size = new System.Drawing.Size(219, 21);\r
             this.textValue.TabIndex = 87;\r
             this.textValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
             this.textValue.TextChanged += new System.EventHandler(this.textValue_TextChanged);\r
@@ -218,212 +225,234 @@ namespace Fugashi
             // textHex\r
             // \r
             this.textHex.Font = new System.Drawing.Font("MS UI Gothic", 10.01739F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
-            this.textHex.Location = new System.Drawing.Point(57, 64);\r
+            this.textHex.Location = new System.Drawing.Point(49, 55);\r
             this.textHex.Name = "textHex";\r
-            this.textHex.Size = new System.Drawing.Size(255, 23);\r
+            this.textHex.Size = new System.Drawing.Size(219, 21);\r
             this.textHex.TabIndex = 88;\r
             this.textHex.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
             this.textHex.TextChanged += new System.EventHandler(this.textHex_TextChanged);\r
             // \r
             // buttonLsh\r
             // \r
-            this.buttonLsh.Location = new System.Drawing.Point(28, 103);\r
+            this.buttonLsh.BackColor = System.Drawing.SystemColors.ButtonFace;\r
+            this.buttonLsh.Location = new System.Drawing.Point(24, 88);\r
             this.buttonLsh.Margin = new System.Windows.Forms.Padding(2);\r
             this.buttonLsh.Name = "buttonLsh";\r
-            this.buttonLsh.Size = new System.Drawing.Size(44, 28);\r
+            this.buttonLsh.Size = new System.Drawing.Size(38, 24);\r
             this.buttonLsh.TabIndex = 107;\r
             this.buttonLsh.Text = "&Lsh";\r
-            this.buttonLsh.UseVisualStyleBackColor = true;\r
+            this.buttonLsh.UseVisualStyleBackColor = false;\r
             this.buttonLsh.Click += new System.EventHandler(this.buttonLsh_Click);\r
             // \r
             // buttonRsh\r
             // \r
-            this.buttonRsh.Location = new System.Drawing.Point(76, 103);\r
+            this.buttonRsh.BackColor = System.Drawing.SystemColors.ButtonFace;\r
+            this.buttonRsh.Location = new System.Drawing.Point(65, 88);\r
             this.buttonRsh.Margin = new System.Windows.Forms.Padding(2);\r
             this.buttonRsh.Name = "buttonRsh";\r
-            this.buttonRsh.Size = new System.Drawing.Size(44, 28);\r
+            this.buttonRsh.Size = new System.Drawing.Size(38, 24);\r
             this.buttonRsh.TabIndex = 108;\r
             this.buttonRsh.Text = "&Rsh";\r
-            this.buttonRsh.UseVisualStyleBackColor = true;\r
+            this.buttonRsh.UseVisualStyleBackColor = false;\r
             this.buttonRsh.Click += new System.EventHandler(this.buttonRsh_Click);\r
             // \r
             // buttonInc\r
             // \r
-            this.buttonInc.Location = new System.Drawing.Point(124, 103);\r
+            this.buttonInc.BackColor = System.Drawing.SystemColors.ButtonFace;\r
+            this.buttonInc.Location = new System.Drawing.Point(106, 88);\r
             this.buttonInc.Margin = new System.Windows.Forms.Padding(2);\r
             this.buttonInc.Name = "buttonInc";\r
-            this.buttonInc.Size = new System.Drawing.Size(44, 28);\r
+            this.buttonInc.Size = new System.Drawing.Size(38, 24);\r
             this.buttonInc.TabIndex = 109;\r
             this.buttonInc.Text = "&Inc";\r
-            this.buttonInc.UseVisualStyleBackColor = true;\r
+            this.buttonInc.UseVisualStyleBackColor = false;\r
             this.buttonInc.Click += new System.EventHandler(this.buttonInc_Click);\r
             // \r
             // buttonDec\r
             // \r
-            this.buttonDec.Location = new System.Drawing.Point(172, 103);\r
+            this.buttonDec.BackColor = System.Drawing.SystemColors.ButtonFace;\r
+            this.buttonDec.Location = new System.Drawing.Point(147, 88);\r
             this.buttonDec.Margin = new System.Windows.Forms.Padding(2);\r
             this.buttonDec.Name = "buttonDec";\r
-            this.buttonDec.Size = new System.Drawing.Size(44, 28);\r
+            this.buttonDec.Size = new System.Drawing.Size(38, 24);\r
             this.buttonDec.TabIndex = 110;\r
             this.buttonDec.Text = "&Dec";\r
-            this.buttonDec.UseVisualStyleBackColor = true;\r
+            this.buttonDec.UseVisualStyleBackColor = false;\r
             this.buttonDec.Click += new System.EventHandler(this.buttonDec_Click);\r
             // \r
             // buttonClr\r
             // \r
-            this.buttonClr.Location = new System.Drawing.Point(220, 103);\r
+            this.buttonClr.BackColor = System.Drawing.SystemColors.ButtonFace;\r
+            this.buttonClr.Location = new System.Drawing.Point(189, 88);\r
             this.buttonClr.Margin = new System.Windows.Forms.Padding(2);\r
             this.buttonClr.Name = "buttonClr";\r
-            this.buttonClr.Size = new System.Drawing.Size(44, 28);\r
+            this.buttonClr.Size = new System.Drawing.Size(38, 24);\r
             this.buttonClr.TabIndex = 111;\r
             this.buttonClr.Text = "&Clr";\r
-            this.buttonClr.UseVisualStyleBackColor = true;\r
+            this.buttonClr.UseVisualStyleBackColor = false;\r
             this.buttonClr.Click += new System.EventHandler(this.buttonClr_Click);\r
             // \r
             // buttonNot\r
             // \r
-            this.buttonNot.Location = new System.Drawing.Point(268, 103);\r
+            this.buttonNot.BackColor = System.Drawing.SystemColors.ButtonFace;\r
+            this.buttonNot.Location = new System.Drawing.Point(230, 88);\r
             this.buttonNot.Margin = new System.Windows.Forms.Padding(2);\r
             this.buttonNot.Name = "buttonNot";\r
-            this.buttonNot.Size = new System.Drawing.Size(44, 28);\r
+            this.buttonNot.Size = new System.Drawing.Size(38, 24);\r
             this.buttonNot.TabIndex = 112;\r
             this.buttonNot.Text = "&Not";\r
-            this.buttonNot.UseVisualStyleBackColor = true;\r
+            this.buttonNot.UseVisualStyleBackColor = false;\r
             this.buttonNot.Click += new System.EventHandler(this.buttonNot_Click);\r
             // \r
             // bits0\r
             // \r
-            this.bits0.Location = new System.Drawing.Point(459, 168);\r
+            this.bits0.Location = new System.Drawing.Point(393, 144);\r
+            this.bits0.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits0.Name = "bits0";\r
-            this.bits0.Size = new System.Drawing.Size(58, 45);\r
+            this.bits0.Size = new System.Drawing.Size(51, 44);\r
             this.bits0.TabIndex = 91;\r
             // \r
             // bits4\r
             // \r
-            this.bits4.Location = new System.Drawing.Point(399, 168);\r
+            this.bits4.Location = new System.Drawing.Point(342, 144);\r
+            this.bits4.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits4.Name = "bits4";\r
-            this.bits4.Size = new System.Drawing.Size(58, 45);\r
+            this.bits4.Size = new System.Drawing.Size(51, 44);\r
             this.bits4.StartBit = 4;\r
             this.bits4.TabIndex = 93;\r
             // \r
             // bits8\r
             // \r
-            this.bits8.Location = new System.Drawing.Point(339, 168);\r
+            this.bits8.Location = new System.Drawing.Point(291, 144);\r
+            this.bits8.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits8.Name = "bits8";\r
-            this.bits8.Size = new System.Drawing.Size(58, 45);\r
+            this.bits8.Size = new System.Drawing.Size(51, 44);\r
             this.bits8.StartBit = 8;\r
             this.bits8.TabIndex = 94;\r
             // \r
             // bits12\r
             // \r
-            this.bits12.Location = new System.Drawing.Point(280, 168);\r
+            this.bits12.Location = new System.Drawing.Point(240, 144);\r
+            this.bits12.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits12.Name = "bits12";\r
-            this.bits12.Size = new System.Drawing.Size(58, 45);\r
+            this.bits12.Size = new System.Drawing.Size(51, 44);\r
             this.bits12.StartBit = 12;\r
             this.bits12.TabIndex = 95;\r
             // \r
             // bits16\r
             // \r
-            this.bits16.Location = new System.Drawing.Point(214, 168);\r
+            this.bits16.Location = new System.Drawing.Point(185, 144);\r
+            this.bits16.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits16.Name = "bits16";\r
-            this.bits16.Size = new System.Drawing.Size(58, 45);\r
+            this.bits16.Size = new System.Drawing.Size(51, 44);\r
             this.bits16.StartBit = 16;\r
             this.bits16.TabIndex = 99;\r
             // \r
             // bits20\r
             // \r
-            this.bits20.Location = new System.Drawing.Point(154, 168);\r
+            this.bits20.Location = new System.Drawing.Point(134, 144);\r
+            this.bits20.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits20.Name = "bits20";\r
-            this.bits20.Size = new System.Drawing.Size(58, 45);\r
+            this.bits20.Size = new System.Drawing.Size(51, 44);\r
             this.bits20.StartBit = 20;\r
             this.bits20.TabIndex = 101;\r
             // \r
             // bits24\r
             // \r
-            this.bits24.Location = new System.Drawing.Point(94, 168);\r
+            this.bits24.Location = new System.Drawing.Point(83, 144);\r
+            this.bits24.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits24.Name = "bits24";\r
-            this.bits24.Size = new System.Drawing.Size(58, 45);\r
+            this.bits24.Size = new System.Drawing.Size(51, 44);\r
             this.bits24.StartBit = 24;\r
             this.bits24.TabIndex = 102;\r
             // \r
             // bits28\r
             // \r
-            this.bits28.Location = new System.Drawing.Point(35, 168);\r
+            this.bits28.Location = new System.Drawing.Point(32, 144);\r
+            this.bits28.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits28.Name = "bits28";\r
-            this.bits28.Size = new System.Drawing.Size(58, 45);\r
+            this.bits28.Size = new System.Drawing.Size(51, 44);\r
             this.bits28.StartBit = 28;\r
             this.bits28.TabIndex = 103;\r
             // \r
             // bits32\r
             // \r
-            this.bits32.Location = new System.Drawing.Point(459, 219);\r
+            this.bits32.Location = new System.Drawing.Point(393, 195);\r
+            this.bits32.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits32.Name = "bits32";\r
-            this.bits32.Size = new System.Drawing.Size(58, 45);\r
+            this.bits32.Size = new System.Drawing.Size(51, 44);\r
             this.bits32.StartBit = 32;\r
             this.bits32.TabIndex = 92;\r
             // \r
             // bits36\r
             // \r
-            this.bits36.Location = new System.Drawing.Point(399, 219);\r
+            this.bits36.Location = new System.Drawing.Point(342, 195);\r
+            this.bits36.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits36.Name = "bits36";\r
-            this.bits36.Size = new System.Drawing.Size(58, 45);\r
+            this.bits36.Size = new System.Drawing.Size(51, 44);\r
             this.bits36.StartBit = 36;\r
             this.bits36.TabIndex = 96;\r
             // \r
             // bits40\r
             // \r
-            this.bits40.Location = new System.Drawing.Point(339, 219);\r
+            this.bits40.Location = new System.Drawing.Point(291, 195);\r
+            this.bits40.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits40.Name = "bits40";\r
-            this.bits40.Size = new System.Drawing.Size(58, 45);\r
+            this.bits40.Size = new System.Drawing.Size(51, 44);\r
             this.bits40.StartBit = 40;\r
             this.bits40.TabIndex = 97;\r
             // \r
             // bits44\r
             // \r
-            this.bits44.Location = new System.Drawing.Point(280, 219);\r
+            this.bits44.Location = new System.Drawing.Point(240, 195);\r
+            this.bits44.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits44.Name = "bits44";\r
-            this.bits44.Size = new System.Drawing.Size(58, 45);\r
+            this.bits44.Size = new System.Drawing.Size(51, 44);\r
             this.bits44.StartBit = 44;\r
             this.bits44.TabIndex = 98;\r
             // \r
             // bits48\r
             // \r
-            this.bits48.Location = new System.Drawing.Point(214, 219);\r
+            this.bits48.Location = new System.Drawing.Point(185, 195);\r
+            this.bits48.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits48.Name = "bits48";\r
-            this.bits48.Size = new System.Drawing.Size(58, 45);\r
+            this.bits48.Size = new System.Drawing.Size(51, 44);\r
             this.bits48.StartBit = 48;\r
             this.bits48.TabIndex = 100;\r
             // \r
             // bits52\r
             // \r
-            this.bits52.Location = new System.Drawing.Point(154, 219);\r
+            this.bits52.Location = new System.Drawing.Point(134, 195);\r
+            this.bits52.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits52.Name = "bits52";\r
-            this.bits52.Size = new System.Drawing.Size(58, 45);\r
+            this.bits52.Size = new System.Drawing.Size(51, 44);\r
             this.bits52.StartBit = 52;\r
             this.bits52.TabIndex = 104;\r
             // \r
             // bits56\r
             // \r
-            this.bits56.Location = new System.Drawing.Point(94, 219);\r
+            this.bits56.Location = new System.Drawing.Point(83, 195);\r
+            this.bits56.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits56.Name = "bits56";\r
-            this.bits56.Size = new System.Drawing.Size(58, 45);\r
+            this.bits56.Size = new System.Drawing.Size(51, 44);\r
             this.bits56.StartBit = 56;\r
             this.bits56.TabIndex = 105;\r
             // \r
             // bits60\r
             // \r
-            this.bits60.Location = new System.Drawing.Point(35, 219);\r
+            this.bits60.Location = new System.Drawing.Point(32, 195);\r
+            this.bits60.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.bits60.Name = "bits60";\r
-            this.bits60.Size = new System.Drawing.Size(58, 45);\r
+            this.bits60.Size = new System.Drawing.Size(51, 44);\r
             this.bits60.StartBit = 60;\r
             this.bits60.TabIndex = 106;\r
             // \r
             // MainForm\r
             // \r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);\r
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
             this.BackColor = System.Drawing.SystemColors.Window;\r
-            this.ClientSize = new System.Drawing.Size(550, 284);\r
+            this.ClientSize = new System.Drawing.Size(470, 244);\r
             this.Controls.Add(this.buttonNot);\r
             this.Controls.Add(this.buttonClr);\r
             this.Controls.Add(this.buttonDec);\r