Rev 8 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
/*
* Created by SharpDevelop.
* User: 06pfjn
* Date: 30/06/2010
* Time: 12:15
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace LassyPad
{
partial class MainForm
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components
= null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose
(bool disposing
)
{
if (disposing
) {
if (components
!= null) {
components
.Dispose();
}
}
base.Dispose(disposing
);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent
()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources
= new System.ComponentModel.ComponentResourceManager(typeof(MainForm
));
this.fileBar = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
this.formatBar = new System.Windows.Forms.ToolStrip();
this.sizeF = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.textColourF = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.boldF = new System.Windows.Forms.ToolStripButton();
this.italicF = new System.Windows.Forms.ToolStripButton();
this.underlineF = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.wordWrapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.syntaxHighlightingToolStripMenuItem = new System.Windows.Forms.ToolStripComboBox();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.tabControl = new System.Windows.Forms.TabControl();
this.welcomeTab = new System.Windows.Forms.TabPage();
this.welcomeView = new System.Windows.Forms.WebBrowser();
this.editorTab = new System.Windows.Forms.TabPage();
this.editorView = new System.Windows.Forms.RichTextBox();
this.editorMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.saveFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.zoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.inToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.outToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.treeView = new System.Windows.Forms.TreeView();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.fileBar.SuspendLayout();
this.formatBar.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.tabControl.SuspendLayout();
this.welcomeTab.SuspendLayout();
this.editorTab.SuspendLayout();
this.editorMenuStrip.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.SuspendLayout();
//
// fileBar
//
this.fileBar.Dock = System.Windows.Forms.DockStyle.None;
this.fileBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripButton4,
this.toolStripButton9});
this.fileBar.Location = new System.Drawing.Point(3,
25);
this.fileBar.Name = "fileBar";
this.fileBar.Size = new System.Drawing.Size(127,
25);
this.fileBar.TabIndex = 1;
this.fileBar.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23,
22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.ToolTipText = "New File";
this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1Click);
//
// toolStripButton2
//
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(23,
22);
this.toolStripButton2.Text = "toolStripButton2";
this.toolStripButton2.ToolTipText = "Open File";
this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2Click);
//
// toolStripButton3
//
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton3.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(23,
22);
this.toolStripButton3.Text = "toolStripButton3";
this.toolStripButton3.ToolTipText = "Save File";
this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3Click);
//
// toolStripButton4
//
this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton4.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(23,
22);
this.toolStripButton4.Text = "toolStripButton4";
this.toolStripButton4.ToolTipText = "Close File";
this.toolStripButton4.Click += new System.EventHandler(this.ToolStripButton4Click);
//
// toolStripButton9
//
this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton9.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton9.Image")));
this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton9.Name = "toolStripButton9";
this.toolStripButton9.Size = new System.Drawing.Size(23,
22);
this.toolStripButton9.Text = "toolStripButton9";
this.toolStripButton9.ToolTipText = "Save All";
this.toolStripButton9.Click += new System.EventHandler(this.ToolStripButton9Click);
//
// formatBar
//
this.formatBar.Dock = System.Windows.Forms.DockStyle.None;
this.formatBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.sizeF,
this.toolStripSeparator3,
this.textColourF,
this.toolStripSeparator4,
this.boldF,
this.italicF,
this.underlineF,
this.toolStripSeparator2,
this.toolStripButton5,
this.toolStripButton6,
this.toolStripButton7,
this.toolStripSeparator1,
this.toolStripButton8});
this.formatBar.Location = new System.Drawing.Point(3,
0);
this.formatBar.Name = "formatBar";
this.formatBar.Size = new System.Drawing.Size(272,
25);
this.formatBar.TabIndex = 2;
this.formatBar.Text = "toolStrip2";
//
// sizeF
//
this.sizeF.Name = "sizeF";
this.sizeF.Size = new System.Drawing.Size(50,
25);
this.sizeF.ToolTipText = "Font Size";
this.sizeF.TextChanged += new System.EventHandler(this.SizeFTextChanged);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6,
25);
//
// textColourF
//
this.textColourF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.textColourF.Font = new System.Drawing.Font("Tahoma", 11
.25F,
System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point,
((byte)(0)));
this.textColourF.ImageTransparentColor = System.Drawing.Color.Red;
this.textColourF.Name = "textColourF";
this.textColourF.Size = new System.Drawing.Size(23,
22);
this.textColourF.Text = "A";
this.textColourF.ToolTipText = "Text Colour";
this.textColourF.Click += new System.EventHandler(this.TextColourFClick);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6,
25);
//
// boldF
//
this.boldF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.boldF.Image = ((System.Drawing.Image)(resources
.GetObject("boldF.Image")));
this.boldF.ImageTransparentColor = System.Drawing.Color.Magenta;
this.boldF.Name = "boldF";
this.boldF.Size = new System.Drawing.Size(23,
22);
this.boldF.Text = "Format Text Bold";
this.boldF.Click += new System.EventHandler(this.BoldFClick);
//
// italicF
//
this.italicF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.italicF.Image = ((System.Drawing.Image)(resources
.GetObject("italicF.Image")));
this.italicF.ImageTransparentColor = System.Drawing.Color.Magenta;
this.italicF.Name = "italicF";
this.italicF.Size = new System.Drawing.Size(23,
22);
this.italicF.Text = "Format Text Italic";
this.italicF.Click += new System.EventHandler(this.ItalicFClick);
//
// underlineF
//
this.underlineF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.underlineF.Image = ((System.Drawing.Image)(resources
.GetObject("underlineF.Image")));
this.underlineF.ImageTransparentColor = System.Drawing.Color.Magenta;
this.underlineF.Name = "underlineF";
this.underlineF.Size = new System.Drawing.Size(23,
22);
this.underlineF.Text = "Format Text Underline";
this.underlineF.Click += new System.EventHandler(this.UnderlineFClick);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6,
25);
//
// toolStripButton5
//
this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton5.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton5.Image")));
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(23,
22);
this.toolStripButton5.Text = "Align Text Left";
this.toolStripButton5.Click += new System.EventHandler(this.ToolStripButton5Click);
//
// toolStripButton6
//
this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton6.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton6.Image")));
this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton6.Name = "toolStripButton6";
this.toolStripButton6.Size = new System.Drawing.Size(23,
22);
this.toolStripButton6.Text = "Align Text Center";
this.toolStripButton6.Click += new System.EventHandler(this.ToolStripButton6Click);
//
// toolStripButton7
//
this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton7.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton7.Image")));
this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton7.Name = "toolStripButton7";
this.toolStripButton7.Size = new System.Drawing.Size(23,
22);
this.toolStripButton7.Text = "Align Text Right";
this.toolStripButton7.Click += new System.EventHandler(this.ToolStripButton7Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6,
25);
//
// toolStripButton8
//
this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton8.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton8.Image")));
this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton8.Name = "toolStripButton8";
this.toolStripButton8.Size = new System.Drawing.Size(23,
22);
this.toolStripButton8.Text = "Insert Image";
this.toolStripButton8.Click += new System.EventHandler(this.ToolStripButton8Click);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.editorToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0,
0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(755,
24);
this.menuStrip1.TabIndex = 4;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem,
this.saveToolStripMenuItem,
this.saveAsToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35,
20);
this.fileToolStripMenuItem.Text = "File";
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("newToolStripMenuItem.Image")));
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(124,
22);
this.newToolStripMenuItem.Text = "New";
this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("openToolStripMenuItem.Image")));
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(124,
22);
this.openToolStripMenuItem.Text = "Open";
this.openToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItemClick);
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("saveToolStripMenuItem.Image")));
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(124,
22);
this.saveToolStripMenuItem.Text = "Save";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItemClick);
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("saveAsToolStripMenuItem.Image")));
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(124,
22);
this.saveAsToolStripMenuItem.Text = "Save As";
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsToolStripMenuItemClick);
//
// editorToolStripMenuItem
//
this.editorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.wordWrapToolStripMenuItem,
this.syntaxHighlightingToolStripMenuItem});
this.editorToolStripMenuItem.Name = "editorToolStripMenuItem";
this.editorToolStripMenuItem.Size = new System.Drawing.Size(47,
20);
this.editorToolStripMenuItem.Text = "Editor";
//
// wordWrapToolStripMenuItem
//
this.wordWrapToolStripMenuItem.Checked = true;
this.wordWrapToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.wordWrapToolStripMenuItem.Name = "wordWrapToolStripMenuItem";
this.wordWrapToolStripMenuItem.Size = new System.Drawing.Size(237,
22);
this.wordWrapToolStripMenuItem.Text = "Word Wrap";
this.wordWrapToolStripMenuItem.Click += new System.EventHandler(this.WordWrapToolStripMenuItemClick);
//
// syntaxHighlightingToolStripMenuItem
//
this.syntaxHighlightingToolStripMenuItem.Enabled = false;
this.syntaxHighlightingToolStripMenuItem.Items.AddRange(new object[] {
"None",
"Auto-Detect"});
this.syntaxHighlightingToolStripMenuItem.Name = "syntaxHighlightingToolStripMenuItem";
this.syntaxHighlightingToolStripMenuItem.Size = new System.Drawing.Size(177,
21);
this.syntaxHighlightingToolStripMenuItem.Text = "Syntax Highlighting";
this.syntaxHighlightingToolStripMenuItem.SelectedIndexChanged += new System.EventHandler(this.SyntaxHighlightingToolStripMenuItemSelectedIndexChanged);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.Filter = "Rich Text Format|*.rtf|Plain Text|*.txt|All Files|*.*";
//
// saveFileDialog1
//
this.saveFileDialog1.Filter = "Rich Text Format|*.rtf|Plain Text|*.txt";
//
// tabControl
//
this.tabControl.Controls.Add(this.welcomeTab);
this.tabControl.Controls.Add(this.editorTab);
this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl.Location = new System.Drawing.Point(0,
0);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(502,
330);
this.tabControl.TabIndex = 0;
this.tabControl.SelectedIndexChanged += new System.EventHandler(this.TabControlSelectedIndexChanged);
//
// welcomeTab
//
this.welcomeTab.Controls.Add(this.welcomeView);
this.welcomeTab.Location = new System.Drawing.Point(4,
22);
this.welcomeTab.Name = "welcomeTab";
this.welcomeTab.Padding = new System.Windows.Forms.Padding(3);
this.welcomeTab.Size = new System.Drawing.Size(494,
304);
this.welcomeTab.TabIndex = 0;
this.welcomeTab.Text = "Welcome";
this.welcomeTab.UseVisualStyleBackColor = true;
//
// welcomeView
//
this.welcomeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.welcomeView.Location = new System.Drawing.Point(3,
3);
this.welcomeView.MinimumSize = new System.Drawing.Size(20,
20);
this.welcomeView.Name = "welcomeView";
this.welcomeView.Size = new System.Drawing.Size(488,
298);
this.welcomeView.TabIndex = 0;
//
// editorTab
//
this.editorTab.Controls.Add(this.editorView);
this.editorTab.Location = new System.Drawing.Point(4,
22);
this.editorTab.Name = "editorTab";
this.editorTab.Padding = new System.Windows.Forms.Padding(3);
this.editorTab.Size = new System.Drawing.Size(494,
304);
this.editorTab.TabIndex = 1;
this.editorTab.Text = "Editor";
this.editorTab.UseVisualStyleBackColor = true;
//
// editorView
//
this.editorView.AcceptsTab = true;
this.editorView.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.editorView.ContextMenuStrip = this.editorMenuStrip;
this.editorView.DetectUrls = false;
this.editorView.Dock = System.Windows.Forms.DockStyle.Fill;
this.editorView.EnableAutoDragDrop = true;
this.editorView.HideSelection = false;
this.editorView.Location = new System.Drawing.Point(3,
3);
this.editorView.Name = "editorView";
this.editorView.Size = new System.Drawing.Size(488,
298);
this.editorView.TabIndex = 0;
this.editorView.Text = "";
this.editorView.SelectionChanged += new System.EventHandler(this.EditorViewSelectionChanged);
this.editorView.TextChanged += new System.EventHandler(this.EditorViewTextChanged);
//
// editorMenuStrip
//
this.editorMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.saveFileToolStripMenuItem,
this.closeFileToolStripMenuItem,
this.zoomToolStripMenuItem});
this.editorMenuStrip.Name = "editorMenuStrip";
this.editorMenuStrip.Size = new System.Drawing.Size(131,
70);
//
// saveFileToolStripMenuItem
//
this.saveFileToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("saveFileToolStripMenuItem.Image")));
this.saveFileToolStripMenuItem.Name = "saveFileToolStripMenuItem";
this.saveFileToolStripMenuItem.Size = new System.Drawing.Size(130,
22);
this.saveFileToolStripMenuItem.Text = "Save File";
this.saveFileToolStripMenuItem.Click += new System.EventHandler(this.SaveFileToolStripMenuItemClick);
//
// closeFileToolStripMenuItem
//
this.closeFileToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("closeFileToolStripMenuItem.Image")));
this.closeFileToolStripMenuItem.Name = "closeFileToolStripMenuItem";
this.closeFileToolStripMenuItem.Size = new System.Drawing.Size(130,
22);
this.closeFileToolStripMenuItem.Text = "Close File";
this.closeFileToolStripMenuItem.Click += new System.EventHandler(this.CloseFileToolStripMenuItemClick);
//
// zoomToolStripMenuItem
//
this.zoomToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.inToolStripMenuItem,
this.outToolStripMenuItem});
this.zoomToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("zoomToolStripMenuItem.Image")));
this.zoomToolStripMenuItem.Name = "zoomToolStripMenuItem";
this.zoomToolStripMenuItem.Size = new System.Drawing.Size(130,
22);
this.zoomToolStripMenuItem.Text = "Zoom";
//
// inToolStripMenuItem
//
this.inToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("inToolStripMenuItem.Image")));
this.inToolStripMenuItem.Name = "inToolStripMenuItem";
this.inToolStripMenuItem.Size = new System.Drawing.Size(132,
22);
this.inToolStripMenuItem.Text = "Zoom In";
this.inToolStripMenuItem.Click += new System.EventHandler(this.InToolStripMenuItemClick);
//
// outToolStripMenuItem
//
this.outToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("outToolStripMenuItem.Image")));
this.outToolStripMenuItem.Name = "outToolStripMenuItem";
this.outToolStripMenuItem.Size = new System.Drawing.Size(132,
22);
this.outToolStripMenuItem.Text = "Zoom Out";
this.outToolStripMenuItem.Click += new System.EventHandler(this.OutToolStripMenuItemClick);
//
// treeView
//
this.treeView.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.treeView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView.Location = new System.Drawing.Point(0,
0);
this.treeView.Name = "treeView";
this.treeView.Size = new System.Drawing.Size(249,
330);
this.treeView.TabIndex = 0;
this.treeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeViewNodeMouseClick);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0,
0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.treeView);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabControl);
this.splitContainer1.Size = new System.Drawing.Size(755,
330);
this.splitContainer1.SplitterDistance = 249;
this.splitContainer1.TabIndex = 3;
//
// toolStripContainer1
//
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(755,
330);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0,
24);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.Size = new System.Drawing.Size(755,
380);
this.toolStripContainer1.TabIndex = 5;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.formatBar);
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.fileBar);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F
);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(755,
404);
this.Controls.Add(this.toolStripContainer1);
this.Controls.Add(this.menuStrip1);
this.Name = "MainForm";
this.Text = "LassyPad";
this.Load += new System.EventHandler(this.MainFormLoad);
this.fileBar.ResumeLayout(false);
this.fileBar.PerformLayout();
this.formatBar.ResumeLayout(false);
this.formatBar.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.tabControl.ResumeLayout(false);
this.welcomeTab.ResumeLayout(false);
this.editorTab.ResumeLayout(false);
this.editorMenuStrip.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.ToolStripComboBox syntaxHighlightingToolStripMenuItem
;
private System.Windows.Forms.ToolStripButton toolStripButton9
;
private System.Windows.Forms.ToolStripButton textColourF
;
private System.Windows.Forms.ColorDialog colorDialog1
;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4
;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3
;
private System.Windows.Forms.ToolStripMenuItem outToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem inToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem zoomToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem closeFileToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem saveFileToolStripMenuItem
;
private System.Windows.Forms.ContextMenuStrip editorMenuStrip
;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2
;
private System.Windows.Forms.ToolStripContainer toolStripContainer1
;
private System.Windows.Forms.ToolStripButton toolStripButton8
;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1
;
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem wordWrapToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem editorToolStripMenuItem
;
private System.Windows.Forms.ToolStripTextBox sizeF
;
private System.Windows.Forms.ToolStripButton toolStripButton7
;
private System.Windows.Forms.ToolStripButton toolStripButton6
;
private System.Windows.Forms.ToolStripButton toolStripButton5
;
private System.Windows.Forms.ToolStripButton toolStripButton4
;
private System.Windows.Forms.SaveFileDialog saveFileDialog1
;
private System.Windows.Forms.OpenFileDialog openFileDialog1
;
private System.Windows.Forms.ToolStripButton toolStripButton3
;
private System.Windows.Forms.ToolStripButton toolStripButton2
;
private System.Windows.Forms.WebBrowser welcomeView
;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem
;
private System.Windows.Forms.MenuStrip menuStrip1
;
private System.Windows.Forms.RichTextBox editorView
;
private System.Windows.Forms.ToolStripButton boldF
;
private System.Windows.Forms.ToolStripButton italicF
;
private System.Windows.Forms.ToolStripButton underlineF
;
private System.Windows.Forms.TabPage welcomeTab
;
private System.Windows.Forms.TabPage editorTab
;
private System.Windows.Forms.ToolStripButton toolStripButton1
;
private System.Windows.Forms.ToolStrip formatBar
;
private System.Windows.Forms.TreeView treeView
;
private System.Windows.Forms.TabControl tabControl
;
private System.Windows.Forms.ToolStrip fileBar
;
private System.Windows.Forms.SplitContainer splitContainer1
;
}
}