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.btnExapandCollapseLogWindow = new System.Windows.Forms.Button(); |
36 |
this.mainmnu = new System.Windows.Forms.MenuStrip(); |
37 |
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem(); |
38 |
this.mnuItemOpenProcess = new System.Windows.Forms.ToolStripMenuItem(); |
39 |
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); |
40 |
this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem(); |
41 |
this.mnuTools = new System.Windows.Forms.ToolStripMenuItem(); |
42 |
this.mnuItemConfig = new System.Windows.Forms.ToolStripMenuItem(); |
43 |
this.logwriter = new RomCheater.Logging.LogWriter(); |
44 |
((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit(); |
45 |
this.main_split.Panel1.SuspendLayout(); |
46 |
this.main_split.Panel2.SuspendLayout(); |
47 |
this.main_split.SuspendLayout(); |
48 |
this.tabControl1.SuspendLayout(); |
49 |
this.mainmnu.SuspendLayout(); |
50 |
this.SuspendLayout(); |
51 |
// |
52 |
// main_split |
53 |
// |
54 |
this.main_split.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
55 |
this.main_split.Dock = System.Windows.Forms.DockStyle.Fill; |
56 |
this.main_split.Location = new System.Drawing.Point(0, 24); |
57 |
this.main_split.Name = "main_split"; |
58 |
this.main_split.Orientation = System.Windows.Forms.Orientation.Horizontal; |
59 |
// |
60 |
// main_split.Panel1 |
61 |
// |
62 |
this.main_split.Panel1.Controls.Add(this.tabControl1); |
63 |
// |
64 |
// main_split.Panel2 |
65 |
// |
66 |
this.main_split.Panel2.Controls.Add(this.btnExapandCollapseLogWindow); |
67 |
this.main_split.Panel2.Controls.Add(this.logwriter); |
68 |
this.main_split.Size = new System.Drawing.Size(1229, 688); |
69 |
this.main_split.SplitterDistance = 534; |
70 |
this.main_split.TabIndex = 0; |
71 |
// |
72 |
// tabControl1 |
73 |
// |
74 |
this.tabControl1.Controls.Add(this.MainTab); |
75 |
this.tabControl1.Controls.Add(this.tabPage2); |
76 |
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
77 |
this.tabControl1.Location = new System.Drawing.Point(0, 0); |
78 |
this.tabControl1.Name = "tabControl1"; |
79 |
this.tabControl1.SelectedIndex = 0; |
80 |
this.tabControl1.Size = new System.Drawing.Size(1225, 530); |
81 |
this.tabControl1.TabIndex = 0; |
82 |
// |
83 |
// MainTab |
84 |
// |
85 |
this.MainTab.Location = new System.Drawing.Point(4, 22); |
86 |
this.MainTab.Name = "MainTab"; |
87 |
this.MainTab.Padding = new System.Windows.Forms.Padding(3); |
88 |
this.MainTab.Size = new System.Drawing.Size(1217, 504); |
89 |
this.MainTab.TabIndex = 0; |
90 |
this.MainTab.Text = "tabPage1"; |
91 |
this.MainTab.UseVisualStyleBackColor = true; |
92 |
// |
93 |
// tabPage2 |
94 |
// |
95 |
this.tabPage2.Location = new System.Drawing.Point(4, 22); |
96 |
this.tabPage2.Name = "tabPage2"; |
97 |
this.tabPage2.Padding = new System.Windows.Forms.Padding(3); |
98 |
this.tabPage2.Size = new System.Drawing.Size(1217, 504); |
99 |
this.tabPage2.TabIndex = 1; |
100 |
this.tabPage2.Text = "tabPage2"; |
101 |
this.tabPage2.UseVisualStyleBackColor = true; |
102 |
// |
103 |
// btnExapandCollapseLogWindow |
104 |
// |
105 |
this.btnExapandCollapseLogWindow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
106 |
this.btnExapandCollapseLogWindow.AutoSize = true; |
107 |
this.btnExapandCollapseLogWindow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
108 |
this.btnExapandCollapseLogWindow.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
109 |
this.btnExapandCollapseLogWindow.Location = new System.Drawing.Point(1143, 3); |
110 |
this.btnExapandCollapseLogWindow.Name = "btnExapandCollapseLogWindow"; |
111 |
this.btnExapandCollapseLogWindow.Size = new System.Drawing.Size(72, 28); |
112 |
this.btnExapandCollapseLogWindow.TabIndex = 3; |
113 |
this.btnExapandCollapseLogWindow.Text = "expand"; |
114 |
this.btnExapandCollapseLogWindow.UseVisualStyleBackColor = true; |
115 |
this.btnExapandCollapseLogWindow.Click += new System.EventHandler(this.btnExapandCollapseLogWindow_Click); |
116 |
// |
117 |
// mainmnu |
118 |
// |
119 |
this.mainmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
120 |
this.mnuFile, |
121 |
this.mnuTools}); |
122 |
this.mainmnu.Location = new System.Drawing.Point(0, 0); |
123 |
this.mainmnu.Name = "mainmnu"; |
124 |
this.mainmnu.Size = new System.Drawing.Size(1229, 24); |
125 |
this.mainmnu.TabIndex = 1; |
126 |
this.mainmnu.Text = "menuStrip1"; |
127 |
// |
128 |
// mnuFile |
129 |
// |
130 |
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
131 |
this.mnuItemOpenProcess, |
132 |
this.toolStripSeparator1, |
133 |
this.mnuItemExit}); |
134 |
this.mnuFile.Name = "mnuFile"; |
135 |
this.mnuFile.Size = new System.Drawing.Size(37, 20); |
136 |
this.mnuFile.Text = "&File"; |
137 |
// |
138 |
// mnuItemOpenProcess |
139 |
// |
140 |
this.mnuItemOpenProcess.Name = "mnuItemOpenProcess"; |
141 |
this.mnuItemOpenProcess.Size = new System.Drawing.Size(146, 22); |
142 |
this.mnuItemOpenProcess.Text = "&Open process"; |
143 |
this.mnuItemOpenProcess.Click += new System.EventHandler(this.mnuItemOpenProcess_Click); |
144 |
// |
145 |
// toolStripSeparator1 |
146 |
// |
147 |
this.toolStripSeparator1.Name = "toolStripSeparator1"; |
148 |
this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6); |
149 |
// |
150 |
// mnuItemExit |
151 |
// |
152 |
this.mnuItemExit.Name = "mnuItemExit"; |
153 |
this.mnuItemExit.Size = new System.Drawing.Size(146, 22); |
154 |
this.mnuItemExit.Text = "&Exit"; |
155 |
this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); |
156 |
// |
157 |
// mnuTools |
158 |
// |
159 |
this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
160 |
this.mnuItemConfig}); |
161 |
this.mnuTools.Name = "mnuTools"; |
162 |
this.mnuTools.Size = new System.Drawing.Size(48, 20); |
163 |
this.mnuTools.Text = "&Tools"; |
164 |
// |
165 |
// mnuItemConfig |
166 |
// |
167 |
this.mnuItemConfig.Name = "mnuItemConfig"; |
168 |
this.mnuItemConfig.Size = new System.Drawing.Size(110, 22); |
169 |
this.mnuItemConfig.Text = "&Config"; |
170 |
this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click); |
171 |
// |
172 |
// logwriter |
173 |
// |
174 |
this.logwriter.AutoScroll = true; |
175 |
this.logwriter.Dock = System.Windows.Forms.DockStyle.Fill; |
176 |
this.logwriter.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
177 |
this.logwriter.Location = new System.Drawing.Point(0, 0); |
178 |
this.logwriter.Margin = new System.Windows.Forms.Padding(0); |
179 |
this.logwriter.Name = "logwriter"; |
180 |
this.logwriter.RedirectConsoleOutput = true; |
181 |
this.logwriter.Size = new System.Drawing.Size(1225, 146); |
182 |
this.logwriter.TabIndex = 2; |
183 |
// |
184 |
// Main |
185 |
// |
186 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
187 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
188 |
this.BackColor = System.Drawing.SystemColors.ControlLight; |
189 |
this.ClientSize = new System.Drawing.Size(1229, 712); |
190 |
this.Controls.Add(this.main_split); |
191 |
this.Controls.Add(this.mainmnu); |
192 |
this.Name = "Main"; |
193 |
this.Text = "Form1"; |
194 |
this.Load += new System.EventHandler(this.Main_Load); |
195 |
this.main_split.Panel1.ResumeLayout(false); |
196 |
this.main_split.Panel2.ResumeLayout(false); |
197 |
this.main_split.Panel2.PerformLayout(); |
198 |
((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit(); |
199 |
this.main_split.ResumeLayout(false); |
200 |
this.tabControl1.ResumeLayout(false); |
201 |
this.mainmnu.ResumeLayout(false); |
202 |
this.mainmnu.PerformLayout(); |
203 |
this.ResumeLayout(false); |
204 |
this.PerformLayout(); |
205 |
|
206 |
} |
207 |
|
208 |
#endregion |
209 |
|
210 |
private System.Windows.Forms.SplitContainer main_split; |
211 |
private System.Windows.Forms.MenuStrip mainmnu; |
212 |
private System.Windows.Forms.ToolStripMenuItem mnuFile; |
213 |
private System.Windows.Forms.ToolStripMenuItem mnuItemExit; |
214 |
private System.Windows.Forms.TabControl tabControl1; |
215 |
private System.Windows.Forms.TabPage MainTab; |
216 |
private System.Windows.Forms.TabPage tabPage2; |
217 |
private RomCheater.Logging.LogWriter logwriter; |
218 |
private System.Windows.Forms.ToolStripMenuItem mnuTools; |
219 |
private System.Windows.Forms.ToolStripMenuItem mnuItemConfig; |
220 |
private System.Windows.Forms.ToolStripMenuItem mnuItemOpenProcess; |
221 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
222 |
private System.Windows.Forms.Button btnExapandCollapseLogWindow; |
223 |
} |
224 |
} |
225 |
|