Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/10/11 03:07:32 (13 years ago)
Author:
swagner
Message:

Corrected tab indexes and tab stops in StringConvertibleValueView (#1460)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleValueView.Designer.cs

    r5908 r5998  
    5959      // valueTextBox
    6060      //
    61       this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     61      this.valueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    6262            | System.Windows.Forms.AnchorStyles.Right)));
    6363      this.valueTextBox.Location = new System.Drawing.Point(17, 0);
    6464      this.valueTextBox.Name = "valueTextBox";
    6565      this.valueTextBox.Size = new System.Drawing.Size(135, 20);
    66       this.valueTextBox.TabIndex = 1;
     66      this.valueTextBox.TabIndex = 2;
    6767      this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown);
    6868      this.valueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.valueTextBox_Validating);
     
    8080      this.valueLabel.Name = "valueLabel";
    8181      this.valueLabel.Size = new System.Drawing.Size(37, 13);
    82       this.valueLabel.TabIndex = 0;
     82      this.valueLabel.TabIndex = 1;
    8383      this.valueLabel.Text = "&Value:";
    8484      //
     
    101101      this.splitContainer.SplitterDistance = 41;
    102102      this.splitContainer.SplitterWidth = 1;
    103       this.splitContainer.TabIndex = 2;
     103      this.splitContainer.TabIndex = 0;
     104      this.splitContainer.TabStop = false;
    104105      //
    105106      // StringConvertibleValueView
Note: See TracChangeset for help on using the changeset viewer.