2016-11-21 22:34:47 -05:00
namespace Mesen.GUI.Debugger.Controls
{
partial class ctrlLabelList
{
/// <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 . components = new System . ComponentModel . Container ( ) ;
this . contextMenu = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
2016-11-22 23:07:28 -05:00
this . mnuAdd = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuEdit = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-11-23 23:03:29 -05:00
this . mnuDelete = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-11-27 10:56:37 -05:00
this . toolStripMenuItem1 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . mnuFindOccurrences = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-11-28 20:33:27 -05:00
this . lstLabels = new Mesen . GUI . Controls . DoubleBufferedListView ( ) ;
this . colFunctionLabel = ( ( System . Windows . Forms . ColumnHeader ) ( new System . Windows . Forms . ColumnHeader ( ) ) ) ;
this . colFunctionAddress = ( ( System . Windows . Forms . ColumnHeader ) ( new System . Windows . Forms . ColumnHeader ( ) ) ) ;
this . colMemoryAddress = ( ( System . Windows . Forms . ColumnHeader ) ( new System . Windows . Forms . ColumnHeader ( ) ) ) ;
2016-11-21 22:34:47 -05:00
this . contextMenu . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// contextMenu
//
this . contextMenu . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2016-11-22 23:07:28 -05:00
this . mnuAdd ,
this . mnuEdit ,
2016-11-27 10:56:37 -05:00
this . mnuDelete ,
this . toolStripMenuItem1 ,
this . mnuFindOccurrences } ) ;
2016-11-21 22:34:47 -05:00
this . contextMenu . Name = "contextMenu" ;
2016-12-03 09:57:58 -05:00
this . contextMenu . Size = new System . Drawing . Size ( 167 , 120 ) ;
2016-11-21 22:34:47 -05:00
this . contextMenu . Opening + = new System . ComponentModel . CancelEventHandler ( this . mnuActions_Opening ) ;
//
2016-11-22 23:07:28 -05:00
// mnuAdd
//
2017-03-11 11:46:29 -05:00
this . mnuAdd . Image = global :: Mesen . GUI . Properties . Resources . Add ;
2016-11-22 23:07:28 -05:00
this . mnuAdd . Name = "mnuAdd" ;
this . mnuAdd . ShortcutKeys = System . Windows . Forms . Keys . Insert ;
2016-11-27 10:56:37 -05:00
this . mnuAdd . Size = new System . Drawing . Size ( 166 , 22 ) ;
2016-11-22 23:07:28 -05:00
this . mnuAdd . Text = "Add" ;
this . mnuAdd . Click + = new System . EventHandler ( this . mnuAdd_Click ) ;
//
// mnuEdit
//
2017-03-11 11:46:29 -05:00
this . mnuEdit . Image = global :: Mesen . GUI . Properties . Resources . Edit ;
2016-11-22 23:07:28 -05:00
this . mnuEdit . Name = "mnuEdit" ;
2016-12-03 09:57:58 -05:00
this . mnuEdit . ShortcutKeys = System . Windows . Forms . Keys . F2 ;
2016-11-27 10:56:37 -05:00
this . mnuEdit . Size = new System . Drawing . Size ( 166 , 22 ) ;
2016-11-22 23:07:28 -05:00
this . mnuEdit . Text = "Edit" ;
this . mnuEdit . Click + = new System . EventHandler ( this . mnuEdit_Click ) ;
//
2016-11-23 23:03:29 -05:00
// mnuDelete
//
2017-03-11 11:46:29 -05:00
this . mnuDelete . Image = global :: Mesen . GUI . Properties . Resources . Close ;
2016-11-23 23:03:29 -05:00
this . mnuDelete . Name = "mnuDelete" ;
this . mnuDelete . ShortcutKeys = System . Windows . Forms . Keys . Delete ;
2016-11-27 10:56:37 -05:00
this . mnuDelete . Size = new System . Drawing . Size ( 166 , 22 ) ;
2016-11-23 23:03:29 -05:00
this . mnuDelete . Text = "Delete" ;
this . mnuDelete . Click + = new System . EventHandler ( this . mnuDelete_Click ) ;
//
2016-11-27 10:56:37 -05:00
// toolStripMenuItem1
//
this . toolStripMenuItem1 . Name = "toolStripMenuItem1" ;
this . toolStripMenuItem1 . Size = new System . Drawing . Size ( 163 , 6 ) ;
//
// mnuFindOccurrences
//
2017-03-11 11:46:29 -05:00
this . mnuFindOccurrences . Image = global :: Mesen . GUI . Properties . Resources . Find ;
2016-11-27 10:56:37 -05:00
this . mnuFindOccurrences . Name = "mnuFindOccurrences" ;
this . mnuFindOccurrences . Size = new System . Drawing . Size ( 166 , 22 ) ;
this . mnuFindOccurrences . Text = "Find Occurrences" ;
this . mnuFindOccurrences . Click + = new System . EventHandler ( this . mnuFindOccurrences_Click ) ;
//
2016-11-28 20:33:27 -05:00
// lstLabels
//
this . lstLabels . Columns . AddRange ( new System . Windows . Forms . ColumnHeader [ ] {
this . colFunctionLabel ,
this . colFunctionAddress ,
this . colMemoryAddress } ) ;
this . lstLabels . ContextMenuStrip = this . contextMenu ;
this . lstLabels . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lstLabels . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . lstLabels . FullRowSelect = true ;
this . lstLabels . GridLines = true ;
this . lstLabels . HideSelection = false ;
this . lstLabels . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . lstLabels . Name = "lstLabels" ;
this . lstLabels . Size = new System . Drawing . Size ( 275 , 112 ) ;
this . lstLabels . TabIndex = 2 ;
this . lstLabels . UseCompatibleStateImageBehavior = false ;
this . lstLabels . View = System . Windows . Forms . View . Details ;
this . lstLabels . ColumnClick + = new System . Windows . Forms . ColumnClickEventHandler ( this . lstLabels_ColumnClick ) ;
this . lstLabels . DoubleClick + = new System . EventHandler ( this . lstLabels_DoubleClick ) ;
//
// colFunctionLabel
//
this . colFunctionLabel . Text = "Label" ;
2016-12-04 09:16:09 -05:00
this . colFunctionLabel . Width = 133 ;
2016-11-28 20:33:27 -05:00
//
// colFunctionAddress
//
2016-12-04 09:16:09 -05:00
this . colFunctionAddress . Text = "CPU Addr" ;
2016-11-28 20:33:27 -05:00
//
// colMemoryAddress
//
2016-12-04 09:16:09 -05:00
this . colMemoryAddress . Text = "ROM Addr" ;
2016-11-28 20:33:27 -05:00
this . colMemoryAddress . Width = 84 ;
//
2016-11-21 22:34:47 -05:00
// ctrlLabelList
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . Controls . Add ( this . lstLabels ) ;
this . Name = "ctrlLabelList" ;
this . Size = new System . Drawing . Size ( 275 , 112 ) ;
this . contextMenu . ResumeLayout ( false ) ;
this . ResumeLayout ( false ) ;
}
#endregion
2016-11-26 14:15:50 -05:00
private Mesen . GUI . Controls . DoubleBufferedListView lstLabels ;
2016-11-21 22:34:47 -05:00
private System . Windows . Forms . ColumnHeader colFunctionLabel ;
private System . Windows . Forms . ColumnHeader colFunctionAddress ;
private System . Windows . Forms . ColumnHeader colMemoryAddress ;
private System . Windows . Forms . ContextMenuStrip contextMenu ;
private System . Windows . Forms . ToolStripMenuItem mnuDelete ;
2016-11-22 23:07:28 -05:00
private System . Windows . Forms . ToolStripMenuItem mnuAdd ;
private System . Windows . Forms . ToolStripMenuItem mnuEdit ;
2016-11-27 10:56:37 -05:00
private System . Windows . Forms . ToolStripSeparator toolStripMenuItem1 ;
private System . Windows . Forms . ToolStripMenuItem mnuFindOccurrences ;
2016-11-21 22:34:47 -05:00
}
}