Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/29/12 09:22:21 (12 years ago)
Author:
jkarder
Message:

#1853:

  • enhanced combinations count calculation
  • restructured code
  • minor code improvements
  • added license information
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views/3.3/CreateExperimentDialogV2.Designer.cs

    r8524 r8535  
    5757      this.okButton = new System.Windows.Forms.Button();
    5858      this.cancelButton = new System.Windows.Forms.Button();
    59       this.calculateCombinationsButton = new System.Windows.Forms.Button();
    6059      this.combinationsLabel = new System.Windows.Forms.Label();
    61       this.combinationsTextBox = new System.Windows.Forms.TextBox();
    6260      this.configurationTabControl = new System.Windows.Forms.TabControl();
    6361      this.parameterConfigurationTabPage = new System.Windows.Forms.TabPage();
     62      this.parameterConfigurationTreeView = new HeuristicLab.Encodings.ParameterConfigurationEncoding.Views.ParameterConfigurationTreeView();
    6463      this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
    6564      this.instanceTreeView = new System.Windows.Forms.TreeView();
     
    6766      this.libraryComboBox = new System.Windows.Forms.ComboBox();
    6867      this.instanceDiscoveryBackgroundWorker = new System.ComponentModel.BackgroundWorker();
    69       this.parameterConfigurationTreeView = new HeuristicLab.Encodings.ParameterConfigurationEncoding.Views.ParameterConfigurationTreeView();
     68      this.combinationsCountLabel = new System.Windows.Forms.Label();
    7069      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
    7170      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    188187      this.cancelButton.UseVisualStyleBackColor = true;
    189188      //
    190       // calculateCombinationsButton
    191       //
    192       this.calculateCombinationsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    193       this.calculateCombinationsButton.Location = new System.Drawing.Point(12, 557);
    194       this.calculateCombinationsButton.Name = "calculateCombinationsButton";
    195       this.calculateCombinationsButton.Size = new System.Drawing.Size(148, 23);
    196       this.calculateCombinationsButton.TabIndex = 9;
    197       this.calculateCombinationsButton.Text = "Calculate Combinations";
    198       this.calculateCombinationsButton.UseVisualStyleBackColor = true;
    199       this.calculateCombinationsButton.Click += new System.EventHandler(this.calculateCombinationsButton_Click);
    200       //
    201189      // combinationsLabel
    202190      //
    203191      this.combinationsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    204192      this.combinationsLabel.AutoSize = true;
    205       this.combinationsLabel.Location = new System.Drawing.Point(166, 562);
     193      this.combinationsLabel.Location = new System.Drawing.Point(12, 562);
    206194      this.combinationsLabel.Name = "combinationsLabel";
    207195      this.combinationsLabel.Size = new System.Drawing.Size(73, 13);
    208196      this.combinationsLabel.TabIndex = 10;
    209197      this.combinationsLabel.Text = "Combinations:";
    210       //
    211       // combinationsTextBox
    212       //
    213       this.combinationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    214                   | System.Windows.Forms.AnchorStyles.Right)));
    215       this.combinationsTextBox.Location = new System.Drawing.Point(245, 559);
    216       this.combinationsTextBox.Name = "combinationsTextBox";
    217       this.combinationsTextBox.ReadOnly = true;
    218       this.combinationsTextBox.Size = new System.Drawing.Size(565, 20);
    219       this.combinationsTextBox.TabIndex = 11;
    220198      //
    221199      // configurationTabControl
     
    243221      this.parameterConfigurationTabPage.Text = "Parameter Configuration";
    244222      this.parameterConfigurationTabPage.UseVisualStyleBackColor = true;
     223      //
     224      // parameterConfigurationTreeView
     225      //
     226      this.parameterConfigurationTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     227                  | System.Windows.Forms.AnchorStyles.Left)
     228                  | System.Windows.Forms.AnchorStyles.Right)));
     229      this.parameterConfigurationTreeView.Caption = "ParameterConfiguration View";
     230      this.parameterConfigurationTreeView.Content = null;
     231      this.parameterConfigurationTreeView.Location = new System.Drawing.Point(6, 6);
     232      this.parameterConfigurationTreeView.Name = "parameterConfigurationTreeView";
     233      this.parameterConfigurationTreeView.ReadOnly = false;
     234      this.parameterConfigurationTreeView.Size = new System.Drawing.Size(940, 432);
     235      this.parameterConfigurationTreeView.TabIndex = 6;
    245236      //
    246237      // problemInstancesTabPage
     
    295286      this.instanceDiscoveryBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.instanceDiscoveryBackgroundWorker_RunWorkerCompleted);
    296287      //
    297       // parameterConfigurationTreeView
    298       //
    299       this.parameterConfigurationTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    300                   | System.Windows.Forms.AnchorStyles.Left)
    301                   | System.Windows.Forms.AnchorStyles.Right)));
    302       this.parameterConfigurationTreeView.Caption = "ParameterConfiguration View";
    303       this.parameterConfigurationTreeView.Content = null;
    304       this.parameterConfigurationTreeView.Location = new System.Drawing.Point(6, 6);
    305       this.parameterConfigurationTreeView.Name = "parameterConfigurationTreeView";
    306       this.parameterConfigurationTreeView.ReadOnly = false;
    307       this.parameterConfigurationTreeView.Size = new System.Drawing.Size(940, 432);
    308       this.parameterConfigurationTreeView.TabIndex = 6;
     288      // combinationsCountLabel
     289      //
     290      this.combinationsCountLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     291      this.combinationsCountLabel.AutoSize = true;
     292      this.combinationsCountLabel.Location = new System.Drawing.Point(91, 562);
     293      this.combinationsCountLabel.Name = "combinationsCountLabel";
     294      this.combinationsCountLabel.Size = new System.Drawing.Size(13, 13);
     295      this.combinationsCountLabel.TabIndex = 13;
     296      this.combinationsCountLabel.Text = "1";
    309297      //
    310298      // CreateExperimentDialogV2
    311299      //
     300      this.AcceptButton = this.okButton;
    312301      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     302      this.CancelButton = this.cancelButton;
    313303      this.ClientSize = new System.Drawing.Size(984, 592);
     304      this.Controls.Add(this.combinationsCountLabel);
    314305      this.Controls.Add(this.configurationTabControl);
    315       this.Controls.Add(this.combinationsTextBox);
    316306      this.Controls.Add(this.combinationsLabel);
    317       this.Controls.Add(this.calculateCombinationsButton);
    318307      this.Controls.Add(this.cancelButton);
    319308      this.Controls.Add(this.okButton);
     
    359348    private System.Windows.Forms.ErrorProvider warningProvider;
    360349    private ParameterConfigurationTreeView parameterConfigurationTreeView;
    361     private System.Windows.Forms.TextBox combinationsTextBox;
    362350    private System.Windows.Forms.Label combinationsLabel;
    363     private System.Windows.Forms.Button calculateCombinationsButton;
    364351    private System.Windows.Forms.TabControl configurationTabControl;
    365352    private System.Windows.Forms.TabPage parameterConfigurationTabPage;
     
    369356    private System.Windows.Forms.ComboBox libraryComboBox;
    370357    private System.ComponentModel.BackgroundWorker instanceDiscoveryBackgroundWorker;
     358    private System.Windows.Forms.Label combinationsCountLabel;
    371359  }
    372360}
Note: See TracChangeset for help on using the changeset viewer.