35 |
this.logwriter = new RomCheater.Logging.LogWriter(); |
this.logwriter = new RomCheater.Logging.LogWriter(); |
36 |
this.mainmnu = new System.Windows.Forms.MenuStrip(); |
this.mainmnu = new System.Windows.Forms.MenuStrip(); |
37 |
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem(); |
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(); |
this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem(); |
41 |
this.mnuTools = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuTools = new System.Windows.Forms.ToolStripMenuItem(); |
42 |
this.mnuItemConfig = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemConfig = new System.Windows.Forms.ToolStripMenuItem(); |
43 |
this.mnuItemOpenProcess = new System.Windows.Forms.ToolStripMenuItem(); |
this.btnExapandCollapseLogWindow = new System.Windows.Forms.Button(); |
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); |
|
44 |
((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit(); |
((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit(); |
45 |
this.main_split.Panel1.SuspendLayout(); |
this.main_split.Panel1.SuspendLayout(); |
46 |
this.main_split.Panel2.SuspendLayout(); |
this.main_split.Panel2.SuspendLayout(); |
63 |
// |
// |
64 |
// main_split.Panel2 |
// main_split.Panel2 |
65 |
// |
// |
66 |
|
this.main_split.Panel2.Controls.Add(this.btnExapandCollapseLogWindow); |
67 |
this.main_split.Panel2.Controls.Add(this.logwriter); |
this.main_split.Panel2.Controls.Add(this.logwriter); |
68 |
this.main_split.Size = new System.Drawing.Size(1229, 688); |
this.main_split.Size = new System.Drawing.Size(1229, 688); |
69 |
this.main_split.SplitterDistance = 534; |
this.main_split.SplitterDistance = 534; |
132 |
this.mnuFile.Size = new System.Drawing.Size(37, 20); |
this.mnuFile.Size = new System.Drawing.Size(37, 20); |
133 |
this.mnuFile.Text = "&File"; |
this.mnuFile.Text = "&File"; |
134 |
// |
// |
135 |
|
// mnuItemOpenProcess |
136 |
|
// |
137 |
|
this.mnuItemOpenProcess.Name = "mnuItemOpenProcess"; |
138 |
|
this.mnuItemOpenProcess.Size = new System.Drawing.Size(146, 22); |
139 |
|
this.mnuItemOpenProcess.Text = "&Open process"; |
140 |
|
this.mnuItemOpenProcess.Click += new System.EventHandler(this.mnuItemOpenProcess_Click); |
141 |
|
// |
142 |
|
// toolStripSeparator1 |
143 |
|
// |
144 |
|
this.toolStripSeparator1.Name = "toolStripSeparator1"; |
145 |
|
this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6); |
146 |
|
// |
147 |
// mnuItemExit |
// mnuItemExit |
148 |
// |
// |
149 |
this.mnuItemExit.Name = "mnuItemExit"; |
this.mnuItemExit.Name = "mnuItemExit"; |
150 |
this.mnuItemExit.Size = new System.Drawing.Size(152, 22); |
this.mnuItemExit.Size = new System.Drawing.Size(146, 22); |
151 |
this.mnuItemExit.Text = "&Exit"; |
this.mnuItemExit.Text = "&Exit"; |
152 |
this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); |
this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); |
153 |
// |
// |
162 |
// mnuItemConfig |
// mnuItemConfig |
163 |
// |
// |
164 |
this.mnuItemConfig.Name = "mnuItemConfig"; |
this.mnuItemConfig.Name = "mnuItemConfig"; |
165 |
this.mnuItemConfig.Size = new System.Drawing.Size(152, 22); |
this.mnuItemConfig.Size = new System.Drawing.Size(110, 22); |
166 |
this.mnuItemConfig.Text = "&Config"; |
this.mnuItemConfig.Text = "&Config"; |
167 |
this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click); |
this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click); |
168 |
// |
// |
169 |
// mnuItemOpenProcess |
// btnExapandCollapseLogWindow |
170 |
// |
// |
171 |
this.mnuItemOpenProcess.Name = "mnuItemOpenProcess"; |
this.btnExapandCollapseLogWindow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
172 |
this.mnuItemOpenProcess.Size = new System.Drawing.Size(152, 22); |
this.btnExapandCollapseLogWindow.AutoSize = true; |
173 |
this.mnuItemOpenProcess.Text = "&Open process"; |
this.btnExapandCollapseLogWindow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
174 |
this.mnuItemOpenProcess.Click += new System.EventHandler(this.mnuItemOpenProcess_Click); |
this.btnExapandCollapseLogWindow.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
175 |
// |
this.btnExapandCollapseLogWindow.Location = new System.Drawing.Point(1143, 3); |
176 |
// toolStripSeparator1 |
this.btnExapandCollapseLogWindow.Name = "btnExapandCollapseLogWindow"; |
177 |
// |
this.btnExapandCollapseLogWindow.Size = new System.Drawing.Size(72, 28); |
178 |
this.toolStripSeparator1.Name = "toolStripSeparator1"; |
this.btnExapandCollapseLogWindow.TabIndex = 3; |
179 |
this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6); |
this.btnExapandCollapseLogWindow.Text = "expand"; |
180 |
|
this.btnExapandCollapseLogWindow.UseVisualStyleBackColor = true; |
181 |
|
this.btnExapandCollapseLogWindow.Click += new System.EventHandler(this.btnExapandCollapseLogWindow_Click); |
182 |
// |
// |
183 |
// Main |
// Main |
184 |
// |
// |
193 |
this.Load += new System.EventHandler(this.Main_Load); |
this.Load += new System.EventHandler(this.Main_Load); |
194 |
this.main_split.Panel1.ResumeLayout(false); |
this.main_split.Panel1.ResumeLayout(false); |
195 |
this.main_split.Panel2.ResumeLayout(false); |
this.main_split.Panel2.ResumeLayout(false); |
196 |
|
this.main_split.Panel2.PerformLayout(); |
197 |
((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit(); |
((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit(); |
198 |
this.main_split.ResumeLayout(false); |
this.main_split.ResumeLayout(false); |
199 |
this.tabControl1.ResumeLayout(false); |
this.tabControl1.ResumeLayout(false); |
218 |
private System.Windows.Forms.ToolStripMenuItem mnuItemConfig; |
private System.Windows.Forms.ToolStripMenuItem mnuItemConfig; |
219 |
private System.Windows.Forms.ToolStripMenuItem mnuItemOpenProcess; |
private System.Windows.Forms.ToolStripMenuItem mnuItemOpenProcess; |
220 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
221 |
|
private System.Windows.Forms.Button btnExapandCollapseLogWindow; |
222 |
} |
} |
223 |
} |
} |
224 |
|
|