Example #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.bevel = new Genetibase.Controls.NuGenBevel();
     this.SuspendLayout();
     //
     // bevel
     //
     this.bevel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.bevel.Location = new System.Drawing.Point(0, 0);
     this.bevel.Name     = "bevel";
     this.bevel.Size     = new System.Drawing.Size(416, 2);
     this.bevel.TabIndex = 0;
     this.bevel.TabStop  = false;
     //
     // NuGenDialogBlock
     //
     this.Controls.Add(this.bevel);
     this.Name = "NuGenDialogBlock";
     this.Size = new System.Drawing.Size(416, 40);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.bevel = new Genetibase.Controls.NuGenBevel();
			this.SuspendLayout();
			// 
			// bevel
			// 
			this.bevel.Dock = System.Windows.Forms.DockStyle.Top;
			this.bevel.Location = new System.Drawing.Point(0, 0);
			this.bevel.Name = "bevel";
			this.bevel.Size = new System.Drawing.Size(416, 2);
			this.bevel.TabIndex = 0;
			this.bevel.TabStop = false;
			// 
			// NuGenDialogBlock
			// 
			this.Controls.Add(this.bevel);
			this.Name = "NuGenDialogBlock";
			this.Size = new System.Drawing.Size(416, 40);
			this.ResumeLayout(false);

		}