Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/12/19 07:48:00 (5 years ago)
Author:
chaider
Message:

#2971

  • Added Expression change event
  • Added errorProvider Validation
File:
1 edited

Legend:

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

    r16774 r16776  
    2525    private void InitializeComponent() {
    2626      this.components = new System.ComponentModel.Container();
    27       this.expressionLabel = new System.Windows.Forms.Label();
    2827      this.definitionLabel = new System.Windows.Forms.Label();
    2928      this.lowerboundLabel = new System.Windows.Forms.Label();
     
    3534      this.numberderivationLabel = new System.Windows.Forms.Label();
    3635      this.definitionInput = new System.Windows.Forms.TextBox();
    37       this.expressionInput = new System.Windows.Forms.TextBox();
    3836      this.upperboundInput = new System.Windows.Forms.TextBox();
    3937      this.lowerboundInput = new System.Windows.Forms.TextBox();
    4038      this.variableInput = new System.Windows.Forms.TextBox();
    4139      this.numberderivationInput = new System.Windows.Forms.TextBox();
    42       this.upperCombo = new System.Windows.Forms.ComboBox();
    43       this.lowerCombo = new System.Windows.Forms.ComboBox();
    44       this.derivationInput = new System.Windows.Forms.TextBox();
    4540      this.groupBox1 = new System.Windows.Forms.GroupBox();
     41      this.inclupperboundInput = new System.Windows.Forms.CheckBox();
     42      this.incllowerboundInput = new System.Windows.Forms.CheckBox();
     43      this.derivationInput = new System.Windows.Forms.CheckBox();
     44      this.expressionLabel = new System.Windows.Forms.Label();
     45      this.expressionInput = new System.Windows.Forms.TextBox();
    4646      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    4747      this.groupBox1.SuspendLayout();
    4848      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    4949      this.SuspendLayout();
    50       //
    51       // expressionLabel
    52       //
    53       this.expressionLabel.AutoSize = true;
    54       this.expressionLabel.Location = new System.Drawing.Point(11, 20);
    55       this.expressionLabel.Name = "expressionLabel";
    56       this.expressionLabel.Size = new System.Drawing.Size(61, 13);
    57       this.expressionLabel.TabIndex = 0;
    58       this.expressionLabel.Text = "Expression:";
    5950      //
    6051      // definitionLabel
     
    139130      this.definitionInput.TabIndex = 9;
    140131      //
    141       // expressionInput
    142       //
    143       this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    144             | System.Windows.Forms.AnchorStyles.Right)));
    145       this.expressionInput.Location = new System.Drawing.Point(111, 17);
    146       this.expressionInput.Name = "expressionInput";
    147       this.expressionInput.Size = new System.Drawing.Size(473, 20);
    148       this.expressionInput.TabIndex = 10;
    149       this.expressionInput.TextChanged += new System.EventHandler(this.expressionInput_TextChanged);
    150       //
    151132      // upperboundInput
    152133      //
     
    157138      this.upperboundInput.Size = new System.Drawing.Size(473, 20);
    158139      this.upperboundInput.TabIndex = 11;
     140      this.upperboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.upperboundInput_Validating);
     141      this.upperboundInput.Validated += new System.EventHandler(this.upperboundInput_Validated);
    159142      //
    160143      // lowerboundInput
     
    166149      this.lowerboundInput.Size = new System.Drawing.Size(473, 20);
    167150      this.lowerboundInput.TabIndex = 12;
    168       this.lowerboundInput.TextChanged += new System.EventHandler(this.lowerboundInput_TextChanged);
     151      this.lowerboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.lowerboundInput_Validating);
     152      this.lowerboundInput.Validated += new System.EventHandler(this.lowerboundInput_Validated);
    169153      //
    170154      // variableInput
     
    176160      this.variableInput.Size = new System.Drawing.Size(473, 20);
    177161      this.variableInput.TabIndex = 15;
    178       this.variableInput.TextChanged += new System.EventHandler(this.variableInput_TextChanged);
    179162      //
    180163      // numberderivationInput
     
    184167      this.numberderivationInput.Location = new System.Drawing.Point(111, 221);
    185168      this.numberderivationInput.Name = "numberderivationInput";
    186       this.numberderivationInput.Size = new System.Drawing.Size(473, 20);
     169      this.numberderivationInput.Size = new System.Drawing.Size(470, 20);
    187170      this.numberderivationInput.TabIndex = 17;
    188       this.numberderivationInput.TextChanged += new System.EventHandler(this.numberderivationInput_TextChanged);
    189       //
    190       // upperCombo
    191       //
    192       this.upperCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    193             | System.Windows.Forms.AnchorStyles.Right)));
    194       this.upperCombo.FormattingEnabled = true;
    195       this.upperCombo.Items.AddRange(new object[] {
    196             "True",
    197             "False"});
    198       this.upperCombo.Location = new System.Drawing.Point(111, 146);
    199       this.upperCombo.Name = "upperCombo";
    200       this.upperCombo.Size = new System.Drawing.Size(473, 21);
    201       this.upperCombo.TabIndex = 19;
    202       //
    203       // lowerCombo
    204       //
    205       this.lowerCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    206             | System.Windows.Forms.AnchorStyles.Right)));
    207       this.lowerCombo.FormattingEnabled = true;
    208       this.lowerCombo.Items.AddRange(new object[] {
    209             "True",
    210             "False"});
    211       this.lowerCombo.Location = new System.Drawing.Point(111, 119);
    212       this.lowerCombo.Name = "lowerCombo";
    213       this.lowerCombo.Size = new System.Drawing.Size(473, 21);
    214       this.lowerCombo.TabIndex = 20;
    215       //
    216       // derivationInput
    217       //
    218       this.derivationInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    219             | System.Windows.Forms.AnchorStyles.Right)));
    220       this.derivationInput.Location = new System.Drawing.Point(111, 170);
    221       this.derivationInput.Name = "derivationInput";
    222       this.derivationInput.Size = new System.Drawing.Size(473, 20);
    223       this.derivationInput.TabIndex = 21;
     171      this.numberderivationInput.Validating += new System.ComponentModel.CancelEventHandler(this.numberderivationInput_Validating);
     172      this.numberderivationInput.Validated += new System.EventHandler(this.numberderivationInput_Validated);
    224173      //
    225174      // groupBox1
    226175      //
     176      this.groupBox1.Controls.Add(this.expressionInput);
     177      this.groupBox1.Controls.Add(this.expressionLabel);
     178      this.groupBox1.Controls.Add(this.inclupperboundInput);
     179      this.groupBox1.Controls.Add(this.incllowerboundInput);
    227180      this.groupBox1.Controls.Add(this.derivationInput);
    228       this.groupBox1.Controls.Add(this.lowerCombo);
    229       this.groupBox1.Controls.Add(this.upperCombo);
    230181      this.groupBox1.Controls.Add(this.numberderivationInput);
    231182      this.groupBox1.Controls.Add(this.variableInput);
    232183      this.groupBox1.Controls.Add(this.lowerboundInput);
    233184      this.groupBox1.Controls.Add(this.upperboundInput);
    234       this.groupBox1.Controls.Add(this.expressionInput);
    235185      this.groupBox1.Controls.Add(this.definitionInput);
    236186      this.groupBox1.Controls.Add(this.numberderivationLabel);
     
    242192      this.groupBox1.Controls.Add(this.lowerboundLabel);
    243193      this.groupBox1.Controls.Add(this.definitionLabel);
    244       this.groupBox1.Controls.Add(this.expressionLabel);
    245194      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
    246195      this.groupBox1.Location = new System.Drawing.Point(0, 0);
     
    251200      this.groupBox1.Text = "Interval Constraints Detail";
    252201      //
     202      // inclupperboundInput
     203      //
     204      this.inclupperboundInput.AutoSize = true;
     205      this.inclupperboundInput.Location = new System.Drawing.Point(111, 146);
     206      this.inclupperboundInput.Name = "inclupperboundInput";
     207      this.inclupperboundInput.Size = new System.Drawing.Size(15, 14);
     208      this.inclupperboundInput.TabIndex = 23;
     209      this.inclupperboundInput.UseVisualStyleBackColor = true;
     210      this.inclupperboundInput.CheckedChanged += new System.EventHandler(this.inclupperboundInput_CheckedChanged);
     211      //
     212      // incllowerboundInput
     213      //
     214      this.incllowerboundInput.AutoSize = true;
     215      this.incllowerboundInput.Location = new System.Drawing.Point(111, 122);
     216      this.incllowerboundInput.Name = "incllowerboundInput";
     217      this.incllowerboundInput.Size = new System.Drawing.Size(15, 14);
     218      this.incllowerboundInput.TabIndex = 22;
     219      this.incllowerboundInput.UseVisualStyleBackColor = true;
     220      this.incllowerboundInput.CheckedChanged += new System.EventHandler(this.incllowerboundInput_CheckedChanged);
     221      //
     222      // derivationInput
     223      //
     224      this.derivationInput.AutoSize = true;
     225      this.derivationInput.Location = new System.Drawing.Point(111, 173);
     226      this.derivationInput.Name = "derivationInput";
     227      this.derivationInput.Size = new System.Drawing.Size(15, 14);
     228      this.derivationInput.TabIndex = 21;
     229      this.derivationInput.UseVisualStyleBackColor = true;
     230      //
     231      // expressionLabel
     232      //
     233      this.expressionLabel.AutoSize = true;
     234      this.expressionLabel.Location = new System.Drawing.Point(11, 20);
     235      this.expressionLabel.Name = "expressionLabel";
     236      this.expressionLabel.Size = new System.Drawing.Size(61, 13);
     237      this.expressionLabel.TabIndex = 24;
     238      this.expressionLabel.Text = "Expression:";
     239      //
     240      // expressionInput
     241      //
     242      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     243            | System.Windows.Forms.AnchorStyles.Right)));
     244      this.expressionInput.Location = new System.Drawing.Point(108, 17);
     245      this.expressionInput.Name = "expressionInput";
     246      this.expressionInput.Size = new System.Drawing.Size(473, 20);
     247      this.expressionInput.TabIndex = 25;
     248      //
    253249      // errorProvider
    254250      //
    255251      this.errorProvider.ContainerControl = this;
     252      this.errorProvider.RightToLeft = true;
    256253      //
    257254      // IntervalConstraintView
     
    269266
    270267    #endregion
    271 
    272     private System.Windows.Forms.Label expressionLabel;
    273268    private System.Windows.Forms.Label definitionLabel;
    274269    private System.Windows.Forms.Label lowerboundLabel;
     
    280275    private System.Windows.Forms.Label numberderivationLabel;
    281276    private System.Windows.Forms.TextBox definitionInput;
    282     private System.Windows.Forms.TextBox expressionInput;
    283277    private System.Windows.Forms.TextBox upperboundInput;
    284278    private System.Windows.Forms.TextBox lowerboundInput;
    285279    private System.Windows.Forms.TextBox variableInput;
    286280    private System.Windows.Forms.TextBox numberderivationInput;
    287     private System.Windows.Forms.ComboBox upperCombo;
    288     private System.Windows.Forms.ComboBox lowerCombo;
    289     private System.Windows.Forms.TextBox derivationInput;
    290281    private System.Windows.Forms.GroupBox groupBox1;
     282    private System.Windows.Forms.CheckBox derivationInput;
     283    private System.Windows.Forms.CheckBox inclupperboundInput;
     284    private System.Windows.Forms.CheckBox incllowerboundInput;
     285    private System.Windows.Forms.TextBox expressionInput;
     286    private System.Windows.Forms.Label expressionLabel;
    291287    private System.Windows.Forms.ErrorProvider errorProvider;
    292288  }
Note: See TracChangeset for help on using the changeset viewer.