Esempio n. 1
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1               = new System.Windows.Forms.Panel();
     this.AccessDataGrid       = new System.Windows.Forms.DataGrid();
     this.panel2               = new System.Windows.Forms.Panel();
     this.XMLDataGrid          = new System.Windows.Forms.DataGrid();
     this.panel3               = new System.Windows.Forms.Panel();
     this.panel6               = new System.Windows.Forms.Panel();
     this.SQLDataGrid          = new System.Windows.Forms.DataGrid();
     this.panel5               = new System.Windows.Forms.Panel();
     this.panel4               = new System.Windows.Forms.Panel();
     this.collapsibleSplitter1 = new NJFLib.Controls.CollapsibleSplitter();
     this.collapsibleSplitter2 = new NJFLib.Controls.CollapsibleSplitter();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.AccessDataGrid)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.XMLDataGrid)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SQLDataGrid)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.AccessDataGrid);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(632, 121);
     this.panel1.TabIndex = 1;
     //
     // AccessDataGrid
     //
     this.AccessDataGrid.CaptionText     = "Access data";
     this.AccessDataGrid.DataMember      = "";
     this.AccessDataGrid.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.AccessDataGrid.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.AccessDataGrid.Location        = new System.Drawing.Point(0, 0);
     this.AccessDataGrid.Name            = "AccessDataGrid";
     this.AccessDataGrid.Size            = new System.Drawing.Size(632, 121);
     this.AccessDataGrid.TabIndex        = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.XMLDataGrid);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 308);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(632, 121);
     this.panel2.TabIndex = 2;
     //
     // XMLDataGrid
     //
     this.XMLDataGrid.CaptionText     = "XML data";
     this.XMLDataGrid.DataMember      = "";
     this.XMLDataGrid.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.XMLDataGrid.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.XMLDataGrid.Location        = new System.Drawing.Point(0, 0);
     this.XMLDataGrid.Name            = "XMLDataGrid";
     this.XMLDataGrid.Size            = new System.Drawing.Size(632, 121);
     this.XMLDataGrid.TabIndex        = 8;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.panel6);
     this.panel3.Controls.Add(this.panel5);
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 121);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(632, 187);
     this.panel3.TabIndex = 3;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.SQLDataGrid);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(0, 9);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(632, 169);
     this.panel6.TabIndex = 6;
     //
     // SQLDataGrid
     //
     this.SQLDataGrid.CaptionText     = "SQL data";
     this.SQLDataGrid.DataMember      = "";
     this.SQLDataGrid.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.SQLDataGrid.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.SQLDataGrid.Location        = new System.Drawing.Point(0, 0);
     this.SQLDataGrid.Name            = "SQLDataGrid";
     this.SQLDataGrid.Size            = new System.Drawing.Size(632, 169);
     this.SQLDataGrid.TabIndex        = 3;
     //
     // panel5
     //
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 178);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(632, 9);
     this.panel5.TabIndex = 5;
     //
     // panel4
     //
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(632, 9);
     this.panel4.TabIndex = 4;
     //
     // collapsibleSplitter1
     //
     this.collapsibleSplitter1.AnimationDelay   = 20;
     this.collapsibleSplitter1.AnimationStep    = 20;
     this.collapsibleSplitter1.BorderStyle3D    = System.Windows.Forms.Border3DStyle.Flat;
     this.collapsibleSplitter1.ControlToHide    = this.panel1;
     this.collapsibleSplitter1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.collapsibleSplitter1.ExpandParentForm = true;
     this.collapsibleSplitter1.Location         = new System.Drawing.Point(0, 121);
     this.collapsibleSplitter1.Name             = "collapsibleSplitter1";
     this.collapsibleSplitter1.TabIndex         = 7;
     this.collapsibleSplitter1.TabStop          = false;
     this.collapsibleSplitter1.UseAnimations    = true;
     this.collapsibleSplitter1.VisualStyle      = NJFLib.Controls.VisualStyles.Mozilla;
     //
     // collapsibleSplitter2
     //
     this.collapsibleSplitter2.AnimationDelay   = 20;
     this.collapsibleSplitter2.AnimationStep    = 20;
     this.collapsibleSplitter2.BorderStyle3D    = System.Windows.Forms.Border3DStyle.Flat;
     this.collapsibleSplitter2.ControlToHide    = this.panel2;
     this.collapsibleSplitter2.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.collapsibleSplitter2.ExpandParentForm = true;
     this.collapsibleSplitter2.Location         = new System.Drawing.Point(0, 300);
     this.collapsibleSplitter2.Name             = "collapsibleSplitter2";
     this.collapsibleSplitter2.TabIndex         = 8;
     this.collapsibleSplitter2.TabStop          = false;
     this.collapsibleSplitter2.UseAnimations    = true;
     this.collapsibleSplitter2.VisualStyle      = NJFLib.Controls.VisualStyles.Mozilla;
     //
     // RecordsDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(632, 429);
     this.Controls.Add(this.collapsibleSplitter2);
     this.Controls.Add(this.collapsibleSplitter1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.MaximizeBox = false;
     this.Name        = "RecordsDialog";
     this.Text        = "RecordsDialog";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.AccessDataGrid)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.XMLDataGrid)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.SQLDataGrid)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TemplateEditor));
            this.panelProperties = new System.Windows.Forms.Panel();
            this.buttonNewGuid = new System.Windows.Forms.Button();
            this.comboBoxType = new System.Windows.Forms.ComboBox();
            this.labelType = new System.Windows.Forms.Label();
            this.comboBoxGuiEngine = new System.Windows.Forms.ComboBox();
            this.labelGuiEngine = new System.Windows.Forms.Label();
            this.comboBoxGuiLanguage = new System.Windows.Forms.ComboBox();
            this.labelGuiLanguage = new System.Windows.Forms.Label();
            this.comboBoxEngine = new System.Windows.Forms.ComboBox();
            this.labelEngine = new System.Windows.Forms.Label();
            this.labelTitle = new System.Windows.Forms.Label();
            this.textBoxTitle = new System.Windows.Forms.TextBox();
            this.comboBoxOutputLanguage = new System.Windows.Forms.ComboBox();
            this.labelOutputLanguage = new System.Windows.Forms.Label();
            this.listBoxIncludedTemplateFiles = new System.Windows.Forms.ListBox();
            this.labelUniqueID = new System.Windows.Forms.Label();
            this.textBoxUniqueID = new System.Windows.Forms.TextBox();
            this.buttonSelectFile = new System.Windows.Forms.Button();
            this.labelIncludedTemplates = new System.Windows.Forms.Label();
            this.groupBoxScripting = new System.Windows.Forms.GroupBox();
            this.labelEndTag = new System.Windows.Forms.Label();
            this.labelShortcutTag = new System.Windows.Forms.Label();
            this.labelStartTag = new System.Windows.Forms.Label();
            this.textBoxStartTag = new System.Windows.Forms.TextBox();
            this.textBoxShortcutTag = new System.Windows.Forms.TextBox();
            this.textBoxEndTag = new System.Windows.Forms.TextBox();
            this.labelComments = new System.Windows.Forms.Label();
            this.textBoxComments = new System.Windows.Forms.TextBox();
            this.labelGroup = new System.Windows.Forms.Label();
            this.textBoxGroup = new System.Windows.Forms.TextBox();
            this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
            this.comboBoxMode = new System.Windows.Forms.ComboBox();
            this.labelLanguage = new System.Windows.Forms.Label();
            this.labelMode = new System.Windows.Forms.Label();
            this.splitterProperties = new NJFLib.Controls.CollapsibleSplitter();
            this.tabControlTemplate = new System.Windows.Forms.TabControl();
            this.tabTemplateCode = new System.Windows.Forms.TabPage();
            this.tabInterfaceCode = new System.Windows.Forms.TabPage();
            this.tabTemplateSource = new System.Windows.Forms.TabPage();
            this.tabInterfaceSource = new System.Windows.Forms.TabPage();
            this.tabOutput = new System.Windows.Forms.TabPage();
            this.toolStripOptions = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonSave = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonProperties = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonExecute = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.menuStripMain = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
            this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.replaceHiddenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.findNextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.findPrevToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
            this.goToLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.templateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.executeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.encryptAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.compileAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.lineNumbersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.whitespaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.indentationGuidsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.endOfLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.enlargeFontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.reduceFontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
            this.copyOutputToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panelProperties.SuspendLayout();
            this.groupBoxScripting.SuspendLayout();
            this.tabControlTemplate.SuspendLayout();
            this.toolStripOptions.SuspendLayout();
            this.menuStripMain.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelProperties
            // 
            this.panelProperties.AutoScroll = true;
            this.panelProperties.Controls.Add(this.buttonNewGuid);
            this.panelProperties.Controls.Add(this.comboBoxType);
            this.panelProperties.Controls.Add(this.labelType);
            this.panelProperties.Controls.Add(this.comboBoxGuiEngine);
            this.panelProperties.Controls.Add(this.labelGuiEngine);
            this.panelProperties.Controls.Add(this.comboBoxGuiLanguage);
            this.panelProperties.Controls.Add(this.labelGuiLanguage);
            this.panelProperties.Controls.Add(this.comboBoxEngine);
            this.panelProperties.Controls.Add(this.labelEngine);
            this.panelProperties.Controls.Add(this.labelTitle);
            this.panelProperties.Controls.Add(this.textBoxTitle);
            this.panelProperties.Controls.Add(this.comboBoxOutputLanguage);
            this.panelProperties.Controls.Add(this.labelOutputLanguage);
            this.panelProperties.Controls.Add(this.listBoxIncludedTemplateFiles);
            this.panelProperties.Controls.Add(this.labelUniqueID);
            this.panelProperties.Controls.Add(this.textBoxUniqueID);
            this.panelProperties.Controls.Add(this.buttonSelectFile);
            this.panelProperties.Controls.Add(this.labelIncludedTemplates);
            this.panelProperties.Controls.Add(this.groupBoxScripting);
            this.panelProperties.Controls.Add(this.labelComments);
            this.panelProperties.Controls.Add(this.textBoxComments);
            this.panelProperties.Controls.Add(this.labelGroup);
            this.panelProperties.Controls.Add(this.textBoxGroup);
            this.panelProperties.Controls.Add(this.comboBoxLanguage);
            this.panelProperties.Controls.Add(this.comboBoxMode);
            this.panelProperties.Controls.Add(this.labelLanguage);
            this.panelProperties.Controls.Add(this.labelMode);
            this.panelProperties.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelProperties.Location = new System.Drawing.Point(0, 0);
            this.panelProperties.Name = "panelProperties";
            this.panelProperties.Size = new System.Drawing.Size(304, 689);
            this.panelProperties.TabIndex = 3;
            // 
            // buttonNewGuid
            // 
            this.buttonNewGuid.Location = new System.Drawing.Point(216, 24);
            this.buttonNewGuid.Name = "buttonNewGuid";
            this.buttonNewGuid.Size = new System.Drawing.Size(64, 23);
            this.buttonNewGuid.TabIndex = 6;
            this.buttonNewGuid.Text = "New Guid";
            this.buttonNewGuid.Click += new System.EventHandler(this.buttonNewGuid_Click);
            // 
            // comboBoxType
            // 
            this.comboBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxType.Location = new System.Drawing.Point(8, 144);
            this.comboBoxType.Name = "comboBoxType";
            this.comboBoxType.Size = new System.Drawing.Size(128, 21);
            this.comboBoxType.TabIndex = 15;
            this.comboBoxType.SelectedIndexChanged += new System.EventHandler(this.comboBoxType_SelectedIndexChanged);
            // 
            // labelType
            // 
            this.labelType.Location = new System.Drawing.Point(8, 128);
            this.labelType.Name = "labelType";
            this.labelType.Size = new System.Drawing.Size(112, 16);
            this.labelType.TabIndex = 36;
            this.labelType.Text = "Type:";
            this.labelType.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // comboBoxGuiEngine
            // 
            this.comboBoxGuiEngine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxGuiEngine.Location = new System.Drawing.Point(152, 184);
            this.comboBoxGuiEngine.Name = "comboBoxGuiEngine";
            this.comboBoxGuiEngine.Size = new System.Drawing.Size(128, 21);
            this.comboBoxGuiEngine.TabIndex = 27;
            this.comboBoxGuiEngine.SelectedIndexChanged += new System.EventHandler(this.comboBoxGuiEngine_SelectedIndexChanged);
            // 
            // labelGuiEngine
            // 
            this.labelGuiEngine.Location = new System.Drawing.Point(152, 168);
            this.labelGuiEngine.Name = "labelGuiEngine";
            this.labelGuiEngine.Size = new System.Drawing.Size(128, 16);
            this.labelGuiEngine.TabIndex = 34;
            this.labelGuiEngine.Text = "Gui Scripting Engine:";
            this.labelGuiEngine.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // comboBoxGuiLanguage
            // 
            this.comboBoxGuiLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxGuiLanguage.Location = new System.Drawing.Point(152, 224);
            this.comboBoxGuiLanguage.Name = "comboBoxGuiLanguage";
            this.comboBoxGuiLanguage.Size = new System.Drawing.Size(128, 21);
            this.comboBoxGuiLanguage.TabIndex = 30;
            this.comboBoxGuiLanguage.SelectedIndexChanged += new System.EventHandler(this.comboBoxGuiLanguage_SelectedIndexChanged);
            // 
            // labelGuiLanguage
            // 
            this.labelGuiLanguage.Location = new System.Drawing.Point(152, 208);
            this.labelGuiLanguage.Name = "labelGuiLanguage";
            this.labelGuiLanguage.Size = new System.Drawing.Size(128, 16);
            this.labelGuiLanguage.TabIndex = 32;
            this.labelGuiLanguage.Text = "Gui Language:";
            this.labelGuiLanguage.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // comboBoxEngine
            // 
            this.comboBoxEngine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEngine.Location = new System.Drawing.Point(8, 184);
            this.comboBoxEngine.Name = "comboBoxEngine";
            this.comboBoxEngine.Size = new System.Drawing.Size(128, 21);
            this.comboBoxEngine.TabIndex = 18;
            this.comboBoxEngine.SelectedIndexChanged += new System.EventHandler(this.comboBoxEngine_SelectedIndexChanged);
            // 
            // labelEngine
            // 
            this.labelEngine.Location = new System.Drawing.Point(8, 168);
            this.labelEngine.Name = "labelEngine";
            this.labelEngine.Size = new System.Drawing.Size(144, 16);
            this.labelEngine.TabIndex = 30;
            this.labelEngine.Text = "Template Scripting Engine:";
            this.labelEngine.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // labelTitle
            // 
            this.labelTitle.Location = new System.Drawing.Point(8, 48);
            this.labelTitle.Name = "labelTitle";
            this.labelTitle.Size = new System.Drawing.Size(208, 16);
            this.labelTitle.TabIndex = 29;
            this.labelTitle.Text = "Title:";
            this.labelTitle.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // textBoxTitle
            // 
            this.textBoxTitle.Location = new System.Drawing.Point(8, 64);
            this.textBoxTitle.Name = "textBoxTitle";
            this.textBoxTitle.Size = new System.Drawing.Size(272, 20);
            this.textBoxTitle.TabIndex = 9;
            // 
            // comboBoxOutputLanguage
            // 
            this.comboBoxOutputLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxOutputLanguage.Location = new System.Drawing.Point(152, 272);
            this.comboBoxOutputLanguage.Name = "comboBoxOutputLanguage";
            this.comboBoxOutputLanguage.Size = new System.Drawing.Size(128, 21);
            this.comboBoxOutputLanguage.Sorted = true;
            this.comboBoxOutputLanguage.TabIndex = 39;
            this.comboBoxOutputLanguage.SelectedIndexChanged += new System.EventHandler(this.comboBoxOutputLanguage_SelectedIndexChanged);
            // 
            // labelOutputLanguage
            // 
            this.labelOutputLanguage.Location = new System.Drawing.Point(152, 256);
            this.labelOutputLanguage.Name = "labelOutputLanguage";
            this.labelOutputLanguage.Size = new System.Drawing.Size(112, 16);
            this.labelOutputLanguage.TabIndex = 26;
            this.labelOutputLanguage.Text = "Output Language:";
            this.labelOutputLanguage.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // listBoxIncludedTemplateFiles
            // 
            this.listBoxIncludedTemplateFiles.Location = new System.Drawing.Point(8, 472);
            this.listBoxIncludedTemplateFiles.Name = "listBoxIncludedTemplateFiles";
            this.listBoxIncludedTemplateFiles.Size = new System.Drawing.Size(248, 82);
            this.listBoxIncludedTemplateFiles.TabIndex = 45;
            this.listBoxIncludedTemplateFiles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listBoxIncludedTemplateFiles_KeyDown);
            // 
            // labelUniqueID
            // 
            this.labelUniqueID.Location = new System.Drawing.Point(8, 8);
            this.labelUniqueID.Name = "labelUniqueID";
            this.labelUniqueID.Size = new System.Drawing.Size(208, 16);
            this.labelUniqueID.TabIndex = 21;
            this.labelUniqueID.Text = "Unique ID:";
            this.labelUniqueID.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // textBoxUniqueID
            // 
            this.textBoxUniqueID.Location = new System.Drawing.Point(8, 24);
            this.textBoxUniqueID.Name = "textBoxUniqueID";
            this.textBoxUniqueID.Size = new System.Drawing.Size(208, 20);
            this.textBoxUniqueID.TabIndex = 5;
            // 
            // buttonSelectFile
            // 
            this.buttonSelectFile.Location = new System.Drawing.Point(256, 472);
            this.buttonSelectFile.Name = "buttonSelectFile";
            this.buttonSelectFile.Size = new System.Drawing.Size(24, 24);
            this.buttonSelectFile.TabIndex = 48;
            this.buttonSelectFile.Text = "...";
            this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
            // 
            // labelIncludedTemplates
            // 
            this.labelIncludedTemplates.Location = new System.Drawing.Point(8, 448);
            this.labelIncludedTemplates.Name = "labelIncludedTemplates";
            this.labelIncludedTemplates.Size = new System.Drawing.Size(208, 16);
            this.labelIncludedTemplates.TabIndex = 14;
            this.labelIncludedTemplates.Text = "Included Template Scripts:";
            this.labelIncludedTemplates.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // groupBoxScripting
            // 
            this.groupBoxScripting.Controls.Add(this.labelEndTag);
            this.groupBoxScripting.Controls.Add(this.labelShortcutTag);
            this.groupBoxScripting.Controls.Add(this.labelStartTag);
            this.groupBoxScripting.Controls.Add(this.textBoxStartTag);
            this.groupBoxScripting.Controls.Add(this.textBoxShortcutTag);
            this.groupBoxScripting.Controls.Add(this.textBoxEndTag);
            this.groupBoxScripting.Location = new System.Drawing.Point(8, 256);
            this.groupBoxScripting.Name = "groupBoxScripting";
            this.groupBoxScripting.Size = new System.Drawing.Size(128, 96);
            this.groupBoxScripting.TabIndex = 32;
            this.groupBoxScripting.TabStop = false;
            this.groupBoxScripting.Text = "Dynamic Tags";
            // 
            // labelEndTag
            // 
            this.labelEndTag.Location = new System.Drawing.Point(8, 40);
            this.labelEndTag.Name = "labelEndTag";
            this.labelEndTag.Size = new System.Drawing.Size(56, 23);
            this.labelEndTag.TabIndex = 19;
            this.labelEndTag.Text = "End:";
            this.labelEndTag.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelShortcutTag
            // 
            this.labelShortcutTag.Location = new System.Drawing.Point(8, 64);
            this.labelShortcutTag.Name = "labelShortcutTag";
            this.labelShortcutTag.Size = new System.Drawing.Size(56, 23);
            this.labelShortcutTag.TabIndex = 18;
            this.labelShortcutTag.Text = "Shortcut:";
            this.labelShortcutTag.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelStartTag
            // 
            this.labelStartTag.Location = new System.Drawing.Point(8, 16);
            this.labelStartTag.Name = "labelStartTag";
            this.labelStartTag.Size = new System.Drawing.Size(56, 23);
            this.labelStartTag.TabIndex = 17;
            this.labelStartTag.Text = "Start:";
            this.labelStartTag.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // textBoxStartTag
            // 
            this.textBoxStartTag.Location = new System.Drawing.Point(64, 16);
            this.textBoxStartTag.Name = "textBoxStartTag";
            this.textBoxStartTag.Size = new System.Drawing.Size(40, 20);
            this.textBoxStartTag.TabIndex = 3;
            this.textBoxStartTag.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxStartTag_KeyUp);
            // 
            // textBoxShortcutTag
            // 
            this.textBoxShortcutTag.Location = new System.Drawing.Point(64, 64);
            this.textBoxShortcutTag.Name = "textBoxShortcutTag";
            this.textBoxShortcutTag.ReadOnly = true;
            this.textBoxShortcutTag.Size = new System.Drawing.Size(40, 20);
            this.textBoxShortcutTag.TabIndex = 9;
            // 
            // textBoxEndTag
            // 
            this.textBoxEndTag.Location = new System.Drawing.Point(64, 40);
            this.textBoxEndTag.Name = "textBoxEndTag";
            this.textBoxEndTag.Size = new System.Drawing.Size(40, 20);
            this.textBoxEndTag.TabIndex = 6;
            // 
            // labelComments
            // 
            this.labelComments.Location = new System.Drawing.Point(8, 352);
            this.labelComments.Name = "labelComments";
            this.labelComments.Size = new System.Drawing.Size(208, 16);
            this.labelComments.TabIndex = 5;
            this.labelComments.Text = "Comments:";
            this.labelComments.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // textBoxComments
            // 
            this.textBoxComments.Location = new System.Drawing.Point(8, 368);
            this.textBoxComments.Multiline = true;
            this.textBoxComments.Name = "textBoxComments";
            this.textBoxComments.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBoxComments.Size = new System.Drawing.Size(272, 72);
            this.textBoxComments.TabIndex = 42;
            // 
            // labelGroup
            // 
            this.labelGroup.Location = new System.Drawing.Point(8, 88);
            this.labelGroup.Name = "labelGroup";
            this.labelGroup.Size = new System.Drawing.Size(208, 16);
            this.labelGroup.TabIndex = 1;
            this.labelGroup.Text = "Namespace:";
            this.labelGroup.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // textBoxGroup
            // 
            this.textBoxGroup.Location = new System.Drawing.Point(8, 104);
            this.textBoxGroup.Name = "textBoxGroup";
            this.textBoxGroup.Size = new System.Drawing.Size(272, 20);
            this.textBoxGroup.TabIndex = 12;
            // 
            // comboBoxLanguage
            // 
            this.comboBoxLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxLanguage.Location = new System.Drawing.Point(8, 224);
            this.comboBoxLanguage.Name = "comboBoxLanguage";
            this.comboBoxLanguage.Size = new System.Drawing.Size(128, 21);
            this.comboBoxLanguage.TabIndex = 21;
            this.comboBoxLanguage.SelectedIndexChanged += new System.EventHandler(this.comboBoxLanguage_SelectedIndexChanged);
            // 
            // comboBoxMode
            // 
            this.comboBoxMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxMode.Location = new System.Drawing.Point(152, 144);
            this.comboBoxMode.Name = "comboBoxMode";
            this.comboBoxMode.Size = new System.Drawing.Size(128, 21);
            this.comboBoxMode.TabIndex = 24;
            this.comboBoxMode.SelectedIndexChanged += new System.EventHandler(this.comboBoxMode_SelectedIndexChanged);
            // 
            // labelLanguage
            // 
            this.labelLanguage.Location = new System.Drawing.Point(8, 208);
            this.labelLanguage.Name = "labelLanguage";
            this.labelLanguage.Size = new System.Drawing.Size(128, 16);
            this.labelLanguage.TabIndex = 12;
            this.labelLanguage.Text = "Template Language:";
            this.labelLanguage.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // labelMode
            // 
            this.labelMode.Location = new System.Drawing.Point(152, 128);
            this.labelMode.Name = "labelMode";
            this.labelMode.Size = new System.Drawing.Size(112, 16);
            this.labelMode.TabIndex = 22;
            this.labelMode.Text = "Mode:";
            this.labelMode.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // splitterProperties
            // 
            this.splitterProperties.AnimationDelay = 20;
            this.splitterProperties.AnimationStep = 20;
            this.splitterProperties.BorderStyle3D = System.Windows.Forms.Border3DStyle.Flat;
            this.splitterProperties.ControlToHide = this.panelProperties;
            this.splitterProperties.ExpandParentForm = false;
            this.splitterProperties.Location = new System.Drawing.Point(304, 0);
            this.splitterProperties.Name = "splitterProperties";
            this.splitterProperties.TabIndex = 1;
            this.splitterProperties.TabStop = false;
            this.splitterProperties.UseAnimations = false;
            this.splitterProperties.VisualStyle = NJFLib.Controls.VisualStyles.Mozilla;
            // 
            // tabControlTemplate
            // 
            this.tabControlTemplate.Controls.Add(this.tabTemplateCode);
            this.tabControlTemplate.Controls.Add(this.tabInterfaceCode);
            this.tabControlTemplate.Controls.Add(this.tabTemplateSource);
            this.tabControlTemplate.Controls.Add(this.tabInterfaceSource);
            this.tabControlTemplate.Controls.Add(this.tabOutput);
            this.tabControlTemplate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlTemplate.Location = new System.Drawing.Point(312, 0);
            this.tabControlTemplate.Name = "tabControlTemplate";
            this.tabControlTemplate.SelectedIndex = 0;
            this.tabControlTemplate.Size = new System.Drawing.Size(588, 689);
            this.tabControlTemplate.TabIndex = 2;
            this.tabControlTemplate.SelectedIndexChanged += new System.EventHandler(this.tabControlTemplate_SelectedIndexChanged);
            // 
            // tabTemplateCode
            // 
            this.tabTemplateCode.BackColor = System.Drawing.Color.Transparent;
            this.tabTemplateCode.Location = new System.Drawing.Point(4, 22);
            this.tabTemplateCode.Name = "tabTemplateCode";
            this.tabTemplateCode.Size = new System.Drawing.Size(580, 663);
            this.tabTemplateCode.TabIndex = 0;
            this.tabTemplateCode.Text = "Template Code";
            this.tabTemplateCode.UseVisualStyleBackColor = true;
            // 
            // tabInterfaceCode
            // 
            this.tabInterfaceCode.BackColor = System.Drawing.Color.Transparent;
            this.tabInterfaceCode.Location = new System.Drawing.Point(4, 22);
            this.tabInterfaceCode.Name = "tabInterfaceCode";
            this.tabInterfaceCode.Size = new System.Drawing.Size(580, 663);
            this.tabInterfaceCode.TabIndex = 1;
            this.tabInterfaceCode.Text = "Interface Code";
            this.tabInterfaceCode.UseVisualStyleBackColor = true;
            // 
            // tabTemplateSource
            // 
            this.tabTemplateSource.Location = new System.Drawing.Point(4, 22);
            this.tabTemplateSource.Name = "tabTemplateSource";
            this.tabTemplateSource.Size = new System.Drawing.Size(580, 663);
            this.tabTemplateSource.TabIndex = 2;
            this.tabTemplateSource.Text = "Template Source";
            this.tabTemplateSource.UseVisualStyleBackColor = true;
            // 
            // tabInterfaceSource
            // 
            this.tabInterfaceSource.Location = new System.Drawing.Point(4, 22);
            this.tabInterfaceSource.Name = "tabInterfaceSource";
            this.tabInterfaceSource.Size = new System.Drawing.Size(580, 663);
            this.tabInterfaceSource.TabIndex = 4;
            this.tabInterfaceSource.Text = "Interface Source";
            this.tabInterfaceSource.UseVisualStyleBackColor = true;
            // 
            // tabOutput
            // 
            this.tabOutput.Location = new System.Drawing.Point(4, 22);
            this.tabOutput.Name = "tabOutput";
            this.tabOutput.Size = new System.Drawing.Size(580, 663);
            this.tabOutput.TabIndex = 3;
            this.tabOutput.Text = "Output";
            this.tabOutput.UseVisualStyleBackColor = true;
            // 
            // toolStripOptions
            // 
            this.toolStripOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonSave,
            this.toolStripSeparator1,
            this.toolStripButtonProperties,
            this.toolStripSeparator2,
            this.toolStripButtonExecute,
            this.toolStripSeparator3});
            this.toolStripOptions.Location = new System.Drawing.Point(312, 0);
            this.toolStripOptions.Name = "toolStripOptions";
            this.toolStripOptions.Size = new System.Drawing.Size(588, 25);
            this.toolStripOptions.TabIndex = 35;
            this.toolStripOptions.Visible = false;
            // 
            // toolStripButtonSave
            // 
            this.toolStripButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSave.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSave.Image")));
            this.toolStripButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSave.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.toolStripButtonSave.MergeIndex = 2;
            this.toolStripButtonSave.Name = "toolStripButtonSave";
            this.toolStripButtonSave.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonSave.Text = "Save Settings";
            this.toolStripButtonSave.Click += new System.EventHandler(this.toolStripButtonSave_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.toolStripSeparator1.MergeIndex = 3;
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonProperties
            // 
            this.toolStripButtonProperties.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonProperties.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonProperties.Image")));
            this.toolStripButtonProperties.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonProperties.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.toolStripButtonProperties.MergeIndex = 4;
            this.toolStripButtonProperties.Name = "toolStripButtonProperties";
            this.toolStripButtonProperties.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonProperties.Text = "Template Properties";
            this.toolStripButtonProperties.Click += new System.EventHandler(this.toolStripButtonProperties_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.toolStripSeparator2.MergeIndex = 5;
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonExecute
            // 
            this.toolStripButtonExecute.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonExecute.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonExecute.Image")));
            this.toolStripButtonExecute.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonExecute.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.toolStripButtonExecute.MergeIndex = 6;
            this.toolStripButtonExecute.Name = "toolStripButtonExecute";
            this.toolStripButtonExecute.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonExecute.Text = "Execute";
            this.toolStripButtonExecute.Click += new System.EventHandler(this.toolStripButtonExecute_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.toolStripSeparator3.MergeIndex = 7;
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // menuStripMain
            // 
            this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.templateToolStripMenuItem});
            this.menuStripMain.Location = new System.Drawing.Point(312, 0);
            this.menuStripMain.Name = "menuStripMain";
            this.menuStripMain.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
            this.menuStripMain.Size = new System.Drawing.Size(588, 24);
            this.menuStripMain.TabIndex = 36;
            this.menuStripMain.Text = "menuStrip1";
            this.menuStripMain.Visible = false;
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.closeToolStripMenuItem,
            this.toolStripMenuItem7});
            this.fileToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
            this.fileToolStripMenuItem.MergeIndex = 0;
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
            this.fileToolStripMenuItem.Text = "&File";
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.saveToolStripMenuItem.MergeIndex = 4;
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
            this.saveToolStripMenuItem.Text = "&Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.saveAsToolStripMenuItem.MergeIndex = 5;
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
                        | System.Windows.Forms.Keys.S)));
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
            this.saveAsToolStripMenuItem.Text = "Save  &As";
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
            // 
            // closeToolStripMenuItem
            // 
            this.closeToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.closeToolStripMenuItem.MergeIndex = 6;
            this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
            this.closeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
            this.closeToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
            this.closeToolStripMenuItem.Text = "&Close";
            this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
            // 
            // toolStripMenuItem7
            // 
            this.toolStripMenuItem7.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.toolStripMenuItem7.MergeIndex = 7;
            this.toolStripMenuItem7.Name = "toolStripMenuItem7";
            this.toolStripMenuItem7.Size = new System.Drawing.Size(183, 6);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cutToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.toolStripMenuItem4,
            this.findToolStripMenuItem,
            this.replaceToolStripMenuItem,
            this.replaceHiddenToolStripMenuItem,
            this.findNextToolStripMenuItem,
            this.findPrevToolStripMenuItem,
            this.toolStripMenuItem6,
            this.goToLineToolStripMenuItem});
            this.editToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.editToolStripMenuItem.MergeIndex = 1;
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.editToolStripMenuItem.Text = "&Edit";
            // 
            // cutToolStripMenuItem
            // 
            this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
            this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.cutToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.cutToolStripMenuItem.Text = "Cu&t";
            this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.copyToolStripMenuItem.Text = "&Copy";
            this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.pasteToolStripMenuItem.Text = "&Paste";
            this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(192, 6);
            // 
            // findToolStripMenuItem
            // 
            this.findToolStripMenuItem.Name = "findToolStripMenuItem";
            this.findToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
            this.findToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.findToolStripMenuItem.Text = "&Find";
            this.findToolStripMenuItem.Click += new System.EventHandler(this.findToolStripMenuItem_Click);
            // 
            // replaceToolStripMenuItem
            // 
            this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem";
            this.replaceToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
            this.replaceToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.replaceToolStripMenuItem.Text = "&Replace";
            this.replaceToolStripMenuItem.Click += new System.EventHandler(this.replaceToolStripMenuItem_Click);
            // 
            // replaceHiddenToolStripMenuItem
            // 
            this.replaceHiddenToolStripMenuItem.Name = "replaceHiddenToolStripMenuItem";
            this.replaceHiddenToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
            this.replaceHiddenToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.replaceHiddenToolStripMenuItem.Text = "Replace&Hidden";
            this.replaceHiddenToolStripMenuItem.Visible = false;
            this.replaceHiddenToolStripMenuItem.Click += new System.EventHandler(this.replaceHiddenToolStripMenuItem_Click);
            // 
            // findNextToolStripMenuItem
            // 
            this.findNextToolStripMenuItem.Name = "findNextToolStripMenuItem";
            this.findNextToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3;
            this.findNextToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.findNextToolStripMenuItem.Text = "Find &Next";
            this.findNextToolStripMenuItem.Click += new System.EventHandler(this.findNextToolStripMenuItem_Click);
            // 
            // findPrevToolStripMenuItem
            // 
            this.findPrevToolStripMenuItem.Name = "findPrevToolStripMenuItem";
            this.findPrevToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F3)));
            this.findPrevToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.findPrevToolStripMenuItem.Text = "Find &Previous";
            this.findPrevToolStripMenuItem.Click += new System.EventHandler(this.findPrevToolStripMenuItem_Click);
            // 
            // toolStripMenuItem6
            // 
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            this.toolStripMenuItem6.Size = new System.Drawing.Size(192, 6);
            // 
            // goToLineToolStripMenuItem
            // 
            this.goToLineToolStripMenuItem.Name = "goToLineToolStripMenuItem";
            this.goToLineToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
            this.goToLineToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
            this.goToLineToolStripMenuItem.Text = "Go to Line ...";
            this.goToLineToolStripMenuItem.Click += new System.EventHandler(this.goToLineToolStripMenuItem_Click);
            // 
            // templateToolStripMenuItem
            // 
            this.templateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.executeToolStripMenuItem,
            this.toolStripMenuItem1,
            this.encryptAsToolStripMenuItem,
            this.compileAsToolStripMenuItem,
            this.toolStripMenuItem2,
            this.lineNumbersToolStripMenuItem,
            this.whitespaceToolStripMenuItem,
            this.indentationGuidsToolStripMenuItem,
            this.endOfLineToolStripMenuItem,
            this.toolStripMenuItem3,
            this.enlargeFontToolStripMenuItem,
            this.reduceFontToolStripMenuItem,
            this.toolStripMenuItem5,
            this.copyOutputToClipboardToolStripMenuItem});
            this.templateToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert;
            this.templateToolStripMenuItem.MergeIndex = 2;
            this.templateToolStripMenuItem.Name = "templateToolStripMenuItem";
            this.templateToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
            this.templateToolStripMenuItem.Text = "&Template";
            // 
            // executeToolStripMenuItem
            // 
            this.executeToolStripMenuItem.Name = "executeToolStripMenuItem";
            this.executeToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.executeToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
            this.executeToolStripMenuItem.Text = "E&xecute";
            this.executeToolStripMenuItem.Click += new System.EventHandler(this.executeToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(207, 6);
            // 
            // encryptAsToolStripMenuItem
            // 
            this.encryptAsToolStripMenuItem.Name = "encryptAsToolStripMenuItem";
            this.encryptAsToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
            this.encryptAsToolStripMenuItem.Text = "Encr&ypt As ...";
            this.encryptAsToolStripMenuItem.Click += new System.EventHandler(this.encryptAsToolStripMenuItem_Click);
            // 
            // compileAsToolStripMenuItem
            // 
            this.compileAsToolStripMenuItem.Name = "compileAsToolStripMenuItem";
            this.compileAsToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
            this.compileAsToolStripMenuItem.Text = "&Compile As ...";
            this.compileAsToolStripMenuItem.Click += new System.EventHandler(this.compileAsToolStripMenuItem_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(207, 6);
            // 
            // lineNumbersToolStripMenuItem
            // 
            this.lineNumbersToolStripMenuItem.Name = "lineNumbersToolStripMenuItem";
            this.lineNumbersToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
            this.lineNumbersToolStripMenuItem.Text = "Line &Numbers";
            this.lineNumbersToolStripMenuItem.Click += new System.EventHandler(this.lineNumbersToolStripMenuItem_Click);
            // 
            // whitespaceToolStripMenuItem
            // 
            this.whitespaceToolStripMenuItem.Name = "whitespaceToolStripMenuItem";
            this.whitespaceToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
            this.whitespaceToolStripMenuItem.Text = "Whitespace";
            this.whitespaceToolStripMenuItem.Click += new System.EventHandler(this.whitespaceToolStripMenuItem_Click);
            // 
            // indentationGuidsToolStripMenuItem
            // 
            this.indentationGuidsToolStripMenuItem.Name = "indentationGuidsToolStripMenuItem";
            this.indentationGuidsToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
            this.indentationGuidsToolStripMenuItem.Text = "Indentation Guids";
            this.indentationGuidsToolStripMenuItem.Click += new System.EventHandler(this.indentationGuidsToolStripMenuItem_Click);
            // 
            // endOfLineToolStripMenuItem
            // 
            this.endOfLineToolStripMenuItem.Name = "endOfLineToolStripMenuItem";
            this.endOfLineToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
            this.endOfLineToolStripMenuItem.Text = "End of Line";
            this.endOfLineToolStripMenuItem.Click += new System.EventHandler(this.endOfLineToolStripMenuItem_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(207, 6);
            // 
            // enlargeFontToolStripMenuItem
            // 
            this.enlargeFontToolStripMenuItem.Name = "enlargeFontToolStripMenuItem";
            this.enlargeFontToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
            this.enlargeFontToolStripMenuItem.Text = "Enlarge Font";
            this.enlargeFontToolStripMenuItem.Click += new System.EventHandler(this.enlargeFontToolStripMenuItem_Click);
            // 
            // reduceFontToolStripMenuItem
            // 
            this.reduceFontToolStripMenuItem.Name = "reduceFontToolStripMenuItem";
            this.reduceFontToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
            this.reduceFontToolStripMenuItem.Text = "Reduce Font";
            this.reduceFontToolStripMenuItem.Click += new System.EventHandler(this.reduceFontToolStripMenuItem_Click);
            // 
            // toolStripMenuItem5
            // 
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            this.toolStripMenuItem5.Size = new System.Drawing.Size(207, 6);
            // 
            // copyOutputToClipboardToolStripMenuItem
            // 
            this.copyOutputToClipboardToolStripMenuItem.Name = "copyOutputToClipboardToolStripMenuItem";
            this.copyOutputToClipboardToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
            this.copyOutputToClipboardToolStripMenuItem.Text = "Copy &Output To Clipboard";
            this.copyOutputToClipboardToolStripMenuItem.Click += new System.EventHandler(this.copyOutputToClipboardToolStripMenuItem_Click);
            // 
            // TemplateEditor
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(900, 689);
            this.Controls.Add(this.menuStripMain);
            this.Controls.Add(this.toolStripOptions);
            this.Controls.Add(this.tabControlTemplate);
            this.Controls.Add(this.splitterProperties);
            this.Controls.Add(this.panelProperties);
            this.DockAreas = WeifenLuo.WinFormsUI.Docking.DockAreas.Document;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "TemplateEditor";
            this.TabText = "Template Editor";
            this.Text = "Template Editor";
            this.Activated += new System.EventHandler(this.TemplateEditor_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TemplateEditor_FormClosing);
            this.DockStateChanged += new System.EventHandler(this.TemplateEditor_DockStateChanged);
            this.Load += new System.EventHandler(this.TemplateEditor_Load);
            this.panelProperties.ResumeLayout(false);
            this.panelProperties.PerformLayout();
            this.groupBoxScripting.ResumeLayout(false);
            this.groupBoxScripting.PerformLayout();
            this.tabControlTemplate.ResumeLayout(false);
            this.toolStripOptions.ResumeLayout(false);
            this.toolStripOptions.PerformLayout();
            this.menuStripMain.ResumeLayout(false);
            this.menuStripMain.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 3
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(browser));
			this.panelButtons = new System.Windows.Forms.Panel();
			this.chk_Imagemode = new System.Windows.Forms.CheckBox();
			this.btnLog = new NSPAControls.NSButton();
			this.chk_AllowAnnotation = new System.Windows.Forms.CheckBox();
			this.chk_ShowAnnotation = new System.Windows.Forms.CheckBox();
			this.btnShare = new NSPAControls.NSButton();
			this.btnLogg = new NSPAControls.NSButton();
			this.btnGo = new NSPAControls.NSButton();
			this.btnHome = new NSPAControls.NSButton();
			this.btnForward = new NSPAControls.NSButton();
			this.btnBack = new NSPAControls.NSButton();
			this.txtUrl = new System.Windows.Forms.TextBox();
			this.chk_Autoshare = new System.Windows.Forms.CheckBox();
			this.splitter1 = new NJFLib.Controls.CollapsibleSplitter();
			this.panel1 = new System.Windows.Forms.Panel();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.panelButtons.SuspendLayout();
			this.SuspendLayout();
			// 
			// panelButtons
			// 
			this.panelButtons.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(174)), ((System.Byte)(204)), ((System.Byte)(72)));
			this.panelButtons.Controls.Add(this.chk_Imagemode);
			this.panelButtons.Controls.Add(this.btnLog);
			this.panelButtons.Controls.Add(this.chk_AllowAnnotation);
			this.panelButtons.Controls.Add(this.chk_ShowAnnotation);
			this.panelButtons.Controls.Add(this.btnShare);
			this.panelButtons.Controls.Add(this.btnLogg);
			this.panelButtons.Controls.Add(this.btnGo);
			this.panelButtons.Controls.Add(this.btnHome);
			this.panelButtons.Controls.Add(this.btnForward);
			this.panelButtons.Controls.Add(this.btnBack);
			this.panelButtons.Controls.Add(this.txtUrl);
			this.panelButtons.Controls.Add(this.chk_Autoshare);
			this.panelButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panelButtons.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.panelButtons.Location = new System.Drawing.Point(0, 296);
			this.panelButtons.Name = "panelButtons";
			this.panelButtons.Size = new System.Drawing.Size(488, 104);
			this.panelButtons.TabIndex = 8;
			// 
			// chk_Imagemode
			// 
			this.chk_Imagemode.Enabled = false;
			this.chk_Imagemode.Location = new System.Drawing.Point(258, 75);
			this.chk_Imagemode.Name = "chk_Imagemode";
			this.chk_Imagemode.Size = new System.Drawing.Size(99, 24);
			this.chk_Imagemode.TabIndex = 23;
			this.chk_Imagemode.Text = "Image Mode";
			this.toolTip1.SetToolTip(this.chk_Imagemode, "Caution : Only select the image mode when you come across the flashy sites or get" +
				"ting problems in annotation.");
			this.chk_Imagemode.CheckedChanged += new System.EventHandler(this.chk_Imagemode_CheckedChanged);
			// 
			// btnLog
			// 
			this.btnLog.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnLog.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnLog.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnLog.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnLog.HottrackImage")));
			this.btnLog.Location = new System.Drawing.Point(406, 14);
			this.btnLog.Name = "btnLog";
			this.btnLog.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnLog.NormalImage")));
			this.btnLog.OnlyShowBitmap = true;
			this.btnLog.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnLog.PressedImage")));
			this.btnLog.Size = new System.Drawing.Size(63, 28);
			this.btnLog.Text = "nsButton1";
			this.btnLog.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnLog.ToolTip = null;
			this.btnLog.Click += new System.EventHandler(this.btnLog_Click);
			// 
			// chk_AllowAnnotation
			// 
			this.chk_AllowAnnotation.Enabled = false;
			this.chk_AllowAnnotation.Location = new System.Drawing.Point(134, 73);
			this.chk_AllowAnnotation.Name = "chk_AllowAnnotation";
			this.chk_AllowAnnotation.Size = new System.Drawing.Size(115, 24);
			this.chk_AllowAnnotation.TabIndex = 16;
			this.chk_AllowAnnotation.Text = "Add Annotations";
			this.chk_AllowAnnotation.CheckedChanged += new System.EventHandler(this.chk_AllowAnnotation_CheckedChanged);
			// 
			// chk_ShowAnnotation
			// 
			this.chk_ShowAnnotation.Enabled = false;
			this.chk_ShowAnnotation.Location = new System.Drawing.Point(134, 52);
			this.chk_ShowAnnotation.Name = "chk_ShowAnnotation";
			this.chk_ShowAnnotation.Size = new System.Drawing.Size(115, 24);
			this.chk_ShowAnnotation.TabIndex = 15;
			this.chk_ShowAnnotation.Text = "Show Annotations";
			this.chk_ShowAnnotation.CheckedChanged += new System.EventHandler(this.chk_ShowAnnotation_CheckedChanged);
			// 
			// btnShare
			// 
			this.btnShare.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnShare.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnShare.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnShare.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnShare.HottrackImage")));
			this.btnShare.Location = new System.Drawing.Point(343, 14);
			this.btnShare.Name = "btnShare";
			this.btnShare.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnShare.NormalImage")));
			this.btnShare.OnlyShowBitmap = true;
			this.btnShare.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnShare.PressedImage")));
			this.btnShare.Size = new System.Drawing.Size(63, 28);
			this.btnShare.Text = "nsButton1";
			this.btnShare.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnShare.ToolTip = null;
			this.btnShare.Click += new System.EventHandler(this.btnShare_Click);
			// 
			// btnLogg
			// 
			this.btnLogg.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnLogg.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnLogg.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnLogg.HottrackImage = null;
			this.btnLogg.Location = new System.Drawing.Point(346, 14);
			this.btnLogg.Name = "btnLogg";
			this.btnLogg.NormalImage = null;
			this.btnLogg.OnlyShowBitmap = true;
			this.btnLogg.PressedImage = null;
			this.btnLogg.Size = new System.Drawing.Size(63, 28);
			this.btnLogg.Text = "nsButton1";
			this.btnLogg.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnLogg.ToolTip = null;
			// 
			// btnGo
			// 
			this.btnGo.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnGo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.btnGo.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnGo.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnGo.HottrackImage")));
			this.btnGo.Location = new System.Drawing.Point(312, 14);
			this.btnGo.Name = "btnGo";
			this.btnGo.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnGo.NormalImage")));
			this.btnGo.OnlyShowBitmap = true;
			this.btnGo.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnGo.PressedImage")));
			this.btnGo.Size = new System.Drawing.Size(25, 26);
			this.btnGo.Text = "nsButton1";
			this.btnGo.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnGo.ToolTip = null;
			this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
			// 
			// btnHome
			// 
			this.btnHome.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnHome.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnHome.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnHome.HottrackImage")));
			this.btnHome.Location = new System.Drawing.Point(87, 50);
			this.btnHome.Name = "btnHome";
			this.btnHome.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnHome.NormalImage")));
			this.btnHome.OnlyShowBitmap = true;
			this.btnHome.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnHome.PressedImage")));
			this.btnHome.Size = new System.Drawing.Size(33, 27);
			this.btnHome.Text = "nsButton1";
			this.btnHome.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnHome.ToolTip = null;
			this.btnHome.Click += new System.EventHandler(this.btnHome_Click);
			// 
			// btnForward
			// 
			this.btnForward.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnForward.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnForward.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnForward.HottrackImage")));
			this.btnForward.Location = new System.Drawing.Point(55, 50);
			this.btnForward.Name = "btnForward";
			this.btnForward.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnForward.NormalImage")));
			this.btnForward.OnlyShowBitmap = true;
			this.btnForward.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnForward.PressedImage")));
			this.btnForward.Size = new System.Drawing.Size(28, 28);
			this.btnForward.Text = "nsButton1";
			this.btnForward.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnForward.ToolTip = null;
			this.btnForward.Click += new System.EventHandler(this.btnForward_Click);
			// 
			// btnBack
			// 
			this.btnBack.ButtonForm = NSPAControls.eButtonForm.Rectangle;
			this.btnBack.HighlightColor = System.Drawing.SystemColors.HotTrack;
			this.btnBack.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnBack.HottrackImage")));
			this.btnBack.Location = new System.Drawing.Point(23, 50);
			this.btnBack.Name = "btnBack";
			this.btnBack.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnBack.NormalImage")));
			this.btnBack.OnlyShowBitmap = true;
			this.btnBack.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnBack.PressedImage")));
			this.btnBack.Size = new System.Drawing.Size(28, 28);
			this.btnBack.Text = "nsButton1";
			this.btnBack.TextAlign = NSPAControls.eTextAlign.Bottom;
			this.btnBack.ToolTip = null;
			this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
			// 
			// txtUrl
			// 
			this.txtUrl.Location = new System.Drawing.Point(23, 18);
			this.txtUrl.Name = "txtUrl";
			this.txtUrl.Size = new System.Drawing.Size(280, 21);
			this.txtUrl.TabIndex = 8;
			this.txtUrl.Text = "http://www.uraan.net";
			this.txtUrl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUrl_KeyDown);
			this.txtUrl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUrl_KeyPress);
			// 
			// chk_Autoshare
			// 
			this.chk_Autoshare.Enabled = false;
			this.chk_Autoshare.Location = new System.Drawing.Point(258, 48);
			this.chk_Autoshare.Name = "chk_Autoshare";
			this.chk_Autoshare.Size = new System.Drawing.Size(96, 32);
			this.chk_Autoshare.TabIndex = 15;
			this.chk_Autoshare.Text = "Auto Share";
			this.chk_Autoshare.CheckedChanged += new System.EventHandler(this.chk_Autoshare_CheckedChanged);
			// 
			// splitter1
			// 
			this.splitter1.AnimationDelay = 20;
			this.splitter1.AnimationStep = 20;
			this.splitter1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(250)), ((System.Byte)(162)), ((System.Byte)(37)));
			this.splitter1.BorderStyle3D = System.Windows.Forms.Border3DStyle.Flat;
			this.splitter1.ControlToHide = this.panelButtons;
			this.splitter1.Cursor = System.Windows.Forms.Cursors.HSplit;
			this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.splitter1.ExpandParentForm = false;
			this.splitter1.Location = new System.Drawing.Point(0, 288);
			this.splitter1.Name = "splitter1";
			this.splitter1.SplitterThumbBackColoor = System.Drawing.Color.Transparent;
			this.splitter1.TabIndex = 7;
			this.splitter1.TabStop = false;
			this.splitter1.UseAnimations = false;
			this.splitter1.VisualStyle = NJFLib.Controls.VisualStyles.XP;
			this.splitter1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter1_SplitterMoved);
			// 
			// panel1
			// 
			this.panel1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(174)), ((System.Byte)(204)), ((System.Byte)(72)));
			this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(488, 288);
			this.panel1.TabIndex = 9;
			// 
			// browser
			// 
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.splitter1);
			this.Controls.Add(this.panelButtons);
			this.Name = "browser";
			this.Size = new System.Drawing.Size(488, 400);
			this.Load += new System.EventHandler(this.browser_Load);
			this.panelButtons.ResumeLayout(false);
			this.ResumeLayout(false);

		}