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