Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/19 10:21:59 (5 years ago)
Author:
chaider
Message:

#2971 Changed some views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/IntervalConstraintView.Designer.cs

    r16830 r16862  
    5050      this.incllowerboundLabel = new System.Windows.Forms.Label();
    5151      this.inclupperboundLabel = new System.Windows.Forms.Label();
    52       this.isderivationLabel = new System.Windows.Forms.Label();
    5352      this.variableLabel = new System.Windows.Forms.Label();
    5453      this.numberderivationLabel = new System.Windows.Forms.Label();
     
    5857      this.variableInput = new System.Windows.Forms.TextBox();
    5958      this.groupBox1 = new System.Windows.Forms.GroupBox();
     59      this.label1 = new System.Windows.Forms.Label();
    6060      this.numberderivationInput = new System.Windows.Forms.ComboBox();
    6161      this.ischeckedCheckBox = new System.Windows.Forms.CheckBox();
     
    6464      this.inclupperboundInput = new System.Windows.Forms.CheckBox();
    6565      this.incllowerboundInput = new System.Windows.Forms.CheckBox();
    66       this.derivationInput = new System.Windows.Forms.CheckBox();
    6766      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    6867      this.groupBox1.SuspendLayout();
     
    7372      //
    7473      this.definitionLabel.AutoSize = true;
    75       this.definitionLabel.Location = new System.Drawing.Point(11, 45);
     74      this.definitionLabel.Location = new System.Drawing.Point(11, 72);
    7675      this.definitionLabel.Name = "definitionLabel";
    7776      this.definitionLabel.Size = new System.Drawing.Size(54, 13);
     
    8281      //
    8382      this.lowerboundLabel.AutoSize = true;
    84       this.lowerboundLabel.Location = new System.Drawing.Point(11, 71);
     83      this.lowerboundLabel.Location = new System.Drawing.Point(11, 98);
    8584      this.lowerboundLabel.Name = "lowerboundLabel";
    8685      this.lowerboundLabel.Size = new System.Drawing.Size(69, 13);
     
    9190      //
    9291      this.upperboundLabel.AutoSize = true;
    93       this.upperboundLabel.Location = new System.Drawing.Point(11, 96);
     92      this.upperboundLabel.Location = new System.Drawing.Point(11, 123);
    9493      this.upperboundLabel.Name = "upperboundLabel";
    9594      this.upperboundLabel.Size = new System.Drawing.Size(69, 13);
     
    10099      //
    101100      this.incllowerboundLabel.AutoSize = true;
    102       this.incllowerboundLabel.Location = new System.Drawing.Point(11, 122);
     101      this.incllowerboundLabel.Location = new System.Drawing.Point(11, 149);
    103102      this.incllowerboundLabel.Name = "incllowerboundLabel";
    104103      this.incllowerboundLabel.Size = new System.Drawing.Size(92, 13);
     
    109108      //
    110109      this.inclupperboundLabel.AutoSize = true;
    111       this.inclupperboundLabel.Location = new System.Drawing.Point(11, 147);
     110      this.inclupperboundLabel.Location = new System.Drawing.Point(11, 174);
    112111      this.inclupperboundLabel.Name = "inclupperboundLabel";
    113112      this.inclupperboundLabel.Size = new System.Drawing.Size(92, 13);
     
    115114      this.inclupperboundLabel.Text = "Incl. Upperbound:";
    116115      //
    117       // isderivationLabel
    118       //
    119       this.isderivationLabel.AutoSize = true;
    120       this.isderivationLabel.Location = new System.Drawing.Point(11, 173);
    121       this.isderivationLabel.Name = "isderivationLabel";
    122       this.isderivationLabel.Size = new System.Drawing.Size(58, 13);
    123       this.isderivationLabel.TabIndex = 6;
    124       this.isderivationLabel.Text = "Derivation:";
    125       //
    126116      // variableLabel
    127117      //
    128118      this.variableLabel.AutoSize = true;
    129       this.variableLabel.Location = new System.Drawing.Point(11, 198);
     119      this.variableLabel.Location = new System.Drawing.Point(11, 199);
    130120      this.variableLabel.Name = "variableLabel";
    131121      this.variableLabel.Size = new System.Drawing.Size(48, 13);
     
    136126      //
    137127      this.numberderivationLabel.AutoSize = true;
    138       this.numberderivationLabel.Location = new System.Drawing.Point(11, 224);
     128      this.numberderivationLabel.Location = new System.Drawing.Point(11, 225);
    139129      this.numberderivationLabel.Name = "numberderivationLabel";
    140130      this.numberderivationLabel.Size = new System.Drawing.Size(65, 13);
     
    146136      this.definitionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    147137            | System.Windows.Forms.AnchorStyles.Right)));
    148       this.definitionInput.Location = new System.Drawing.Point(111, 42);
     138      this.definitionInput.Location = new System.Drawing.Point(111, 69);
    149139      this.definitionInput.Name = "definitionInput";
    150140      this.definitionInput.Size = new System.Drawing.Size(473, 20);
     
    155145      this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    156146            | System.Windows.Forms.AnchorStyles.Right)));
    157       this.upperboundInput.Location = new System.Drawing.Point(111, 93);
     147      this.upperboundInput.Location = new System.Drawing.Point(111, 120);
    158148      this.upperboundInput.Name = "upperboundInput";
    159149      this.upperboundInput.Size = new System.Drawing.Size(473, 20);
     
    166156      this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    167157            | System.Windows.Forms.AnchorStyles.Right)));
    168       this.lowerboundInput.Location = new System.Drawing.Point(111, 68);
     158      this.lowerboundInput.Location = new System.Drawing.Point(111, 95);
    169159      this.lowerboundInput.Name = "lowerboundInput";
    170160      this.lowerboundInput.Size = new System.Drawing.Size(473, 20);
     
    177167      this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    178168            | System.Windows.Forms.AnchorStyles.Right)));
    179       this.variableInput.Location = new System.Drawing.Point(111, 195);
     169      this.variableInput.Location = new System.Drawing.Point(111, 196);
    180170      this.variableInput.Name = "variableInput";
    181171      this.variableInput.Size = new System.Drawing.Size(473, 20);
     
    184174      // groupBox1
    185175      //
     176      this.groupBox1.Controls.Add(this.label1);
    186177      this.groupBox1.Controls.Add(this.numberderivationInput);
    187178      this.groupBox1.Controls.Add(this.ischeckedCheckBox);
     
    190181      this.groupBox1.Controls.Add(this.inclupperboundInput);
    191182      this.groupBox1.Controls.Add(this.incllowerboundInput);
    192       this.groupBox1.Controls.Add(this.derivationInput);
    193183      this.groupBox1.Controls.Add(this.variableInput);
    194184      this.groupBox1.Controls.Add(this.lowerboundInput);
     
    197187      this.groupBox1.Controls.Add(this.numberderivationLabel);
    198188      this.groupBox1.Controls.Add(this.variableLabel);
    199       this.groupBox1.Controls.Add(this.isderivationLabel);
    200189      this.groupBox1.Controls.Add(this.inclupperboundLabel);
    201190      this.groupBox1.Controls.Add(this.incllowerboundLabel);
     
    211200      this.groupBox1.Text = "Interval Constraints Detail";
    212201      //
     202      // label1
     203      //
     204      this.label1.AutoSize = true;
     205      this.label1.Location = new System.Drawing.Point(11, 22);
     206      this.label1.Name = "label1";
     207      this.label1.Size = new System.Drawing.Size(49, 13);
     208      this.label1.TabIndex = 28;
     209      this.label1.Text = "Enabled:";
     210      //
    213211      // numberderivationInput
    214212      //
     
    216214            | System.Windows.Forms.AnchorStyles.Right)));
    217215      this.numberderivationInput.FormattingEnabled = true;
    218       this.numberderivationInput.Location = new System.Drawing.Point(111, 224);
     216      this.numberderivationInput.Location = new System.Drawing.Point(111, 225);
    219217      this.numberderivationInput.Name = "numberderivationInput";
    220218      this.numberderivationInput.Size = new System.Drawing.Size(470, 21);
     
    225223      //
    226224      this.ischeckedCheckBox.AutoSize = true;
    227       this.ischeckedCheckBox.Location = new System.Drawing.Point(14, 257);
     225      this.ischeckedCheckBox.Location = new System.Drawing.Point(111, 21);
    228226      this.ischeckedCheckBox.Name = "ischeckedCheckBox";
    229       this.ischeckedCheckBox.Size = new System.Drawing.Size(65, 17);
     227      this.ischeckedCheckBox.Size = new System.Drawing.Size(15, 14);
    230228      this.ischeckedCheckBox.TabIndex = 26;
    231       this.ischeckedCheckBox.Text = "Enabled";
    232229      this.ischeckedCheckBox.UseVisualStyleBackColor = true;
    233230      this.ischeckedCheckBox.CheckedChanged += new System.EventHandler(this.ischeckedCheckBox_CheckedChanged);
     
    237234      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    238235            | System.Windows.Forms.AnchorStyles.Right)));
    239       this.expressionInput.Location = new System.Drawing.Point(111, 17);
     236      this.expressionInput.Location = new System.Drawing.Point(111, 44);
    240237      this.expressionInput.Name = "expressionInput";
    241238      this.expressionInput.Size = new System.Drawing.Size(473, 20);
     
    245242      //
    246243      this.expressionLabel.AutoSize = true;
    247       this.expressionLabel.Location = new System.Drawing.Point(11, 20);
     244      this.expressionLabel.Location = new System.Drawing.Point(11, 47);
    248245      this.expressionLabel.Name = "expressionLabel";
    249246      this.expressionLabel.Size = new System.Drawing.Size(61, 13);
     
    254251      //
    255252      this.inclupperboundInput.AutoSize = true;
    256       this.inclupperboundInput.Location = new System.Drawing.Point(111, 146);
     253      this.inclupperboundInput.Location = new System.Drawing.Point(111, 173);
    257254      this.inclupperboundInput.Name = "inclupperboundInput";
    258255      this.inclupperboundInput.Size = new System.Drawing.Size(15, 14);
     
    264261      //
    265262      this.incllowerboundInput.AutoSize = true;
    266       this.incllowerboundInput.Location = new System.Drawing.Point(111, 122);
     263      this.incllowerboundInput.Location = new System.Drawing.Point(111, 149);
    267264      this.incllowerboundInput.Name = "incllowerboundInput";
    268265      this.incllowerboundInput.Size = new System.Drawing.Size(15, 14);
     
    270267      this.incllowerboundInput.UseVisualStyleBackColor = true;
    271268      this.incllowerboundInput.CheckedChanged += new System.EventHandler(this.incllowerboundInput_CheckedChanged);
    272       //
    273       // derivationInput
    274       //
    275       this.derivationInput.AutoSize = true;
    276       this.derivationInput.Location = new System.Drawing.Point(111, 173);
    277       this.derivationInput.Name = "derivationInput";
    278       this.derivationInput.Size = new System.Drawing.Size(15, 14);
    279       this.derivationInput.TabIndex = 21;
    280       this.derivationInput.UseVisualStyleBackColor = true;
    281269      //
    282270      // errorProvider
     
    304292    private System.Windows.Forms.Label incllowerboundLabel;
    305293    private System.Windows.Forms.Label inclupperboundLabel;
    306     private System.Windows.Forms.Label isderivationLabel;
    307294    private System.Windows.Forms.Label variableLabel;
    308295    private System.Windows.Forms.Label numberderivationLabel;
     
    312299    private System.Windows.Forms.TextBox variableInput;
    313300    private System.Windows.Forms.GroupBox groupBox1;
    314     private System.Windows.Forms.CheckBox derivationInput;
    315301    private System.Windows.Forms.CheckBox inclupperboundInput;
    316302    private System.Windows.Forms.CheckBox incllowerboundInput;
     
    320306    private System.Windows.Forms.CheckBox ischeckedCheckBox;
    321307    private System.Windows.Forms.ComboBox numberderivationInput;
     308    private System.Windows.Forms.Label label1;
    322309  }
    323310}
Note: See TracChangeset for help on using the changeset viewer.