ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
Revision: 69
Committed: Wed May 9 16:45:44 2012 UTC (11 years, 4 months ago) by william
File size: 9527 byte(s)
Log Message:

File Contents

# Content
1 namespace RomCheater
2 {
3 partial class Main
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.main_split = new System.Windows.Forms.SplitContainer();
32 this.tabControl1 = new System.Windows.Forms.TabControl();
33 this.MainTab = new System.Windows.Forms.TabPage();
34 this.tabPage2 = new System.Windows.Forms.TabPage();
35 this.logwriter = new RomCheater.Logging.LogWriter();
36 this.mainmnu = new System.Windows.Forms.MenuStrip();
37 this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
38 this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem();
39 this.mnuTools = new System.Windows.Forms.ToolStripMenuItem();
40 this.mnuItemConfig = new System.Windows.Forms.ToolStripMenuItem();
41 this.mnuItemOpenProcess = new System.Windows.Forms.ToolStripMenuItem();
42 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
43 ((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit();
44 this.main_split.Panel1.SuspendLayout();
45 this.main_split.Panel2.SuspendLayout();
46 this.main_split.SuspendLayout();
47 this.tabControl1.SuspendLayout();
48 this.mainmnu.SuspendLayout();
49 this.SuspendLayout();
50 //
51 // main_split
52 //
53 this.main_split.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
54 this.main_split.Dock = System.Windows.Forms.DockStyle.Fill;
55 this.main_split.Location = new System.Drawing.Point(0, 24);
56 this.main_split.Name = "main_split";
57 this.main_split.Orientation = System.Windows.Forms.Orientation.Horizontal;
58 //
59 // main_split.Panel1
60 //
61 this.main_split.Panel1.Controls.Add(this.tabControl1);
62 //
63 // main_split.Panel2
64 //
65 this.main_split.Panel2.Controls.Add(this.logwriter);
66 this.main_split.Size = new System.Drawing.Size(1229, 688);
67 this.main_split.SplitterDistance = 534;
68 this.main_split.TabIndex = 0;
69 //
70 // tabControl1
71 //
72 this.tabControl1.Controls.Add(this.MainTab);
73 this.tabControl1.Controls.Add(this.tabPage2);
74 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
75 this.tabControl1.Location = new System.Drawing.Point(0, 0);
76 this.tabControl1.Name = "tabControl1";
77 this.tabControl1.SelectedIndex = 0;
78 this.tabControl1.Size = new System.Drawing.Size(1225, 530);
79 this.tabControl1.TabIndex = 0;
80 //
81 // MainTab
82 //
83 this.MainTab.Location = new System.Drawing.Point(4, 22);
84 this.MainTab.Name = "MainTab";
85 this.MainTab.Padding = new System.Windows.Forms.Padding(3);
86 this.MainTab.Size = new System.Drawing.Size(1217, 504);
87 this.MainTab.TabIndex = 0;
88 this.MainTab.Text = "tabPage1";
89 this.MainTab.UseVisualStyleBackColor = true;
90 //
91 // tabPage2
92 //
93 this.tabPage2.Location = new System.Drawing.Point(4, 22);
94 this.tabPage2.Name = "tabPage2";
95 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
96 this.tabPage2.Size = new System.Drawing.Size(1217, 504);
97 this.tabPage2.TabIndex = 1;
98 this.tabPage2.Text = "tabPage2";
99 this.tabPage2.UseVisualStyleBackColor = true;
100 //
101 // logwriter
102 //
103 this.logwriter.Dock = System.Windows.Forms.DockStyle.Fill;
104 this.logwriter.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
105 this.logwriter.Location = new System.Drawing.Point(0, 0);
106 this.logwriter.Margin = new System.Windows.Forms.Padding(0);
107 this.logwriter.Name = "logwriter";
108 this.logwriter.RedirectConsoleOutput = true;
109 this.logwriter.Size = new System.Drawing.Size(1225, 146);
110 this.logwriter.TabIndex = 2;
111 //
112 // mainmnu
113 //
114 this.mainmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
115 this.mnuFile,
116 this.mnuTools});
117 this.mainmnu.Location = new System.Drawing.Point(0, 0);
118 this.mainmnu.Name = "mainmnu";
119 this.mainmnu.Size = new System.Drawing.Size(1229, 24);
120 this.mainmnu.TabIndex = 1;
121 this.mainmnu.Text = "menuStrip1";
122 //
123 // mnuFile
124 //
125 this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
126 this.mnuItemOpenProcess,
127 this.toolStripSeparator1,
128 this.mnuItemExit});
129 this.mnuFile.Name = "mnuFile";
130 this.mnuFile.Size = new System.Drawing.Size(37, 20);
131 this.mnuFile.Text = "&File";
132 //
133 // mnuItemExit
134 //
135 this.mnuItemExit.Name = "mnuItemExit";
136 this.mnuItemExit.Size = new System.Drawing.Size(152, 22);
137 this.mnuItemExit.Text = "&Exit";
138 this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click);
139 //
140 // mnuTools
141 //
142 this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
143 this.mnuItemConfig});
144 this.mnuTools.Name = "mnuTools";
145 this.mnuTools.Size = new System.Drawing.Size(48, 20);
146 this.mnuTools.Text = "&Tools";
147 //
148 // mnuItemConfig
149 //
150 this.mnuItemConfig.Name = "mnuItemConfig";
151 this.mnuItemConfig.Size = new System.Drawing.Size(152, 22);
152 this.mnuItemConfig.Text = "&Config";
153 this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click);
154 //
155 // mnuItemOpenProcess
156 //
157 this.mnuItemOpenProcess.Name = "mnuItemOpenProcess";
158 this.mnuItemOpenProcess.Size = new System.Drawing.Size(152, 22);
159 this.mnuItemOpenProcess.Text = "&Open process";
160 this.mnuItemOpenProcess.Click += new System.EventHandler(this.mnuItemOpenProcess_Click);
161 //
162 // toolStripSeparator1
163 //
164 this.toolStripSeparator1.Name = "toolStripSeparator1";
165 this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
166 //
167 // Main
168 //
169 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
170 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
171 this.BackColor = System.Drawing.SystemColors.ControlLight;
172 this.ClientSize = new System.Drawing.Size(1229, 712);
173 this.Controls.Add(this.main_split);
174 this.Controls.Add(this.mainmnu);
175 this.Name = "Main";
176 this.Text = "Form1";
177 this.Load += new System.EventHandler(this.Main_Load);
178 this.main_split.Panel1.ResumeLayout(false);
179 this.main_split.Panel2.ResumeLayout(false);
180 ((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit();
181 this.main_split.ResumeLayout(false);
182 this.tabControl1.ResumeLayout(false);
183 this.mainmnu.ResumeLayout(false);
184 this.mainmnu.PerformLayout();
185 this.ResumeLayout(false);
186 this.PerformLayout();
187
188 }
189
190 #endregion
191
192 private System.Windows.Forms.SplitContainer main_split;
193 private System.Windows.Forms.MenuStrip mainmnu;
194 private System.Windows.Forms.ToolStripMenuItem mnuFile;
195 private System.Windows.Forms.ToolStripMenuItem mnuItemExit;
196 private System.Windows.Forms.TabControl tabControl1;
197 private System.Windows.Forms.TabPage MainTab;
198 private System.Windows.Forms.TabPage tabPage2;
199 private RomCheater.Logging.LogWriter logwriter;
200 private System.Windows.Forms.ToolStripMenuItem mnuTools;
201 private System.Windows.Forms.ToolStripMenuItem mnuItemConfig;
202 private System.Windows.Forms.ToolStripMenuItem mnuItemOpenProcess;
203 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
204 }
205 }
206