Esempio n. 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.NuGenTViewCtrl = new Genetibase.Debug.NuGenTViewCtrl ();
     this.SuspendLayout ();
     // 
     // NuGenTViewCtrl
     // 
     this.NuGenTViewCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.NuGenTViewCtrl.Font =
         new System.Drawing.Font ("Courier New", 8.25F, System.Drawing.FontStyle.Regular,
                                  System.Drawing.GraphicsUnit.Point, ((System.Byte) (0)));
     this.NuGenTViewCtrl.Location = new System.Drawing.Point (0, 0);
     this.NuGenTViewCtrl.Name = "NuGenTViewCtrl";
     this.NuGenTViewCtrl.NuGenTSelectorBackColor = System.Drawing.Color.Gray;
     this.NuGenTViewCtrl.NuGenTSelectorForeColor = System.Drawing.Color.White;
     this.NuGenTViewCtrl.Size = new System.Drawing.Size (344, 216);
     this.NuGenTViewCtrl.TabIndex = 0;
     // 
     // NuGenOInternal
     // 
     this.Controls.Add (this.NuGenTViewCtrl);
     this.Name = "NuGenOInternal";
     this.Size = new System.Drawing.Size (344, 216);
     this.ResumeLayout (false);
 }
Esempio n. 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.NuGenTViewCtrl = new Genetibase.Debug.NuGenTViewCtrl();
     this.SuspendLayout();
     //
     // NuGenTViewCtrl
     //
     this.NuGenTViewCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.NuGenTViewCtrl.Font =
         new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular,
                                 System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.NuGenTViewCtrl.Location = new System.Drawing.Point(0, 0);
     this.NuGenTViewCtrl.Name     = "NuGenTViewCtrl";
     this.NuGenTViewCtrl.NuGenTSelectorBackColor = System.Drawing.Color.Gray;
     this.NuGenTViewCtrl.NuGenTSelectorForeColor = System.Drawing.Color.White;
     this.NuGenTViewCtrl.Size     = new System.Drawing.Size(344, 216);
     this.NuGenTViewCtrl.TabIndex = 0;
     //
     // NuGenOInternal
     //
     this.Controls.Add(this.NuGenTViewCtrl);
     this.Name = "NuGenOInternal";
     this.Size = new System.Drawing.Size(344, 216);
     this.ResumeLayout(false);
 }