Subversion Repositories LassyPad

Rev

Rev 2 | Rev 4 | 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();
3 freddie 69
                        this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1 freddie 70
                        this.fileBar.SuspendLayout();
71
                        this.splitContainer1.Panel1.SuspendLayout();
72
                        this.splitContainer1.Panel2.SuspendLayout();
73
                        this.splitContainer1.SuspendLayout();
74
                        this.tabControl.SuspendLayout();
75
                        this.welcomeTab.SuspendLayout();
76
                        this.editorTab.SuspendLayout();
77
                        this.formatBar.SuspendLayout();
78
                        this.menuStrip1.SuspendLayout();
79
                        this.SuspendLayout();
80
                        // 
81
                        // fileBar
82
                        // 
83
                        this.fileBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
84
                                                                        this.toolStripButton1,
85
                                                                        this.toolStripButton2,
86
                                                                        this.toolStripButton3,
87
                                                                        this.toolStripButton4});
88
                        this.fileBar.Location = new System.Drawing.Point(0, 49);
89
                        this.fileBar.Name = "fileBar";
90
                        this.fileBar.Size = new System.Drawing.Size(755, 25);
91
                        this.fileBar.TabIndex = 1;
92
                        this.fileBar.Text = "toolStrip1";
93
                        // 
94
                        // toolStripButton1
95
                        // 
96
                        this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
97
                        this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
98
                        this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
99
                        this.toolStripButton1.Name = "toolStripButton1";
100
                        this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
101
                        this.toolStripButton1.Text = "toolStripButton1";
102
                        this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click);
103
                        // 
104
                        // toolStripButton2
105
                        // 
106
                        this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
107
                        this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
108
                        this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
109
                        this.toolStripButton2.Name = "toolStripButton2";
110
                        this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
111
                        this.toolStripButton2.Text = "toolStripButton2";
112
                        this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click);
113
                        // 
114
                        // toolStripButton3
115
                        // 
116
                        this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
117
                        this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
118
                        this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
119
                        this.toolStripButton3.Name = "toolStripButton3";
120
                        this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
121
                        this.toolStripButton3.Text = "toolStripButton3";
122
                        this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click);
123
                        // 
124
                        // toolStripButton4
125
                        // 
126
                        this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
127
                        this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
128
                        this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
129
                        this.toolStripButton4.Name = "toolStripButton4";
130
                        this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
131
                        this.toolStripButton4.Text = "toolStripButton4";
132
                        this.toolStripButton4.Click += new System.EventHandler(this.ToolStripButton4Click);
133
                        // 
134
                        // splitContainer1
135
                        // 
136
                        this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
137
                        this.splitContainer1.Location = new System.Drawing.Point(0, 74);
138
                        this.splitContainer1.Name = "splitContainer1";
139
                        // 
140
                        // splitContainer1.Panel1
141
                        // 
142
                        this.splitContainer1.Panel1.Controls.Add(this.treeView);
143
                        // 
144
                        // splitContainer1.Panel2
145
                        // 
146
                        this.splitContainer1.Panel2.Controls.Add(this.tabControl);
147
                        this.splitContainer1.Size = new System.Drawing.Size(755, 330);
148
                        this.splitContainer1.SplitterDistance = 251;
149
                        this.splitContainer1.TabIndex = 3;
150
                        // 
151
                        // treeView
152
                        // 
153
                        this.treeView.BackColor = System.Drawing.SystemColors.InactiveBorder;
154
                        this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
155
                        this.treeView.Location = new System.Drawing.Point(0, 0);
156
                        this.treeView.Name = "treeView";
157
                        this.treeView.Size = new System.Drawing.Size(251, 330);
158
                        this.treeView.TabIndex = 0;
159
                        this.treeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeViewNodeMouseClick);
160
                        // 
161
                        // tabControl
162
                        // 
163
                        this.tabControl.Controls.Add(this.welcomeTab);
164
                        this.tabControl.Controls.Add(this.editorTab);
165
                        this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
166
                        this.tabControl.Location = new System.Drawing.Point(0, 0);
167
                        this.tabControl.Name = "tabControl";
168
                        this.tabControl.SelectedIndex = 0;
169
                        this.tabControl.Size = new System.Drawing.Size(500, 330);
170
                        this.tabControl.TabIndex = 0;
171
                        // 
172
                        // welcomeTab
173
                        // 
174
                        this.welcomeTab.Controls.Add(this.welcomeView);
175
                        this.welcomeTab.Location = new System.Drawing.Point(4, 22);
176
                        this.welcomeTab.Name = "welcomeTab";
177
                        this.welcomeTab.Padding = new System.Windows.Forms.Padding(3);
178
                        this.welcomeTab.Size = new System.Drawing.Size(492, 304);
179
                        this.welcomeTab.TabIndex = 0;
180
                        this.welcomeTab.Text = "Welcome";
181
                        this.welcomeTab.UseVisualStyleBackColor = true;
182
                        // 
183
                        // welcomeView
184
                        // 
185
                        this.welcomeView.Dock = System.Windows.Forms.DockStyle.Fill;
186
                        this.welcomeView.Location = new System.Drawing.Point(3, 3);
187
                        this.welcomeView.MinimumSize = new System.Drawing.Size(20, 20);
188
                        this.welcomeView.Name = "welcomeView";
189
                        this.welcomeView.Size = new System.Drawing.Size(486, 298);
190
                        this.welcomeView.TabIndex = 0;
191
                        // 
192
                        // editorTab
193
                        // 
194
                        this.editorTab.Controls.Add(this.editorView);
195
                        this.editorTab.Location = new System.Drawing.Point(4, 22);
196
                        this.editorTab.Name = "editorTab";
197
                        this.editorTab.Padding = new System.Windows.Forms.Padding(3);
198
                        this.editorTab.Size = new System.Drawing.Size(492, 304);
199
                        this.editorTab.TabIndex = 1;
200
                        this.editorTab.Text = "Editor";
201
                        this.editorTab.UseVisualStyleBackColor = true;
202
                        // 
203
                        // editorView
204
                        // 
205
                        this.editorView.BorderStyle = System.Windows.Forms.BorderStyle.None;
206
                        this.editorView.DetectUrls = false;
207
                        this.editorView.Dock = System.Windows.Forms.DockStyle.Fill;
208
                        this.editorView.Location = new System.Drawing.Point(3, 3);
209
                        this.editorView.Name = "editorView";
210
                        this.editorView.Size = new System.Drawing.Size(486, 298);
211
                        this.editorView.TabIndex = 0;
212
                        this.editorView.Text = "";
213
                        this.editorView.SelectionChanged += new System.EventHandler(this.EditorViewSelectionChanged);
214
                        this.editorView.TextChanged += new System.EventHandler(this.EditorViewTextChanged);
215
                        // 
216
                        // formatBar
217
                        // 
218
                        this.formatBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
219
                                                                        this.sizeF,
220
                                                                        this.boldF,
221
                                                                        this.italicF,
222
                                                                        this.underlineF,
223
                                                                        this.toolStripButton5,
224
                                                                        this.toolStripButton6,
225
                                                                        this.toolStripButton7});
226
                        this.formatBar.Location = new System.Drawing.Point(0, 24);
227
                        this.formatBar.Name = "formatBar";
228
                        this.formatBar.Size = new System.Drawing.Size(755, 25);
229
                        this.formatBar.TabIndex = 2;
230
                        this.formatBar.Text = "toolStrip2";
231
                        // 
232
                        // sizeF
233
                        // 
234
                        this.sizeF.Name = "sizeF";
235
                        this.sizeF.Size = new System.Drawing.Size(50, 25);
236
                        this.sizeF.TextChanged += new System.EventHandler(this.SizeFTextChanged);
237
                        // 
238
                        // boldF
239
                        // 
240
                        this.boldF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
241
                        this.boldF.Image = ((System.Drawing.Image)(resources.GetObject("boldF.Image")));
242
                        this.boldF.ImageTransparentColor = System.Drawing.Color.Magenta;
243
                        this.boldF.Name = "boldF";
244
                        this.boldF.Size = new System.Drawing.Size(23, 22);
245
                        this.boldF.Text = "toolStripButton2";
246
                        this.boldF.Click += new System.EventHandler(this.BoldFClick);
247
                        // 
248
                        // italicF
249
                        // 
250
                        this.italicF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
251
                        this.italicF.Image = ((System.Drawing.Image)(resources.GetObject("italicF.Image")));
252
                        this.italicF.ImageTransparentColor = System.Drawing.Color.Magenta;
253
                        this.italicF.Name = "italicF";
254
                        this.italicF.Size = new System.Drawing.Size(23, 22);
255
                        this.italicF.Text = "toolStripButton3";
256
                        this.italicF.Click += new System.EventHandler(this.ItalicFClick);
257
                        // 
258
                        // underlineF
259
                        // 
260
                        this.underlineF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
261
                        this.underlineF.Image = ((System.Drawing.Image)(resources.GetObject("underlineF.Image")));
262
                        this.underlineF.ImageTransparentColor = System.Drawing.Color.Magenta;
263
                        this.underlineF.Name = "underlineF";
264
                        this.underlineF.Size = new System.Drawing.Size(23, 22);
265
                        this.underlineF.Text = "toolStripButton4";
266
                        this.underlineF.Click += new System.EventHandler(this.UnderlineFClick);
267
                        // 
268
                        // toolStripButton5
269
                        // 
270
                        this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
271
                        this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
272
                        this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
273
                        this.toolStripButton5.Name = "toolStripButton5";
274
                        this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
275
                        this.toolStripButton5.Text = "toolStripButton5";
276
                        this.toolStripButton5.Click += new System.EventHandler(this.ToolStripButton5Click);
277
                        // 
278
                        // toolStripButton6
279
                        // 
280
                        this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
281
                        this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
282
                        this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
283
                        this.toolStripButton6.Name = "toolStripButton6";
284
                        this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
285
                        this.toolStripButton6.Text = "toolStripButton6";
286
                        this.toolStripButton6.Click += new System.EventHandler(this.ToolStripButton6Click);
287
                        // 
288
                        // toolStripButton7
289
                        // 
290
                        this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
291
                        this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
292
                        this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
293
                        this.toolStripButton7.Name = "toolStripButton7";
294
                        this.toolStripButton7.Size = new System.Drawing.Size(23, 22);
295
                        this.toolStripButton7.Text = "toolStripButton7";
296
                        this.toolStripButton7.Click += new System.EventHandler(this.ToolStripButton7Click);
297
                        // 
298
                        // menuStrip1
299
                        // 
300
                        this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
301
                                                                        this.fileToolStripMenuItem,
302
                                                                        this.editorToolStripMenuItem});
303
                        this.menuStrip1.Location = new System.Drawing.Point(0, 0);
304
                        this.menuStrip1.Name = "menuStrip1";
305
                        this.menuStrip1.Size = new System.Drawing.Size(755, 24);
306
                        this.menuStrip1.TabIndex = 4;
307
                        this.menuStrip1.Text = "menuStrip1";
308
                        // 
309
                        // fileToolStripMenuItem
310
                        // 
311
                        this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
312
                                                                        this.newToolStripMenuItem,
313
                                                                        this.openToolStripMenuItem,
3 freddie 314
                                                                        this.saveToolStripMenuItem,
315
                                                                        this.saveAsToolStripMenuItem});
1 freddie 316
                        this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
317
                        this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
318
                        this.fileToolStripMenuItem.Text = "File";
319
                        // 
320
                        // newToolStripMenuItem
321
                        // 
322
                        this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
323
                        this.newToolStripMenuItem.Name = "newToolStripMenuItem";
3 freddie 324
                        this.newToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
1 freddie 325
                        this.newToolStripMenuItem.Text = "New";
326
                        this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
327
                        // 
328
                        // openToolStripMenuItem
329
                        // 
330
                        this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
331
                        this.openToolStripMenuItem.Name = "openToolStripMenuItem";
3 freddie 332
                        this.openToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
1 freddie 333
                        this.openToolStripMenuItem.Text = "Open";
334
                        this.openToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItemClick);
335
                        // 
336
                        // saveToolStripMenuItem
337
                        // 
338
                        this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
339
                        this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
3 freddie 340
                        this.saveToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
1 freddie 341
                        this.saveToolStripMenuItem.Text = "Save";
342
                        this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItemClick);
343
                        // 
344
                        // editorToolStripMenuItem
345
                        // 
346
                        this.editorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
347
                                                                        this.wordWrapToolStripMenuItem});
348
                        this.editorToolStripMenuItem.Name = "editorToolStripMenuItem";
349
                        this.editorToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
350
                        this.editorToolStripMenuItem.Text = "Editor";
351
                        // 
352
                        // wordWrapToolStripMenuItem
353
                        // 
2 tom 354
                        this.wordWrapToolStripMenuItem.Checked = true;
355
                        this.wordWrapToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1 freddie 356
                        this.wordWrapToolStripMenuItem.Name = "wordWrapToolStripMenuItem";
3 freddie 357
                        this.wordWrapToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
1 freddie 358
                        this.wordWrapToolStripMenuItem.Text = "Word Wrap";
359
                        this.wordWrapToolStripMenuItem.Click += new System.EventHandler(this.WordWrapToolStripMenuItemClick);
360
                        // 
2 tom 361
                        // openFileDialog1
362
                        // 
363
                        this.openFileDialog1.FileName = "openFileDialog1";
364
                        // 
3 freddie 365
                        // saveAsToolStripMenuItem
366
                        // 
367
                        this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
368
                        this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
369
                        this.saveAsToolStripMenuItem.Text = "Save As";
370
                        this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsToolStripMenuItemClick);
371
                        // 
1 freddie 372
                        // MainForm
373
                        // 
374
                        this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
375
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
376
                        this.ClientSize = new System.Drawing.Size(755, 404);
377
                        this.Controls.Add(this.splitContainer1);
378
                        this.Controls.Add(this.fileBar);
379
                        this.Controls.Add(this.formatBar);
380
                        this.Controls.Add(this.menuStrip1);
381
                        this.Name = "MainForm";
382
                        this.Text = "LassyPad";
383
                        this.Load += new System.EventHandler(this.MainFormLoad);
384
                        this.fileBar.ResumeLayout(false);
385
                        this.fileBar.PerformLayout();
386
                        this.splitContainer1.Panel1.ResumeLayout(false);
387
                        this.splitContainer1.Panel2.ResumeLayout(false);
388
                        this.splitContainer1.ResumeLayout(false);
389
                        this.tabControl.ResumeLayout(false);
390
                        this.welcomeTab.ResumeLayout(false);
391
                        this.editorTab.ResumeLayout(false);
392
                        this.formatBar.ResumeLayout(false);
393
                        this.formatBar.PerformLayout();
394
                        this.menuStrip1.ResumeLayout(false);
395
                        this.menuStrip1.PerformLayout();
396
                        this.ResumeLayout(false);
397
                        this.PerformLayout();
398
                }
3 freddie 399
                private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
1 freddie 400
                private System.Windows.Forms.ToolStripMenuItem wordWrapToolStripMenuItem;
401
                private System.Windows.Forms.ToolStripMenuItem editorToolStripMenuItem;
402
                private System.Windows.Forms.ToolStripTextBox sizeF;
403
                private System.Windows.Forms.ToolStripButton toolStripButton7;
404
                private System.Windows.Forms.ToolStripButton toolStripButton6;
405
                private System.Windows.Forms.ToolStripButton toolStripButton5;
406
                private System.Windows.Forms.ToolStripButton toolStripButton4;
407
                private System.Windows.Forms.SaveFileDialog saveFileDialog1;
408
                private System.Windows.Forms.OpenFileDialog openFileDialog1;
409
                private System.Windows.Forms.ToolStripButton toolStripButton3;
410
                private System.Windows.Forms.ToolStripButton toolStripButton2;
411
                private System.Windows.Forms.WebBrowser welcomeView;
412
                private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
413
                private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
414
                private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
415
                private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
416
                private System.Windows.Forms.MenuStrip menuStrip1;
417
                private System.Windows.Forms.RichTextBox editorView;
418
                private System.Windows.Forms.ToolStripButton boldF;
419
                private System.Windows.Forms.ToolStripButton italicF;
420
                private System.Windows.Forms.ToolStripButton underlineF;
421
                private System.Windows.Forms.TabPage welcomeTab;
422
                private System.Windows.Forms.TabPage editorTab;
423
                private System.Windows.Forms.ToolStripButton toolStripButton1;
424
                private System.Windows.Forms.ToolStrip formatBar;
425
                private System.Windows.Forms.TreeView treeView;
426
                private System.Windows.Forms.TabControl tabControl;
427
                private System.Windows.Forms.ToolStrip fileBar;
428
                private System.Windows.Forms.SplitContainer splitContainer1;
3 freddie 429
 
1 freddie 430
        }
431
}