/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NuGenSpyControl));
			this.nuGenWindowFinder1 = new Genetibase.Debug.NuGenWindowFinder();
			this.panel1 = new System.Windows.Forms.Panel();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
			this.label1 = new System.Windows.Forms.Label();
			this.button1 = new System.Windows.Forms.Button();
			this.nuGenWindowFinder2 = new Genetibase.Debug.NuGenWindowFinder();
			this.button2 = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
			this.SuspendLayout();
			// 
			// nuGenWindowFinder1
			// 
			this.nuGenWindowFinder1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nuGenWindowFinder1.BackgroundImage")));
			this.nuGenWindowFinder1.Location = new System.Drawing.Point(8, 8);
			this.nuGenWindowFinder1.Name = "nuGenWindowFinder1";
			this.nuGenWindowFinder1.Size = new System.Drawing.Size(32, 32);
			this.nuGenWindowFinder1.TabIndex = 0;
			this.nuGenWindowFinder1.ActiveWindowChanged += new System.EventHandler(this.windowFinder1_ActiveWindowChanged);
			// 
			// panel1
			// 
			this.panel1.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.panel1.Location = new System.Drawing.Point(0, 48);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(824, 576);
			this.panel1.TabIndex = 1;
			this.panel1.Resize += new System.EventHandler(this.panel1_Resize);
			// 
			// checkBox1
			// 
			this.checkBox1.Location = new System.Drawing.Point(56, 16);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(120, 24);
			this.checkBox1.TabIndex = 2;
			this.checkBox1.Text = "Recursive forms";
			// 
			// numericUpDown1
			// 
			this.numericUpDown1.Location = new System.Drawing.Point(320, 16);
			this.numericUpDown1.Name = "numericUpDown1";
			this.numericUpDown1.Size = new System.Drawing.Size(48, 22);
			this.numericUpDown1.TabIndex = 3;
			this.numericUpDown1.Value = new System.Decimal(new int[] {
																		 10,
																		 0,
																		 0,
																		 0});
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(192, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(120, 23);
			this.label1.TabIndex = 4;
			this.label1.Text = "Recursion Depth";
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(384, 16);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(128, 23);
			this.button1.TabIndex = 5;
			this.button1.Text = "Close Spy Window";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// nuGenWindowFinder2
			// 
			this.nuGenWindowFinder2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nuGenWindowFinder2.BackgroundImage")));
			this.nuGenWindowFinder2.Location = new System.Drawing.Point(520, 8);
			this.nuGenWindowFinder2.Name = "nuGenWindowFinder2";
			this.nuGenWindowFinder2.Size = new System.Drawing.Size(32, 32);
			this.nuGenWindowFinder2.TabIndex = 0;
			this.nuGenWindowFinder2.ActiveWindowChanged += new System.EventHandler(this.windowFinder1_ActiveWindowChanged);
			// 
			// button2
			// 
			this.button2.Location = new System.Drawing.Point(568, 16);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(128, 23);
			this.button2.TabIndex = 5;
			this.button2.Text = "Close Spy Window";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// NuGenSpyControl
			// 
			this.Controls.Add(this.button1);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.numericUpDown1);
			this.Controls.Add(this.checkBox1);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.nuGenWindowFinder1);
			this.Controls.Add(this.nuGenWindowFinder2);
			this.Controls.Add(this.button2);
			this.Name = "NuGenSpyControl";
			this.Size = new System.Drawing.Size(824, 624);
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
			this.ResumeLayout(false);

		}
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NuGenSpyControl));
     this.nuGenWindowFinder1 = new Genetibase.Debug.NuGenWindowFinder();
     this.panel1             = new System.Windows.Forms.Panel();
     this.checkBox1          = new System.Windows.Forms.CheckBox();
     this.numericUpDown1     = new System.Windows.Forms.NumericUpDown();
     this.label1             = new System.Windows.Forms.Label();
     this.button1            = new System.Windows.Forms.Button();
     this.nuGenWindowFinder2 = new Genetibase.Debug.NuGenWindowFinder();
     this.button2            = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // nuGenWindowFinder1
     //
     this.nuGenWindowFinder1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("nuGenWindowFinder1.BackgroundImage")));
     this.nuGenWindowFinder1.Location             = new System.Drawing.Point(8, 8);
     this.nuGenWindowFinder1.Name                 = "nuGenWindowFinder1";
     this.nuGenWindowFinder1.Size                 = new System.Drawing.Size(32, 32);
     this.nuGenWindowFinder1.TabIndex             = 0;
     this.nuGenWindowFinder1.ActiveWindowChanged += new System.EventHandler(this.windowFinder1_ActiveWindowChanged);
     //
     // panel1
     //
     this.panel1.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.panel1.Location = new System.Drawing.Point(0, 48);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(824, 576);
     this.panel1.TabIndex = 1;
     this.panel1.Resize  += new System.EventHandler(this.panel1_Resize);
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(56, 16);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(120, 24);
     this.checkBox1.TabIndex = 2;
     this.checkBox1.Text     = "Recursive forms";
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(320, 16);
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(48, 22);
     this.numericUpDown1.TabIndex = 3;
     this.numericUpDown1.Value    = new System.Decimal(new int[] {
         10,
         0,
         0,
         0
     });
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(192, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(120, 23);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Recursion Depth";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(384, 16);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(128, 23);
     this.button1.TabIndex = 5;
     this.button1.Text     = "Close Spy Window";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // nuGenWindowFinder2
     //
     this.nuGenWindowFinder2.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("nuGenWindowFinder2.BackgroundImage")));
     this.nuGenWindowFinder2.Location             = new System.Drawing.Point(520, 8);
     this.nuGenWindowFinder2.Name                 = "nuGenWindowFinder2";
     this.nuGenWindowFinder2.Size                 = new System.Drawing.Size(32, 32);
     this.nuGenWindowFinder2.TabIndex             = 0;
     this.nuGenWindowFinder2.ActiveWindowChanged += new System.EventHandler(this.windowFinder1_ActiveWindowChanged);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(568, 16);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(128, 23);
     this.button2.TabIndex = 5;
     this.button2.Text     = "Close Spy Window";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // NuGenSpyControl
     //
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.nuGenWindowFinder1);
     this.Controls.Add(this.nuGenWindowFinder2);
     this.Controls.Add(this.button2);
     this.Name = "NuGenSpyControl";
     this.Size = new System.Drawing.Size(824, 624);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
 }
Example #3
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
			this.windowFinder1 = new Genetibase.Debug.NuGenWindowFinder();
			this.pid_ = new System.Windows.Forms.TextBox();
			this.tid_ = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.hwnd_ = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.is_managed_ = new System.Windows.Forms.CheckBox();
			this.label4 = new System.Windows.Forms.Label();
			this.classname_ = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// windowFinder1
			// 
			this.windowFinder1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("windowFinder1.BackgroundImage")));
			this.windowFinder1.Location = new System.Drawing.Point(96, 16);
			this.windowFinder1.Name = "windowFinder1";
			this.windowFinder1.Size = new System.Drawing.Size(112, 96);
			this.windowFinder1.TabIndex = 0;
			this.windowFinder1.ActiveWindowChanged += new System.EventHandler(this.windowFinder1_ActiveWindowChanged);
			// 
			// pid_
			// 
			this.pid_.Location = new System.Drawing.Point(128, 168);
			this.pid_.Name = "pid_";
			this.pid_.Size = new System.Drawing.Size(152, 22);
			this.pid_.TabIndex = 1;
			this.pid_.Text = "";
			// 
			// tid_
			// 
			this.tid_.Location = new System.Drawing.Point(128, 208);
			this.tid_.Name = "tid_";
			this.tid_.Size = new System.Drawing.Size(152, 22);
			this.tid_.TabIndex = 1;
			this.tid_.Text = "";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 168);
			this.label1.Name = "label1";
			this.label1.TabIndex = 2;
			this.label1.Text = "Process ID";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 208);
			this.label2.Name = "label2";
			this.label2.TabIndex = 2;
			this.label2.Text = "Thread ID";
			// 
			// hwnd_
			// 
			this.hwnd_.Location = new System.Drawing.Point(128, 128);
			this.hwnd_.Name = "hwnd_";
			this.hwnd_.Size = new System.Drawing.Size(152, 22);
			this.hwnd_.TabIndex = 1;
			this.hwnd_.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(8, 128);
			this.label3.Name = "label3";
			this.label3.TabIndex = 2;
			this.label3.Text = "HWND";
			// 
			// is_managed_
			// 
			this.is_managed_.Location = new System.Drawing.Point(88, 280);
			this.is_managed_.Name = "is_managed_";
			this.is_managed_.TabIndex = 3;
			this.is_managed_.Text = "Is Managed";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8, 248);
			this.label4.Name = "label4";
			this.label4.TabIndex = 2;
			this.label4.Text = "Class Name";
			// 
			// classname_
			// 
			this.classname_.Location = new System.Drawing.Point(128, 248);
			this.classname_.Name = "classname_";
			this.classname_.Size = new System.Drawing.Size(152, 22);
			this.classname_.TabIndex = 1;
			this.classname_.Text = "";
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
			this.ClientSize = new System.Drawing.Size(296, 312);
			this.Controls.Add(this.is_managed_);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.pid_);
			this.Controls.Add(this.windowFinder1);
			this.Controls.Add(this.tid_);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.hwnd_);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.classname_);
			this.Name = "Form1";
			this.Text = "Form1";
			this.ResumeLayout(false);

		}
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.windowFinder1 = new Genetibase.Debug.NuGenWindowFinder();
     this.pid_          = new System.Windows.Forms.TextBox();
     this.tid_          = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.hwnd_         = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.is_managed_   = new System.Windows.Forms.CheckBox();
     this.label4        = new System.Windows.Forms.Label();
     this.classname_    = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // windowFinder1
     //
     this.windowFinder1.BackgroundImage      = ((System.Drawing.Image)(resources.GetObject("windowFinder1.BackgroundImage")));
     this.windowFinder1.Location             = new System.Drawing.Point(96, 16);
     this.windowFinder1.Name                 = "windowFinder1";
     this.windowFinder1.Size                 = new System.Drawing.Size(112, 96);
     this.windowFinder1.TabIndex             = 0;
     this.windowFinder1.ActiveWindowChanged += new System.EventHandler(this.windowFinder1_ActiveWindowChanged);
     //
     // pid_
     //
     this.pid_.Location = new System.Drawing.Point(128, 168);
     this.pid_.Name     = "pid_";
     this.pid_.Size     = new System.Drawing.Size(152, 22);
     this.pid_.TabIndex = 1;
     this.pid_.Text     = "";
     //
     // tid_
     //
     this.tid_.Location = new System.Drawing.Point(128, 208);
     this.tid_.Name     = "tid_";
     this.tid_.Size     = new System.Drawing.Size(152, 22);
     this.tid_.TabIndex = 1;
     this.tid_.Text     = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 168);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 2;
     this.label1.Text     = "Process ID";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 208);
     this.label2.Name     = "label2";
     this.label2.TabIndex = 2;
     this.label2.Text     = "Thread ID";
     //
     // hwnd_
     //
     this.hwnd_.Location = new System.Drawing.Point(128, 128);
     this.hwnd_.Name     = "hwnd_";
     this.hwnd_.Size     = new System.Drawing.Size(152, 22);
     this.hwnd_.TabIndex = 1;
     this.hwnd_.Text     = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 128);
     this.label3.Name     = "label3";
     this.label3.TabIndex = 2;
     this.label3.Text     = "HWND";
     //
     // is_managed_
     //
     this.is_managed_.Location = new System.Drawing.Point(88, 280);
     this.is_managed_.Name     = "is_managed_";
     this.is_managed_.TabIndex = 3;
     this.is_managed_.Text     = "Is Managed";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 248);
     this.label4.Name     = "label4";
     this.label4.TabIndex = 2;
     this.label4.Text     = "Class Name";
     //
     // classname_
     //
     this.classname_.Location = new System.Drawing.Point(128, 248);
     this.classname_.Name     = "classname_";
     this.classname_.Size     = new System.Drawing.Size(152, 22);
     this.classname_.TabIndex = 1;
     this.classname_.Text     = "";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(296, 312);
     this.Controls.Add(this.is_managed_);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pid_);
     this.Controls.Add(this.windowFinder1);
     this.Controls.Add(this.tid_);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.hwnd_);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.classname_);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }