Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/14/10 18:31:09 (14 years ago)
Author:
abeham
Message:

#567

  • Added problem wizard
File:
1 edited

Legend:

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

    r4188 r4214  
    2828      this.label2 = new System.Windows.Forms.Label();
    2929      this.problemDescriptionTextBox = new System.Windows.Forms.TextBox();
    30       this.isMultiObjectiveCheckBox = new System.Windows.Forms.CheckBox();
     30      this.multiObjectiveCheckBox = new System.Windows.Forms.CheckBox();
    3131      this.problemNameTextBox = new System.Windows.Forms.TextBox();
    3232      this.cancelButton = new System.Windows.Forms.Button();
     
    3737      this.page2Panel = new System.Windows.Forms.Panel();
    3838      this.label3 = new System.Windows.Forms.Label();
    39       this.parametersControl = new HeuristicLab.VS2010Wizards.ParametersControl();
    4039      this.panel2 = new System.Windows.Forms.Panel();
    4140      this.nextButton = new System.Windows.Forms.Button();
    4241      this.previousButton = new System.Windows.Forms.Button();
    4342      this.page1Panel = new System.Windows.Forms.Panel();
     43      this.singleObjectiveCheckBox = new System.Windows.Forms.CheckBox();
     44      this.contentPanel = new System.Windows.Forms.Panel();
     45      this.solutionCreatorTypeTextBox = new System.Windows.Forms.TextBox();
     46      this.evaluatorTypeTextBox = new System.Windows.Forms.TextBox();
     47      this.label6 = new System.Windows.Forms.Label();
     48      this.label5 = new System.Windows.Forms.Label();
     49      this.parametersControl = new HeuristicLab.VS2010Wizards.ParametersControl();
    4450      this.panel1.SuspendLayout();
    4551      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
    4652      this.page2Panel.SuspendLayout();
    4753      this.page1Panel.SuspendLayout();
     54      this.contentPanel.SuspendLayout();
    4855      this.SuspendLayout();
    4956      //
     
    5259      this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
    5360      this.label1.AutoSize = true;
    54       this.label1.Location = new System.Drawing.Point(100, 48);
     61      this.label1.Location = new System.Drawing.Point(100, 19);
    5562      this.label1.Name = "label1";
    5663      this.label1.Size = new System.Drawing.Size(38, 13);
     
    6269      this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
    6370      this.label2.AutoSize = true;
    64       this.label2.Location = new System.Drawing.Point(100, 96);
     71      this.label2.Location = new System.Drawing.Point(100, 67);
    6572      this.label2.Name = "label2";
    6673      this.label2.Size = new System.Drawing.Size(63, 13);
     
    7178      //
    7279      this.problemDescriptionTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
    73       this.problemDescriptionTextBox.Location = new System.Drawing.Point(102, 112);
     80      this.problemDescriptionTextBox.Location = new System.Drawing.Point(103, 83);
    7481      this.problemDescriptionTextBox.Multiline = true;
    7582      this.problemDescriptionTextBox.Name = "problemDescriptionTextBox";
    76       this.problemDescriptionTextBox.Size = new System.Drawing.Size(469, 63);
     83      this.problemDescriptionTextBox.Size = new System.Drawing.Size(468, 63);
    7784      this.problemDescriptionTextBox.TabIndex = 3;
    7885      //
    79       // isMultiObjectiveCheckBox
    80       //
    81       this.isMultiObjectiveCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
    82       this.isMultiObjectiveCheckBox.AutoSize = true;
    83       this.isMultiObjectiveCheckBox.Location = new System.Drawing.Point(102, 188);
    84       this.isMultiObjectiveCheckBox.Name = "isMultiObjectiveCheckBox";
    85       this.isMultiObjectiveCheckBox.Size = new System.Drawing.Size(96, 17);
    86       this.isMultiObjectiveCheckBox.TabIndex = 5;
    87       this.isMultiObjectiveCheckBox.Text = "Multi-Objective";
    88       this.isMultiObjectiveCheckBox.UseVisualStyleBackColor = true;
     86      // multiObjectiveCheckBox
     87      //
     88      this.multiObjectiveCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     89      this.multiObjectiveCheckBox.AutoSize = true;
     90      this.multiObjectiveCheckBox.Location = new System.Drawing.Point(212, 152);
     91      this.multiObjectiveCheckBox.Name = "multiObjectiveCheckBox";
     92      this.multiObjectiveCheckBox.Size = new System.Drawing.Size(96, 17);
     93      this.multiObjectiveCheckBox.TabIndex = 5;
     94      this.multiObjectiveCheckBox.Text = "Multi-Objective";
     95      this.multiObjectiveCheckBox.UseVisualStyleBackColor = true;
     96      this.multiObjectiveCheckBox.CheckedChanged += new System.EventHandler(this.multiObjectiveCheckBox_CheckedChanged);
    8997      //
    9098      // problemNameTextBox
    9199      //
    92100      this.problemNameTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
    93       this.problemNameTextBox.Location = new System.Drawing.Point(103, 64);
     101      this.problemNameTextBox.Location = new System.Drawing.Point(103, 35);
    94102      this.problemNameTextBox.Name = "problemNameTextBox";
    95103      this.problemNameTextBox.Size = new System.Drawing.Size(468, 20);
     
    152160      // page2Panel
    153161      //
    154       this.page2Panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    155                   | System.Windows.Forms.AnchorStyles.Left)
    156                   | System.Windows.Forms.AnchorStyles.Right)));
    157162      this.page2Panel.Controls.Add(this.label3);
    158163      this.page2Panel.Controls.Add(this.parametersControl);
    159       this.page2Panel.Location = new System.Drawing.Point(0, 86);
     164      this.page2Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     165      this.page2Panel.Location = new System.Drawing.Point(0, 0);
    160166      this.page2Panel.Name = "page2Panel";
    161       this.page2Panel.Size = new System.Drawing.Size(676, 289);
     167      this.page2Panel.Size = new System.Drawing.Size(676, 293);
    162168      this.page2Panel.TabIndex = 10;
    163169      this.page2Panel.Visible = false;
     
    171177      this.label3.TabIndex = 1;
    172178      this.label3.Text = "Parameters:";
    173       //
    174       // parametersControl
    175       //
    176       this.parametersControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    177                   | System.Windows.Forms.AnchorStyles.Left)
    178                   | System.Windows.Forms.AnchorStyles.Right)));
    179       this.parametersControl.Location = new System.Drawing.Point(0, 33);
    180       this.parametersControl.Name = "parametersControl";
    181       this.parametersControl.Size = new System.Drawing.Size(676, 256);
    182       this.parametersControl.TabIndex = 0;
    183179      //
    184180      // panel2
     
    218214      // page1Panel
    219215      //
    220       this.page1Panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    221                   | System.Windows.Forms.AnchorStyles.Left)
    222                   | System.Windows.Forms.AnchorStyles.Right)));
     216      this.page1Panel.Controls.Add(this.solutionCreatorTypeTextBox);
     217      this.page1Panel.Controls.Add(this.evaluatorTypeTextBox);
     218      this.page1Panel.Controls.Add(this.label6);
     219      this.page1Panel.Controls.Add(this.label5);
    223220      this.page1Panel.Controls.Add(this.label1);
    224221      this.page1Panel.Controls.Add(this.label2);
    225222      this.page1Panel.Controls.Add(this.problemDescriptionTextBox);
    226223      this.page1Panel.Controls.Add(this.problemNameTextBox);
    227       this.page1Panel.Controls.Add(this.isMultiObjectiveCheckBox);
    228       this.page1Panel.Location = new System.Drawing.Point(0, 86);
     224      this.page1Panel.Controls.Add(this.singleObjectiveCheckBox);
     225      this.page1Panel.Controls.Add(this.multiObjectiveCheckBox);
     226      this.page1Panel.Dock = System.Windows.Forms.DockStyle.Fill;
     227      this.page1Panel.Location = new System.Drawing.Point(0, 0);
    229228      this.page1Panel.Name = "page1Panel";
    230       this.page1Panel.Size = new System.Drawing.Size(676, 298);
     229      this.page1Panel.Size = new System.Drawing.Size(676, 293);
    231230      this.page1Panel.TabIndex = 9;
     231      //
     232      // singleObjectiveCheckBox
     233      //
     234      this.singleObjectiveCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     235      this.singleObjectiveCheckBox.AutoSize = true;
     236      this.singleObjectiveCheckBox.Checked = true;
     237      this.singleObjectiveCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     238      this.singleObjectiveCheckBox.Location = new System.Drawing.Point(103, 152);
     239      this.singleObjectiveCheckBox.Name = "singleObjectiveCheckBox";
     240      this.singleObjectiveCheckBox.Size = new System.Drawing.Size(103, 17);
     241      this.singleObjectiveCheckBox.TabIndex = 5;
     242      this.singleObjectiveCheckBox.Text = "Single-Objective";
     243      this.singleObjectiveCheckBox.UseVisualStyleBackColor = true;
     244      this.singleObjectiveCheckBox.CheckedChanged += new System.EventHandler(this.singleObjectiveCheckBox_CheckedChanged);
     245      //
     246      // contentPanel
     247      //
     248      this.contentPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     249                  | System.Windows.Forms.AnchorStyles.Left)
     250                  | System.Windows.Forms.AnchorStyles.Right)));
     251      this.contentPanel.Controls.Add(this.page1Panel);
     252      this.contentPanel.Controls.Add(this.page2Panel);
     253      this.contentPanel.Location = new System.Drawing.Point(0, 85);
     254      this.contentPanel.Name = "contentPanel";
     255      this.contentPanel.Size = new System.Drawing.Size(676, 293);
     256      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;
    232307      //
    233308      // ProblemWizardForm
     
    236311      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    237312      this.ClientSize = new System.Drawing.Size(676, 428);
     313      this.Controls.Add(this.contentPanel);
    238314      this.Controls.Add(this.panel1);
    239315      this.Controls.Add(this.cancelButton);
     
    242318      this.Controls.Add(this.finishButton);
    243319      this.Controls.Add(this.panel2);
    244       this.Controls.Add(this.page2Panel);
    245       this.Controls.Add(this.page1Panel);
    246320      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    247321      this.Name = "ProblemWizardForm";
     
    254328      this.page1Panel.ResumeLayout(false);
    255329      this.page1Panel.PerformLayout();
     330      this.contentPanel.ResumeLayout(false);
    256331      this.ResumeLayout(false);
    257332
     
    263338    private System.Windows.Forms.Label label2;
    264339    private System.Windows.Forms.TextBox problemDescriptionTextBox;
    265     private System.Windows.Forms.CheckBox isMultiObjectiveCheckBox;
     340    private System.Windows.Forms.CheckBox multiObjectiveCheckBox;
    266341    private System.Windows.Forms.TextBox problemNameTextBox;
    267342    private System.Windows.Forms.Button cancelButton;
     
    277352    private ParametersControl parametersControl;
    278353    private System.Windows.Forms.Label label3;
     354    private System.Windows.Forms.CheckBox singleObjectiveCheckBox;
     355    private System.Windows.Forms.Panel contentPanel;
     356    private System.Windows.Forms.TextBox solutionCreatorTypeTextBox;
     357    private System.Windows.Forms.TextBox evaluatorTypeTextBox;
     358    private System.Windows.Forms.Label label6;
     359    private System.Windows.Forms.Label label5;
    279360  }
    280361}
Note: See TracChangeset for help on using the changeset viewer.