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, 4 months ago) by william
File size: 8531 byte(s)
Log Message:
+ add support to save logging flags at user level

File Contents

# User Rev Content
1 william 5 namespace RomCheater
2     {
3 william 13 partial class Main
4 william 5 {
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 william 14 this.main_split = new System.Windows.Forms.SplitContainer();
32 william 17 this.tabControl1 = new System.Windows.Forms.TabControl();
33     this.MainTab = new System.Windows.Forms.TabPage();
34     this.tabPage2 = new System.Windows.Forms.TabPage();
35 william 14 this.mainmnu = new System.Windows.Forms.MenuStrip();
36     this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
37     this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem();
38 william 17 this.logwriter = new RomCheater.Logging.LogWriter();
39 william 63 this.mnuTools = new System.Windows.Forms.ToolStripMenuItem();
40     this.mnuItemConfig = new System.Windows.Forms.ToolStripMenuItem();
41 william 14 ((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit();
42 william 16 this.main_split.Panel1.SuspendLayout();
43 william 15 this.main_split.Panel2.SuspendLayout();
44 william 14 this.main_split.SuspendLayout();
45 william 17 this.tabControl1.SuspendLayout();
46 william 14 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 william 15 //
57 william 16 // main_split.Panel1
58     //
59     this.main_split.Panel1.Controls.Add(this.tabControl1);
60     //
61 william 15 // main_split.Panel2
62     //
63 william 17 this.main_split.Panel2.Controls.Add(this.logwriter);
64 william 15 this.main_split.Size = new System.Drawing.Size(1229, 688);
65 william 16 this.main_split.SplitterDistance = 534;
66 william 14 this.main_split.TabIndex = 0;
67     //
68 william 16 // tabControl1
69 william 15 //
70 william 16 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 william 15 //
79 william 16 // 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 william 17 this.tabPage2.Size = new System.Drawing.Size(1217, 504);
95 william 16 this.tabPage2.TabIndex = 1;
96     this.tabPage2.Text = "tabPage2";
97     this.tabPage2.UseVisualStyleBackColor = true;
98     //
99 william 17 // mainmnu
100 william 16 //
101 william 17 this.mainmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
102 william 63 this.mnuFile,
103     this.mnuTools});
104 william 17 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 william 16 //
110 william 17 // mnuFile
111 william 16 //
112 william 17 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 william 16 //
118 william 17 // 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 william 63 // 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 william 14 // Main
152     //
153     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
154 william 5 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
155 william 16 this.BackColor = System.Drawing.SystemColors.ControlLight;
156 william 15 this.ClientSize = new System.Drawing.Size(1229, 712);
157 william 14 this.Controls.Add(this.main_split);
158     this.Controls.Add(this.mainmnu);
159     this.Name = "Main";
160 william 5 this.Text = "Form1";
161 william 17 this.Load += new System.EventHandler(this.Main_Load);
162 william 16 this.main_split.Panel1.ResumeLayout(false);
163 william 15 this.main_split.Panel2.ResumeLayout(false);
164 william 14 ((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit();
165     this.main_split.ResumeLayout(false);
166 william 17 this.tabControl1.ResumeLayout(false);
167 william 14 this.mainmnu.ResumeLayout(false);
168     this.mainmnu.PerformLayout();
169     this.ResumeLayout(false);
170     this.PerformLayout();
171    
172 william 5 }
173    
174     #endregion
175 william 14
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 william 16 private System.Windows.Forms.TabControl tabControl1;
181     private System.Windows.Forms.TabPage MainTab;
182     private System.Windows.Forms.TabPage tabPage2;
183 william 17 private RomCheater.Logging.LogWriter logwriter;
184 william 63 private System.Windows.Forms.ToolStripMenuItem mnuTools;
185     private System.Windows.Forms.ToolStripMenuItem mnuItemConfig;
186 william 5 }
187     }
188