namespace DSPRE.Editors { partial class ScriptEditor { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.selectScriptFileComboBox = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.PanelSearchScripts = new System.Windows.Forms.Panel(); this.BtnNextFindScript = new System.Windows.Forms.Button(); this.BtnPrevFindScript = new System.Windows.Forms.Button(); this.BtnCloseFindScript = new System.Windows.Forms.Button(); this.panelFindScriptTextBox = new System.Windows.Forms.TextBox(); this.scintillaScriptsPanel = new System.Windows.Forms.Panel(); this.addScriptFileButton = new System.Windows.Forms.Button(); this.removeScriptFileButton = new System.Windows.Forms.Button(); this.saveScriptFileButton = new System.Windows.Forms.Button(); this.exportScriptFileButton = new System.Windows.Forms.Button(); this.importScriptFileButton = new System.Windows.Forms.Button(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.searchInScriptsButton = new System.Windows.Forms.Button(); this.searchOnlyCurrentScriptCheckBox = new System.Windows.Forms.CheckBox(); this.scrollToBlockStartcheckBox = new System.Windows.Forms.CheckBox(); this.scriptSearchCaseSensitiveCheckBox = new System.Windows.Forms.CheckBox(); this.searchInScriptsTextBox = new System.Windows.Forms.TextBox(); this.label31 = new System.Windows.Forms.Label(); this.searchProgressBar = new System.Windows.Forms.ProgressBar(); this.label30 = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.searchInScriptsResultListBox = new System.Windows.Forms.ListBox(); this.groupBox24 = new System.Windows.Forms.GroupBox(); this.ScriptNavigatorTabControl = new System.Windows.Forms.TabControl(); this.ScriptsNavTab = new System.Windows.Forms.TabPage(); this.scriptsNavListbox = new System.Windows.Forms.ListBox(); this.FunctionsNavTab = new System.Windows.Forms.TabPage(); this.functionsNavListbox = new System.Windows.Forms.ListBox(); this.ActionsNavTab = new System.Windows.Forms.TabPage(); this.actionsNavListbox = new System.Windows.Forms.ListBox(); this.openFindScriptEditorButton = new System.Windows.Forms.Button(); this.expandScriptTextButton = new System.Windows.Forms.Button(); this.compressScriptTextButton = new System.Windows.Forms.Button(); this.scriptEditorWordWrapCheckbox = new System.Windows.Forms.CheckBox(); this.scriptEditorWhitespacesCheckbox = new System.Windows.Forms.CheckBox(); this.groupBox26 = new System.Windows.Forms.GroupBox(); this.scriptEditorNumberFormatNoPreference = new System.Windows.Forms.RadioButton(); this.scriptEditorNumberFormatDecimal = new System.Windows.Forms.RadioButton(); this.scriptEditorNumberFormatHex = new System.Windows.Forms.RadioButton(); this.viewLevelScriptButton = new System.Windows.Forms.Button(); this.locateCurrentScriptFile = new System.Windows.Forms.Button(); this.PanelSearchScripts.SuspendLayout(); this.scintillaScriptsPanel.SuspendLayout(); this.groupBox8.SuspendLayout(); this.groupBox24.SuspendLayout(); this.ScriptNavigatorTabControl.SuspendLayout(); this.ScriptsNavTab.SuspendLayout(); this.FunctionsNavTab.SuspendLayout(); this.ActionsNavTab.SuspendLayout(); this.groupBox26.SuspendLayout(); this.SuspendLayout(); // // selectScriptFileComboBox // this.selectScriptFileComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.selectScriptFileComboBox.FormattingEnabled = true; this.selectScriptFileComboBox.Location = new System.Drawing.Point(7, 24); this.selectScriptFileComboBox.Name = "selectScriptFileComboBox"; this.selectScriptFileComboBox.Size = new System.Drawing.Size(152, 21); this.selectScriptFileComboBox.TabIndex = 0; this.selectScriptFileComboBox.SelectedIndexChanged += new System.EventHandler(this.selectScriptFileComboBox_SelectedIndexChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(5, 8); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 13); this.label5.TabIndex = 1; this.label5.Text = "Script File"; // // PanelSearchScripts // this.PanelSearchScripts.BackColor = System.Drawing.Color.White; this.PanelSearchScripts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.PanelSearchScripts.Controls.Add(this.BtnNextFindScript); this.PanelSearchScripts.Controls.Add(this.BtnPrevFindScript); this.PanelSearchScripts.Controls.Add(this.BtnCloseFindScript); this.PanelSearchScripts.Controls.Add(this.panelFindScriptTextBox); this.PanelSearchScripts.Location = new System.Drawing.Point(383, 3); this.PanelSearchScripts.Name = "PanelSearchScripts"; this.PanelSearchScripts.Size = new System.Drawing.Size(292, 40); this.PanelSearchScripts.TabIndex = 14; this.PanelSearchScripts.Visible = false; // // BtnNextFindScript // this.BtnNextFindScript.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnNextFindScript.ForeColor = System.Drawing.Color.White; this.BtnNextFindScript.Image = global::DSPRE.Properties.Resources.arrowdown; this.BtnNextFindScript.Location = new System.Drawing.Point(233, 4); this.BtnNextFindScript.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.BtnNextFindScript.Name = "BtnNextFindScript"; this.BtnNextFindScript.Size = new System.Drawing.Size(25, 30); this.BtnNextFindScript.TabIndex = 32; this.BtnNextFindScript.Tag = "Find next (Enter)"; this.BtnNextFindScript.UseVisualStyleBackColor = true; this.BtnNextFindScript.Click += new System.EventHandler(this.BtnNextFindScript_Click); // // BtnPrevFindScript // this.BtnPrevFindScript.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnPrevFindScript.ForeColor = System.Drawing.Color.White; this.BtnPrevFindScript.Image = global::DSPRE.Properties.Resources.arrowup; this.BtnPrevFindScript.Location = new System.Drawing.Point(205, 4); this.BtnPrevFindScript.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.BtnPrevFindScript.Name = "BtnPrevFindScript"; this.BtnPrevFindScript.Size = new System.Drawing.Size(25, 30); this.BtnPrevFindScript.TabIndex = 31; this.BtnPrevFindScript.Tag = "Find previous (Shift+Enter)"; this.BtnPrevFindScript.UseVisualStyleBackColor = true; this.BtnPrevFindScript.Click += new System.EventHandler(this.BtnPrevFindScript_Click); // // BtnCloseFindScript // this.BtnCloseFindScript.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnCloseFindScript.ForeColor = System.Drawing.Color.White; this.BtnCloseFindScript.Image = global::DSPRE.Properties.Resources.Cross; this.BtnCloseFindScript.Location = new System.Drawing.Point(261, 4); this.BtnCloseFindScript.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.BtnCloseFindScript.Name = "BtnCloseFindScript"; this.BtnCloseFindScript.Size = new System.Drawing.Size(25, 30); this.BtnCloseFindScript.TabIndex = 33; this.BtnCloseFindScript.Tag = "Close (Esc)"; this.BtnCloseFindScript.UseVisualStyleBackColor = true; this.BtnCloseFindScript.Click += new System.EventHandler(this.BtnCloseFindScript_Click); // // panelFindScriptTextBox // this.panelFindScriptTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.panelFindScriptTextBox.Font = new System.Drawing.Font("Segoe UI", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panelFindScriptTextBox.Location = new System.Drawing.Point(10, 6); this.panelFindScriptTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelFindScriptTextBox.Name = "panelFindScriptTextBox"; this.panelFindScriptTextBox.Size = new System.Drawing.Size(189, 25); this.panelFindScriptTextBox.TabIndex = 30; this.panelFindScriptTextBox.TextChanged += new System.EventHandler(this.panelFindScriptTextBox_TextChanged); this.panelFindScriptTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.scriptTxtFind_KeyDown); // // scintillaScriptsPanel // this.scintillaScriptsPanel.Controls.Add(this.PanelSearchScripts); this.scintillaScriptsPanel.Location = new System.Drawing.Point(483, 50); this.scintillaScriptsPanel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.scintillaScriptsPanel.Name = "scintillaScriptsPanel"; this.scintillaScriptsPanel.Size = new System.Drawing.Size(678, 559); this.scintillaScriptsPanel.TabIndex = 19; // // addScriptFileButton // this.addScriptFileButton.Image = global::DSPRE.Properties.Resources.addIcon; this.addScriptFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.addScriptFileButton.Location = new System.Drawing.Point(369, 667); this.addScriptFileButton.Name = "addScriptFileButton"; this.addScriptFileButton.Size = new System.Drawing.Size(106, 25); this.addScriptFileButton.TabIndex = 4; this.addScriptFileButton.Text = "Add Script File"; this.addScriptFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.addScriptFileButton.UseVisualStyleBackColor = true; this.addScriptFileButton.Click += new System.EventHandler(this.addScriptFileButton_Click); // // removeScriptFileButton // this.removeScriptFileButton.Image = global::DSPRE.Properties.Resources.deleteIcon; this.removeScriptFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.removeScriptFileButton.Location = new System.Drawing.Point(369, 694); this.removeScriptFileButton.Name = "removeScriptFileButton"; this.removeScriptFileButton.Size = new System.Drawing.Size(106, 25); this.removeScriptFileButton.TabIndex = 5; this.removeScriptFileButton.Text = "Remove Last"; this.removeScriptFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.removeScriptFileButton.UseVisualStyleBackColor = true; this.removeScriptFileButton.Click += new System.EventHandler(this.removeScriptFileButton_Click); // // saveScriptFileButton // this.saveScriptFileButton.Image = global::DSPRE.Properties.Resources.saveButton; this.saveScriptFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.saveScriptFileButton.Location = new System.Drawing.Point(6, 50); this.saveScriptFileButton.Name = "saveScriptFileButton"; this.saveScriptFileButton.Size = new System.Drawing.Size(154, 23); this.saveScriptFileButton.TabIndex = 1; this.saveScriptFileButton.Text = "&Save Current File"; this.saveScriptFileButton.UseVisualStyleBackColor = true; this.saveScriptFileButton.Click += new System.EventHandler(this.saveScriptFileButton_Click); // // exportScriptFileButton // this.exportScriptFileButton.Image = global::DSPRE.Properties.Resources.exportArrow; this.exportScriptFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.exportScriptFileButton.Location = new System.Drawing.Point(294, 667); this.exportScriptFileButton.Name = "exportScriptFileButton"; this.exportScriptFileButton.Size = new System.Drawing.Size(70, 52); this.exportScriptFileButton.TabIndex = 3; this.exportScriptFileButton.Text = "&Export \r\nFile"; this.exportScriptFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.exportScriptFileButton.UseVisualStyleBackColor = true; this.exportScriptFileButton.Click += new System.EventHandler(this.exportScriptFileButton_Click); // // importScriptFileButton // this.importScriptFileButton.Image = global::DSPRE.Properties.Resources.importArrow; this.importScriptFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.importScriptFileButton.Location = new System.Drawing.Point(219, 667); this.importScriptFileButton.Name = "importScriptFileButton"; this.importScriptFileButton.Size = new System.Drawing.Size(70, 52); this.importScriptFileButton.TabIndex = 2; this.importScriptFileButton.Text = "&Import\r\nFile"; this.importScriptFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.importScriptFileButton.UseVisualStyleBackColor = true; this.importScriptFileButton.Click += new System.EventHandler(this.importScriptFileButton_Click); // // groupBox8 // this.groupBox8.Controls.Add(this.searchInScriptsButton); this.groupBox8.Controls.Add(this.searchOnlyCurrentScriptCheckBox); this.groupBox8.Controls.Add(this.scrollToBlockStartcheckBox); this.groupBox8.Controls.Add(this.scriptSearchCaseSensitiveCheckBox); this.groupBox8.Controls.Add(this.searchInScriptsTextBox); this.groupBox8.Controls.Add(this.label31); this.groupBox8.Controls.Add(this.searchProgressBar); this.groupBox8.Controls.Add(this.label30); this.groupBox8.Controls.Add(this.label29); this.groupBox8.Controls.Add(this.searchInScriptsResultListBox); this.groupBox8.Location = new System.Drawing.Point(2, 315); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(472, 298); this.groupBox8.TabIndex = 18; this.groupBox8.TabStop = false; this.groupBox8.Text = "Search for commands:"; // // searchInScriptsButton // this.searchInScriptsButton.Image = global::DSPRE.Properties.Resources.SearchMiniIcon; this.searchInScriptsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.searchInScriptsButton.Location = new System.Drawing.Point(272, 27); this.searchInScriptsButton.Name = "searchInScriptsButton"; this.searchInScriptsButton.Size = new System.Drawing.Size(69, 36); this.searchInScriptsButton.TabIndex = 13; this.searchInScriptsButton.Text = "Search"; this.searchInScriptsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.searchInScriptsButton.UseVisualStyleBackColor = true; this.searchInScriptsButton.Click += new System.EventHandler(this.searchInScriptsButton_Click); // // searchOnlyCurrentScriptCheckBox // this.searchOnlyCurrentScriptCheckBox.AutoSize = true; this.searchOnlyCurrentScriptCheckBox.Location = new System.Drawing.Point(347, 15); this.searchOnlyCurrentScriptCheckBox.Name = "searchOnlyCurrentScriptCheckBox"; this.searchOnlyCurrentScriptCheckBox.Size = new System.Drawing.Size(84, 17); this.searchOnlyCurrentScriptCheckBox.TabIndex = 14; this.searchOnlyCurrentScriptCheckBox.Text = "Only Current"; this.searchOnlyCurrentScriptCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.searchOnlyCurrentScriptCheckBox.UseVisualStyleBackColor = true; // // scrollToBlockStartcheckBox // this.scrollToBlockStartcheckBox.AutoSize = true; this.scrollToBlockStartcheckBox.Location = new System.Drawing.Point(347, 61); this.scrollToBlockStartcheckBox.Name = "scrollToBlockStartcheckBox"; this.scrollToBlockStartcheckBox.Size = new System.Drawing.Size(116, 17); this.scrollToBlockStartcheckBox.TabIndex = 16; this.scrollToBlockStartcheckBox.Text = "Scroll to block start"; this.scrollToBlockStartcheckBox.UseVisualStyleBackColor = true; // // scriptSearchCaseSensitiveCheckBox // this.scriptSearchCaseSensitiveCheckBox.AutoSize = true; this.scriptSearchCaseSensitiveCheckBox.Location = new System.Drawing.Point(347, 38); this.scriptSearchCaseSensitiveCheckBox.Name = "scriptSearchCaseSensitiveCheckBox"; this.scriptSearchCaseSensitiveCheckBox.Size = new System.Drawing.Size(83, 17); this.scriptSearchCaseSensitiveCheckBox.TabIndex = 15; this.scriptSearchCaseSensitiveCheckBox.Text = "Match Case"; this.scriptSearchCaseSensitiveCheckBox.UseVisualStyleBackColor = true; // // searchInScriptsTextBox // this.searchInScriptsTextBox.Location = new System.Drawing.Point(11, 36); this.searchInScriptsTextBox.Name = "searchInScriptsTextBox"; this.searchInScriptsTextBox.Size = new System.Drawing.Size(255, 20); this.searchInScriptsTextBox.TabIndex = 12; this.searchInScriptsTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.searchInScriptsTextBox_KeyDown); // // label31 // this.label31.AutoSize = true; this.label31.Location = new System.Drawing.Point(11, 261); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(48, 13); this.label31.TabIndex = 37; this.label31.Text = "Progress"; // // searchProgressBar // this.searchProgressBar.Location = new System.Drawing.Point(11, 277); this.searchProgressBar.Name = "searchProgressBar"; this.searchProgressBar.Size = new System.Drawing.Size(452, 14); this.searchProgressBar.TabIndex = 36; // // label30 // this.label30.AutoSize = true; this.label30.Location = new System.Drawing.Point(11, 68); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(42, 13); this.label30.TabIndex = 35; this.label30.Text = "Results"; // // label29 // this.label29.AutoSize = true; this.label29.Location = new System.Drawing.Point(11, 20); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(77, 13); this.label29.TabIndex = 33; this.label29.Text = "Line to search:"; // // searchInScriptsResultListBox // this.searchInScriptsResultListBox.Location = new System.Drawing.Point(11, 84); this.searchInScriptsResultListBox.Name = "searchInScriptsResultListBox"; this.searchInScriptsResultListBox.Size = new System.Drawing.Size(452, 173); this.searchInScriptsResultListBox.TabIndex = 17; this.searchInScriptsResultListBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.searchInScriptsResultListBox_KeyDown); this.searchInScriptsResultListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.searchInScripts_GoToEntryResult); // // groupBox24 // this.groupBox24.Controls.Add(this.ScriptNavigatorTabControl); this.groupBox24.Location = new System.Drawing.Point(3, 75); this.groupBox24.Name = "groupBox24"; this.groupBox24.Size = new System.Drawing.Size(472, 234); this.groupBox24.TabIndex = 42; this.groupBox24.TabStop = false; this.groupBox24.Text = "Navigator"; // // ScriptNavigatorTabControl // this.ScriptNavigatorTabControl.Controls.Add(this.ScriptsNavTab); this.ScriptNavigatorTabControl.Controls.Add(this.FunctionsNavTab); this.ScriptNavigatorTabControl.Controls.Add(this.ActionsNavTab); this.ScriptNavigatorTabControl.Location = new System.Drawing.Point(6, 16); this.ScriptNavigatorTabControl.Name = "ScriptNavigatorTabControl"; this.ScriptNavigatorTabControl.SelectedIndex = 0; this.ScriptNavigatorTabControl.Size = new System.Drawing.Size(456, 209); this.ScriptNavigatorTabControl.TabIndex = 8; // // ScriptsNavTab // this.ScriptsNavTab.Controls.Add(this.scriptsNavListbox); this.ScriptsNavTab.Location = new System.Drawing.Point(4, 22); this.ScriptsNavTab.Name = "ScriptsNavTab"; this.ScriptsNavTab.Padding = new System.Windows.Forms.Padding(3); this.ScriptsNavTab.Size = new System.Drawing.Size(448, 183); this.ScriptsNavTab.TabIndex = 0; this.ScriptsNavTab.Text = "Scripts"; this.ScriptsNavTab.UseVisualStyleBackColor = true; // // scriptsNavListbox // this.scriptsNavListbox.Dock = System.Windows.Forms.DockStyle.Fill; this.scriptsNavListbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.scriptsNavListbox.ItemHeight = 15; this.scriptsNavListbox.Location = new System.Drawing.Point(3, 3); this.scriptsNavListbox.Name = "scriptsNavListbox"; this.scriptsNavListbox.Size = new System.Drawing.Size(442, 177); this.scriptsNavListbox.TabIndex = 9; this.scriptsNavListbox.SelectedIndexChanged += new System.EventHandler(this.scriptsNavListbox_SelectedIndexChanged); // // FunctionsNavTab // this.FunctionsNavTab.Controls.Add(this.functionsNavListbox); this.FunctionsNavTab.Location = new System.Drawing.Point(4, 22); this.FunctionsNavTab.Name = "FunctionsNavTab"; this.FunctionsNavTab.Padding = new System.Windows.Forms.Padding(3); this.FunctionsNavTab.Size = new System.Drawing.Size(448, 183); this.FunctionsNavTab.TabIndex = 1; this.FunctionsNavTab.Text = "Functions"; this.FunctionsNavTab.UseVisualStyleBackColor = true; // // functionsNavListbox // this.functionsNavListbox.Dock = System.Windows.Forms.DockStyle.Fill; this.functionsNavListbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.functionsNavListbox.ItemHeight = 15; this.functionsNavListbox.Location = new System.Drawing.Point(3, 3); this.functionsNavListbox.Name = "functionsNavListbox"; this.functionsNavListbox.Size = new System.Drawing.Size(442, 177); this.functionsNavListbox.TabIndex = 10; this.functionsNavListbox.SelectedIndexChanged += new System.EventHandler(this.functionsNavListbox_SelectedIndexChanged); // // ActionsNavTab // this.ActionsNavTab.Controls.Add(this.actionsNavListbox); this.ActionsNavTab.Location = new System.Drawing.Point(4, 22); this.ActionsNavTab.Name = "ActionsNavTab"; this.ActionsNavTab.Padding = new System.Windows.Forms.Padding(3); this.ActionsNavTab.Size = new System.Drawing.Size(448, 183); this.ActionsNavTab.TabIndex = 2; this.ActionsNavTab.Text = "Actions"; this.ActionsNavTab.UseVisualStyleBackColor = true; // // actionsNavListbox // this.actionsNavListbox.Dock = System.Windows.Forms.DockStyle.Fill; this.actionsNavListbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.actionsNavListbox.ItemHeight = 15; this.actionsNavListbox.Location = new System.Drawing.Point(3, 3); this.actionsNavListbox.Name = "actionsNavListbox"; this.actionsNavListbox.Size = new System.Drawing.Size(442, 177); this.actionsNavListbox.TabIndex = 11; this.actionsNavListbox.SelectedIndexChanged += new System.EventHandler(this.actionsNavListbox_SelectedIndexChanged); // // openFindScriptEditorButton // this.openFindScriptEditorButton.Image = global::DSPRE.Properties.Resources.SearchMiniIcon; this.openFindScriptEditorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.openFindScriptEditorButton.Location = new System.Drawing.Point(1079, 11); this.openFindScriptEditorButton.Name = "openFindScriptEditorButton"; this.openFindScriptEditorButton.Size = new System.Drawing.Size(24, 24); this.openFindScriptEditorButton.TabIndex = 27; this.openFindScriptEditorButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.openFindScriptEditorButton.UseVisualStyleBackColor = true; this.openFindScriptEditorButton.Click += new System.EventHandler(this.openFindScriptEditorButton_Click); // // expandScriptTextButton // this.expandScriptTextButton.Image = global::DSPRE.Properties.Resources.expandArrow; this.expandScriptTextButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.expandScriptTextButton.Location = new System.Drawing.Point(1107, 11); this.expandScriptTextButton.Name = "expandScriptTextButton"; this.expandScriptTextButton.Size = new System.Drawing.Size(24, 24); this.expandScriptTextButton.TabIndex = 28; this.expandScriptTextButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.expandScriptTextButton.UseVisualStyleBackColor = true; this.expandScriptTextButton.Click += new System.EventHandler(this.ScriptEditorExpandButton_Click); // // compressScriptTextButton // this.compressScriptTextButton.Image = global::DSPRE.Properties.Resources.compressArrow; this.compressScriptTextButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.compressScriptTextButton.Location = new System.Drawing.Point(1135, 11); this.compressScriptTextButton.Name = "compressScriptTextButton"; this.compressScriptTextButton.Size = new System.Drawing.Size(24, 24); this.compressScriptTextButton.TabIndex = 29; this.compressScriptTextButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.compressScriptTextButton.UseVisualStyleBackColor = true; this.compressScriptTextButton.Click += new System.EventHandler(this.ScriptEditorCollapseButton_Click); // // scriptEditorWordWrapCheckbox // this.scriptEditorWordWrapCheckbox.Appearance = System.Windows.Forms.Appearance.Button; this.scriptEditorWordWrapCheckbox.AutoSize = true; this.scriptEditorWordWrapCheckbox.Checked = true; this.scriptEditorWordWrapCheckbox.CheckState = System.Windows.Forms.CheckState.Checked; this.scriptEditorWordWrapCheckbox.Location = new System.Drawing.Point(907, 12); this.scriptEditorWordWrapCheckbox.Name = "scriptEditorWordWrapCheckbox"; this.scriptEditorWordWrapCheckbox.Size = new System.Drawing.Size(72, 23); this.scriptEditorWordWrapCheckbox.TabIndex = 25; this.scriptEditorWordWrapCheckbox.Text = "Word Wrap"; this.scriptEditorWordWrapCheckbox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.scriptEditorWordWrapCheckbox.UseVisualStyleBackColor = true; this.scriptEditorWordWrapCheckbox.CheckedChanged += new System.EventHandler(this.scriptEditorWordWrapCheckbox_CheckedChanged); // // scriptEditorWhitespacesCheckbox // this.scriptEditorWhitespacesCheckbox.Appearance = System.Windows.Forms.Appearance.Button; this.scriptEditorWhitespacesCheckbox.AutoSize = true; this.scriptEditorWhitespacesCheckbox.Location = new System.Drawing.Point(981, 12); this.scriptEditorWhitespacesCheckbox.Name = "scriptEditorWhitespacesCheckbox"; this.scriptEditorWhitespacesCheckbox.Size = new System.Drawing.Size(79, 23); this.scriptEditorWhitespacesCheckbox.TabIndex = 26; this.scriptEditorWhitespacesCheckbox.Text = "Whitespaces"; this.scriptEditorWhitespacesCheckbox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.scriptEditorWhitespacesCheckbox.UseVisualStyleBackColor = true; this.scriptEditorWhitespacesCheckbox.CheckedChanged += new System.EventHandler(this.viewWhiteSpacesButton_Click); // // groupBox26 // this.groupBox26.Controls.Add(this.scriptEditorNumberFormatNoPreference); this.groupBox26.Controls.Add(this.scriptEditorNumberFormatDecimal); this.groupBox26.Controls.Add(this.scriptEditorNumberFormatHex); this.groupBox26.Location = new System.Drawing.Point(700, 4); this.groupBox26.Name = "groupBox26"; this.groupBox26.Size = new System.Drawing.Size(190, 36); this.groupBox26.TabIndex = 50; this.groupBox26.TabStop = false; this.groupBox26.Text = "Number Format Preference"; // // scriptEditorNumberFormatNoPreference // this.scriptEditorNumberFormatNoPreference.AutoSize = true; this.scriptEditorNumberFormatNoPreference.Checked = true; this.scriptEditorNumberFormatNoPreference.Location = new System.Drawing.Point(11, 14); this.scriptEditorNumberFormatNoPreference.Name = "scriptEditorNumberFormatNoPreference"; this.scriptEditorNumberFormatNoPreference.Size = new System.Drawing.Size(47, 17); this.scriptEditorNumberFormatNoPreference.TabIndex = 22; this.scriptEditorNumberFormatNoPreference.TabStop = true; this.scriptEditorNumberFormatNoPreference.Text = "Auto"; this.scriptEditorNumberFormatNoPreference.UseVisualStyleBackColor = true; this.scriptEditorNumberFormatNoPreference.CheckedChanged += new System.EventHandler(this.UpdateScriptNumberFormatNoPref); // // scriptEditorNumberFormatDecimal // this.scriptEditorNumberFormatDecimal.AutoSize = true; this.scriptEditorNumberFormatDecimal.Location = new System.Drawing.Point(121, 14); this.scriptEditorNumberFormatDecimal.Name = "scriptEditorNumberFormatDecimal"; this.scriptEditorNumberFormatDecimal.Size = new System.Drawing.Size(63, 17); this.scriptEditorNumberFormatDecimal.TabIndex = 24; this.scriptEditorNumberFormatDecimal.Text = "Decimal"; this.scriptEditorNumberFormatDecimal.UseVisualStyleBackColor = true; this.scriptEditorNumberFormatDecimal.CheckedChanged += new System.EventHandler(this.UpdateScriptNumberFormatDec); // // scriptEditorNumberFormatHex // this.scriptEditorNumberFormatHex.AutoSize = true; this.scriptEditorNumberFormatHex.Location = new System.Drawing.Point(68, 14); this.scriptEditorNumberFormatHex.Name = "scriptEditorNumberFormatHex"; this.scriptEditorNumberFormatHex.Size = new System.Drawing.Size(44, 17); this.scriptEditorNumberFormatHex.TabIndex = 23; this.scriptEditorNumberFormatHex.Text = "Hex"; this.scriptEditorNumberFormatHex.UseVisualStyleBackColor = true; this.scriptEditorNumberFormatHex.CheckedChanged += new System.EventHandler(this.UpdateScriptNumberFormatHex); // // viewLevelScriptButton // this.viewLevelScriptButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.viewLevelScriptButton.Location = new System.Drawing.Point(481, 681); this.viewLevelScriptButton.Name = "viewLevelScriptButton"; this.viewLevelScriptButton.Size = new System.Drawing.Size(91, 25); this.viewLevelScriptButton.TabIndex = 6; this.viewLevelScriptButton.Text = "View level script"; this.viewLevelScriptButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.viewLevelScriptButton.UseVisualStyleBackColor = true; this.viewLevelScriptButton.Click += new System.EventHandler(this.viewLevelScriptButton_Click); // // locateCurrentScriptFile // this.locateCurrentScriptFile.Image = global::DSPRE.Properties.Resources.open_file; this.locateCurrentScriptFile.Location = new System.Drawing.Point(423, 29); this.locateCurrentScriptFile.Name = "locateCurrentScriptFile"; this.locateCurrentScriptFile.Size = new System.Drawing.Size(42, 40); this.locateCurrentScriptFile.TabIndex = 7; this.locateCurrentScriptFile.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.locateCurrentScriptFile.UseVisualStyleBackColor = true; this.locateCurrentScriptFile.Click += new System.EventHandler(this.locateCurrentScriptFile_Click); // // ScriptEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.scintillaScriptsPanel); this.Controls.Add(this.locateCurrentScriptFile); this.Controls.Add(this.groupBox24); this.Controls.Add(this.viewLevelScriptButton); this.Controls.Add(this.selectScriptFileComboBox); this.Controls.Add(this.groupBox26); this.Controls.Add(this.label5); this.Controls.Add(this.scriptEditorWhitespacesCheckbox); this.Controls.Add(this.scriptEditorWordWrapCheckbox); this.Controls.Add(this.addScriptFileButton); this.Controls.Add(this.compressScriptTextButton); this.Controls.Add(this.removeScriptFileButton); this.Controls.Add(this.expandScriptTextButton); this.Controls.Add(this.saveScriptFileButton); this.Controls.Add(this.openFindScriptEditorButton); this.Controls.Add(this.exportScriptFileButton); this.Controls.Add(this.importScriptFileButton); this.Controls.Add(this.groupBox8); this.Name = "ScriptEditor"; this.Size = new System.Drawing.Size(1177, 735); this.PanelSearchScripts.ResumeLayout(false); this.PanelSearchScripts.PerformLayout(); this.scintillaScriptsPanel.ResumeLayout(false); this.groupBox8.ResumeLayout(false); this.groupBox8.PerformLayout(); this.groupBox24.ResumeLayout(false); this.ScriptNavigatorTabControl.ResumeLayout(false); this.ScriptsNavTab.ResumeLayout(false); this.FunctionsNavTab.ResumeLayout(false); this.ActionsNavTab.ResumeLayout(false); this.groupBox26.ResumeLayout(false); this.groupBox26.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.CheckBox scrollToBlockStartcheckBox; #endregion public System.Windows.Forms.ComboBox selectScriptFileComboBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel PanelSearchScripts; private System.Windows.Forms.Button BtnNextFindScript; private System.Windows.Forms.Button BtnPrevFindScript; private System.Windows.Forms.Button BtnCloseFindScript; private System.Windows.Forms.TextBox panelFindScriptTextBox; private System.Windows.Forms.Panel scintillaScriptsPanel; private System.Windows.Forms.Button addScriptFileButton; private System.Windows.Forms.Button removeScriptFileButton; private System.Windows.Forms.Button saveScriptFileButton; private System.Windows.Forms.Button exportScriptFileButton; private System.Windows.Forms.Button importScriptFileButton; private System.Windows.Forms.GroupBox groupBox8; private System.Windows.Forms.CheckBox searchOnlyCurrentScriptCheckBox; private System.Windows.Forms.CheckBox scriptSearchCaseSensitiveCheckBox; private System.Windows.Forms.TextBox searchInScriptsTextBox; private System.Windows.Forms.Label label31; private System.Windows.Forms.ProgressBar searchProgressBar; private System.Windows.Forms.Label label30; private System.Windows.Forms.Label label29; private System.Windows.Forms.Button searchInScriptsButton; private System.Windows.Forms.ListBox searchInScriptsResultListBox; private System.Windows.Forms.GroupBox groupBox24; private System.Windows.Forms.TabControl ScriptNavigatorTabControl; private System.Windows.Forms.TabPage ScriptsNavTab; private System.Windows.Forms.ListBox scriptsNavListbox; private System.Windows.Forms.TabPage FunctionsNavTab; private System.Windows.Forms.ListBox functionsNavListbox; private System.Windows.Forms.TabPage ActionsNavTab; private System.Windows.Forms.ListBox actionsNavListbox; private System.Windows.Forms.Button openFindScriptEditorButton; private System.Windows.Forms.Button expandScriptTextButton; private System.Windows.Forms.Button compressScriptTextButton; private System.Windows.Forms.CheckBox scriptEditorWordWrapCheckbox; private System.Windows.Forms.CheckBox scriptEditorWhitespacesCheckbox; private System.Windows.Forms.GroupBox groupBox26; private System.Windows.Forms.RadioButton scriptEditorNumberFormatNoPreference; private System.Windows.Forms.RadioButton scriptEditorNumberFormatDecimal; private System.Windows.Forms.RadioButton scriptEditorNumberFormatHex; private System.Windows.Forms.Button viewLevelScriptButton; private System.Windows.Forms.Button locateCurrentScriptFile; } }