namespace Level9 { partial class ScriptForm { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; /// /// Disposes resources used by the form. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } /// /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptForm)); this.buttonRecord = new System.Windows.Forms.Button(); this.textBoxTitle = new System.Windows.Forms.TextBox(); this.textBoxComment = new System.Windows.Forms.TextBox(); this.labelTitle = new System.Windows.Forms.Label(); this.labelComment = new System.Windows.Forms.Label(); this.richTextBoxPreview = new System.Windows.Forms.RichTextBox(); this.tabPageScript = new System.Windows.Forms.TabPage(); this.dataGridViewScript = new System.Windows.Forms.DataGridView(); this.Control = new System.Windows.Forms.DataGridViewImageColumn(); this.Pos = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Input = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Comment = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.contextMenuStripScript = new System.Windows.Forms.ContextMenuStrip(this.components); this.insertRowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insertRowAfterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteRowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.playbackStartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.playbackPauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.playbackEndToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.removeControlMarkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panelSearchContent = new System.Windows.Forms.Panel(); this.buttonPrevious = new System.Windows.Forms.Button(); this.buttonNext = new System.Windows.Forms.Button(); this.textBoxFind = new System.Windows.Forms.TextBox(); this.labelFind = new System.Windows.Forms.Label(); this.tabPagePreview = new System.Windows.Forms.TabPage(); this.tabControlScript = new System.Windows.Forms.TabControl(); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.menuItemFile = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemLoad = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemSave = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemCopy = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemClose = new System.Windows.Forms.ToolStripMenuItem(); this.scriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemClear = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.menuItemOneEntryPerLine = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemIncludeComments = new System.Windows.Forms.ToolStripMenuItem(); this.groupBox = new System.Windows.Forms.GroupBox(); this.tabPageScript.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewScript)).BeginInit(); this.contextMenuStripScript.SuspendLayout(); this.panelSearchContent.SuspendLayout(); this.tabPagePreview.SuspendLayout(); this.tabControlScript.SuspendLayout(); this.menuStrip.SuspendLayout(); this.groupBox.SuspendLayout(); this.SuspendLayout(); // // buttonRecord // this.buttonRecord.Anchor = System.Windows.Forms.AnchorStyles.Right; this.buttonRecord.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.buttonRecord.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.buttonRecord.Location = new System.Drawing.Point(463, 13); this.buttonRecord.Name = "buttonRecord"; this.buttonRecord.Padding = new System.Windows.Forms.Padding(3); this.buttonRecord.Size = new System.Drawing.Size(93, 78); this.buttonRecord.TabIndex = 5; this.buttonRecord.Text = "Start recording"; this.buttonRecord.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.buttonRecord.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.buttonRecord.Click += new System.EventHandler(this.ButtonRecordClick); // // textBoxTitle // this.textBoxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.textBoxTitle.Location = new System.Drawing.Point(63, 13); this.textBoxTitle.Name = "textBoxTitle"; this.textBoxTitle.Size = new System.Drawing.Size(394, 20); this.textBoxTitle.TabIndex = 2; this.textBoxTitle.Leave += new System.EventHandler(this.TextBoxTitleLeave); // // textBoxComment // this.textBoxComment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.textBoxComment.Location = new System.Drawing.Point(63, 39); this.textBoxComment.Multiline = true; this.textBoxComment.Name = "textBoxComment"; this.textBoxComment.Size = new System.Drawing.Size(394, 52); this.textBoxComment.TabIndex = 4; this.textBoxComment.Leave += new System.EventHandler(this.TextBoxCommentLeave); // // labelTitle // this.labelTitle.Location = new System.Drawing.Point(5, 16); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(52, 16); this.labelTitle.TabIndex = 6; this.labelTitle.Text = "Title"; // // labelComment // this.labelComment.Location = new System.Drawing.Point(5, 42); this.labelComment.Name = "labelComment"; this.labelComment.Size = new System.Drawing.Size(56, 16); this.labelComment.TabIndex = 3; this.labelComment.Text = "Comment"; // // richTextBoxPreview // this.richTextBoxPreview.BackColor = System.Drawing.SystemColors.Window; this.richTextBoxPreview.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBoxPreview.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBoxPreview.Location = new System.Drawing.Point(0, 0); this.richTextBoxPreview.Name = "richTextBoxPreview"; this.richTextBoxPreview.ReadOnly = true; this.richTextBoxPreview.Size = new System.Drawing.Size(558, 304); this.richTextBoxPreview.TabIndex = 0; this.richTextBoxPreview.Text = ""; this.richTextBoxPreview.WordWrap = false; // // tabPageScript // this.tabPageScript.Controls.Add(this.dataGridViewScript); this.tabPageScript.Controls.Add(this.panelSearchContent); this.tabPageScript.Location = new System.Drawing.Point(4, 22); this.tabPageScript.Name = "tabPageScript"; this.tabPageScript.Size = new System.Drawing.Size(558, 304); this.tabPageScript.TabIndex = 0; this.tabPageScript.Text = "Script"; // // dataGridViewScript // this.dataGridViewScript.AllowUserToAddRows = false; this.dataGridViewScript.AllowUserToDeleteRows = false; this.dataGridViewScript.AllowUserToResizeRows = false; this.dataGridViewScript.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dataGridViewScript.ColumnHeadersHeight = 20; this.dataGridViewScript.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridViewScript.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Control, this.Pos, this.Input, this.Comment}); this.dataGridViewScript.ContextMenuStrip = this.contextMenuStripScript; this.dataGridViewScript.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewScript.Location = new System.Drawing.Point(0, 32); this.dataGridViewScript.MultiSelect = false; this.dataGridViewScript.Name = "dataGridViewScript"; this.dataGridViewScript.RowHeadersVisible = false; this.dataGridViewScript.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dataGridViewScript.RowTemplate.Height = 20; this.dataGridViewScript.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridViewScript.ShowCellErrors = false; this.dataGridViewScript.ShowCellToolTips = false; this.dataGridViewScript.ShowEditingIcon = false; this.dataGridViewScript.ShowRowErrors = false; this.dataGridViewScript.Size = new System.Drawing.Size(558, 272); this.dataGridViewScript.TabIndex = 4; this.dataGridViewScript.VirtualMode = true; this.dataGridViewScript.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridViewScriptCellMouseDown); this.dataGridViewScript.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.DataGridViewScriptCellValueNeeded); this.dataGridViewScript.CellValuePushed += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.DataGridViewScriptCellValuePushed); // // Control // this.Control.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.Control.HeaderText = "Control"; this.Control.Name = "Control"; this.Control.ReadOnly = true; this.Control.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Control.Width = 46; // // Pos // this.Pos.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.Pos.HeaderText = "Pos"; this.Pos.Name = "Pos"; this.Pos.ReadOnly = true; this.Pos.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Pos.Width = 31; // // Input // this.Input.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Input.HeaderText = "Input"; this.Input.Name = "Input"; this.Input.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Input.Width = 37; // // Comment // this.Comment.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Comment.HeaderText = "Comment"; this.Comment.Name = "Comment"; this.Comment.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Comment.Width = 57; // // contextMenuStripScript // this.contextMenuStripScript.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.insertRowToolStripMenuItem, this.insertRowAfterToolStripMenuItem, this.deleteRowToolStripMenuItem, this.playbackStartToolStripMenuItem, this.playbackPauseToolStripMenuItem, this.playbackEndToolStripMenuItem, this.removeControlMarkToolStripMenuItem}); this.contextMenuStripScript.Name = "contextMenuStripScript"; this.contextMenuStripScript.Size = new System.Drawing.Size(187, 158); this.contextMenuStripScript.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripScriptOpening); // // insertRowToolStripMenuItem // this.insertRowToolStripMenuItem.Name = "insertRowToolStripMenuItem"; this.insertRowToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.insertRowToolStripMenuItem.Text = "Insert row"; this.insertRowToolStripMenuItem.Click += new System.EventHandler(this.InsertRowToolStripMenuItemClick); // // insertRowAfterToolStripMenuItem // this.insertRowAfterToolStripMenuItem.Name = "insertRowAfterToolStripMenuItem"; this.insertRowAfterToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.insertRowAfterToolStripMenuItem.Text = "Insert row (after)"; this.insertRowAfterToolStripMenuItem.Click += new System.EventHandler(this.InsertRowAfterToolStripMenuItemClick); // // deleteRowToolStripMenuItem // this.deleteRowToolStripMenuItem.Name = "deleteRowToolStripMenuItem"; this.deleteRowToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.deleteRowToolStripMenuItem.Text = "Delete row"; this.deleteRowToolStripMenuItem.Click += new System.EventHandler(this.DeleteRowToolStripMenuItemClick); // // playbackStartToolStripMenuItem // this.playbackStartToolStripMenuItem.Name = "playbackStartToolStripMenuItem"; this.playbackStartToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.playbackStartToolStripMenuItem.Text = "Control: Play"; this.playbackStartToolStripMenuItem.Click += new System.EventHandler(this.PlaybackStartToolStripMenuItemClick); // // playbackPauseToolStripMenuItem // this.playbackPauseToolStripMenuItem.Name = "playbackPauseToolStripMenuItem"; this.playbackPauseToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.playbackPauseToolStripMenuItem.Text = "Control: Pause"; this.playbackPauseToolStripMenuItem.Click += new System.EventHandler(this.PlaybackPauseToolStripMenuItemClick); // // playbackEndToolStripMenuItem // this.playbackEndToolStripMenuItem.Name = "playbackEndToolStripMenuItem"; this.playbackEndToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.playbackEndToolStripMenuItem.Text = "Control: Stop"; this.playbackEndToolStripMenuItem.Click += new System.EventHandler(this.PlaybackEndToolStripMenuItemClick); // // removeControlMarkToolStripMenuItem // this.removeControlMarkToolStripMenuItem.Name = "removeControlMarkToolStripMenuItem"; this.removeControlMarkToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.removeControlMarkToolStripMenuItem.Text = "Remove control mark"; this.removeControlMarkToolStripMenuItem.Click += new System.EventHandler(this.RemoveControlMarkToolStripMenuItemClick); // // panelSearchContent // this.panelSearchContent.Controls.Add(this.buttonPrevious); this.panelSearchContent.Controls.Add(this.buttonNext); this.panelSearchContent.Controls.Add(this.textBoxFind); this.panelSearchContent.Controls.Add(this.labelFind); this.panelSearchContent.Dock = System.Windows.Forms.DockStyle.Top; this.panelSearchContent.Location = new System.Drawing.Point(0, 0); this.panelSearchContent.Name = "panelSearchContent"; this.panelSearchContent.Size = new System.Drawing.Size(558, 32); this.panelSearchContent.TabIndex = 5; // // buttonPrevious // this.buttonPrevious.AutoSize = true; this.buttonPrevious.FlatAppearance.BorderSize = 0; this.buttonPrevious.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonPrevious.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.buttonPrevious.Location = new System.Drawing.Point(213, 3); this.buttonPrevious.Margin = new System.Windows.Forms.Padding(0); this.buttonPrevious.Name = "buttonPrevious"; this.buttonPrevious.Size = new System.Drawing.Size(96, 25); this.buttonPrevious.TabIndex = 4; this.buttonPrevious.Text = "Find previous"; this.buttonPrevious.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.buttonPrevious.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.buttonPrevious.Click += new System.EventHandler(this.ButtonPreviousClick); // // buttonNext // this.buttonNext.AutoSize = true; this.buttonNext.FlatAppearance.BorderSize = 0; this.buttonNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonNext.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.buttonNext.Location = new System.Drawing.Point(134, 3); this.buttonNext.Name = "buttonNext"; this.buttonNext.Size = new System.Drawing.Size(76, 25); this.buttonNext.TabIndex = 3; this.buttonNext.Text = "Find next"; this.buttonNext.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.buttonNext.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.buttonNext.Click += new System.EventHandler(this.ButtonNextClick); // // textBoxFind // this.textBoxFind.Location = new System.Drawing.Point(37, 6); this.textBoxFind.Name = "textBoxFind"; this.textBoxFind.Size = new System.Drawing.Size(88, 20); this.textBoxFind.TabIndex = 2; this.textBoxFind.TextChanged += new System.EventHandler(this.TextBoxFindTextChanged); // // labelFind // this.labelFind.Location = new System.Drawing.Point(2, 9); this.labelFind.Name = "labelFind"; this.labelFind.Size = new System.Drawing.Size(28, 12); this.labelFind.TabIndex = 1; this.labelFind.Text = "Find"; // // tabPagePreview // this.tabPagePreview.Controls.Add(this.richTextBoxPreview); this.tabPagePreview.Location = new System.Drawing.Point(4, 22); this.tabPagePreview.Name = "tabPagePreview"; this.tabPagePreview.Size = new System.Drawing.Size(558, 304); this.tabPagePreview.TabIndex = 1; this.tabPagePreview.Text = "Preview"; // // tabControlScript // this.tabControlScript.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControlScript.Controls.Add(this.tabPageScript); this.tabControlScript.Controls.Add(this.tabPagePreview); this.tabControlScript.Location = new System.Drawing.Point(5, 129); this.tabControlScript.Name = "tabControlScript"; this.tabControlScript.SelectedIndex = 0; this.tabControlScript.Size = new System.Drawing.Size(566, 330); this.tabControlScript.TabIndex = 12; // // menuStrip // this.menuStrip.BackColor = System.Drawing.SystemColors.Control; this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemFile, this.scriptToolStripMenuItem}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Padding = new System.Windows.Forms.Padding(4, 2, 2, 2); this.menuStrip.Size = new System.Drawing.Size(576, 24); this.menuStrip.TabIndex = 16; this.menuStrip.Text = "menuStrip"; // // menuItemFile // this.menuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemLoad, this.menuItemSave, this.menuItemCopy, this.menuItemClose}); this.menuItemFile.Name = "menuItemFile"; this.menuItemFile.Size = new System.Drawing.Size(35, 20); this.menuItemFile.Text = "File"; // // menuItemLoad // this.menuItemLoad.Name = "menuItemLoad"; this.menuItemLoad.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L))); this.menuItemLoad.Size = new System.Drawing.Size(188, 22); this.menuItemLoad.Text = "Load script..."; this.menuItemLoad.Click += new System.EventHandler(this.MenuItemLoadClick); // // menuItemSave // this.menuItemSave.Name = "menuItemSave"; this.menuItemSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.menuItemSave.Size = new System.Drawing.Size(188, 22); this.menuItemSave.Text = "Save script..."; this.menuItemSave.Click += new System.EventHandler(this.MenuItemSaveClick); // // menuItemCopy // this.menuItemCopy.Name = "menuItemCopy"; this.menuItemCopy.Size = new System.Drawing.Size(188, 22); this.menuItemCopy.Text = "Copy to clipboard"; this.menuItemCopy.Click += new System.EventHandler(this.MenuItemCopyClick); // // menuItemClose // this.menuItemClose.Name = "menuItemClose"; this.menuItemClose.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); this.menuItemClose.Size = new System.Drawing.Size(188, 22); this.menuItemClose.Text = "Close"; this.menuItemClose.Click += new System.EventHandler(this.MenuItemCloseClick); // // scriptToolStripMenuItem // this.scriptToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemClear, this.toolStripSeparator1, this.menuItemOneEntryPerLine, this.menuItemIncludeComments}); this.scriptToolStripMenuItem.Name = "scriptToolStripMenuItem"; this.scriptToolStripMenuItem.Size = new System.Drawing.Size(46, 20); this.scriptToolStripMenuItem.Text = "Script"; // // menuItemClear // this.menuItemClear.Name = "menuItemClear"; this.menuItemClear.Size = new System.Drawing.Size(172, 22); this.menuItemClear.Text = "Clear"; this.menuItemClear.Click += new System.EventHandler(this.MenuItemClearClick); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(169, 6); // // menuItemOneEntryPerLine // this.menuItemOneEntryPerLine.Name = "menuItemOneEntryPerLine"; this.menuItemOneEntryPerLine.Size = new System.Drawing.Size(172, 22); this.menuItemOneEntryPerLine.Text = "One entry per line"; this.menuItemOneEntryPerLine.Click += new System.EventHandler(this.MenuItemOneEntryPerLineClick); // // menuItemIncludeComments // this.menuItemIncludeComments.Name = "menuItemIncludeComments"; this.menuItemIncludeComments.Size = new System.Drawing.Size(172, 22); this.menuItemIncludeComments.Text = "Include comments"; this.menuItemIncludeComments.Click += new System.EventHandler(this.MenuItemIncludeCommentsClick); // // groupBox // this.groupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox.Controls.Add(this.buttonRecord); this.groupBox.Controls.Add(this.labelTitle); this.groupBox.Controls.Add(this.textBoxComment); this.groupBox.Controls.Add(this.textBoxTitle); this.groupBox.Controls.Add(this.labelComment); this.groupBox.Location = new System.Drawing.Point(5, 22); this.groupBox.Name = "groupBox"; this.groupBox.Size = new System.Drawing.Size(566, 99); this.groupBox.TabIndex = 17; this.groupBox.TabStop = false; // // ScriptForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(576, 465); this.Controls.Add(this.groupBox); this.Controls.Add(this.menuStrip); this.Controls.Add(this.tabControlScript); this.DoubleBuffered = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.Name = "ScriptForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Script Editor"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScriptFormFormClosing); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ScriptFormKeyDown); this.tabPageScript.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewScript)).EndInit(); this.contextMenuStripScript.ResumeLayout(false); this.panelSearchContent.ResumeLayout(false); this.panelSearchContent.PerformLayout(); this.tabPagePreview.ResumeLayout(false); this.tabControlScript.ResumeLayout(false); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.groupBox.ResumeLayout(false); this.groupBox.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.ToolStripMenuItem deleteRowToolStripMenuItem; private System.Windows.Forms.GroupBox groupBox; private System.Windows.Forms.MenuStrip menuStrip; private System.Windows.Forms.ToolStripMenuItem menuItemCopy; private System.Windows.Forms.ToolStripMenuItem menuItemIncludeComments; private System.Windows.Forms.ToolStripMenuItem menuItemOneEntryPerLine; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem menuItemClear; private System.Windows.Forms.ToolStripMenuItem scriptToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem menuItemClose; private System.Windows.Forms.ToolStripMenuItem menuItemSave; private System.Windows.Forms.ToolStripMenuItem menuItemLoad; private System.Windows.Forms.ToolStripMenuItem menuItemFile; private System.Windows.Forms.ToolStripMenuItem insertRowAfterToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem removeControlMarkToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem insertRowToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem playbackPauseToolStripMenuItem; private System.Windows.Forms.Label labelFind; private System.Windows.Forms.TextBox textBoxFind; private System.Windows.Forms.Button buttonNext; private System.Windows.Forms.Button buttonPrevious; private System.Windows.Forms.Panel panelSearchContent; private System.Windows.Forms.DataGridViewTextBoxColumn Pos; private System.Windows.Forms.ToolStripMenuItem playbackEndToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem playbackStartToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip contextMenuStripScript; private System.Windows.Forms.DataGridViewTextBoxColumn Input; private System.Windows.Forms.DataGridViewTextBoxColumn Comment; private System.Windows.Forms.DataGridViewImageColumn Control; private System.Windows.Forms.DataGridView dataGridViewScript; private System.Windows.Forms.TabControl tabControlScript; private System.Windows.Forms.TabPage tabPagePreview; private System.Windows.Forms.TabPage tabPageScript; private System.Windows.Forms.RichTextBox richTextBoxPreview; private System.Windows.Forms.Label labelComment; private System.Windows.Forms.TextBox textBoxComment; private System.Windows.Forms.Label labelTitle; private System.Windows.Forms.TextBox textBoxTitle; private System.Windows.Forms.Button buttonRecord; } }