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(); |
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(); |
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.btnExapandCollapseLogWindow = new System.Windows.Forms.Button(); |
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(); |
100 |
|
this.tabPage2.Text = "tabPage2"; |
101 |
|
this.tabPage2.UseVisualStyleBackColor = true; |
102 |
|
// |
103 |
< |
// logwriter |
103 |
> |
// btnExapandCollapseLogWindow |
104 |
|
// |
105 |
< |
this.logwriter.Dock = System.Windows.Forms.DockStyle.Fill; |
106 |
< |
this.logwriter.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
107 |
< |
this.logwriter.Location = new System.Drawing.Point(0, 0); |
108 |
< |
this.logwriter.Margin = new System.Windows.Forms.Padding(0); |
109 |
< |
this.logwriter.Name = "logwriter"; |
110 |
< |
this.logwriter.RedirectConsoleOutput = true; |
111 |
< |
this.logwriter.Size = new System.Drawing.Size(1225, 146); |
112 |
< |
this.logwriter.TabIndex = 2; |
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 |
|
// |
169 |
|
this.mnuItemConfig.Text = "&Config"; |
170 |
|
this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click); |
171 |
|
// |
172 |
< |
// btnExapandCollapseLogWindow |
172 |
> |
// logwriter |
173 |
|
// |
174 |
< |
this.btnExapandCollapseLogWindow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
175 |
< |
this.btnExapandCollapseLogWindow.AutoSize = true; |
176 |
< |
this.btnExapandCollapseLogWindow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
177 |
< |
this.btnExapandCollapseLogWindow.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
178 |
< |
this.btnExapandCollapseLogWindow.Location = new System.Drawing.Point(1143, 3); |
179 |
< |
this.btnExapandCollapseLogWindow.Name = "btnExapandCollapseLogWindow"; |
180 |
< |
this.btnExapandCollapseLogWindow.Size = new System.Drawing.Size(72, 28); |
181 |
< |
this.btnExapandCollapseLogWindow.TabIndex = 3; |
182 |
< |
this.btnExapandCollapseLogWindow.Text = "expand"; |
180 |
< |
this.btnExapandCollapseLogWindow.UseVisualStyleBackColor = true; |
181 |
< |
this.btnExapandCollapseLogWindow.Click += new System.EventHandler(this.btnExapandCollapseLogWindow_Click); |
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 |
|
// |