Subversion Repositories LassyPad

Rev

Rev 1 | Rev 3 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 freddie 1
/*
2
 * Created by SharpDevelop.
3
 * User: 06pfjn
4
 * Date: 30/06/2010
5
 * Time: 12:15
6
 *
7
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
8
 */
9
namespace LassyPad
10
{
11
        partial class MainForm
12
        {
13
                /// <summary>
14
                /// Designer variable used to keep track of non-visual components.
15
                /// </summary>
16
                private System.ComponentModel.IContainer components = null;
17
 
18
                /// <summary>
19
                /// Disposes resources used by the form.
20
                /// </summary>
21
                /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
22
                protected override void Dispose(bool disposing)
23
                {
24
                        if (disposing) {
25
                                if (components != null) {
26
                                        components.Dispose();
27
                                }
28
                        }
29
                        base.Dispose(disposing);
30
                }
31
 
32
                /// <summary>
33
                /// This method is required for Windows Forms designer support.
34
                /// Do not change the method contents inside the source code editor. The Forms designer might
35
                /// not be able to load this method if it was changed manually.
36
                /// </summary>
37
                private void InitializeComponent()
38
                {
39
                        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
40
                        this.fileBar = new System.Windows.Forms.ToolStrip();
41
                        this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
42
                        this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
43
                        this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
44
                        this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
45
                        this.splitContainer1 = new System.Windows.Forms.SplitContainer();
46
                        this.treeView = new System.Windows.Forms.TreeView();
47
                        this.tabControl = new System.Windows.Forms.TabControl();
48
                        this.welcomeTab = new System.Windows.Forms.TabPage();
49
                        this.welcomeView = new System.Windows.Forms.WebBrowser();
50
                        this.editorTab = new System.Windows.Forms.TabPage();
51
                        this.editorView = new System.Windows.Forms.RichTextBox();
52
                        this.formatBar = new System.Windows.Forms.ToolStrip();
53
                        this.sizeF = new System.Windows.Forms.ToolStripTextBox();
54
                        this.boldF = new System.Windows.Forms.ToolStripButton();
55
                        this.italicF = new System.Windows.Forms.ToolStripButton();
56
                        this.underlineF = new System.Windows.Forms.ToolStripButton();
57
                        this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
58
                        this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
59
                        this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
60
                        this.menuStrip1 = new System.Windows.Forms.MenuStrip();
61
                        this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
62
                        this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63
                        this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
64
                        this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2 tom 65
                        this.editorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
66
                        this.wordWrapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1 freddie 67
                        this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
68
                        this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
69
                        this.fileBar.SuspendLayout();
70
                        this.splitContainer1.Panel1.SuspendLayout();
71
                        this.splitContainer1.Panel2.SuspendLayout();
72
                        this.splitContainer1.SuspendLayout();
73
                        this.tabControl.SuspendLayout();
74
                        this.welcomeTab.SuspendLayout();
75
                        this.editorTab.SuspendLayout();
76
                        this.formatBar.SuspendLayout();
77
                        this.menuStrip1.SuspendLayout();
78
                        this.SuspendLayout();
79
                        // 
80
                        // fileBar
81
                        // 
82
                        this.fileBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
83
                                                                        this.toolStripButton1,
84
                                                                        this.toolStripButton2,
85
                                                                        this.toolStripButton3,
86
                                                                        this.toolStripButton4});
87
                        this.fileBar.Location = new System.Drawing.Point(0, 49);
88
                        this.fileBar.Name = "fileBar";
89
                        this.fileBar.Size = new System.Drawing.Size(755, 25);
90
                        this.fileBar.TabIndex = 1;
91
                        this.fileBar.Text = "toolStrip1";
92
                        // 
93
                        // toolStripButton1
94
                        // 
95
                        this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
96
                        this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
97
                        this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
98
                        this.toolStripButton1.Name = "toolStripButton1";
99
                        this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
100
                        this.toolStripButton1.Text = "toolStripButton1";
101
                        this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click);
102
                        // 
103
                        // toolStripButton2
104
                        // 
105
                        this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
106
                        this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
107
                        this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
108
                        this.toolStripButton2.Name = "toolStripButton2";
109
                        this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
110
                        this.toolStripButton2.Text = "toolStripButton2";
111
                        this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click);
112
                        // 
113
                        // toolStripButton3
114
                        // 
115
                        this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
116
                        this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
117
                        this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
118
                        this.toolStripButton3.Name = "toolStripButton3";
119
                        this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
120
                        this.toolStripButton3.Text = "toolStripButton3";
121
                        this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click);
122
                        // 
123
                        // toolStripButton4
124
                        // 
125
                        this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
126
                        this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
127
                        this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
128
                        this.toolStripButton4.Name = "toolStripButton4";
129
                        this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
130
                        this.toolStripButton4.Text = "toolStripButton4";
131
                        this.toolStripButton4.Click += new System.EventHandler(this.ToolStripButton4Click);
132
                        // 
133
                        // splitContainer1
134
                        // 
135
                        this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
136
                        this.splitContainer1.Location = new System.Drawing.Point(0, 74);
137
                        this.splitContainer1.Name = "splitContainer1";
138
                        // 
139
                        // splitContainer1.Panel1
140
                        // 
141
                        this.splitContainer1.Panel1.Controls.Add(this.treeView);
142
                        // 
143
                        // splitContainer1.Panel2
144
                        // 
145
                        this.splitContainer1.Panel2.Controls.Add(this.tabControl);
146
                        this.splitContainer1.Size = new System.Drawing.Size(755, 330);
147
                        this.splitContainer1.SplitterDistance = 251;
148
                        this.splitContainer1.TabIndex = 3;
149
                        // 
150
                        // treeView
151
                        // 
152
                        this.treeView.BackColor = System.Drawing.SystemColors.InactiveBorder;
153
                        this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
154
                        this.treeView.Location = new System.Drawing.Point(0, 0);
155
                        this.treeView.Name = "treeView";
156
                        this.treeView.Size = new System.Drawing.Size(251, 330);
157
                        this.treeView.TabIndex = 0;
158
                        this.treeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeViewNodeMouseClick);
159
                        // 
160
                        // tabControl
161
                        // 
162
                        this.tabControl.Controls.Add(this.welcomeTab);
163
                        this.tabControl.Controls.Add(this.editorTab);
164
                        this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
165
                        this.tabControl.Location = new System.Drawing.Point(0, 0);
166
                        this.tabControl.Name = "tabControl";
167
                        this.tabControl.SelectedIndex = 0;
168
                        this.tabControl.Size = new System.Drawing.Size(500, 330);
169
                        this.tabControl.TabIndex = 0;
170
                        // 
171
                        // welcomeTab
172
                        // 
173
                        this.welcomeTab.Controls.Add(this.welcomeView);
174
                        this.welcomeTab.Location = new System.Drawing.Point(4, 22);
175
                        this.welcomeTab.Name = "welcomeTab";
176
                        this.welcomeTab.Padding = new System.Windows.Forms.Padding(3);
177
                        this.welcomeTab.Size = new System.Drawing.Size(492, 304);
178
                        this.welcomeTab.TabIndex = 0;
179
                        this.welcomeTab.Text = "Welcome";
180
                        this.welcomeTab.UseVisualStyleBackColor = true;
181
                        // 
182
                        // welcomeView
183
                        // 
184
                        this.welcomeView.Dock = System.Windows.Forms.DockStyle.Fill;
185
                        this.welcomeView.Location = new System.Drawing.Point(3, 3);
186
                        this.welcomeView.MinimumSize = new System.Drawing.Size(20, 20);
187
                        this.welcomeView.Name = "welcomeView";
188
                        this.welcomeView.Size = new System.Drawing.Size(486, 298);
189
                        this.welcomeView.TabIndex = 0;
190
                        // 
191
                        // editorTab
192
                        // 
193
                        this.editorTab.Controls.Add(this.editorView);
194
                        this.editorTab.Location = new System.Drawing.Point(4, 22);
195
                        this.editorTab.Name = "editorTab";
196
                        this.editorTab.Padding = new System.Windows.Forms.Padding(3);
197
                        this.editorTab.Size = new System.Drawing.Size(492, 304);
198
                        this.editorTab.TabIndex = 1;
199
                        this.editorTab.Text = "Editor";
200
                        this.editorTab.UseVisualStyleBackColor = true;
201
                        // 
202
                        // editorView
203
                        // 
204
                        this.editorView.BorderStyle = System.Windows.Forms.BorderStyle.None;
205
                        this.editorView.DetectUrls = false;
206
                        this.editorView.Dock = System.Windows.Forms.DockStyle.Fill;
207
                        this.editorView.Location = new System.Drawing.Point(3, 3);
208
                        this.editorView.Name = "editorView";
209
                        this.editorView.Size = new System.Drawing.Size(486, 298);
210
                        this.editorView.TabIndex = 0;
211
                        this.editorView.Text = "";
212
                        this.editorView.SelectionChanged += new System.EventHandler(this.EditorViewSelectionChanged);
213
                        this.editorView.TextChanged += new System.EventHandler(this.EditorViewTextChanged);
214
                        // 
215
                        // formatBar
216
                        // 
217
                        this.formatBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
218
                                                                        this.sizeF,
219
                                                                        this.boldF,
220
                                                                        this.italicF,
221
                                                                        this.underlineF,
222
                                                                        this.toolStripButton5,
223
                                                                        this.toolStripButton6,
224
                                                                        this.toolStripButton7});
225
                        this.formatBar.Location = new System.Drawing.Point(0, 24);
226
                        this.formatBar.Name = "formatBar";
227
                        this.formatBar.Size = new System.Drawing.Size(755, 25);
228
                        this.formatBar.TabIndex = 2;
229
                        this.formatBar.Text = "toolStrip2";
230
                        // 
231
                        // sizeF
232
                        // 
233
                        this.sizeF.Name = "sizeF";
234
                        this.sizeF.Size = new System.Drawing.Size(50, 25);
235
                        this.sizeF.TextChanged += new System.EventHandler(this.SizeFTextChanged);
236
                        // 
237
                        // boldF
238
                        // 
239
                        this.boldF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
240
                        this.boldF.Image = ((System.Drawing.Image)(resources.GetObject("boldF.Image")));
241
                        this.boldF.ImageTransparentColor = System.Drawing.Color.Magenta;
242
                        this.boldF.Name = "boldF";
243
                        this.boldF.Size = new System.Drawing.Size(23, 22);
244
                        this.boldF.Text = "toolStripButton2";
245
                        this.boldF.Click += new System.EventHandler(this.BoldFClick);
246
                        // 
247
                        // italicF
248
                        // 
249
                        this.italicF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
250
                        this.italicF.Image = ((System.Drawing.Image)(resources.GetObject("italicF.Image")));
251
                        this.italicF.ImageTransparentColor = System.Drawing.Color.Magenta;
252
                        this.italicF.Name = "italicF";
253
                        this.italicF.Size = new System.Drawing.Size(23, 22);
254
                        this.italicF.Text = "toolStripButton3";
255
                        this.italicF.Click += new System.EventHandler(this.ItalicFClick);
256
                        // 
257
                        // underlineF
258
                        // 
259
                        this.underlineF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
260
                        this.underlineF.Image = ((System.Drawing.Image)(resources.GetObject("underlineF.Image")));
261
                        this.underlineF.ImageTransparentColor = System.Drawing.Color.Magenta;
262
                        this.underlineF.Name = "underlineF";
263
                        this.underlineF.Size = new System.Drawing.Size(23, 22);
264
                        this.underlineF.Text = "toolStripButton4";
265
                        this.underlineF.Click += new System.EventHandler(this.UnderlineFClick);
266
                        // 
267
                        // toolStripButton5
268
                        // 
269
                        this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
270
                        this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
271
                        this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
272
                        this.toolStripButton5.Name = "toolStripButton5";
273
                        this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
274
                        this.toolStripButton5.Text = "toolStripButton5";
275
                        this.toolStripButton5.Click += new System.EventHandler(this.ToolStripButton5Click);
276
                        // 
277
                        // toolStripButton6
278
                        // 
279
                        this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
280
                        this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
281
                        this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
282
                        this.toolStripButton6.Name = "toolStripButton6";
283
                        this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
284
                        this.toolStripButton6.Text = "toolStripButton6";
285
                        this.toolStripButton6.Click += new System.EventHandler(this.ToolStripButton6Click);
286
                        // 
287
                        // toolStripButton7
288
                        // 
289
                        this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
290
                        this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
291
                        this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
292
                        this.toolStripButton7.Name = "toolStripButton7";
293
                        this.toolStripButton7.Size = new System.Drawing.Size(23, 22);
294
                        this.toolStripButton7.Text = "toolStripButton7";
295
                        this.toolStripButton7.Click += new System.EventHandler(this.ToolStripButton7Click);
296
                        // 
297
                        // menuStrip1
298
                        // 
299
                        this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
300
                                                                        this.fileToolStripMenuItem,
301
                                                                        this.editorToolStripMenuItem});
302
                        this.menuStrip1.Location = new System.Drawing.Point(0, 0);
303
                        this.menuStrip1.Name = "menuStrip1";
304
                        this.menuStrip1.Size = new System.Drawing.Size(755, 24);
305
                        this.menuStrip1.TabIndex = 4;
306
                        this.menuStrip1.Text = "menuStrip1";
307
                        // 
308
                        // fileToolStripMenuItem
309
                        // 
310
                        this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
311
                                                                        this.newToolStripMenuItem,
312
                                                                        this.openToolStripMenuItem,
313
                                                                        this.saveToolStripMenuItem});
314
                        this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
315
                        this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
316
                        this.fileToolStripMenuItem.Text = "File";
317
                        // 
318
                        // newToolStripMenuItem
319
                        // 
320
                        this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
321
                        this.newToolStripMenuItem.Name = "newToolStripMenuItem";
2 tom 322
                        this.newToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
1 freddie 323
                        this.newToolStripMenuItem.Text = "New";
324
                        this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
325
                        // 
326
                        // openToolStripMenuItem
327
                        // 
328
                        this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
329
                        this.openToolStripMenuItem.Name = "openToolStripMenuItem";
2 tom 330
                        this.openToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
1 freddie 331
                        this.openToolStripMenuItem.Text = "Open";
332
                        this.openToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItemClick);
333
                        // 
334
                        // saveToolStripMenuItem
335
                        // 
336
                        this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
337
                        this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
2 tom 338
                        this.saveToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
1 freddie 339
                        this.saveToolStripMenuItem.Text = "Save";
340
                        this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItemClick);
341
                        // 
342
                        // editorToolStripMenuItem
343
                        // 
344
                        this.editorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
345
                                                                        this.wordWrapToolStripMenuItem});
346
                        this.editorToolStripMenuItem.Name = "editorToolStripMenuItem";
347
                        this.editorToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
348
                        this.editorToolStripMenuItem.Text = "Editor";
349
                        // 
350
                        // wordWrapToolStripMenuItem
351
                        // 
2 tom 352
                        this.wordWrapToolStripMenuItem.Checked = true;
353
                        this.wordWrapToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1 freddie 354
                        this.wordWrapToolStripMenuItem.Name = "wordWrapToolStripMenuItem";
355
                        this.wordWrapToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
356
                        this.wordWrapToolStripMenuItem.Text = "Word Wrap";
357
                        this.wordWrapToolStripMenuItem.Click += new System.EventHandler(this.WordWrapToolStripMenuItemClick);
358
                        // 
2 tom 359
                        // openFileDialog1
360
                        // 
361
                        this.openFileDialog1.FileName = "openFileDialog1";
362
                        // 
1 freddie 363
                        // MainForm
364
                        // 
365
                        this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
366
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
367
                        this.ClientSize = new System.Drawing.Size(755, 404);
368
                        this.Controls.Add(this.splitContainer1);
369
                        this.Controls.Add(this.fileBar);
370
                        this.Controls.Add(this.formatBar);
371
                        this.Controls.Add(this.menuStrip1);
372
                        this.Name = "MainForm";
373
                        this.Text = "LassyPad";
374
                        this.Load += new System.EventHandler(this.MainFormLoad);
375
                        this.fileBar.ResumeLayout(false);
376
                        this.fileBar.PerformLayout();
377
                        this.splitContainer1.Panel1.ResumeLayout(false);
378
                        this.splitContainer1.Panel2.ResumeLayout(false);
379
                        this.splitContainer1.ResumeLayout(false);
380
                        this.tabControl.ResumeLayout(false);
381
                        this.welcomeTab.ResumeLayout(false);
382
                        this.editorTab.ResumeLayout(false);
383
                        this.formatBar.ResumeLayout(false);
384
                        this.formatBar.PerformLayout();
385
                        this.menuStrip1.ResumeLayout(false);
386
                        this.menuStrip1.PerformLayout();
387
                        this.ResumeLayout(false);
388
                        this.PerformLayout();
389
                }
390
                private System.Windows.Forms.ToolStripMenuItem wordWrapToolStripMenuItem;
391
                private System.Windows.Forms.ToolStripMenuItem editorToolStripMenuItem;
392
                private System.Windows.Forms.ToolStripTextBox sizeF;
393
                private System.Windows.Forms.ToolStripButton toolStripButton7;
394
                private System.Windows.Forms.ToolStripButton toolStripButton6;
395
                private System.Windows.Forms.ToolStripButton toolStripButton5;
396
                private System.Windows.Forms.ToolStripButton toolStripButton4;
397
                private System.Windows.Forms.SaveFileDialog saveFileDialog1;
398
                private System.Windows.Forms.OpenFileDialog openFileDialog1;
399
                private System.Windows.Forms.ToolStripButton toolStripButton3;
400
                private System.Windows.Forms.ToolStripButton toolStripButton2;
401
                private System.Windows.Forms.WebBrowser welcomeView;
402
                private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
403
                private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
404
                private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
405
                private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
406
                private System.Windows.Forms.MenuStrip menuStrip1;
407
                private System.Windows.Forms.RichTextBox editorView;
408
                private System.Windows.Forms.ToolStripButton boldF;
409
                private System.Windows.Forms.ToolStripButton italicF;
410
                private System.Windows.Forms.ToolStripButton underlineF;
411
                private System.Windows.Forms.TabPage welcomeTab;
412
                private System.Windows.Forms.TabPage editorTab;
413
                private System.Windows.Forms.ToolStripButton toolStripButton1;
414
                private System.Windows.Forms.ToolStrip formatBar;
415
                private System.Windows.Forms.TreeView treeView;
416
                private System.Windows.Forms.TabControl tabControl;
417
                private System.Windows.Forms.ToolStrip fileBar;
418
                private System.Windows.Forms.SplitContainer splitContainer1;
419
        }
420
}