1 namespace Mesen.GUI.Debugger.Controls
2 {
3 	partial class ctrlBreakpoints
4 	{
5 		/// <summary>
6 		/// Required designer variable.
7 		/// </summary>
8 		private System.ComponentModel.IContainer components = null;
9 
10 		/// <summary>
11 		/// Clean up any resources being used.
12 		/// </summary>
13 		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)14 		protected override void Dispose(bool disposing)
15 		{
16 			if(disposing && (components != null)) {
17 				components.Dispose();
18 			}
19 			BreakpointManager.BreakpointsChanged -= BreakpointManager_OnBreakpointChanged;
20 			base.Dispose(disposing);
21 		}
22 
23 		#region Component Designer generated code
24 
25 		/// <summary>
26 		/// Required method for Designer support - do not modify
27 		/// the contents of this method with the code editor.
28 		/// </summary>
InitializeComponent()29 		private void InitializeComponent()
30 		{
31 			this.components = new System.ComponentModel.Container();
32 			this.mnuBreakpoints = new System.Windows.Forms.ContextMenuStrip(this.components);
33 			this.mnuAddBreakpoint = new System.Windows.Forms.ToolStripMenuItem();
34 			this.mnuEditBreakpoint = new System.Windows.Forms.ToolStripMenuItem();
35 			this.mnuRemoveBreakpoint = new System.Windows.Forms.ToolStripMenuItem();
36 			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
37 			this.mnuGoToLocation = new System.Windows.Forms.ToolStripMenuItem();
38 			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
39 			this.mnuShowLabels = new System.Windows.Forms.ToolStripMenuItem();
40 			this.lstBreakpoints = new Mesen.GUI.Controls.MyListView();
41 			this.colEnabled = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
42 			this.colMarker = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
43 			this.colType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
44 			this.colAddress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
45 			this.colCondition = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
46 			this.mnuBreakpoints.SuspendLayout();
47 			this.SuspendLayout();
48 			//
49 			// mnuBreakpoints
50 			//
51 			this.mnuBreakpoints.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
52             this.mnuAddBreakpoint,
53             this.mnuEditBreakpoint,
54             this.mnuRemoveBreakpoint,
55             this.toolStripMenuItem1,
56             this.mnuGoToLocation,
57             this.toolStripMenuItem2,
58             this.mnuShowLabels});
59 			this.mnuBreakpoints.Name = "mnuBreakpoints";
60 			this.mnuBreakpoints.Size = new System.Drawing.Size(150, 126);
61 			//
62 			// mnuAddBreakpoint
63 			//
64 			this.mnuAddBreakpoint.Image = global::Mesen.GUI.Properties.Resources.Add;
65 			this.mnuAddBreakpoint.Name = "mnuAddBreakpoint";
66 			this.mnuAddBreakpoint.Size = new System.Drawing.Size(149, 22);
67 			this.mnuAddBreakpoint.Text = "Add...";
68 			this.mnuAddBreakpoint.Click += new System.EventHandler(this.mnuAddBreakpoint_Click);
69 			//
70 			// mnuEditBreakpoint
71 			//
72 			this.mnuEditBreakpoint.Image = global::Mesen.GUI.Properties.Resources.Edit;
73 			this.mnuEditBreakpoint.Name = "mnuEditBreakpoint";
74 			this.mnuEditBreakpoint.Size = new System.Drawing.Size(149, 22);
75 			this.mnuEditBreakpoint.Text = "Edit";
76 			this.mnuEditBreakpoint.Click += new System.EventHandler(this.mnuEditBreakpoint_Click);
77 			//
78 			// mnuRemoveBreakpoint
79 			//
80 			this.mnuRemoveBreakpoint.Image = global::Mesen.GUI.Properties.Resources.Close;
81 			this.mnuRemoveBreakpoint.Name = "mnuRemoveBreakpoint";
82 			this.mnuRemoveBreakpoint.Size = new System.Drawing.Size(149, 22);
83 			this.mnuRemoveBreakpoint.Text = "Remove";
84 			this.mnuRemoveBreakpoint.Click += new System.EventHandler(this.mnuRemoveBreakpoint_Click);
85 			//
86 			// toolStripMenuItem1
87 			//
88 			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
89 			this.toolStripMenuItem1.Size = new System.Drawing.Size(146, 6);
90 			//
91 			// mnuGoToLocation
92 			//
93 			this.mnuGoToLocation.Name = "mnuGoToLocation";
94 			this.mnuGoToLocation.Size = new System.Drawing.Size(149, 22);
95 			this.mnuGoToLocation.Text = "Go to location";
96 			this.mnuGoToLocation.Click += new System.EventHandler(this.mnuGoToLocation_Click);
97 			//
98 			// toolStripMenuItem2
99 			//
100 			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
101 			this.toolStripMenuItem2.Size = new System.Drawing.Size(146, 6);
102 			//
103 			// mnuShowLabels
104 			//
105 			this.mnuShowLabels.CheckOnClick = true;
106 			this.mnuShowLabels.Name = "mnuShowLabels";
107 			this.mnuShowLabels.Size = new System.Drawing.Size(149, 22);
108 			this.mnuShowLabels.Text = "Show Labels";
109 			//
110 			// lstBreakpoints
111 			//
112 			this.lstBreakpoints.CheckBoxes = true;
113 			this.lstBreakpoints.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
114             this.colEnabled,
115             this.colMarker,
116             this.colType,
117             this.colAddress,
118             this.colCondition});
119 			this.lstBreakpoints.ContextMenuStrip = this.mnuBreakpoints;
120 			this.lstBreakpoints.Dock = System.Windows.Forms.DockStyle.Fill;
121 			this.lstBreakpoints.FullRowSelect = true;
122 			this.lstBreakpoints.GridLines = true;
123 			this.lstBreakpoints.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
124 			this.lstBreakpoints.Location = new System.Drawing.Point(0, 0);
125 			this.lstBreakpoints.Name = "lstBreakpoints";
126 			this.lstBreakpoints.Size = new System.Drawing.Size(393, 101);
127 			this.lstBreakpoints.TabIndex = 7;
128 			this.lstBreakpoints.UseCompatibleStateImageBehavior = false;
129 			this.lstBreakpoints.View = System.Windows.Forms.View.Details;
130 			this.lstBreakpoints.SelectedIndexChanged += new System.EventHandler(this.lstBreakpoints_SelectedIndexChanged);
131 			this.lstBreakpoints.DoubleClick += new System.EventHandler(this.lstBreakpoints_DoubleClick);
132 			this.lstBreakpoints.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lstBreakpoints_MouseDown);
133 			//
134 			// colEnabled
135 			//
136 			this.colEnabled.Text = "";
137 			this.colEnabled.Width = 21;
138 			//
139 			// colMarker
140 			//
141 			this.colMarker.Text = "M";
142 			this.colMarker.Width = 25;
143 			//
144 			// colType
145 			//
146 			this.colType.Text = "Type";
147 			this.colType.Width = 87;
148 			//
149 			// colAddress
150 			//
151 			this.colAddress.Text = "Address";
152 			this.colAddress.Width = 108;
153 			//
154 			// colCondition
155 			//
156 			this.colCondition.Text = "Condition";
157 			this.colCondition.Width = 142;
158 			//
159 			// ctrlBreakpoints
160 			//
161 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
162 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
163 			this.Controls.Add(this.lstBreakpoints);
164 			this.Name = "ctrlBreakpoints";
165 			this.Size = new System.Drawing.Size(393, 101);
166 			this.mnuBreakpoints.ResumeLayout(false);
167 			this.ResumeLayout(false);
168 
169 		}
170 
171 		#endregion
172 
173 		private Mesen.GUI.Controls.MyListView lstBreakpoints;
174 		private System.Windows.Forms.ColumnHeader colType;
175 		private System.Windows.Forms.ColumnHeader colAddress;
176 		private System.Windows.Forms.ContextMenuStrip mnuBreakpoints;
177 		private System.Windows.Forms.ToolStripMenuItem mnuAddBreakpoint;
178 		private System.Windows.Forms.ToolStripMenuItem mnuRemoveBreakpoint;
179 		private System.Windows.Forms.ColumnHeader colEnabled;
180 		private System.Windows.Forms.ColumnHeader colCondition;
181 		private System.Windows.Forms.ToolStripMenuItem mnuGoToLocation;
182 		private System.Windows.Forms.ToolStripMenuItem mnuEditBreakpoint;
183 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
184 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
185 		private System.Windows.Forms.ToolStripMenuItem mnuShowLabels;
186 		private System.Windows.Forms.ColumnHeader colMarker;
187 	}
188 }
189