Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/11 00:51:34 (13 years ago)
Author:
abeham
Message:

#567

  • Updated default value for year in license snippet
  • Updated new view wizard
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Templates/HeuristicLab.VS2010Wizards/ProblemWizardForm.Designer.cs

    r4214 r5388  
    3737      this.page2Panel = new System.Windows.Forms.Panel();
    3838      this.label3 = new System.Windows.Forms.Label();
     39      this.parametersControl = new HeuristicLab.VS2010Wizards.ParametersControl();
    3940      this.panel2 = new System.Windows.Forms.Panel();
    4041      this.nextButton = new System.Windows.Forms.Button();
    4142      this.previousButton = new System.Windows.Forms.Button();
    4243      this.page1Panel = new System.Windows.Forms.Panel();
    43       this.singleObjectiveCheckBox = new System.Windows.Forms.CheckBox();
    44       this.contentPanel = new System.Windows.Forms.Panel();
    4544      this.solutionCreatorTypeTextBox = new System.Windows.Forms.TextBox();
    4645      this.evaluatorTypeTextBox = new System.Windows.Forms.TextBox();
    4746      this.label6 = new System.Windows.Forms.Label();
    4847      this.label5 = new System.Windows.Forms.Label();
    49       this.parametersControl = new HeuristicLab.VS2010Wizards.ParametersControl();
     48      this.singleObjectiveCheckBox = new System.Windows.Forms.CheckBox();
     49      this.contentPanel = new System.Windows.Forms.Panel();
    5050      this.panel1.SuspendLayout();
    5151      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     
    177177      this.label3.TabIndex = 1;
    178178      this.label3.Text = "Parameters:";
     179      //
     180      // parametersControl
     181      //
     182      this.parametersControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     183                  | System.Windows.Forms.AnchorStyles.Left)
     184                  | System.Windows.Forms.AnchorStyles.Right)));
     185      this.parametersControl.Location = new System.Drawing.Point(0, 33);
     186      this.parametersControl.Name = "parametersControl";
     187      this.parametersControl.Size = new System.Drawing.Size(676, 260);
     188      this.parametersControl.TabIndex = 0;
    179189      //
    180190      // panel2
     
    230240      this.page1Panel.TabIndex = 9;
    231241      //
     242      // solutionCreatorTypeTextBox
     243      //
     244      this.solutionCreatorTypeTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     245      this.solutionCreatorTypeTextBox.Location = new System.Drawing.Point(103, 236);
     246      this.solutionCreatorTypeTextBox.Name = "solutionCreatorTypeTextBox";
     247      this.solutionCreatorTypeTextBox.Size = new System.Drawing.Size(468, 20);
     248      this.solutionCreatorTypeTextBox.TabIndex = 8;
     249      this.solutionCreatorTypeTextBox.Text = "IMyProblemSolutionCreator";
     250      this.solutionCreatorTypeTextBox.TextChanged += new System.EventHandler(this.solutionCreatorTypeTextBox_TextChanged);
     251      //
     252      // evaluatorTypeTextBox
     253      //
     254      this.evaluatorTypeTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     255      this.evaluatorTypeTextBox.Location = new System.Drawing.Point(103, 197);
     256      this.evaluatorTypeTextBox.Name = "evaluatorTypeTextBox";
     257      this.evaluatorTypeTextBox.Size = new System.Drawing.Size(468, 20);
     258      this.evaluatorTypeTextBox.TabIndex = 9;
     259      this.evaluatorTypeTextBox.Text = "IMyProblemEvaluator";
     260      this.evaluatorTypeTextBox.TextChanged += new System.EventHandler(this.evaluatorTypeTextBox_TextChanged);
     261      //
     262      // label6
     263      //
     264      this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
     265      this.label6.AutoSize = true;
     266      this.label6.Location = new System.Drawing.Point(100, 220);
     267      this.label6.Name = "label6";
     268      this.label6.Size = new System.Drawing.Size(112, 13);
     269      this.label6.TabIndex = 6;
     270      this.label6.Text = "Solution Creator Type:";
     271      //
     272      // label5
     273      //
     274      this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
     275      this.label5.AutoSize = true;
     276      this.label5.Location = new System.Drawing.Point(100, 181);
     277      this.label5.Name = "label5";
     278      this.label5.Size = new System.Drawing.Size(82, 13);
     279      this.label5.TabIndex = 7;
     280      this.label5.Text = "Evaluator Type:";
     281      //
    232282      // singleObjectiveCheckBox
    233283      //
     
    255305      this.contentPanel.Size = new System.Drawing.Size(676, 293);
    256306      this.contentPanel.TabIndex = 11;
    257       //
    258       // solutionCreatorTypeTextBox
    259       //
    260       this.solutionCreatorTypeTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
    261       this.solutionCreatorTypeTextBox.Location = new System.Drawing.Point(103, 236);
    262       this.solutionCreatorTypeTextBox.Name = "solutionCreatorTypeTextBox";
    263       this.solutionCreatorTypeTextBox.Size = new System.Drawing.Size(468, 20);
    264       this.solutionCreatorTypeTextBox.TabIndex = 8;
    265       this.solutionCreatorTypeTextBox.Text = "IMyProblemSolutionCreator";
    266       this.solutionCreatorTypeTextBox.TextChanged += new System.EventHandler(this.solutionCreatorTypeTextBox_TextChanged);
    267       //
    268       // evaluatorTypeTextBox
    269       //
    270       this.evaluatorTypeTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
    271       this.evaluatorTypeTextBox.Location = new System.Drawing.Point(103, 197);
    272       this.evaluatorTypeTextBox.Name = "evaluatorTypeTextBox";
    273       this.evaluatorTypeTextBox.Size = new System.Drawing.Size(468, 20);
    274       this.evaluatorTypeTextBox.TabIndex = 9;
    275       this.evaluatorTypeTextBox.Text = "IMyProblemEvaluator";
    276       this.evaluatorTypeTextBox.TextChanged += new System.EventHandler(this.evaluatorTypeTextBox_TextChanged);
    277       //
    278       // label6
    279       //
    280       this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
    281       this.label6.AutoSize = true;
    282       this.label6.Location = new System.Drawing.Point(100, 220);
    283       this.label6.Name = "label6";
    284       this.label6.Size = new System.Drawing.Size(112, 13);
    285       this.label6.TabIndex = 6;
    286       this.label6.Text = "Solution Creator Type:";
    287       //
    288       // label5
    289       //
    290       this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
    291       this.label5.AutoSize = true;
    292       this.label5.Location = new System.Drawing.Point(100, 181);
    293       this.label5.Name = "label5";
    294       this.label5.Size = new System.Drawing.Size(82, 13);
    295       this.label5.TabIndex = 7;
    296       this.label5.Text = "Evaluator Type:";
    297       //
    298       // parametersControl
    299       //
    300       this.parametersControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    301                   | System.Windows.Forms.AnchorStyles.Left)
    302                   | System.Windows.Forms.AnchorStyles.Right)));
    303       this.parametersControl.Location = new System.Drawing.Point(0, 33);
    304       this.parametersControl.Name = "parametersControl";
    305       this.parametersControl.Size = new System.Drawing.Size(676, 260);
    306       this.parametersControl.TabIndex = 0;
    307307      //
    308308      // ProblemWizardForm
Note: See TracChangeset for help on using the changeset viewer.