Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.nuGenSpyControl1 = new Genetibase.Debug.NuGenSpyControl();
     this.SuspendLayout();
     //
     // nuGenSpyControl1
     //
     this.nuGenSpyControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.nuGenSpyControl1.Location = new System.Drawing.Point(0, 0);
     this.nuGenSpyControl1.Name     = "nuGenSpyControl1";
     this.nuGenSpyControl1.Size     = new System.Drawing.Size(848, 718);
     this.nuGenSpyControl1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(848, 718);
     this.Controls.Add(this.nuGenSpyControl1);
     this.Name = "Form1";
     this.Text = "Sharp Eye";
     this.ResumeLayout(false);
 }
Beispiel #2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.nuGenSpyControl1 = new Genetibase.Debug.NuGenSpyControl();
			this.SuspendLayout();
			// 
			// nuGenSpyControl1
			// 
			this.nuGenSpyControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.nuGenSpyControl1.Location = new System.Drawing.Point(0, 0);
			this.nuGenSpyControl1.Name = "nuGenSpyControl1";
			this.nuGenSpyControl1.Size = new System.Drawing.Size(848, 718);
			this.nuGenSpyControl1.TabIndex = 0;
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
			this.ClientSize = new System.Drawing.Size(848, 718);
			this.Controls.Add(this.nuGenSpyControl1);
			this.Name = "Form1";
			this.Text = "Sharp Eye";
			this.ResumeLayout(false);

		}