Пример #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.ga1 = new genX.GA();
     //
     // ga1
     //
     this.ga1.CalculateObjective += new genX.CalculateObjectiveEventHandler(this.ga1_CalculateObjective);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(292, 266);
     this.Name = "Form1";
     this.Text = "Form1";
 }
Пример #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.ga1 = new genX.GA();
            // 
            // ga1
            // 
            this.ga1.CalculateObjective += new genX.CalculateObjectiveEventHandler(this.ga1_CalculateObjective);
            // 
            // Form1
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(292, 266);
            this.Name = "Form1";
            this.Text = "Form1";

        }