1 /*---------------------------------------------------------------------------*
2 
3   Copyright (C) Nintendo.  All rights reserved.
4 
5   These coded instructions, statements, and computer programs contain
6   proprietary information of Nintendo of America Inc. and/or Nintendo
7   Company Ltd., and are protected by Federal copyright law.  They may
8   not be disclosed to third parties or copied or duplicated in any form,
9   in whole or in part, without the prior written consent of Nintendo.
10 
11  *---------------------------------------------------------------------------*/
12 
13 namespace CatLog
14 {
15     partial class CatLog
16     {
17         /// <summary>
18         /// Required designer variable.
19         /// </summary>
20         private System.ComponentModel.IContainer components = null;
21 
22         /// <summary>
23         /// Clean up any resources being used.
24         /// </summary>
25         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)26         protected override void Dispose(bool disposing)
27         {
28             if (disposing && (components != null))
29             {
30                 components.Dispose();
31             }
32             base.Dispose(disposing);
33         }
34 
35         #region Windows Form Designer generated code
36 
37         /// <summary>
38         /// Required method for Designer support - do not modify
39         /// the contents of this method with the code editor.
40         /// </summary>
InitializeComponent()41         private void InitializeComponent()
42         {
43             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CatLog));
44             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
45             this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46             this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
48             this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49             this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50             this.resetToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
51             this.choosePortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
53             this.btnReset = new System.Windows.Forms.Button();
54             this.btnSave = new System.Windows.Forms.Button();
55             this.txtLog = new System.Windows.Forms.RichTextBox();
56             this.menuStrip1.SuspendLayout();
57             this.tableLayoutPanel1.SuspendLayout();
58             this.SuspendLayout();
59             //
60             // menuStrip1
61             //
62             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
63             this.fileToolStripMenuItem,
64             this.menuToolStripMenuItem});
65             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
66             this.menuStrip1.Name = "menuStrip1";
67             this.menuStrip1.Size = new System.Drawing.Size(641, 24);
68             this.menuStrip1.TabIndex = 0;
69             this.menuStrip1.Text = "menuStrip1";
70             //
71             // fileToolStripMenuItem
72             //
73             this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
74             this.saveToolStripMenuItem,
75             this.toolStripSeparator1,
76             this.exitToolStripMenuItem});
77             this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
78             this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
79             this.fileToolStripMenuItem.Text = "&File";
80             //
81             // saveToolStripMenuItem
82             //
83             this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
84             this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
85             this.saveToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
86             this.saveToolStripMenuItem.Text = "&Save...";
87             this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
88             //
89             // toolStripSeparator1
90             //
91             this.toolStripSeparator1.Name = "toolStripSeparator1";
92             this.toolStripSeparator1.Size = new System.Drawing.Size(145, 6);
93             //
94             // exitToolStripMenuItem
95             //
96             this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
97             this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
98             this.exitToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
99             this.exitToolStripMenuItem.Text = "E&xit";
100             this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
101             //
102             // menuToolStripMenuItem
103             //
104             this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
105             this.resetToolStripMenuItem1,
106             this.choosePortToolStripMenuItem});
107             this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
108             this.menuToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
109             | System.Windows.Forms.Keys.R)));
110             this.menuToolStripMenuItem.Size = new System.Drawing.Size(45, 20);
111             this.menuToolStripMenuItem.Text = "&Menu";
112             //
113             // resetToolStripMenuItem1
114             //
115             this.resetToolStripMenuItem1.Name = "resetToolStripMenuItem1";
116             this.resetToolStripMenuItem1.Size = new System.Drawing.Size(145, 22);
117             this.resetToolStripMenuItem1.Text = "&Reset";
118             this.resetToolStripMenuItem1.Click += new System.EventHandler(this.resetToolStripMenuItem1_Click);
119             //
120             // choosePortToolStripMenuItem
121             //
122             this.choosePortToolStripMenuItem.Name = "choosePortToolStripMenuItem";
123             this.choosePortToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
124             this.choosePortToolStripMenuItem.Text = "Choose &Port...";
125             this.choosePortToolStripMenuItem.Click += new System.EventHandler(this.choosePortToolStripMenuItem_Click);
126             //
127             // tableLayoutPanel1
128             //
129             this.tableLayoutPanel1.ColumnCount = 2;
130             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
131             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
132             this.tableLayoutPanel1.Controls.Add(this.btnReset, 0, 1);
133             this.tableLayoutPanel1.Controls.Add(this.btnSave, 1, 1);
134             this.tableLayoutPanel1.Controls.Add(this.txtLog, 0, 0);
135             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
136             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
137             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
138             this.tableLayoutPanel1.RowCount = 2;
139             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
140             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
141             this.tableLayoutPanel1.Size = new System.Drawing.Size(641, 249);
142             this.tableLayoutPanel1.TabIndex = 1;
143             //
144             // btnReset
145             //
146             this.btnReset.Dock = System.Windows.Forms.DockStyle.Fill;
147             this.btnReset.Location = new System.Drawing.Point(3, 223);
148             this.btnReset.Name = "btnReset";
149             this.btnReset.Size = new System.Drawing.Size(205, 23);
150             this.btnReset.TabIndex = 1;
151             this.btnReset.Text = "Reset";
152             this.btnReset.UseVisualStyleBackColor = true;
153             this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
154             //
155             // btnSave
156             //
157             this.btnSave.Dock = System.Windows.Forms.DockStyle.Fill;
158             this.btnSave.Location = new System.Drawing.Point(214, 223);
159             this.btnSave.Name = "btnSave";
160             this.btnSave.Size = new System.Drawing.Size(424, 23);
161             this.btnSave.TabIndex = 3;
162             this.btnSave.Text = "Save...";
163             this.btnSave.UseVisualStyleBackColor = true;
164             this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
165             //
166             // txtLog
167             //
168             this.txtLog.BackColor = System.Drawing.Color.Black;
169             this.tableLayoutPanel1.SetColumnSpan(this.txtLog, 2);
170             this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
171             this.txtLog.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
172             this.txtLog.ForeColor = System.Drawing.Color.Lime;
173             this.txtLog.Location = new System.Drawing.Point(3, 3);
174             this.txtLog.Name = "txtLog";
175             this.txtLog.ReadOnly = true;
176             this.txtLog.Size = new System.Drawing.Size(635, 214);
177             this.txtLog.TabIndex = 4;
178             this.txtLog.Text = "";
179             this.txtLog.WordWrap = false;
180             //
181             // CatLog
182             //
183             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
184             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
185             this.ClientSize = new System.Drawing.Size(641, 273);
186             this.Controls.Add(this.tableLayoutPanel1);
187             this.Controls.Add(this.menuStrip1);
188             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
189             this.MainMenuStrip = this.menuStrip1;
190             this.Name = "CatLog";
191             this.Text = "Cat Logger";
192             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CatLog_FormClosing);
193             this.menuStrip1.ResumeLayout(false);
194             this.menuStrip1.PerformLayout();
195             this.tableLayoutPanel1.ResumeLayout(false);
196             this.ResumeLayout(false);
197             this.PerformLayout();
198 
199         }
200 
201         #endregion
202 
203         private System.Windows.Forms.MenuStrip menuStrip1;
204         private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
205         private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
206         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
207         private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
208         private System.Windows.Forms.ToolStripMenuItem menuToolStripMenuItem;
209         private System.Windows.Forms.ToolStripMenuItem resetToolStripMenuItem1;
210         private System.Windows.Forms.ToolStripMenuItem choosePortToolStripMenuItem;
211         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
212         private System.Windows.Forms.Button btnReset;
213         private System.Windows.Forms.Button btnSave;
214         private System.Windows.Forms.RichTextBox txtLog;
215     }
216 }
217 
218