Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/19/11 11:25:46 (13 years ago)
Author:
mkommend
Message:

#1624: Implemented RunCollectionContentConstraint to hide specific runs.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionContentConstraintView.Designer.cs

    r6661 r6673  
    2020#endregion
    2121
     22using System.Windows.Forms;
     23
    2224namespace HeuristicLab.Optimization.Views {
    23   partial class RunCollectionConstraintView {
     25  partial class RunCollectionContentConstraintView {
    2426    /// <summary>
    2527    /// Required designer variable.
     
    4547    /// </summary>
    4648    private void InitializeComponent() {
    47       this.lblConstrainedMember = new System.Windows.Forms.Label();
    48       this.lblComparisonOperation = new System.Windows.Forms.Label();
    49       this.lblCompareValue = new System.Windows.Forms.Label();
    50       this.cmbConstraintOperation = new System.Windows.Forms.ComboBox();
    5149      this.chbActive = new System.Windows.Forms.CheckBox();
    52       this.cmbConstraintColumn = new System.Windows.Forms.ComboBox();
     50      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionContentConstraintView.RunSetView();
    5351      this.SuspendLayout();
    54       //
    55       // lblConstrainedMember
    56       //
    57       this.lblConstrainedMember.AutoSize = true;
    58       this.lblConstrainedMember.Location = new System.Drawing.Point(3, 6);
    59       this.lblConstrainedMember.Name = "lblConstrainedMember";
    60       this.lblConstrainedMember.Size = new System.Drawing.Size(107, 13);
    61       this.lblConstrainedMember.TabIndex = 0;
    62       this.lblConstrainedMember.Text = "Constrained Member:";
    63       //
    64       // lblComparisonOperation
    65       //
    66       this.lblComparisonOperation.AutoSize = true;
    67       this.lblComparisonOperation.Location = new System.Drawing.Point(3, 32);
    68       this.lblComparisonOperation.Name = "lblComparisonOperation";
    69       this.lblComparisonOperation.Size = new System.Drawing.Size(106, 13);
    70       this.lblComparisonOperation.TabIndex = 1;
    71       this.lblComparisonOperation.Text = "Constraint Operation:";
    72       //
    73       // lblCompareValue
    74       //
    75       this.lblCompareValue.AutoSize = true;
    76       this.lblCompareValue.Location = new System.Drawing.Point(3, 59);
    77       this.lblCompareValue.Name = "lblCompareValue";
    78       this.lblCompareValue.Size = new System.Drawing.Size(83, 13);
    79       this.lblCompareValue.TabIndex = 2;
    80       this.lblCompareValue.Text = "Constraint Data:";
    81       //
    82       // cmbConstraintOperation
    83       //
    84       this.cmbConstraintOperation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    85                   | System.Windows.Forms.AnchorStyles.Right)));
    86       this.cmbConstraintOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    87       this.cmbConstraintOperation.FormattingEnabled = true;
    88       this.cmbConstraintOperation.Location = new System.Drawing.Point(127, 29);
    89       this.cmbConstraintOperation.Name = "cmbConstraintOperation";
    90       this.cmbConstraintOperation.Size = new System.Drawing.Size(246, 21);
    91       this.cmbConstraintOperation.TabIndex = 4;
    92       this.cmbConstraintOperation.SelectedIndexChanged += new System.EventHandler(this.cmbComparisonOperation_SelectedIndexChanged);
    9352      //
    9453      // chbActive
    9554      //
    9655      this.chbActive.AutoSize = true;
    97       this.chbActive.Location = new System.Drawing.Point(127, 82);
     56      this.chbActive.Location = new System.Drawing.Point(3, 3);
    9857      this.chbActive.Name = "chbActive";
    9958      this.chbActive.Size = new System.Drawing.Size(56, 17);
     
    10362      this.chbActive.CheckedChanged += new System.EventHandler(this.chbActive_CheckedChanged);
    10463      //
    105       // cmbConstraintColumn
     64      // operatorSetView1
    10665      //
    107       this.cmbConstraintColumn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    108                   | System.Windows.Forms.AnchorStyles.Right)));
    109       this.cmbConstraintColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    110       this.cmbConstraintColumn.FormattingEnabled = true;
    111       this.cmbConstraintColumn.Location = new System.Drawing.Point(127, 3);
    112       this.cmbConstraintColumn.Name = "cmbConstraintColumn";
    113       this.cmbConstraintColumn.Size = new System.Drawing.Size(246, 21);
    114       this.cmbConstraintColumn.TabIndex = 8;
    115       this.cmbConstraintColumn.SelectedIndexChanged += new System.EventHandler(this.cmbConstraintColumn_SelectedIndexChanged);
     66      this.runsView.Anchor = AnchorStyles.Left | AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Bottom;
     67      this.runsView.Caption = "Runs View";
     68      this.runsView.Content = null;
     69      this.runsView.Location = new System.Drawing.Point(3, 26);
     70      this.runsView.Name = "runsView";
     71      this.runsView.ReadOnly = false;
     72      this.runsView.Size = new System.Drawing.Size(309, 323);
     73      this.runsView.TabIndex = 8;
    11674      //
    117       // RunCollectionConstraintView
     75      // RunCollectionContentConstraintView
    11876      //
    11977      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    12078      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    121       this.Controls.Add(this.cmbConstraintColumn);
     79      this.Controls.Add(this.runsView);
    12280      this.Controls.Add(this.chbActive);
    123       this.Controls.Add(this.cmbConstraintOperation);
    124       this.Controls.Add(this.lblCompareValue);
    125       this.Controls.Add(this.lblComparisonOperation);
    126       this.Controls.Add(this.lblConstrainedMember);
    127       this.Name = "RunCollectionConstraintView";
    128       this.Size = new System.Drawing.Size(376, 102);
     81      this.Name = "RunCollectionContentConstraintView";
     82      this.Size = new System.Drawing.Size(315, 352);
    12983      this.ResumeLayout(false);
    13084      this.PerformLayout();
     
    13488    #endregion
    13589
    136     private System.Windows.Forms.Label lblConstrainedMember;
    137     private System.Windows.Forms.Label lblComparisonOperation;
    138     private System.Windows.Forms.Label lblCompareValue;
    13990    private System.Windows.Forms.CheckBox chbActive;
    140     protected System.Windows.Forms.ComboBox cmbConstraintColumn;
    141     protected System.Windows.Forms.ComboBox cmbConstraintOperation;
     91    private RunSetView runsView;
    14292  }
    14393}
Note: See TracChangeset for help on using the changeset viewer.