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