ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
Revision: 69
Committed: Wed May 9 16:45:44 2012 UTC (11 years, 1 month ago) by william
File size: 9527 byte(s)
Log Message:

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