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