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