ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
Revision: 63
Committed: Wed May 9 16:14:39 2012 UTC (11 years, 1 month ago) by william
File size: 8531 byte(s)
Log Message:
+ add support to save logging flags at user level

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