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