1 namespace Mesen.GUI.Debugger
2 {
3 	partial class frmWatchWindow
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 			base.Dispose(disposing);
20 		}
21 
22 		#region Windows Form Designer generated code
23 
24 		/// <summary>
25 		/// Required method for Designer support - do not modify
26 		/// the contents of this method with the code editor.
27 		/// </summary>
InitializeComponent()28 		private void InitializeComponent()
29 		{
30 			this.ctrlWatch = new Mesen.GUI.Debugger.ctrlWatch();
31 			this.picWatchHelp = new System.Windows.Forms.PictureBox();
32 			((System.ComponentModel.ISupportInitialize)(this.picWatchHelp)).BeginInit();
33 			this.SuspendLayout();
34 			//
35 			// ctrlWatch
36 			//
37 			this.ctrlWatch.Dock = System.Windows.Forms.DockStyle.Fill;
38 			this.ctrlWatch.Location = new System.Drawing.Point(0, 0);
39 			this.ctrlWatch.Name = "ctrlWatch";
40 			this.ctrlWatch.Size = new System.Drawing.Size(317, 322);
41 			this.ctrlWatch.TabIndex = 0;
42 			//
43 			// picWatchHelp
44 			//
45 			this.picWatchHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
46 			this.picWatchHelp.Image = global::Mesen.GUI.Properties.Resources.Help;
47 			this.picWatchHelp.Location = new System.Drawing.Point(297, 4);
48 			this.picWatchHelp.Name = "picWatchHelp";
49 			this.picWatchHelp.Size = new System.Drawing.Size(16, 16);
50 			this.picWatchHelp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
51 			this.picWatchHelp.TabIndex = 2;
52 			this.picWatchHelp.TabStop = false;
53 			//
54 			// frmWatchWindow
55 			//
56 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
57 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
58 			this.ClientSize = new System.Drawing.Size(317, 322);
59 			this.Controls.Add(this.picWatchHelp);
60 			this.Controls.Add(this.ctrlWatch);
61 			this.MinimumSize = new System.Drawing.Size(248, 137);
62 			this.Name = "frmWatchWindow";
63 			this.Text = "Watch Window";
64 			((System.ComponentModel.ISupportInitialize)(this.picWatchHelp)).EndInit();
65 			this.ResumeLayout(false);
66 
67 		}
68 
69 		#endregion
70 
71 		private ctrlWatch ctrlWatch;
72 		private System.Windows.Forms.PictureBox picWatchHelp;
73 	}
74 }