2015-08-02 19:27:02 -04:00
|
|
|
|
namespace Mesen.GUI.Debugger
|
|
|
|
|
{
|
|
|
|
|
partial class ctrlScrollableTextbox
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if(disposing && (components != null)) {
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.vScrollBar = new System.Windows.Forms.VScrollBar();
|
2015-08-03 21:53:46 -04:00
|
|
|
|
this.panelSearch = new System.Windows.Forms.Panel();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.picCloseSearch = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.picSearchNext = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.picSearchPrevious = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.cboSearch = new System.Windows.Forms.ComboBox();
|
2016-11-23 22:57:17 -05:00
|
|
|
|
this.hScrollBar = new System.Windows.Forms.HScrollBar();
|
2015-08-02 19:27:02 -04:00
|
|
|
|
this.ctrlTextbox = new Mesen.GUI.Debugger.ctrlTextbox();
|
2015-08-03 21:53:46 -04:00
|
|
|
|
this.panelSearch.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picCloseSearch)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picSearchNext)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picSearchPrevious)).BeginInit();
|
2015-08-02 19:27:02 -04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// vScrollBar
|
|
|
|
|
//
|
|
|
|
|
this.vScrollBar.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.vScrollBar.LargeChange = 20;
|
2016-11-27 10:56:37 -05:00
|
|
|
|
this.vScrollBar.Location = new System.Drawing.Point(490, 0);
|
2015-08-02 19:27:02 -04:00
|
|
|
|
this.vScrollBar.Name = "vScrollBar";
|
2016-11-27 10:56:37 -05:00
|
|
|
|
this.vScrollBar.Size = new System.Drawing.Size(18, 141);
|
2015-08-02 19:27:02 -04:00
|
|
|
|
this.vScrollBar.TabIndex = 0;
|
|
|
|
|
//
|
2015-08-03 21:53:46 -04:00
|
|
|
|
// panelSearch
|
|
|
|
|
//
|
|
|
|
|
this.panelSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.panelSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.panelSearch.Controls.Add(this.tableLayoutPanel1);
|
2016-11-27 10:56:37 -05:00
|
|
|
|
this.panelSearch.Location = new System.Drawing.Point(266, -1);
|
2015-08-03 21:53:46 -04:00
|
|
|
|
this.panelSearch.Name = "panelSearch";
|
|
|
|
|
this.panelSearch.Size = new System.Drawing.Size(222, 28);
|
|
|
|
|
this.panelSearch.TabIndex = 2;
|
|
|
|
|
this.panelSearch.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 4;
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.picCloseSearch, 3, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.picSearchNext, 2, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.picSearchPrevious, 1, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.cboSearch, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(220, 26);
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// picCloseSearch
|
|
|
|
|
//
|
|
|
|
|
this.picCloseSearch.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
|
|
|
this.picCloseSearch.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.picCloseSearch.Image = global::Mesen.GUI.Properties.Resources.Close;
|
|
|
|
|
this.picCloseSearch.Location = new System.Drawing.Point(201, 5);
|
|
|
|
|
this.picCloseSearch.Name = "picCloseSearch";
|
|
|
|
|
this.picCloseSearch.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.picCloseSearch.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
this.picCloseSearch.TabIndex = 3;
|
|
|
|
|
this.picCloseSearch.TabStop = false;
|
|
|
|
|
this.picCloseSearch.Click += new System.EventHandler(this.picCloseSearch_Click);
|
|
|
|
|
//
|
|
|
|
|
// picSearchNext
|
|
|
|
|
//
|
|
|
|
|
this.picSearchNext.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
|
|
|
this.picSearchNext.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.picSearchNext.Image = global::Mesen.GUI.Properties.Resources.NextArrow;
|
|
|
|
|
this.picSearchNext.Location = new System.Drawing.Point(179, 5);
|
|
|
|
|
this.picSearchNext.Name = "picSearchNext";
|
|
|
|
|
this.picSearchNext.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.picSearchNext.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
this.picSearchNext.TabIndex = 2;
|
|
|
|
|
this.picSearchNext.TabStop = false;
|
|
|
|
|
this.picSearchNext.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picSearchNext_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// picSearchPrevious
|
|
|
|
|
//
|
|
|
|
|
this.picSearchPrevious.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
|
|
|
this.picSearchPrevious.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.picSearchPrevious.Image = global::Mesen.GUI.Properties.Resources.PreviousArrow;
|
|
|
|
|
this.picSearchPrevious.Location = new System.Drawing.Point(157, 5);
|
|
|
|
|
this.picSearchPrevious.Name = "picSearchPrevious";
|
|
|
|
|
this.picSearchPrevious.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.picSearchPrevious.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
this.picSearchPrevious.TabIndex = 1;
|
|
|
|
|
this.picSearchPrevious.TabStop = false;
|
|
|
|
|
this.picSearchPrevious.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picSearchPrevious_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// cboSearch
|
|
|
|
|
//
|
|
|
|
|
this.cboSearch.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.cboSearch.FormattingEnabled = true;
|
|
|
|
|
this.cboSearch.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.cboSearch.Name = "cboSearch";
|
|
|
|
|
this.cboSearch.Size = new System.Drawing.Size(148, 21);
|
|
|
|
|
this.cboSearch.TabIndex = 4;
|
|
|
|
|
this.cboSearch.TextUpdate += new System.EventHandler(this.cboSearch_TextUpdate);
|
|
|
|
|
this.cboSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cboSearch_KeyDown);
|
|
|
|
|
//
|
2016-11-23 22:57:17 -05:00
|
|
|
|
// hScrollBar
|
|
|
|
|
//
|
|
|
|
|
this.hScrollBar.Dock = System.Windows.Forms.DockStyle.Bottom;
|
2016-11-27 10:56:37 -05:00
|
|
|
|
this.hScrollBar.Location = new System.Drawing.Point(0, 141);
|
2016-11-23 22:57:17 -05:00
|
|
|
|
this.hScrollBar.Name = "hScrollBar";
|
2016-11-27 10:56:37 -05:00
|
|
|
|
this.hScrollBar.Size = new System.Drawing.Size(508, 18);
|
2016-11-23 22:57:17 -05:00
|
|
|
|
this.hScrollBar.TabIndex = 3;
|
|
|
|
|
//
|
2015-08-02 19:27:02 -04:00
|
|
|
|
// ctrlTextbox
|
|
|
|
|
//
|
|
|
|
|
this.ctrlTextbox.Dock = System.Windows.Forms.DockStyle.Fill;
|
2016-11-27 10:56:37 -05:00
|
|
|
|
this.ctrlTextbox.HorizontalScrollWidth = 0;
|
2015-08-02 19:27:02 -04:00
|
|
|
|
this.ctrlTextbox.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.ctrlTextbox.Name = "ctrlTextbox";
|
2016-11-23 22:57:17 -05:00
|
|
|
|
this.ctrlTextbox.ShowContentNotes = false;
|
2015-08-02 19:27:02 -04:00
|
|
|
|
this.ctrlTextbox.ShowLineInHex = false;
|
2016-11-23 22:57:17 -05:00
|
|
|
|
this.ctrlTextbox.ShowLineNumberNotes = false;
|
2015-08-02 19:27:02 -04:00
|
|
|
|
this.ctrlTextbox.ShowLineNumbers = true;
|
2018-01-02 11:11:50 -05:00
|
|
|
|
this.ctrlTextbox.ShowSingleContentLineNotes = true;
|
|
|
|
|
this.ctrlTextbox.ShowSingleLineLineNumberNotes = false;
|
2016-11-27 10:56:37 -05:00
|
|
|
|
this.ctrlTextbox.Size = new System.Drawing.Size(490, 141);
|
2018-01-02 11:11:50 -05:00
|
|
|
|
this.ctrlTextbox.StyleProvider = null;
|
2015-08-02 19:27:02 -04:00
|
|
|
|
this.ctrlTextbox.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// ctrlScrollableTextbox
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
2015-08-03 21:53:46 -04:00
|
|
|
|
this.Controls.Add(this.panelSearch);
|
2015-08-02 19:27:02 -04:00
|
|
|
|
this.Controls.Add(this.ctrlTextbox);
|
|
|
|
|
this.Controls.Add(this.vScrollBar);
|
2016-11-23 22:57:17 -05:00
|
|
|
|
this.Controls.Add(this.hScrollBar);
|
2015-08-02 19:27:02 -04:00
|
|
|
|
this.Name = "ctrlScrollableTextbox";
|
2016-11-27 10:56:37 -05:00
|
|
|
|
this.Size = new System.Drawing.Size(508, 159);
|
2015-08-03 21:53:46 -04:00
|
|
|
|
this.panelSearch.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picCloseSearch)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picSearchNext)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picSearchPrevious)).EndInit();
|
2015-08-02 19:27:02 -04:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.VScrollBar vScrollBar;
|
|
|
|
|
private ctrlTextbox ctrlTextbox;
|
2015-08-03 21:53:46 -04:00
|
|
|
|
private System.Windows.Forms.Panel panelSearch;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.PictureBox picSearchPrevious;
|
|
|
|
|
private System.Windows.Forms.PictureBox picSearchNext;
|
|
|
|
|
private System.Windows.Forms.PictureBox picCloseSearch;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboSearch;
|
2016-11-23 22:57:17 -05:00
|
|
|
|
private System.Windows.Forms.HScrollBar hScrollBar;
|
2015-08-02 19:27:02 -04:00
|
|
|
|
}
|
|
|
|
|
}
|