Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/12/12 01:47:25 (12 years ago)
Author:
abeham
Message:

#1851: Allow to specify each value of numeric parameters explicitly as well as provide a dialog for generating the values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs

    r7967 r7985  
    6565      this.parametersListView = new System.Windows.Forms.ListView();
    6666      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     67      this.generateButton = new System.Windows.Forms.Button();
     68      this.stringConvertibleArrayView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
    6769      this.detailsTypeLabel = new System.Windows.Forms.Label();
    68       this.stepSizeTextBox = new System.Windows.Forms.TextBox();
    69       this.maximumTextBox = new System.Windows.Forms.TextBox();
    70       this.minimumTextBox = new System.Windows.Forms.TextBox();
    71       this.stepSizeLabel = new System.Windows.Forms.Label();
    72       this.maximumLabel = new System.Windows.Forms.Label();
    73       this.minimumLabel = new System.Windows.Forms.Label();
    7470      this.choicesListView = new System.Windows.Forms.ListView();
    7571      this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     
    8076      this.variationsLabel = new System.Windows.Forms.Label();
    8177      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     78      this.warningProvider = new System.Windows.Forms.ErrorProvider(this.components);
    8279      this.experimentCreationProgressBar = new System.Windows.Forms.ProgressBar();
    83       this.warningProvider = new System.Windows.Forms.ErrorProvider(this.components);
    8480      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
    8581      this.tabControl.SuspendLayout();
     
    273269      // parametersSplitContainer.Panel2
    274270      //
     271      this.parametersSplitContainer.Panel2.Controls.Add(this.generateButton);
     272      this.parametersSplitContainer.Panel2.Controls.Add(this.stringConvertibleArrayView);
    275273      this.parametersSplitContainer.Panel2.Controls.Add(this.detailsTypeLabel);
    276       this.parametersSplitContainer.Panel2.Controls.Add(this.stepSizeTextBox);
    277       this.parametersSplitContainer.Panel2.Controls.Add(this.maximumTextBox);
    278       this.parametersSplitContainer.Panel2.Controls.Add(this.minimumTextBox);
    279       this.parametersSplitContainer.Panel2.Controls.Add(this.stepSizeLabel);
    280       this.parametersSplitContainer.Panel2.Controls.Add(this.maximumLabel);
    281       this.parametersSplitContainer.Panel2.Controls.Add(this.minimumLabel);
    282274      this.parametersSplitContainer.Panel2.Controls.Add(this.choicesListView);
    283275      this.parametersSplitContainer.Size = new System.Drawing.Size(314, 267);
     
    306298      this.columnHeader1.Width = 150;
    307299      //
     300      // generateButton
     301      //
     302      this.generateButton.Location = new System.Drawing.Point(16, 10);
     303      this.generateButton.Name = "generateButton";
     304      this.generateButton.Size = new System.Drawing.Size(75, 23);
     305      this.generateButton.TabIndex = 8;
     306      this.generateButton.Text = "Generate...";
     307      this.generateButton.UseVisualStyleBackColor = true;
     308      this.generateButton.Click += new System.EventHandler(this.generateButton_Click);
     309      //
     310      // stringConvertibleArrayView
     311      //
     312      this.stringConvertibleArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     313                  | System.Windows.Forms.AnchorStyles.Left)
     314                  | System.Windows.Forms.AnchorStyles.Right)));
     315      this.stringConvertibleArrayView.Caption = "StringConvertibleArray View";
     316      this.stringConvertibleArrayView.Content = null;
     317      this.stringConvertibleArrayView.Location = new System.Drawing.Point(16, 39);
     318      this.stringConvertibleArrayView.Name = "stringConvertibleArrayView";
     319      this.stringConvertibleArrayView.ReadOnly = false;
     320      this.stringConvertibleArrayView.Size = new System.Drawing.Size(155, 215);
     321      this.stringConvertibleArrayView.TabIndex = 7;
     322      //
    308323      // detailsTypeLabel
    309324      //
     
    314329      this.detailsTypeLabel.TabIndex = 0;
    315330      this.detailsTypeLabel.Text = "Choices:";
    316       //
    317       // stepSizeTextBox
    318       //
    319       this.stepSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    320                   | System.Windows.Forms.AnchorStyles.Right)));
    321       this.stepSizeTextBox.Location = new System.Drawing.Point(73, 86);
    322       this.stepSizeTextBox.Name = "stepSizeTextBox";
    323       this.stepSizeTextBox.Size = new System.Drawing.Size(98, 20);
    324       this.stepSizeTextBox.TabIndex = 5;
    325       this.stepSizeTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.detailsTextBox_Validating);
    326       //
    327       // maximumTextBox
    328       //
    329       this.maximumTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    330                   | System.Windows.Forms.AnchorStyles.Right)));
    331       this.maximumTextBox.Location = new System.Drawing.Point(73, 60);
    332       this.maximumTextBox.Name = "maximumTextBox";
    333       this.maximumTextBox.Size = new System.Drawing.Size(98, 20);
    334       this.maximumTextBox.TabIndex = 3;
    335       this.maximumTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.detailsTextBox_Validating);
    336       //
    337       // minimumTextBox
    338       //
    339       this.minimumTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    340                   | System.Windows.Forms.AnchorStyles.Right)));
    341       this.minimumTextBox.Location = new System.Drawing.Point(73, 34);
    342       this.minimumTextBox.Name = "minimumTextBox";
    343       this.minimumTextBox.Size = new System.Drawing.Size(98, 20);
    344       this.minimumTextBox.TabIndex = 1;
    345       this.minimumTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.detailsTextBox_Validating);
    346       //
    347       // stepSizeLabel
    348       //
    349       this.stepSizeLabel.AutoSize = true;
    350       this.stepSizeLabel.Location = new System.Drawing.Point(13, 89);
    351       this.stepSizeLabel.Name = "stepSizeLabel";
    352       this.stepSizeLabel.Size = new System.Drawing.Size(53, 13);
    353       this.stepSizeLabel.TabIndex = 4;
    354       this.stepSizeLabel.Text = "Step size:";
    355       //
    356       // maximumLabel
    357       //
    358       this.maximumLabel.AutoSize = true;
    359       this.maximumLabel.Location = new System.Drawing.Point(13, 63);
    360       this.maximumLabel.Name = "maximumLabel";
    361       this.maximumLabel.Size = new System.Drawing.Size(54, 13);
    362       this.maximumLabel.TabIndex = 2;
    363       this.maximumLabel.Text = "Maximum:";
    364       //
    365       // minimumLabel
    366       //
    367       this.minimumLabel.AutoSize = true;
    368       this.minimumLabel.Location = new System.Drawing.Point(13, 37);
    369       this.minimumLabel.Name = "minimumLabel";
    370       this.minimumLabel.Size = new System.Drawing.Size(51, 13);
    371       this.minimumLabel.TabIndex = 0;
    372       this.minimumLabel.Text = "Minimum:";
    373331      //
    374332      // choicesListView
     
    456414      this.errorProvider.ContainerControl = this;
    457415      //
     416      // warningProvider
     417      //
     418      this.warningProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     419      this.warningProvider.ContainerControl = this;
     420      this.warningProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("warningProvider.Icon")));
     421      //
    458422      // experimentCreationProgressBar
    459423      //
     
    466430      this.experimentCreationProgressBar.Visible = false;
    467431      //
    468       // warningProvider
    469       //
    470       this.warningProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
    471       this.warningProvider.ContainerControl = this;
    472       this.warningProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("warningProvider.Icon")));
    473       //
    474432      // CreateExperimentDialog
    475433      //
    476434      this.AcceptButton = this.okButton;
    477       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    478435      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    479436      this.CancelButton = this.cancelButton;
     
    542499    private System.Windows.Forms.ListView choicesListView;
    543500    private System.Windows.Forms.ColumnHeader columnHeader2;
    544     private System.Windows.Forms.TextBox stepSizeTextBox;
    545     private System.Windows.Forms.TextBox maximumTextBox;
    546     private System.Windows.Forms.TextBox minimumTextBox;
    547     private System.Windows.Forms.Label stepSizeLabel;
    548     private System.Windows.Forms.Label maximumLabel;
    549     private System.Windows.Forms.Label minimumLabel;
    550501    private System.Windows.Forms.Label label1;
    551502    private System.Windows.Forms.ErrorProvider errorProvider;
    552     private System.Windows.Forms.ProgressBar experimentCreationProgressBar;
    553503    private System.Windows.Forms.ErrorProvider warningProvider;
    554504    private System.Windows.Forms.TreeView instancesTreeView;
     505    private Data.Views.StringConvertibleArrayView stringConvertibleArrayView;
     506    private System.Windows.Forms.ProgressBar experimentCreationProgressBar;
     507    private System.Windows.Forms.Button generateButton;
    555508
    556509  }
Note: See TracChangeset for help on using the changeset viewer.