Rev 11 | 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 | { |
||
7 | freddie | 39 | this.components = new System.ComponentModel.Container(); |
1 | freddie | 40 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); |
41 | this.fileBar = new System.Windows.Forms.ToolStrip(); |
||
42 | this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); |
||
43 | this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); |
||
44 | this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); |
||
45 | this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); |
||
8 | freddie | 46 | this.toolStripButton9 = new System.Windows.Forms.ToolStripButton(); |
11 | freddie | 47 | this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); |
48 | this.toolStripButton10 = new System.Windows.Forms.ToolStripButton(); |
||
49 | this.toolStripButton11 = new System.Windows.Forms.ToolStripButton(); |
||
50 | this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); |
||
51 | this.toolStripButton12 = new System.Windows.Forms.ToolStripButton(); |
||
52 | this.toolStripButton13 = new System.Windows.Forms.ToolStripButton(); |
||
1 | freddie | 53 | this.formatBar = new System.Windows.Forms.ToolStrip(); |
54 | this.sizeF = new System.Windows.Forms.ToolStripTextBox(); |
||
12 | freddie | 55 | this.fontTypeF = new System.Windows.Forms.ToolStripTextBox(); |
7 | freddie | 56 | this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); |
57 | this.textColourF = new System.Windows.Forms.ToolStripButton(); |
||
58 | this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); |
||
1 | freddie | 59 | this.boldF = new System.Windows.Forms.ToolStripButton(); |
60 | this.italicF = new System.Windows.Forms.ToolStripButton(); |
||
61 | this.underlineF = new System.Windows.Forms.ToolStripButton(); |
||
6 | freddie | 62 | this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); |
1 | freddie | 63 | this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); |
64 | this.toolStripButton6 = new System.Windows.Forms.ToolStripButton(); |
||
65 | this.toolStripButton7 = new System.Windows.Forms.ToolStripButton(); |
||
4 | freddie | 66 | this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); |
67 | this.toolStripButton8 = new System.Windows.Forms.ToolStripButton(); |
||
1 | freddie | 68 | this.menuStrip1 = new System.Windows.Forms.MenuStrip(); |
69 | this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
70 | this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
71 | this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
72 | this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
4 | freddie | 73 | this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
11 | freddie | 74 | this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); |
75 | this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
76 | this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
2 | tom | 77 | this.editorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
78 | this.wordWrapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
9 | freddie | 79 | this.syntaxHighlightingToolStripMenuItem = new System.Windows.Forms.ToolStripComboBox(); |
1 | freddie | 80 | this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); |
81 | this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); |
||
5 | freddie | 82 | this.tabControl = new System.Windows.Forms.TabControl(); |
83 | this.welcomeTab = new System.Windows.Forms.TabPage(); |
||
84 | this.welcomeView = new System.Windows.Forms.WebBrowser(); |
||
85 | this.editorTab = new System.Windows.Forms.TabPage(); |
||
86 | this.editorView = new System.Windows.Forms.RichTextBox(); |
||
7 | freddie | 87 | this.editorMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); |
88 | this.saveFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
89 | this.closeFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
11 | freddie | 90 | this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); |
91 | this.undoToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); |
||
92 | this.redoToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); |
||
93 | this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); |
||
7 | freddie | 94 | this.zoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
95 | this.inToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
96 | this.outToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
5 | freddie | 97 | this.treeView = new System.Windows.Forms.TreeView(); |
11 | freddie | 98 | this.treeViewImageList = new System.Windows.Forms.ImageList(this.components); |
5 | freddie | 99 | this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
100 | this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); |
||
7 | freddie | 101 | this.colorDialog1 = new System.Windows.Forms.ColorDialog(); |
1 | freddie | 102 | this.fileBar.SuspendLayout(); |
5 | freddie | 103 | this.formatBar.SuspendLayout(); |
104 | this.menuStrip1.SuspendLayout(); |
||
105 | this.tabControl.SuspendLayout(); |
||
106 | this.welcomeTab.SuspendLayout(); |
||
107 | this.editorTab.SuspendLayout(); |
||
7 | freddie | 108 | this.editorMenuStrip.SuspendLayout(); |
1 | freddie | 109 | this.splitContainer1.Panel1.SuspendLayout(); |
110 | this.splitContainer1.Panel2.SuspendLayout(); |
||
111 | this.splitContainer1.SuspendLayout(); |
||
5 | freddie | 112 | this.toolStripContainer1.ContentPanel.SuspendLayout(); |
113 | this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); |
||
114 | this.toolStripContainer1.SuspendLayout(); |
||
1 | freddie | 115 | this.SuspendLayout(); |
116 | // |
||
117 | // fileBar |
||
118 | // |
||
5 | freddie | 119 | this.fileBar.Dock = System.Windows.Forms.DockStyle.None; |
1 | freddie | 120 | this.fileBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
121 | this.toolStripButton1, |
||
122 | this.toolStripButton2, |
||
123 | this.toolStripButton3, |
||
8 | freddie | 124 | this.toolStripButton4, |
11 | freddie | 125 | this.toolStripButton9, |
126 | this.toolStripSeparator5, |
||
127 | this.toolStripButton10, |
||
128 | this.toolStripButton11, |
||
129 | this.toolStripSeparator8, |
||
130 | this.toolStripButton12, |
||
131 | this.toolStripButton13}); |
||
8 | freddie | 132 | this.fileBar.Location = new System.Drawing.Point(3, 25); |
1 | freddie | 133 | this.fileBar.Name = "fileBar"; |
11 | freddie | 134 | this.fileBar.Size = new System.Drawing.Size(231, 25); |
1 | freddie | 135 | this.fileBar.TabIndex = 1; |
136 | this.fileBar.Text = "toolStrip1"; |
||
137 | // |
||
138 | // toolStripButton1 |
||
139 | // |
||
140 | this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
141 | this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); |
||
142 | this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
143 | this.toolStripButton1.Name = "toolStripButton1"; |
||
144 | this.toolStripButton1.Size = new System.Drawing.Size(23, 22); |
||
145 | this.toolStripButton1.Text = "toolStripButton1"; |
||
6 | freddie | 146 | this.toolStripButton1.ToolTipText = "New File"; |
1 | freddie | 147 | this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click); |
148 | // |
||
149 | // toolStripButton2 |
||
150 | // |
||
151 | this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
152 | this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); |
||
153 | this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
154 | this.toolStripButton2.Name = "toolStripButton2"; |
||
155 | this.toolStripButton2.Size = new System.Drawing.Size(23, 22); |
||
156 | this.toolStripButton2.Text = "toolStripButton2"; |
||
6 | freddie | 157 | this.toolStripButton2.ToolTipText = "Open File"; |
1 | freddie | 158 | this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click); |
159 | // |
||
160 | // toolStripButton3 |
||
161 | // |
||
162 | this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
163 | this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); |
||
164 | this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
165 | this.toolStripButton3.Name = "toolStripButton3"; |
||
166 | this.toolStripButton3.Size = new System.Drawing.Size(23, 22); |
||
167 | this.toolStripButton3.Text = "toolStripButton3"; |
||
6 | freddie | 168 | this.toolStripButton3.ToolTipText = "Save File"; |
1 | freddie | 169 | this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click); |
170 | // |
||
171 | // toolStripButton4 |
||
172 | // |
||
173 | this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
174 | this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); |
||
175 | this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
176 | this.toolStripButton4.Name = "toolStripButton4"; |
||
177 | this.toolStripButton4.Size = new System.Drawing.Size(23, 22); |
||
178 | this.toolStripButton4.Text = "toolStripButton4"; |
||
6 | freddie | 179 | this.toolStripButton4.ToolTipText = "Close File"; |
1 | freddie | 180 | this.toolStripButton4.Click += new System.EventHandler(this.ToolStripButton4Click); |
181 | // |
||
8 | freddie | 182 | // toolStripButton9 |
183 | // |
||
184 | this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
185 | this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image"))); |
||
186 | this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
187 | this.toolStripButton9.Name = "toolStripButton9"; |
||
188 | this.toolStripButton9.Size = new System.Drawing.Size(23, 22); |
||
189 | this.toolStripButton9.Text = "toolStripButton9"; |
||
190 | this.toolStripButton9.ToolTipText = "Save All"; |
||
191 | this.toolStripButton9.Click += new System.EventHandler(this.ToolStripButton9Click); |
||
192 | // |
||
11 | freddie | 193 | // toolStripSeparator5 |
194 | // |
||
195 | this.toolStripSeparator5.Name = "toolStripSeparator5"; |
||
196 | this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25); |
||
197 | // |
||
198 | // toolStripButton10 |
||
199 | // |
||
200 | this.toolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
201 | this.toolStripButton10.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image"))); |
||
202 | this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
203 | this.toolStripButton10.Name = "toolStripButton10"; |
||
204 | this.toolStripButton10.Size = new System.Drawing.Size(23, 22); |
||
205 | this.toolStripButton10.Text = "toolStripButton10"; |
||
206 | this.toolStripButton10.ToolTipText = "Undo"; |
||
207 | this.toolStripButton10.Click += new System.EventHandler(this.ToolStripButton10Click); |
||
208 | // |
||
209 | // toolStripButton11 |
||
210 | // |
||
211 | this.toolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
212 | this.toolStripButton11.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton11.Image"))); |
||
213 | this.toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
214 | this.toolStripButton11.Name = "toolStripButton11"; |
||
215 | this.toolStripButton11.Size = new System.Drawing.Size(23, 22); |
||
216 | this.toolStripButton11.Text = "toolStripButton11"; |
||
217 | this.toolStripButton11.ToolTipText = "Redo"; |
||
218 | this.toolStripButton11.Click += new System.EventHandler(this.ToolStripButton11Click); |
||
219 | // |
||
220 | // toolStripSeparator8 |
||
221 | // |
||
222 | this.toolStripSeparator8.Name = "toolStripSeparator8"; |
||
223 | this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25); |
||
224 | // |
||
225 | // toolStripButton12 |
||
226 | // |
||
227 | this.toolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
228 | this.toolStripButton12.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton12.Image"))); |
||
229 | this.toolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
230 | this.toolStripButton12.Name = "toolStripButton12"; |
||
231 | this.toolStripButton12.Size = new System.Drawing.Size(23, 22); |
||
232 | this.toolStripButton12.Text = "toolStripButton12"; |
||
233 | this.toolStripButton12.ToolTipText = "Zoom In"; |
||
234 | this.toolStripButton12.Click += new System.EventHandler(this.ToolStripButton12Click); |
||
235 | // |
||
236 | // toolStripButton13 |
||
237 | // |
||
238 | this.toolStripButton13.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
239 | this.toolStripButton13.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton13.Image"))); |
||
240 | this.toolStripButton13.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
241 | this.toolStripButton13.Name = "toolStripButton13"; |
||
242 | this.toolStripButton13.Size = new System.Drawing.Size(23, 22); |
||
243 | this.toolStripButton13.Text = "toolStripButton13"; |
||
244 | this.toolStripButton13.ToolTipText = "Zoom Out"; |
||
245 | this.toolStripButton13.Click += new System.EventHandler(this.ToolStripButton13Click); |
||
246 | // |
||
1 | freddie | 247 | // formatBar |
248 | // |
||
5 | freddie | 249 | this.formatBar.Dock = System.Windows.Forms.DockStyle.None; |
1 | freddie | 250 | this.formatBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
251 | this.sizeF, |
||
12 | freddie | 252 | this.fontTypeF, |
7 | freddie | 253 | this.toolStripSeparator3, |
254 | this.textColourF, |
||
255 | this.toolStripSeparator4, |
||
1 | freddie | 256 | this.boldF, |
257 | this.italicF, |
||
258 | this.underlineF, |
||
6 | freddie | 259 | this.toolStripSeparator2, |
1 | freddie | 260 | this.toolStripButton5, |
261 | this.toolStripButton6, |
||
4 | freddie | 262 | this.toolStripButton7, |
263 | this.toolStripSeparator1, |
||
264 | this.toolStripButton8}); |
||
8 | freddie | 265 | this.formatBar.Location = new System.Drawing.Point(3, 0); |
1 | freddie | 266 | this.formatBar.Name = "formatBar"; |
12 | freddie | 267 | this.formatBar.Size = new System.Drawing.Size(405, 25); |
1 | freddie | 268 | this.formatBar.TabIndex = 2; |
269 | this.formatBar.Text = "toolStrip2"; |
||
270 | // |
||
271 | // sizeF |
||
272 | // |
||
273 | this.sizeF.Name = "sizeF"; |
||
274 | this.sizeF.Size = new System.Drawing.Size(50, 25); |
||
12 | freddie | 275 | this.sizeF.Text = "8.5"; |
6 | freddie | 276 | this.sizeF.ToolTipText = "Font Size"; |
1 | freddie | 277 | this.sizeF.TextChanged += new System.EventHandler(this.SizeFTextChanged); |
278 | // |
||
12 | freddie | 279 | // fontTypeF |
280 | // |
||
281 | this.fontTypeF.Name = "fontTypeF"; |
||
282 | this.fontTypeF.Size = new System.Drawing.Size(100, 25); |
||
283 | this.fontTypeF.Text = "Courier New"; |
||
284 | this.fontTypeF.ToolTipText = "Font Type"; |
||
285 | this.fontTypeF.TextChanged += new System.EventHandler(this.SizeFTextChanged); |
||
286 | // |
||
7 | freddie | 287 | // toolStripSeparator3 |
288 | // |
||
289 | this.toolStripSeparator3.Name = "toolStripSeparator3"; |
||
290 | this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); |
||
291 | // |
||
292 | // textColourF |
||
293 | // |
||
294 | this.textColourF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; |
||
295 | this.textColourF.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
||
296 | this.textColourF.ImageTransparentColor = System.Drawing.Color.Red; |
||
297 | this.textColourF.Name = "textColourF"; |
||
298 | this.textColourF.Size = new System.Drawing.Size(23, 22); |
||
299 | this.textColourF.Text = "A"; |
||
8 | freddie | 300 | this.textColourF.ToolTipText = "Text Colour"; |
301 | this.textColourF.Click += new System.EventHandler(this.TextColourFClick); |
||
7 | freddie | 302 | // |
303 | // toolStripSeparator4 |
||
304 | // |
||
305 | this.toolStripSeparator4.Name = "toolStripSeparator4"; |
||
306 | this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); |
||
307 | // |
||
1 | freddie | 308 | // boldF |
309 | // |
||
310 | this.boldF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
311 | this.boldF.Image = ((System.Drawing.Image)(resources.GetObject("boldF.Image"))); |
||
312 | this.boldF.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
313 | this.boldF.Name = "boldF"; |
||
314 | this.boldF.Size = new System.Drawing.Size(23, 22); |
||
6 | freddie | 315 | this.boldF.Text = "Format Text Bold"; |
1 | freddie | 316 | this.boldF.Click += new System.EventHandler(this.BoldFClick); |
317 | // |
||
318 | // italicF |
||
319 | // |
||
320 | this.italicF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
321 | this.italicF.Image = ((System.Drawing.Image)(resources.GetObject("italicF.Image"))); |
||
322 | this.italicF.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
323 | this.italicF.Name = "italicF"; |
||
324 | this.italicF.Size = new System.Drawing.Size(23, 22); |
||
6 | freddie | 325 | this.italicF.Text = "Format Text Italic"; |
1 | freddie | 326 | this.italicF.Click += new System.EventHandler(this.ItalicFClick); |
327 | // |
||
328 | // underlineF |
||
329 | // |
||
330 | this.underlineF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
331 | this.underlineF.Image = ((System.Drawing.Image)(resources.GetObject("underlineF.Image"))); |
||
332 | this.underlineF.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
333 | this.underlineF.Name = "underlineF"; |
||
334 | this.underlineF.Size = new System.Drawing.Size(23, 22); |
||
6 | freddie | 335 | this.underlineF.Text = "Format Text Underline"; |
1 | freddie | 336 | this.underlineF.Click += new System.EventHandler(this.UnderlineFClick); |
337 | // |
||
6 | freddie | 338 | // toolStripSeparator2 |
339 | // |
||
340 | this.toolStripSeparator2.Name = "toolStripSeparator2"; |
||
341 | this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); |
||
342 | // |
||
1 | freddie | 343 | // toolStripButton5 |
344 | // |
||
345 | this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
346 | this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image"))); |
||
347 | this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
348 | this.toolStripButton5.Name = "toolStripButton5"; |
||
349 | this.toolStripButton5.Size = new System.Drawing.Size(23, 22); |
||
6 | freddie | 350 | this.toolStripButton5.Text = "Align Text Left"; |
1 | freddie | 351 | this.toolStripButton5.Click += new System.EventHandler(this.ToolStripButton5Click); |
352 | // |
||
353 | // toolStripButton6 |
||
354 | // |
||
355 | this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
356 | this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image"))); |
||
357 | this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
358 | this.toolStripButton6.Name = "toolStripButton6"; |
||
359 | this.toolStripButton6.Size = new System.Drawing.Size(23, 22); |
||
6 | freddie | 360 | this.toolStripButton6.Text = "Align Text Center"; |
1 | freddie | 361 | this.toolStripButton6.Click += new System.EventHandler(this.ToolStripButton6Click); |
362 | // |
||
363 | // toolStripButton7 |
||
364 | // |
||
365 | this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
366 | this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image"))); |
||
367 | this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
368 | this.toolStripButton7.Name = "toolStripButton7"; |
||
369 | this.toolStripButton7.Size = new System.Drawing.Size(23, 22); |
||
6 | freddie | 370 | this.toolStripButton7.Text = "Align Text Right"; |
1 | freddie | 371 | this.toolStripButton7.Click += new System.EventHandler(this.ToolStripButton7Click); |
372 | // |
||
4 | freddie | 373 | // toolStripSeparator1 |
374 | // |
||
375 | this.toolStripSeparator1.Name = "toolStripSeparator1"; |
||
376 | this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); |
||
377 | // |
||
378 | // toolStripButton8 |
||
379 | // |
||
380 | this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
381 | this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image"))); |
||
382 | this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
383 | this.toolStripButton8.Name = "toolStripButton8"; |
||
384 | this.toolStripButton8.Size = new System.Drawing.Size(23, 22); |
||
6 | freddie | 385 | this.toolStripButton8.Text = "Insert Image"; |
386 | this.toolStripButton8.Click += new System.EventHandler(this.ToolStripButton8Click); |
||
4 | freddie | 387 | // |
1 | freddie | 388 | // menuStrip1 |
389 | // |
||
390 | this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
391 | this.fileToolStripMenuItem, |
||
11 | freddie | 392 | this.toolStripMenuItem1, |
1 | freddie | 393 | this.editorToolStripMenuItem}); |
394 | this.menuStrip1.Location = new System.Drawing.Point(0, 0); |
||
395 | this.menuStrip1.Name = "menuStrip1"; |
||
396 | this.menuStrip1.Size = new System.Drawing.Size(755, 24); |
||
397 | this.menuStrip1.TabIndex = 4; |
||
398 | this.menuStrip1.Text = "menuStrip1"; |
||
399 | // |
||
400 | // fileToolStripMenuItem |
||
401 | // |
||
402 | this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
403 | this.newToolStripMenuItem, |
||
404 | this.openToolStripMenuItem, |
||
3 | freddie | 405 | this.saveToolStripMenuItem, |
406 | this.saveAsToolStripMenuItem}); |
||
1 | freddie | 407 | this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; |
408 | this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); |
||
409 | this.fileToolStripMenuItem.Text = "File"; |
||
410 | // |
||
411 | // newToolStripMenuItem |
||
412 | // |
||
413 | this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image"))); |
||
414 | this.newToolStripMenuItem.Name = "newToolStripMenuItem"; |
||
11 | freddie | 415 | this.newToolStripMenuItem.Size = new System.Drawing.Size(113, 22); |
1 | freddie | 416 | this.newToolStripMenuItem.Text = "New"; |
417 | this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick); |
||
418 | // |
||
419 | // openToolStripMenuItem |
||
420 | // |
||
421 | this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image"))); |
||
422 | this.openToolStripMenuItem.Name = "openToolStripMenuItem"; |
||
11 | freddie | 423 | this.openToolStripMenuItem.Size = new System.Drawing.Size(113, 22); |
1 | freddie | 424 | this.openToolStripMenuItem.Text = "Open"; |
425 | this.openToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItemClick); |
||
426 | // |
||
427 | // saveToolStripMenuItem |
||
428 | // |
||
429 | this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); |
||
430 | this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; |
||
11 | freddie | 431 | this.saveToolStripMenuItem.Size = new System.Drawing.Size(113, 22); |
1 | freddie | 432 | this.saveToolStripMenuItem.Text = "Save"; |
433 | this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItemClick); |
||
434 | // |
||
4 | freddie | 435 | // saveAsToolStripMenuItem |
436 | // |
||
6 | freddie | 437 | this.saveAsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveAsToolStripMenuItem.Image"))); |
4 | freddie | 438 | this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; |
11 | freddie | 439 | this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(113, 22); |
4 | freddie | 440 | this.saveAsToolStripMenuItem.Text = "Save As"; |
441 | this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsToolStripMenuItemClick); |
||
442 | // |
||
11 | freddie | 443 | // toolStripMenuItem1 |
444 | // |
||
445 | this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
446 | this.undoToolStripMenuItem, |
||
447 | this.redoToolStripMenuItem}); |
||
448 | this.toolStripMenuItem1.Name = "toolStripMenuItem1"; |
||
449 | this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20); |
||
450 | this.toolStripMenuItem1.Text = "Edit"; |
||
451 | // |
||
452 | // undoToolStripMenuItem |
||
453 | // |
||
454 | this.undoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoToolStripMenuItem.Image"))); |
||
455 | this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; |
||
12 | freddie | 456 | this.undoToolStripMenuItem.Size = new System.Drawing.Size(99, 22); |
11 | freddie | 457 | this.undoToolStripMenuItem.Text = "Undo"; |
458 | this.undoToolStripMenuItem.ToolTipText = "Undo"; |
||
459 | this.undoToolStripMenuItem.Click += new System.EventHandler(this.UndoToolStripMenuItemClick); |
||
460 | // |
||
461 | // redoToolStripMenuItem |
||
462 | // |
||
463 | this.redoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoToolStripMenuItem.Image"))); |
||
464 | this.redoToolStripMenuItem.Name = "redoToolStripMenuItem"; |
||
12 | freddie | 465 | this.redoToolStripMenuItem.Size = new System.Drawing.Size(99, 22); |
11 | freddie | 466 | this.redoToolStripMenuItem.Text = "Redo"; |
467 | this.redoToolStripMenuItem.ToolTipText = "Redo"; |
||
468 | this.redoToolStripMenuItem.Click += new System.EventHandler(this.RedoToolStripMenuItemClick); |
||
469 | // |
||
1 | freddie | 470 | // editorToolStripMenuItem |
471 | // |
||
472 | this.editorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
9 | freddie | 473 | this.wordWrapToolStripMenuItem, |
474 | this.syntaxHighlightingToolStripMenuItem}); |
||
1 | freddie | 475 | this.editorToolStripMenuItem.Name = "editorToolStripMenuItem"; |
476 | this.editorToolStripMenuItem.Size = new System.Drawing.Size(47, 20); |
||
477 | this.editorToolStripMenuItem.Text = "Editor"; |
||
478 | // |
||
479 | // wordWrapToolStripMenuItem |
||
480 | // |
||
2 | tom | 481 | this.wordWrapToolStripMenuItem.Checked = true; |
482 | this.wordWrapToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; |
||
1 | freddie | 483 | this.wordWrapToolStripMenuItem.Name = "wordWrapToolStripMenuItem"; |
9 | freddie | 484 | this.wordWrapToolStripMenuItem.Size = new System.Drawing.Size(237, 22); |
1 | freddie | 485 | this.wordWrapToolStripMenuItem.Text = "Word Wrap"; |
486 | this.wordWrapToolStripMenuItem.Click += new System.EventHandler(this.WordWrapToolStripMenuItemClick); |
||
487 | // |
||
9 | freddie | 488 | // syntaxHighlightingToolStripMenuItem |
489 | // |
||
490 | this.syntaxHighlightingToolStripMenuItem.Enabled = false; |
||
491 | this.syntaxHighlightingToolStripMenuItem.Items.AddRange(new object[] { |
||
492 | "None", |
||
493 | "Auto-Detect"}); |
||
494 | this.syntaxHighlightingToolStripMenuItem.Name = "syntaxHighlightingToolStripMenuItem"; |
||
495 | this.syntaxHighlightingToolStripMenuItem.Size = new System.Drawing.Size(177, 21); |
||
496 | this.syntaxHighlightingToolStripMenuItem.Text = "Syntax Highlighting"; |
||
11 | freddie | 497 | this.syntaxHighlightingToolStripMenuItem.ToolTipText = "Syntax Highlighting Options"; |
9 | freddie | 498 | this.syntaxHighlightingToolStripMenuItem.SelectedIndexChanged += new System.EventHandler(this.SyntaxHighlightingToolStripMenuItemSelectedIndexChanged); |
499 | // |
||
2 | tom | 500 | // openFileDialog1 |
501 | // |
||
502 | this.openFileDialog1.FileName = "openFileDialog1"; |
||
4 | freddie | 503 | this.openFileDialog1.Filter = "Rich Text Format|*.rtf|Plain Text|*.txt|All Files|*.*"; |
2 | tom | 504 | // |
4 | freddie | 505 | // saveFileDialog1 |
3 | freddie | 506 | // |
4 | freddie | 507 | this.saveFileDialog1.Filter = "Rich Text Format|*.rtf|Plain Text|*.txt"; |
3 | freddie | 508 | // |
5 | freddie | 509 | // tabControl |
510 | // |
||
511 | this.tabControl.Controls.Add(this.welcomeTab); |
||
512 | this.tabControl.Controls.Add(this.editorTab); |
||
513 | this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; |
||
514 | this.tabControl.Location = new System.Drawing.Point(0, 0); |
||
515 | this.tabControl.Name = "tabControl"; |
||
516 | this.tabControl.SelectedIndex = 0; |
||
8 | freddie | 517 | this.tabControl.Size = new System.Drawing.Size(502, 330); |
5 | freddie | 518 | this.tabControl.TabIndex = 0; |
9 | freddie | 519 | this.tabControl.SelectedIndexChanged += new System.EventHandler(this.TabControlSelectedIndexChanged); |
5 | freddie | 520 | // |
521 | // welcomeTab |
||
522 | // |
||
523 | this.welcomeTab.Controls.Add(this.welcomeView); |
||
524 | this.welcomeTab.Location = new System.Drawing.Point(4, 22); |
||
525 | this.welcomeTab.Name = "welcomeTab"; |
||
526 | this.welcomeTab.Padding = new System.Windows.Forms.Padding(3); |
||
8 | freddie | 527 | this.welcomeTab.Size = new System.Drawing.Size(494, 304); |
5 | freddie | 528 | this.welcomeTab.TabIndex = 0; |
529 | this.welcomeTab.Text = "Welcome"; |
||
530 | this.welcomeTab.UseVisualStyleBackColor = true; |
||
531 | // |
||
532 | // welcomeView |
||
533 | // |
||
534 | this.welcomeView.Dock = System.Windows.Forms.DockStyle.Fill; |
||
535 | this.welcomeView.Location = new System.Drawing.Point(3, 3); |
||
536 | this.welcomeView.MinimumSize = new System.Drawing.Size(20, 20); |
||
537 | this.welcomeView.Name = "welcomeView"; |
||
8 | freddie | 538 | this.welcomeView.Size = new System.Drawing.Size(488, 298); |
5 | freddie | 539 | this.welcomeView.TabIndex = 0; |
540 | // |
||
541 | // editorTab |
||
542 | // |
||
543 | this.editorTab.Controls.Add(this.editorView); |
||
544 | this.editorTab.Location = new System.Drawing.Point(4, 22); |
||
545 | this.editorTab.Name = "editorTab"; |
||
546 | this.editorTab.Padding = new System.Windows.Forms.Padding(3); |
||
8 | freddie | 547 | this.editorTab.Size = new System.Drawing.Size(494, 304); |
5 | freddie | 548 | this.editorTab.TabIndex = 1; |
549 | this.editorTab.Text = "Editor"; |
||
550 | this.editorTab.UseVisualStyleBackColor = true; |
||
551 | // |
||
552 | // editorView |
||
553 | // |
||
9 | freddie | 554 | this.editorView.AcceptsTab = true; |
5 | freddie | 555 | this.editorView.BorderStyle = System.Windows.Forms.BorderStyle.None; |
7 | freddie | 556 | this.editorView.ContextMenuStrip = this.editorMenuStrip; |
5 | freddie | 557 | this.editorView.DetectUrls = false; |
558 | this.editorView.Dock = System.Windows.Forms.DockStyle.Fill; |
||
7 | freddie | 559 | this.editorView.EnableAutoDragDrop = true; |
560 | this.editorView.HideSelection = false; |
||
5 | freddie | 561 | this.editorView.Location = new System.Drawing.Point(3, 3); |
562 | this.editorView.Name = "editorView"; |
||
8 | freddie | 563 | this.editorView.Size = new System.Drawing.Size(488, 298); |
5 | freddie | 564 | this.editorView.TabIndex = 0; |
565 | this.editorView.Text = ""; |
||
566 | this.editorView.SelectionChanged += new System.EventHandler(this.EditorViewSelectionChanged); |
||
567 | this.editorView.TextChanged += new System.EventHandler(this.EditorViewTextChanged); |
||
568 | // |
||
7 | freddie | 569 | // editorMenuStrip |
570 | // |
||
571 | this.editorMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
572 | this.saveFileToolStripMenuItem, |
||
573 | this.closeFileToolStripMenuItem, |
||
11 | freddie | 574 | this.toolStripSeparator6, |
575 | this.undoToolStripMenuItem1, |
||
576 | this.redoToolStripMenuItem1, |
||
577 | this.toolStripSeparator7, |
||
7 | freddie | 578 | this.zoomToolStripMenuItem}); |
579 | this.editorMenuStrip.Name = "editorMenuStrip"; |
||
11 | freddie | 580 | this.editorMenuStrip.Size = new System.Drawing.Size(120, 126); |
7 | freddie | 581 | // |
582 | // saveFileToolStripMenuItem |
||
583 | // |
||
584 | this.saveFileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveFileToolStripMenuItem.Image"))); |
||
585 | this.saveFileToolStripMenuItem.Name = "saveFileToolStripMenuItem"; |
||
11 | freddie | 586 | this.saveFileToolStripMenuItem.Size = new System.Drawing.Size(119, 22); |
7 | freddie | 587 | this.saveFileToolStripMenuItem.Text = "Save File"; |
11 | freddie | 588 | this.saveFileToolStripMenuItem.ToolTipText = "Save File"; |
7 | freddie | 589 | this.saveFileToolStripMenuItem.Click += new System.EventHandler(this.SaveFileToolStripMenuItemClick); |
590 | // |
||
591 | // closeFileToolStripMenuItem |
||
592 | // |
||
593 | this.closeFileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("closeFileToolStripMenuItem.Image"))); |
||
594 | this.closeFileToolStripMenuItem.Name = "closeFileToolStripMenuItem"; |
||
11 | freddie | 595 | this.closeFileToolStripMenuItem.Size = new System.Drawing.Size(119, 22); |
7 | freddie | 596 | this.closeFileToolStripMenuItem.Text = "Close File"; |
11 | freddie | 597 | this.closeFileToolStripMenuItem.ToolTipText = "Close File"; |
7 | freddie | 598 | this.closeFileToolStripMenuItem.Click += new System.EventHandler(this.CloseFileToolStripMenuItemClick); |
599 | // |
||
11 | freddie | 600 | // toolStripSeparator6 |
601 | // |
||
602 | this.toolStripSeparator6.Name = "toolStripSeparator6"; |
||
603 | this.toolStripSeparator6.Size = new System.Drawing.Size(116, 6); |
||
604 | // |
||
605 | // undoToolStripMenuItem1 |
||
606 | // |
||
607 | this.undoToolStripMenuItem1.Name = "undoToolStripMenuItem1"; |
||
608 | this.undoToolStripMenuItem1.Size = new System.Drawing.Size(119, 22); |
||
609 | this.undoToolStripMenuItem1.Text = "Undo"; |
||
610 | this.undoToolStripMenuItem1.ToolTipText = "Undo"; |
||
611 | this.undoToolStripMenuItem1.Click += new System.EventHandler(this.UndoToolStripMenuItem1Click); |
||
612 | // |
||
613 | // redoToolStripMenuItem1 |
||
614 | // |
||
615 | this.redoToolStripMenuItem1.Name = "redoToolStripMenuItem1"; |
||
616 | this.redoToolStripMenuItem1.Size = new System.Drawing.Size(119, 22); |
||
617 | this.redoToolStripMenuItem1.Text = "Redo"; |
||
618 | this.redoToolStripMenuItem1.ToolTipText = "Redo"; |
||
619 | this.redoToolStripMenuItem1.Click += new System.EventHandler(this.RedoToolStripMenuItem1Click); |
||
620 | // |
||
621 | // toolStripSeparator7 |
||
622 | // |
||
623 | this.toolStripSeparator7.Name = "toolStripSeparator7"; |
||
624 | this.toolStripSeparator7.Size = new System.Drawing.Size(116, 6); |
||
625 | // |
||
7 | freddie | 626 | // zoomToolStripMenuItem |
627 | // |
||
628 | this.zoomToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
629 | this.inToolStripMenuItem, |
||
630 | this.outToolStripMenuItem}); |
||
631 | this.zoomToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("zoomToolStripMenuItem.Image"))); |
||
632 | this.zoomToolStripMenuItem.Name = "zoomToolStripMenuItem"; |
||
11 | freddie | 633 | this.zoomToolStripMenuItem.Size = new System.Drawing.Size(119, 22); |
7 | freddie | 634 | this.zoomToolStripMenuItem.Text = "Zoom"; |
11 | freddie | 635 | this.zoomToolStripMenuItem.ToolTipText = "Zoom Options"; |
7 | freddie | 636 | // |
637 | // inToolStripMenuItem |
||
638 | // |
||
639 | this.inToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("inToolStripMenuItem.Image"))); |
||
640 | this.inToolStripMenuItem.Name = "inToolStripMenuItem"; |
||
12 | freddie | 641 | this.inToolStripMenuItem.Size = new System.Drawing.Size(121, 22); |
7 | freddie | 642 | this.inToolStripMenuItem.Text = "Zoom In"; |
11 | freddie | 643 | this.inToolStripMenuItem.ToolTipText = "Zoom In"; |
7 | freddie | 644 | this.inToolStripMenuItem.Click += new System.EventHandler(this.InToolStripMenuItemClick); |
645 | // |
||
646 | // outToolStripMenuItem |
||
647 | // |
||
648 | this.outToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("outToolStripMenuItem.Image"))); |
||
649 | this.outToolStripMenuItem.Name = "outToolStripMenuItem"; |
||
12 | freddie | 650 | this.outToolStripMenuItem.Size = new System.Drawing.Size(121, 22); |
7 | freddie | 651 | this.outToolStripMenuItem.Text = "Zoom Out"; |
11 | freddie | 652 | this.outToolStripMenuItem.ToolTipText = "Zoom Out"; |
7 | freddie | 653 | this.outToolStripMenuItem.Click += new System.EventHandler(this.OutToolStripMenuItemClick); |
654 | // |
||
5 | freddie | 655 | // treeView |
656 | // |
||
657 | this.treeView.BackColor = System.Drawing.SystemColors.InactiveBorder; |
||
7 | freddie | 658 | this.treeView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
5 | freddie | 659 | this.treeView.Dock = System.Windows.Forms.DockStyle.Fill; |
11 | freddie | 660 | this.treeView.ImageIndex = 0; |
661 | this.treeView.ImageList = this.treeViewImageList; |
||
5 | freddie | 662 | this.treeView.Location = new System.Drawing.Point(0, 0); |
663 | this.treeView.Name = "treeView"; |
||
11 | freddie | 664 | this.treeView.SelectedImageIndex = 0; |
8 | freddie | 665 | this.treeView.Size = new System.Drawing.Size(249, 330); |
5 | freddie | 666 | this.treeView.TabIndex = 0; |
667 | this.treeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeViewNodeMouseClick); |
||
668 | // |
||
11 | freddie | 669 | // treeViewImageList |
670 | // |
||
671 | this.treeViewImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("treeViewImageList.ImageStream"))); |
||
672 | this.treeViewImageList.TransparentColor = System.Drawing.Color.Transparent; |
||
673 | this.treeViewImageList.Images.SetKeyName(0, "rtfFile.png"); |
||
674 | this.treeViewImageList.Images.SetKeyName(1, "plainFile.png"); |
||
675 | this.treeViewImageList.Images.SetKeyName(2, "files.png"); |
||
676 | this.treeViewImageList.Images.SetKeyName(3, "nee.png"); |
||
677 | this.treeViewImageList.Images.SetKeyName(4, "selected.png"); |
||
678 | // |
||
5 | freddie | 679 | // splitContainer1 |
680 | // |
||
681 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
682 | this.splitContainer1.Location = new System.Drawing.Point(0, 0); |
||
683 | this.splitContainer1.Name = "splitContainer1"; |
||
684 | // |
||
685 | // splitContainer1.Panel1 |
||
686 | // |
||
687 | this.splitContainer1.Panel1.Controls.Add(this.treeView); |
||
688 | // |
||
689 | // splitContainer1.Panel2 |
||
690 | // |
||
691 | this.splitContainer1.Panel2.Controls.Add(this.tabControl); |
||
8 | freddie | 692 | this.splitContainer1.Size = new System.Drawing.Size(755, 330); |
5 | freddie | 693 | this.splitContainer1.SplitterDistance = 249; |
694 | this.splitContainer1.TabIndex = 3; |
||
695 | // |
||
696 | // toolStripContainer1 |
||
697 | // |
||
698 | // |
||
699 | // toolStripContainer1.ContentPanel |
||
700 | // |
||
701 | this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1); |
||
8 | freddie | 702 | this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(755, 330); |
5 | freddie | 703 | this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; |
704 | this.toolStripContainer1.Location = new System.Drawing.Point(0, 24); |
||
705 | this.toolStripContainer1.Name = "toolStripContainer1"; |
||
706 | this.toolStripContainer1.Size = new System.Drawing.Size(755, 380); |
||
707 | this.toolStripContainer1.TabIndex = 5; |
||
708 | this.toolStripContainer1.Text = "toolStripContainer1"; |
||
709 | // |
||
710 | // toolStripContainer1.TopToolStripPanel |
||
711 | // |
||
9 | freddie | 712 | this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.formatBar); |
5 | freddie | 713 | this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.fileBar); |
714 | // |
||
1 | freddie | 715 | // MainForm |
716 | // |
||
717 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
718 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
719 | this.ClientSize = new System.Drawing.Size(755, 404); |
||
5 | freddie | 720 | this.Controls.Add(this.toolStripContainer1); |
1 | freddie | 721 | this.Controls.Add(this.menuStrip1); |
722 | this.Name = "MainForm"; |
||
723 | this.Text = "LassyPad"; |
||
724 | this.Load += new System.EventHandler(this.MainFormLoad); |
||
725 | this.fileBar.ResumeLayout(false); |
||
726 | this.fileBar.PerformLayout(); |
||
727 | this.formatBar.ResumeLayout(false); |
||
728 | this.formatBar.PerformLayout(); |
||
729 | this.menuStrip1.ResumeLayout(false); |
||
730 | this.menuStrip1.PerformLayout(); |
||
5 | freddie | 731 | this.tabControl.ResumeLayout(false); |
732 | this.welcomeTab.ResumeLayout(false); |
||
733 | this.editorTab.ResumeLayout(false); |
||
7 | freddie | 734 | this.editorMenuStrip.ResumeLayout(false); |
5 | freddie | 735 | this.splitContainer1.Panel1.ResumeLayout(false); |
736 | this.splitContainer1.Panel2.ResumeLayout(false); |
||
737 | this.splitContainer1.ResumeLayout(false); |
||
738 | this.toolStripContainer1.ContentPanel.ResumeLayout(false); |
||
739 | this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); |
||
740 | this.toolStripContainer1.TopToolStripPanel.PerformLayout(); |
||
741 | this.toolStripContainer1.ResumeLayout(false); |
||
742 | this.toolStripContainer1.PerformLayout(); |
||
1 | freddie | 743 | this.ResumeLayout(false); |
744 | this.PerformLayout(); |
||
745 | } |
||
12 | freddie | 746 | private System.Windows.Forms.ToolStripTextBox fontTypeF; |
11 | freddie | 747 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; |
748 | private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem1; |
||
749 | private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem1; |
||
750 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; |
||
751 | private System.Windows.Forms.ToolStripButton toolStripButton13; |
||
752 | private System.Windows.Forms.ToolStripButton toolStripButton12; |
||
753 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; |
||
754 | private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem; |
||
755 | private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; |
||
756 | private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; |
||
757 | private System.Windows.Forms.ToolStripButton toolStripButton11; |
||
758 | private System.Windows.Forms.ToolStripButton toolStripButton10; |
||
759 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; |
||
760 | private System.Windows.Forms.ImageList treeViewImageList; |
||
9 | freddie | 761 | private System.Windows.Forms.ToolStripComboBox syntaxHighlightingToolStripMenuItem; |
8 | freddie | 762 | private System.Windows.Forms.ToolStripButton toolStripButton9; |
7 | freddie | 763 | private System.Windows.Forms.ToolStripButton textColourF; |
764 | private System.Windows.Forms.ColorDialog colorDialog1; |
||
765 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; |
||
766 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; |
||
767 | private System.Windows.Forms.ToolStripMenuItem outToolStripMenuItem; |
||
768 | private System.Windows.Forms.ToolStripMenuItem inToolStripMenuItem; |
||
769 | private System.Windows.Forms.ToolStripMenuItem zoomToolStripMenuItem; |
||
770 | private System.Windows.Forms.ToolStripMenuItem closeFileToolStripMenuItem; |
||
771 | private System.Windows.Forms.ToolStripMenuItem saveFileToolStripMenuItem; |
||
772 | private System.Windows.Forms.ContextMenuStrip editorMenuStrip; |
||
6 | freddie | 773 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; |
5 | freddie | 774 | private System.Windows.Forms.ToolStripContainer toolStripContainer1; |
4 | freddie | 775 | private System.Windows.Forms.ToolStripButton toolStripButton8; |
776 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
||
3 | freddie | 777 | private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; |
1 | freddie | 778 | private System.Windows.Forms.ToolStripMenuItem wordWrapToolStripMenuItem; |
779 | private System.Windows.Forms.ToolStripMenuItem editorToolStripMenuItem; |
||
780 | private System.Windows.Forms.ToolStripTextBox sizeF; |
||
781 | private System.Windows.Forms.ToolStripButton toolStripButton7; |
||
782 | private System.Windows.Forms.ToolStripButton toolStripButton6; |
||
783 | private System.Windows.Forms.ToolStripButton toolStripButton5; |
||
784 | private System.Windows.Forms.ToolStripButton toolStripButton4; |
||
785 | private System.Windows.Forms.SaveFileDialog saveFileDialog1; |
||
786 | private System.Windows.Forms.OpenFileDialog openFileDialog1; |
||
787 | private System.Windows.Forms.ToolStripButton toolStripButton3; |
||
788 | private System.Windows.Forms.ToolStripButton toolStripButton2; |
||
789 | private System.Windows.Forms.WebBrowser welcomeView; |
||
790 | private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; |
||
791 | private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; |
||
792 | private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; |
||
793 | private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; |
||
794 | private System.Windows.Forms.MenuStrip menuStrip1; |
||
795 | private System.Windows.Forms.RichTextBox editorView; |
||
796 | private System.Windows.Forms.ToolStripButton boldF; |
||
797 | private System.Windows.Forms.ToolStripButton italicF; |
||
798 | private System.Windows.Forms.ToolStripButton underlineF; |
||
799 | private System.Windows.Forms.TabPage welcomeTab; |
||
800 | private System.Windows.Forms.TabPage editorTab; |
||
801 | private System.Windows.Forms.ToolStripButton toolStripButton1; |
||
802 | private System.Windows.Forms.ToolStrip formatBar; |
||
803 | private System.Windows.Forms.TreeView treeView; |
||
804 | private System.Windows.Forms.TabControl tabControl; |
||
805 | private System.Windows.Forms.ToolStrip fileBar; |
||
806 | private System.Windows.Forms.SplitContainer splitContainer1; |
||
3 | freddie | 807 | |
1 | freddie | 808 | } |
809 | } |