OSDN Git Service

ショートカットキーの整備
[fugashi/fugashi.git] / Fugashi / MainForm.Designer.cs
1 /*\r
2  *      Fugashi Project\r
3  *\r
4  *      This software is distributed under a BSD-style license.\r
5  *      See license.txt for more information.\r
6  */\r
7 \r
8 namespace Fugashi\r
9 {\r
10     partial class MainForm\r
11     {\r
12         /// <summary>\r
13         /// 必要なデザイナ変数です。\r
14         /// </summary>\r
15         private System.ComponentModel.IContainer components = null;\r
16 \r
17         /// <summary>\r
18         /// 使用中のリソースをすべてクリーンアップします。\r
19         /// </summary>\r
20         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>\r
21         protected override void Dispose(bool disposing)\r
22         {\r
23             if (disposing && (components != null))\r
24             {\r
25                 components.Dispose();\r
26             }\r
27             base.Dispose(disposing);\r
28         }\r
29 \r
30         #region Windows フォーム デザイナで生成されたコード\r
31 \r
32         /// <summary>\r
33         /// デザイナ サポートに必要なメソッドです。このメソッドの内容を\r
34         /// コード エディタで変更しないでください。\r
35         /// </summary>\r
36         private void InitializeComponent()\r
37         {\r
38             this.labelValue = new System.Windows.Forms.Label();\r
39             this.labelHex = new System.Windows.Forms.Label();\r
40             this.typeGroup = new System.Windows.Forms.GroupBox();\r
41             this.radioFloat = new System.Windows.Forms.RadioButton();\r
42             this.radioInt = new System.Windows.Forms.RadioButton();\r
43             this.radioUint = new System.Windows.Forms.RadioButton();\r
44             this.bytesGroup = new System.Windows.Forms.GroupBox();\r
45             this.radio8B = new System.Windows.Forms.RadioButton();\r
46             this.radio4B = new System.Windows.Forms.RadioButton();\r
47             this.radio2B = new System.Windows.Forms.RadioButton();\r
48             this.radio1B = new System.Windows.Forms.RadioButton();\r
49             this.textValue = new System.Windows.Forms.TextBox();\r
50             this.textHex = new System.Windows.Forms.TextBox();\r
51             this.buttonLsh = new System.Windows.Forms.Button();\r
52             this.buttonRsh = new System.Windows.Forms.Button();\r
53             this.buttonInc = new System.Windows.Forms.Button();\r
54             this.buttonDec = new System.Windows.Forms.Button();\r
55             this.buttonClr = new System.Windows.Forms.Button();\r
56             this.buttonNot = new System.Windows.Forms.Button();\r
57             this.table = new System.Windows.Forms.TableLayoutPanel();\r
58             this.bits16 = new Fugashi.BitSwitches4();\r
59             this.bits20 = new Fugashi.BitSwitches4();\r
60             this.bits24 = new Fugashi.BitSwitches4();\r
61             this.bits28 = new Fugashi.BitSwitches4();\r
62             this.bits32 = new Fugashi.BitSwitches4();\r
63             this.bits36 = new Fugashi.BitSwitches4();\r
64             this.bits40 = new Fugashi.BitSwitches4();\r
65             this.bits44 = new Fugashi.BitSwitches4();\r
66             this.bits48 = new Fugashi.BitSwitches4();\r
67             this.bits52 = new Fugashi.BitSwitches4();\r
68             this.bits56 = new Fugashi.BitSwitches4();\r
69             this.bits60 = new Fugashi.BitSwitches4();\r
70             this.bits12 = new Fugashi.BitSwitches4();\r
71             this.bits8 = new Fugashi.BitSwitches4();\r
72             this.bits4 = new Fugashi.BitSwitches4();\r
73             this.bits0 = new Fugashi.BitSwitches4();\r
74             this.typeGroup.SuspendLayout();\r
75             this.bytesGroup.SuspendLayout();\r
76             this.table.SuspendLayout();\r
77             this.SuspendLayout();\r
78             // \r
79             // labelValue\r
80             // \r
81             this.labelValue.AutoSize = true;\r
82             this.labelValue.ForeColor = System.Drawing.Color.MidnightBlue;\r
83             this.labelValue.Location = new System.Drawing.Point(6, 37);\r
84             this.labelValue.Name = "labelValue";\r
85             this.labelValue.Size = new System.Drawing.Size(45, 15);\r
86             this.labelValue.TabIndex = 89;\r
87             this.labelValue.Text = "&Value:";\r
88             // \r
89             // labelHex\r
90             // \r
91             this.labelHex.AutoSize = true;\r
92             this.labelHex.ForeColor = System.Drawing.Color.MidnightBlue;\r
93             this.labelHex.Location = new System.Drawing.Point(16, 69);\r
94             this.labelHex.Name = "labelHex";\r
95             this.labelHex.Size = new System.Drawing.Size(35, 15);\r
96             this.labelHex.TabIndex = 90;\r
97             this.labelHex.Text = "&Hex:";\r
98             // \r
99             // typeGroup\r
100             // \r
101             this.typeGroup.Controls.Add(this.radioFloat);\r
102             this.typeGroup.Controls.Add(this.radioInt);\r
103             this.typeGroup.Controls.Add(this.radioUint);\r
104             this.typeGroup.ForeColor = System.Drawing.Color.MidnightBlue;\r
105             this.typeGroup.Location = new System.Drawing.Point(318, 14);\r
106             this.typeGroup.Name = "typeGroup";\r
107             this.typeGroup.Size = new System.Drawing.Size(153, 128);\r
108             this.typeGroup.TabIndex = 45;\r
109             this.typeGroup.TabStop = false;\r
110             this.typeGroup.Text = "Type";\r
111             // \r
112             // radioFloat\r
113             // \r
114             this.radioFloat.AutoSize = true;\r
115             this.radioFloat.ForeColor = System.Drawing.Color.MidnightBlue;\r
116             this.radioFloat.Location = new System.Drawing.Point(7, 72);\r
117             this.radioFloat.Name = "radioFloat";\r
118             this.radioFloat.Size = new System.Drawing.Size(112, 19);\r
119             this.radioFloat.TabIndex = 48;\r
120             this.radioFloat.TabStop = true;\r
121             this.radioFloat.Text = "&Floating Point";\r
122             this.radioFloat.UseVisualStyleBackColor = true;\r
123             this.radioFloat.CheckedChanged += new System.EventHandler(this.radioFloat_CheckedChanged);\r
124             // \r
125             // radioInt\r
126             // \r
127             this.radioInt.AutoSize = true;\r
128             this.radioInt.ForeColor = System.Drawing.Color.MidnightBlue;\r
129             this.radioInt.Location = new System.Drawing.Point(7, 47);\r
130             this.radioInt.Name = "radioInt";\r
131             this.radioInt.Size = new System.Drawing.Size(117, 19);\r
132             this.radioInt.TabIndex = 47;\r
133             this.radioInt.TabStop = true;\r
134             this.radioInt.Text = "&Signed Integer";\r
135             this.radioInt.UseVisualStyleBackColor = true;\r
136             this.radioInt.CheckedChanged += new System.EventHandler(this.radioInt_CheckedChanged);\r
137             // \r
138             // radioUint\r
139             // \r
140             this.radioUint.AutoSize = true;\r
141             this.radioUint.ForeColor = System.Drawing.Color.MidnightBlue;\r
142             this.radioUint.Location = new System.Drawing.Point(7, 21);\r
143             this.radioUint.Name = "radioUint";\r
144             this.radioUint.Size = new System.Drawing.Size(133, 19);\r
145             this.radioUint.TabIndex = 46;\r
146             this.radioUint.TabStop = true;\r
147             this.radioUint.Text = "&Unsigned Integer";\r
148             this.radioUint.UseVisualStyleBackColor = true;\r
149             this.radioUint.CheckedChanged += new System.EventHandler(this.radioUint_CheckedChanged);\r
150             // \r
151             // bytesGroup\r
152             // \r
153             this.bytesGroup.Controls.Add(this.radio8B);\r
154             this.bytesGroup.Controls.Add(this.radio4B);\r
155             this.bytesGroup.Controls.Add(this.radio2B);\r
156             this.bytesGroup.Controls.Add(this.radio1B);\r
157             this.bytesGroup.ForeColor = System.Drawing.Color.MidnightBlue;\r
158             this.bytesGroup.Location = new System.Drawing.Point(477, 14);\r
159             this.bytesGroup.Name = "bytesGroup";\r
160             this.bytesGroup.Size = new System.Drawing.Size(61, 128);\r
161             this.bytesGroup.TabIndex = 46;\r
162             this.bytesGroup.TabStop = false;\r
163             this.bytesGroup.Text = "Bytes";\r
164             // \r
165             // radio8B\r
166             // \r
167             this.radio8B.AutoSize = true;\r
168             this.radio8B.ForeColor = System.Drawing.Color.MidnightBlue;\r
169             this.radio8B.Location = new System.Drawing.Point(7, 98);\r
170             this.radio8B.Name = "radio8B";\r
171             this.radio8B.Size = new System.Drawing.Size(33, 19);\r
172             this.radio8B.TabIndex = 49;\r
173             this.radio8B.TabStop = true;\r
174             this.radio8B.Text = "&8";\r
175             this.radio8B.UseVisualStyleBackColor = true;\r
176             this.radio8B.CheckedChanged += new System.EventHandler(this.radio8B_CheckedChanged);\r
177             // \r
178             // radio4B\r
179             // \r
180             this.radio4B.AutoSize = true;\r
181             this.radio4B.ForeColor = System.Drawing.Color.MidnightBlue;\r
182             this.radio4B.Location = new System.Drawing.Point(7, 72);\r
183             this.radio4B.Name = "radio4B";\r
184             this.radio4B.Size = new System.Drawing.Size(33, 19);\r
185             this.radio4B.TabIndex = 48;\r
186             this.radio4B.TabStop = true;\r
187             this.radio4B.Text = "&4";\r
188             this.radio4B.UseVisualStyleBackColor = true;\r
189             this.radio4B.CheckedChanged += new System.EventHandler(this.radio4B_CheckedChanged);\r
190             // \r
191             // radio2B\r
192             // \r
193             this.radio2B.AutoSize = true;\r
194             this.radio2B.ForeColor = System.Drawing.Color.MidnightBlue;\r
195             this.radio2B.Location = new System.Drawing.Point(7, 47);\r
196             this.radio2B.Name = "radio2B";\r
197             this.radio2B.Size = new System.Drawing.Size(33, 19);\r
198             this.radio2B.TabIndex = 47;\r
199             this.radio2B.TabStop = true;\r
200             this.radio2B.Text = "&2";\r
201             this.radio2B.UseVisualStyleBackColor = true;\r
202             this.radio2B.CheckedChanged += new System.EventHandler(this.radio2B_CheckedChanged);\r
203             // \r
204             // radio1B\r
205             // \r
206             this.radio1B.AutoSize = true;\r
207             this.radio1B.ForeColor = System.Drawing.Color.MidnightBlue;\r
208             this.radio1B.Location = new System.Drawing.Point(7, 21);\r
209             this.radio1B.Name = "radio1B";\r
210             this.radio1B.Size = new System.Drawing.Size(33, 19);\r
211             this.radio1B.TabIndex = 46;\r
212             this.radio1B.TabStop = true;\r
213             this.radio1B.Text = "&1";\r
214             this.radio1B.UseVisualStyleBackColor = true;\r
215             this.radio1B.CheckedChanged += new System.EventHandler(this.radio1B_CheckedChanged);\r
216             // \r
217             // textValue\r
218             // \r
219             this.textValue.Font = new System.Drawing.Font("MS UI Gothic", 10.01739F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
220             this.textValue.Location = new System.Drawing.Point(57, 33);\r
221             this.textValue.Name = "textValue";\r
222             this.textValue.Size = new System.Drawing.Size(255, 23);\r
223             this.textValue.TabIndex = 87;\r
224             this.textValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
225             this.textValue.TextChanged += new System.EventHandler(this.textValue_TextChanged);\r
226             this.textValue.Leave += new System.EventHandler(this.textValue_Leave);\r
227             // \r
228             // textHex\r
229             // \r
230             this.textHex.Font = new System.Drawing.Font("MS UI Gothic", 10.01739F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
231             this.textHex.Location = new System.Drawing.Point(57, 64);\r
232             this.textHex.Name = "textHex";\r
233             this.textHex.Size = new System.Drawing.Size(255, 23);\r
234             this.textHex.TabIndex = 88;\r
235             this.textHex.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
236             this.textHex.TextChanged += new System.EventHandler(this.textHex_TextChanged);\r
237             this.textHex.Leave += new System.EventHandler(this.textHex_Leave);\r
238             // \r
239             // buttonLsh\r
240             // \r
241             this.buttonLsh.AutoEllipsis = true;\r
242             this.buttonLsh.BackColor = System.Drawing.SystemColors.ButtonFace;\r
243             this.buttonLsh.Location = new System.Drawing.Point(28, 103);\r
244             this.buttonLsh.Margin = new System.Windows.Forms.Padding(2);\r
245             this.buttonLsh.Name = "buttonLsh";\r
246             this.buttonLsh.Size = new System.Drawing.Size(44, 28);\r
247             this.buttonLsh.TabIndex = 107;\r
248             this.buttonLsh.Text = "&Lsh";\r
249             this.buttonLsh.UseVisualStyleBackColor = true;\r
250             this.buttonLsh.Click += new System.EventHandler(this.buttonLsh_Click);\r
251             // \r
252             // buttonRsh\r
253             // \r
254             this.buttonRsh.AutoEllipsis = true;\r
255             this.buttonRsh.BackColor = System.Drawing.SystemColors.ButtonFace;\r
256             this.buttonRsh.Location = new System.Drawing.Point(76, 103);\r
257             this.buttonRsh.Margin = new System.Windows.Forms.Padding(2);\r
258             this.buttonRsh.Name = "buttonRsh";\r
259             this.buttonRsh.Size = new System.Drawing.Size(44, 28);\r
260             this.buttonRsh.TabIndex = 108;\r
261             this.buttonRsh.Text = "&Rsh";\r
262             this.buttonRsh.UseVisualStyleBackColor = true;\r
263             this.buttonRsh.Click += new System.EventHandler(this.buttonRsh_Click);\r
264             // \r
265             // buttonInc\r
266             // \r
267             this.buttonInc.AutoEllipsis = true;\r
268             this.buttonInc.BackColor = System.Drawing.SystemColors.ButtonFace;\r
269             this.buttonInc.Location = new System.Drawing.Point(124, 103);\r
270             this.buttonInc.Margin = new System.Windows.Forms.Padding(2);\r
271             this.buttonInc.Name = "buttonInc";\r
272             this.buttonInc.Size = new System.Drawing.Size(44, 28);\r
273             this.buttonInc.TabIndex = 109;\r
274             this.buttonInc.Text = "&Inc";\r
275             this.buttonInc.UseVisualStyleBackColor = true;\r
276             this.buttonInc.Click += new System.EventHandler(this.buttonInc_Click);\r
277             // \r
278             // buttonDec\r
279             // \r
280             this.buttonDec.AutoEllipsis = true;\r
281             this.buttonDec.BackColor = System.Drawing.SystemColors.ButtonFace;\r
282             this.buttonDec.Location = new System.Drawing.Point(171, 103);\r
283             this.buttonDec.Margin = new System.Windows.Forms.Padding(2);\r
284             this.buttonDec.Name = "buttonDec";\r
285             this.buttonDec.Size = new System.Drawing.Size(44, 28);\r
286             this.buttonDec.TabIndex = 110;\r
287             this.buttonDec.Text = "&Dec";\r
288             this.buttonDec.UseVisualStyleBackColor = true;\r
289             this.buttonDec.Click += new System.EventHandler(this.buttonDec_Click);\r
290             // \r
291             // buttonClr\r
292             // \r
293             this.buttonClr.AutoEllipsis = true;\r
294             this.buttonClr.BackColor = System.Drawing.SystemColors.ButtonFace;\r
295             this.buttonClr.Location = new System.Drawing.Point(220, 103);\r
296             this.buttonClr.Margin = new System.Windows.Forms.Padding(2);\r
297             this.buttonClr.Name = "buttonClr";\r
298             this.buttonClr.Size = new System.Drawing.Size(44, 28);\r
299             this.buttonClr.TabIndex = 111;\r
300             this.buttonClr.Text = "&Clr";\r
301             this.buttonClr.UseVisualStyleBackColor = true;\r
302             this.buttonClr.Click += new System.EventHandler(this.buttonClr_Click);\r
303             // \r
304             // buttonNot\r
305             // \r
306             this.buttonNot.AutoEllipsis = true;\r
307             this.buttonNot.BackColor = System.Drawing.SystemColors.ButtonFace;\r
308             this.buttonNot.Location = new System.Drawing.Point(268, 103);\r
309             this.buttonNot.Margin = new System.Windows.Forms.Padding(2);\r
310             this.buttonNot.Name = "buttonNot";\r
311             this.buttonNot.Size = new System.Drawing.Size(44, 28);\r
312             this.buttonNot.TabIndex = 112;\r
313             this.buttonNot.Text = "&Not";\r
314             this.buttonNot.UseVisualStyleBackColor = true;\r
315             this.buttonNot.Click += new System.EventHandler(this.buttonNot_Click);\r
316             // \r
317             // table\r
318             // \r
319             this.table.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
320                         | System.Windows.Forms.AnchorStyles.Left)\r
321                         | System.Windows.Forms.AnchorStyles.Right)));\r
322             this.table.ColumnCount = 10;\r
323             this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.4F));\r
324             this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.40001F));\r
325             this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.40001F));\r
326             this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.40001F));\r
327             this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 0.7999492F));\r
328             this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.40001F));\r
329             this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.40001F));\r
330             this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.40001F));\r
331             this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.40001F));\r
332             this.table.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
333             this.table.Controls.Add(this.bits16, 3, 0);\r
334             this.table.Controls.Add(this.bits20, 2, 0);\r
335             this.table.Controls.Add(this.bits24, 1, 0);\r
336             this.table.Controls.Add(this.bits28, 0, 0);\r
337             this.table.Controls.Add(this.bits32, 8, 1);\r
338             this.table.Controls.Add(this.bits36, 7, 1);\r
339             this.table.Controls.Add(this.bits40, 6, 1);\r
340             this.table.Controls.Add(this.bits44, 5, 1);\r
341             this.table.Controls.Add(this.bits48, 3, 1);\r
342             this.table.Controls.Add(this.bits52, 2, 1);\r
343             this.table.Controls.Add(this.bits56, 1, 1);\r
344             this.table.Controls.Add(this.bits60, 0, 1);\r
345             this.table.Controls.Add(this.bits12, 5, 0);\r
346             this.table.Controls.Add(this.bits8, 6, 0);\r
347             this.table.Controls.Add(this.bits4, 7, 0);\r
348             this.table.Controls.Add(this.bits0, 8, 0);\r
349             this.table.Location = new System.Drawing.Point(21, 156);\r
350             this.table.Margin = new System.Windows.Forms.Padding(12, 3, 12, 3);\r
351             this.table.MaximumSize = new System.Drawing.Size(600, 120);\r
352             this.table.Name = "table";\r
353             this.table.RowCount = 2;\r
354             this.table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));\r
355             this.table.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));\r
356             this.table.Size = new System.Drawing.Size(508, 116);\r
357             this.table.TabIndex = 113;\r
358             // \r
359             // bits16\r
360             // \r
361             this.bits16.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
362                         | System.Windows.Forms.AnchorStyles.Left)\r
363                         | System.Windows.Forms.AnchorStyles.Right)));\r
364             this.bits16.Location = new System.Drawing.Point(186, 3);\r
365             this.bits16.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
366             this.bits16.Name = "bits16";\r
367             this.bits16.Size = new System.Drawing.Size(62, 52);\r
368             this.bits16.StartBit = 16;\r
369             this.bits16.TabIndex = 99;\r
370             this.bits16.TabStop = false;\r
371             // \r
372             // bits20\r
373             // \r
374             this.bits20.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
375                         | System.Windows.Forms.AnchorStyles.Left)\r
376                         | System.Windows.Forms.AnchorStyles.Right)));\r
377             this.bits20.Location = new System.Drawing.Point(124, 3);\r
378             this.bits20.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
379             this.bits20.Name = "bits20";\r
380             this.bits20.Size = new System.Drawing.Size(62, 52);\r
381             this.bits20.StartBit = 20;\r
382             this.bits20.TabIndex = 101;\r
383             this.bits20.TabStop = false;\r
384             // \r
385             // bits24\r
386             // \r
387             this.bits24.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
388                         | System.Windows.Forms.AnchorStyles.Left)\r
389                         | System.Windows.Forms.AnchorStyles.Right)));\r
390             this.bits24.Location = new System.Drawing.Point(62, 3);\r
391             this.bits24.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
392             this.bits24.Name = "bits24";\r
393             this.bits24.Size = new System.Drawing.Size(62, 52);\r
394             this.bits24.StartBit = 24;\r
395             this.bits24.TabIndex = 102;\r
396             this.bits24.TabStop = false;\r
397             // \r
398             // bits28\r
399             // \r
400             this.bits28.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
401                         | System.Windows.Forms.AnchorStyles.Left)\r
402                         | System.Windows.Forms.AnchorStyles.Right)));\r
403             this.bits28.Location = new System.Drawing.Point(0, 3);\r
404             this.bits28.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
405             this.bits28.Name = "bits28";\r
406             this.bits28.Size = new System.Drawing.Size(62, 52);\r
407             this.bits28.StartBit = 28;\r
408             this.bits28.TabIndex = 103;\r
409             this.bits28.TabStop = false;\r
410             // \r
411             // bits32\r
412             // \r
413             this.bits32.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
414                         | System.Windows.Forms.AnchorStyles.Left)\r
415                         | System.Windows.Forms.AnchorStyles.Right)));\r
416             this.bits32.Location = new System.Drawing.Point(438, 61);\r
417             this.bits32.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
418             this.bits32.Name = "bits32";\r
419             this.bits32.Size = new System.Drawing.Size(62, 52);\r
420             this.bits32.StartBit = 32;\r
421             this.bits32.TabIndex = 92;\r
422             this.bits32.TabStop = false;\r
423             // \r
424             // bits36\r
425             // \r
426             this.bits36.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
427                         | System.Windows.Forms.AnchorStyles.Left)\r
428                         | System.Windows.Forms.AnchorStyles.Right)));\r
429             this.bits36.Location = new System.Drawing.Point(376, 61);\r
430             this.bits36.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
431             this.bits36.Name = "bits36";\r
432             this.bits36.Size = new System.Drawing.Size(62, 52);\r
433             this.bits36.StartBit = 36;\r
434             this.bits36.TabIndex = 96;\r
435             this.bits36.TabStop = false;\r
436             // \r
437             // bits40\r
438             // \r
439             this.bits40.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
440                         | System.Windows.Forms.AnchorStyles.Left)\r
441                         | System.Windows.Forms.AnchorStyles.Right)));\r
442             this.bits40.Location = new System.Drawing.Point(314, 61);\r
443             this.bits40.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
444             this.bits40.Name = "bits40";\r
445             this.bits40.Size = new System.Drawing.Size(62, 52);\r
446             this.bits40.StartBit = 40;\r
447             this.bits40.TabIndex = 97;\r
448             this.bits40.TabStop = false;\r
449             // \r
450             // bits44\r
451             // \r
452             this.bits44.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
453                         | System.Windows.Forms.AnchorStyles.Left)\r
454                         | System.Windows.Forms.AnchorStyles.Right)));\r
455             this.bits44.Location = new System.Drawing.Point(252, 61);\r
456             this.bits44.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
457             this.bits44.Name = "bits44";\r
458             this.bits44.Size = new System.Drawing.Size(62, 52);\r
459             this.bits44.StartBit = 44;\r
460             this.bits44.TabIndex = 98;\r
461             this.bits44.TabStop = false;\r
462             // \r
463             // bits48\r
464             // \r
465             this.bits48.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
466                         | System.Windows.Forms.AnchorStyles.Left)\r
467                         | System.Windows.Forms.AnchorStyles.Right)));\r
468             this.bits48.Location = new System.Drawing.Point(186, 61);\r
469             this.bits48.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
470             this.bits48.Name = "bits48";\r
471             this.bits48.Size = new System.Drawing.Size(62, 52);\r
472             this.bits48.StartBit = 48;\r
473             this.bits48.TabIndex = 100;\r
474             this.bits48.TabStop = false;\r
475             // \r
476             // bits52\r
477             // \r
478             this.bits52.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
479                         | System.Windows.Forms.AnchorStyles.Left)\r
480                         | System.Windows.Forms.AnchorStyles.Right)));\r
481             this.bits52.Location = new System.Drawing.Point(124, 61);\r
482             this.bits52.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
483             this.bits52.Name = "bits52";\r
484             this.bits52.Size = new System.Drawing.Size(62, 52);\r
485             this.bits52.StartBit = 52;\r
486             this.bits52.TabIndex = 104;\r
487             this.bits52.TabStop = false;\r
488             // \r
489             // bits56\r
490             // \r
491             this.bits56.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
492                         | System.Windows.Forms.AnchorStyles.Left)\r
493                         | System.Windows.Forms.AnchorStyles.Right)));\r
494             this.bits56.Location = new System.Drawing.Point(62, 61);\r
495             this.bits56.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
496             this.bits56.Name = "bits56";\r
497             this.bits56.Size = new System.Drawing.Size(62, 52);\r
498             this.bits56.StartBit = 56;\r
499             this.bits56.TabIndex = 105;\r
500             this.bits56.TabStop = false;\r
501             // \r
502             // bits60\r
503             // \r
504             this.bits60.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
505                         | System.Windows.Forms.AnchorStyles.Left)\r
506                         | System.Windows.Forms.AnchorStyles.Right)));\r
507             this.bits60.Location = new System.Drawing.Point(0, 61);\r
508             this.bits60.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
509             this.bits60.Name = "bits60";\r
510             this.bits60.Size = new System.Drawing.Size(62, 52);\r
511             this.bits60.StartBit = 60;\r
512             this.bits60.TabIndex = 106;\r
513             this.bits60.TabStop = false;\r
514             // \r
515             // bits12\r
516             // \r
517             this.bits12.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
518                         | System.Windows.Forms.AnchorStyles.Left)\r
519                         | System.Windows.Forms.AnchorStyles.Right)));\r
520             this.bits12.Location = new System.Drawing.Point(252, 3);\r
521             this.bits12.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
522             this.bits12.Name = "bits12";\r
523             this.bits12.Size = new System.Drawing.Size(62, 52);\r
524             this.bits12.StartBit = 12;\r
525             this.bits12.TabIndex = 95;\r
526             this.bits12.TabStop = false;\r
527             // \r
528             // bits8\r
529             // \r
530             this.bits8.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
531                         | System.Windows.Forms.AnchorStyles.Left)\r
532                         | System.Windows.Forms.AnchorStyles.Right)));\r
533             this.bits8.Location = new System.Drawing.Point(314, 3);\r
534             this.bits8.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
535             this.bits8.Name = "bits8";\r
536             this.bits8.Size = new System.Drawing.Size(62, 52);\r
537             this.bits8.StartBit = 8;\r
538             this.bits8.TabIndex = 96;\r
539             this.bits8.TabStop = false;\r
540             // \r
541             // bits4\r
542             // \r
543             this.bits4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
544                         | System.Windows.Forms.AnchorStyles.Left)\r
545                         | System.Windows.Forms.AnchorStyles.Right)));\r
546             this.bits4.Location = new System.Drawing.Point(376, 3);\r
547             this.bits4.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
548             this.bits4.Name = "bits4";\r
549             this.bits4.Size = new System.Drawing.Size(62, 52);\r
550             this.bits4.StartBit = 4;\r
551             this.bits4.TabIndex = 93;\r
552             this.bits4.TabStop = false;\r
553             // \r
554             // bits0\r
555             // \r
556             this.bits0.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
557                         | System.Windows.Forms.AnchorStyles.Left)\r
558                         | System.Windows.Forms.AnchorStyles.Right)));\r
559             this.bits0.Location = new System.Drawing.Point(438, 3);\r
560             this.bits0.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
561             this.bits0.Name = "bits0";\r
562             this.bits0.Size = new System.Drawing.Size(62, 52);\r
563             this.bits0.StartBit = 0;\r
564             this.bits0.TabIndex = 91;\r
565             this.bits0.TabStop = false;\r
566             // \r
567             // MainForm\r
568             // \r
569             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);\r
570             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
571             this.BackColor = System.Drawing.SystemColors.Window;\r
572             this.ClientSize = new System.Drawing.Size(550, 284);\r
573             this.Controls.Add(this.table);\r
574             this.Controls.Add(this.buttonNot);\r
575             this.Controls.Add(this.buttonClr);\r
576             this.Controls.Add(this.buttonDec);\r
577             this.Controls.Add(this.buttonInc);\r
578             this.Controls.Add(this.buttonRsh);\r
579             this.Controls.Add(this.buttonLsh);\r
580             this.Controls.Add(this.labelHex);\r
581             this.Controls.Add(this.labelValue);\r
582             this.Controls.Add(this.textHex);\r
583             this.Controls.Add(this.textValue);\r
584             this.Controls.Add(this.bytesGroup);\r
585             this.Controls.Add(this.typeGroup);\r
586             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;\r
587             this.KeyPreview = true;\r
588             this.Name = "MainForm";\r
589             this.Text = "Fugashi Bit Viewer";\r
590             this.Load += new System.EventHandler(this.MainForm_Load);\r
591             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);\r
592             this.typeGroup.ResumeLayout(false);\r
593             this.typeGroup.PerformLayout();\r
594             this.bytesGroup.ResumeLayout(false);\r
595             this.bytesGroup.PerformLayout();\r
596             this.table.ResumeLayout(false);\r
597             this.ResumeLayout(false);\r
598             this.PerformLayout();\r
599 \r
600         }\r
601 \r
602         #endregion\r
603 \r
604         private System.Windows.Forms.GroupBox typeGroup;\r
605         private System.Windows.Forms.RadioButton radioFloat;\r
606         private System.Windows.Forms.RadioButton radioInt;\r
607         private System.Windows.Forms.RadioButton radioUint;\r
608         private System.Windows.Forms.GroupBox bytesGroup;\r
609         private System.Windows.Forms.RadioButton radio8B;\r
610         private System.Windows.Forms.RadioButton radio4B;\r
611         private System.Windows.Forms.RadioButton radio2B;\r
612         private System.Windows.Forms.RadioButton radio1B;\r
613         private System.Windows.Forms.TextBox textValue;\r
614         private System.Windows.Forms.TextBox textHex;\r
615         private System.Windows.Forms.Label labelValue;\r
616         private System.Windows.Forms.Label labelHex;\r
617         private BitSwitches4 bits0;\r
618         private BitSwitches4 bits4;\r
619         private BitSwitches4 bits12;\r
620         private BitSwitches4 bits16;\r
621         private BitSwitches4 bits20;\r
622         private BitSwitches4 bits24;\r
623         private BitSwitches4 bits28;\r
624         private BitSwitches4 bits32;\r
625         private BitSwitches4 bits36;\r
626         private BitSwitches4 bits40;\r
627         private BitSwitches4 bits44;\r
628         private BitSwitches4 bits48;\r
629         private BitSwitches4 bits52;\r
630         private BitSwitches4 bits56;\r
631         private BitSwitches4 bits60;\r
632         private System.Windows.Forms.Button buttonLsh;\r
633         private System.Windows.Forms.Button buttonRsh;\r
634         private System.Windows.Forms.Button buttonInc;\r
635         private System.Windows.Forms.Button buttonDec;\r
636         private System.Windows.Forms.Button buttonClr;\r
637         private System.Windows.Forms.Button buttonNot;\r
638         private System.Windows.Forms.TableLayoutPanel table;\r
639         private BitSwitches4 bits8;\r
640     }\r
641 }\r
642 \r