Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/27/15 16:10:23 (9 years ago)
Author:
abeham
Message:

#2431: added options to add results based on targets or budgets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs

    r12804 r12806  
    4646      this.components = new System.ComponentModel.Container();
    4747      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
    48       this.label1 = new System.Windows.Forms.Label();
     48      this.dataTableLabel = new System.Windows.Forms.Label();
    4949      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    50       this.label2 = new System.Windows.Forms.Label();
     50      this.groupLabel = new System.Windows.Forms.Label();
    5151      this.groupComboBox = new System.Windows.Forms.ComboBox();
    5252      this.logScalingCheckBox = new System.Windows.Forms.CheckBox();
    5353      this.targetsTextBox = new System.Windows.Forms.TextBox();
    54       this.label3 = new System.Windows.Forms.Label();
     54      this.targetsLabel = new System.Windows.Forms.Label();
    5555      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     56      this.fixedTargetButton = new System.Windows.Forms.Button();
     57      this.generateTargetsButton = new System.Windows.Forms.Button();
     58      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     59      this.budgetsLabel = new System.Windows.Forms.Label();
     60      this.budgetsTextBox = new System.Windows.Forms.TextBox();
     61      this.fixedCostButton = new System.Windows.Forms.Button();
    5662      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5763      this.SuspendLayout();
     
    6975      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
    7076      //
    71       // label1
    72       //
    73       this.label1.AutoSize = true;
    74       this.label1.Location = new System.Drawing.Point(3, 33);
    75       this.label1.Name = "label1";
    76       this.label1.Size = new System.Drawing.Size(60, 13);
    77       this.label1.TabIndex = 1;
    78       this.label1.Text = "DataTable:";
     77      // dataTableLabel
     78      //
     79      this.dataTableLabel.AutoSize = true;
     80      this.dataTableLabel.Location = new System.Drawing.Point(3, 33);
     81      this.dataTableLabel.Name = "dataTableLabel";
     82      this.dataTableLabel.Size = new System.Drawing.Size(60, 13);
     83      this.dataTableLabel.TabIndex = 1;
     84      this.dataTableLabel.Text = "DataTable:";
    7985      //
    8086      // viewHost
     
    94100      this.viewHost.ViewType = null;
    95101      //
    96       // label2
    97       //
    98       this.label2.AutoSize = true;
    99       this.label2.Location = new System.Drawing.Point(3, 6);
    100       this.label2.Name = "label2";
    101       this.label2.Size = new System.Drawing.Size(39, 13);
    102       this.label2.TabIndex = 3;
    103       this.label2.Text = "Group:";
     102      // groupLabel
     103      //
     104      this.groupLabel.AutoSize = true;
     105      this.groupLabel.Location = new System.Drawing.Point(3, 6);
     106      this.groupLabel.Name = "groupLabel";
     107      this.groupLabel.Size = new System.Drawing.Size(39, 13);
     108      this.groupLabel.TabIndex = 3;
     109      this.groupLabel.Text = "Group:";
    104110      //
    105111      // groupComboBox
     
    133139      this.targetsTextBox.Location = new System.Drawing.Point(69, 57);
    134140      this.targetsTextBox.Name = "targetsTextBox";
    135       this.targetsTextBox.Size = new System.Drawing.Size(455, 20);
     141      this.targetsTextBox.Size = new System.Drawing.Size(265, 20);
    136142      this.targetsTextBox.TabIndex = 6;
     143      this.toolTip.SetToolTip(this.targetsTextBox, "The order of the targets is important, first to-hit targets\r\nshould be given firs" +
     144        "t. The sequence should be monotonous.\r\n\r\nTargets should be separated by semicolo" +
     145        "n, tab or space.");
    137146      this.targetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetsTextBox_Validating);
    138147      //
    139       // label3
    140       //
    141       this.label3.AutoSize = true;
    142       this.label3.Location = new System.Drawing.Point(3, 60);
    143       this.label3.Name = "label3";
    144       this.label3.Size = new System.Drawing.Size(46, 13);
    145       this.label3.TabIndex = 1;
    146       this.label3.Text = "Targets:";
     148      // targetsLabel
     149      //
     150      this.targetsLabel.AutoSize = true;
     151      this.targetsLabel.Location = new System.Drawing.Point(3, 60);
     152      this.targetsLabel.Name = "targetsLabel";
     153      this.targetsLabel.Size = new System.Drawing.Size(46, 13);
     154      this.targetsLabel.TabIndex = 1;
     155      this.targetsLabel.Text = "Targets:";
    147156      //
    148157      // errorProvider
     
    150159      this.errorProvider.ContainerControl = this;
    151160      //
     161      // fixedTargetButton
     162      //
     163      this.fixedTargetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     164      this.fixedTargetButton.Location = new System.Drawing.Point(435, 54);
     165      this.fixedTargetButton.Name = "fixedTargetButton";
     166      this.fixedTargetButton.Size = new System.Drawing.Size(89, 23);
     167      this.fixedTargetButton.TabIndex = 7;
     168      this.fixedTargetButton.Text = "Add as Result";
     169      this.fixedTargetButton.UseVisualStyleBackColor = true;
     170      this.fixedTargetButton.Click += new System.EventHandler(this.fixedTargetButton_Click);
     171      //
     172      // generateTargetsButton
     173      //
     174      this.generateTargetsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     175      this.generateTargetsButton.Location = new System.Drawing.Point(340, 54);
     176      this.generateTargetsButton.Name = "generateTargetsButton";
     177      this.generateTargetsButton.Size = new System.Drawing.Size(89, 23);
     178      this.generateTargetsButton.TabIndex = 7;
     179      this.generateTargetsButton.Text = "Generate...";
     180      this.generateTargetsButton.UseVisualStyleBackColor = true;
     181      this.generateTargetsButton.Click += new System.EventHandler(this.generateTargetsButton_Click);
     182      //
     183      // budgetsLabel
     184      //
     185      this.budgetsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     186      this.budgetsLabel.AutoSize = true;
     187      this.budgetsLabel.Location = new System.Drawing.Point(235, 353);
     188      this.budgetsLabel.Name = "budgetsLabel";
     189      this.budgetsLabel.Size = new System.Drawing.Size(49, 13);
     190      this.budgetsLabel.TabIndex = 1;
     191      this.budgetsLabel.Text = "Budgets:";
     192      //
     193      // budgetsTextBox
     194      //
     195      this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     196            | System.Windows.Forms.AnchorStyles.Right)));
     197      this.budgetsTextBox.Location = new System.Drawing.Point(290, 350);
     198      this.budgetsTextBox.Name = "budgetsTextBox";
     199      this.budgetsTextBox.Size = new System.Drawing.Size(139, 20);
     200      this.budgetsTextBox.TabIndex = 6;
     201      this.budgetsTextBox.Text = "1e2 ; 1e3 ; 1e4 ; 1e5 ; 1e6";
     202      this.budgetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetsTextBox_Validating);
     203      //
     204      // fixedCostButton
     205      //
     206      this.fixedCostButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     207      this.fixedCostButton.Location = new System.Drawing.Point(435, 348);
     208      this.fixedCostButton.Name = "fixedCostButton";
     209      this.fixedCostButton.Size = new System.Drawing.Size(89, 23);
     210      this.fixedCostButton.TabIndex = 7;
     211      this.fixedCostButton.Text = "Add as Result";
     212      this.fixedCostButton.UseVisualStyleBackColor = true;
     213      this.fixedCostButton.Click += new System.EventHandler(this.fixedCostButton_Click);
     214      //
    152215      // RunCollectionRLDView
    153216      //
    154217      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     218      this.Controls.Add(this.generateTargetsButton);
     219      this.Controls.Add(this.fixedCostButton);
     220      this.Controls.Add(this.fixedTargetButton);
     221      this.Controls.Add(this.budgetsTextBox);
    155222      this.Controls.Add(this.targetsTextBox);
    156223      this.Controls.Add(this.logScalingCheckBox);
    157224      this.Controls.Add(this.groupComboBox);
    158       this.Controls.Add(this.label2);
     225      this.Controls.Add(this.groupLabel);
     226      this.Controls.Add(this.budgetsLabel);
    159227      this.Controls.Add(this.viewHost);
    160       this.Controls.Add(this.label3);
    161       this.Controls.Add(this.label1);
     228      this.Controls.Add(this.targetsLabel);
     229      this.Controls.Add(this.dataTableLabel);
    162230      this.Controls.Add(this.dataTableComboBox);
    163231      this.Name = "RunCollectionRLDView";
     
    172240
    173241    private System.Windows.Forms.ComboBox dataTableComboBox;
    174     private System.Windows.Forms.Label label1;
     242    private System.Windows.Forms.Label dataTableLabel;
    175243    private MainForm.WindowsForms.ViewHost viewHost;
    176     private System.Windows.Forms.Label label2;
     244    private System.Windows.Forms.Label groupLabel;
    177245    private System.Windows.Forms.ComboBox groupComboBox;
    178246    private System.Windows.Forms.CheckBox logScalingCheckBox;
    179247    private System.Windows.Forms.TextBox targetsTextBox;
    180     private System.Windows.Forms.Label label3;
     248    private System.Windows.Forms.Label targetsLabel;
    181249    protected System.Windows.Forms.ErrorProvider errorProvider;
     250    private System.Windows.Forms.Button fixedTargetButton;
     251    private System.Windows.Forms.Button generateTargetsButton;
     252    private System.Windows.Forms.ToolTip toolTip;
     253    private System.Windows.Forms.Button fixedCostButton;
     254    private System.Windows.Forms.TextBox budgetsTextBox;
     255    private System.Windows.Forms.Label budgetsLabel;
    182256  }
    183257}
Note: See TracChangeset for help on using the changeset viewer.