Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/11 11:24:24 (13 years ago)
Author:
abeham
Message:

#567

  • Added item template
  • Adapted problem template
  • Enabled tab key to continue editing the next column in the grid
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Templates/HeuristicLab.VS2010Wizards/ParametersControl.Designer.cs

    r4214 r5704  
    7777      this.parametersListView.Name = "parametersListView";
    7878      this.parametersListView.Size = new System.Drawing.Size(701, 250);
    79       this.parametersListView.TabIndex = 2;
     79      this.parametersListView.TabIndex = 4;
    8080      this.parametersListView.UseCompatibleStateImageBehavior = false;
    8181      this.parametersListView.View = System.Windows.Forms.View.Details;
     
    114114      this.downButton.Name = "downButton";
    115115      this.downButton.Size = new System.Drawing.Size(26, 26);
    116       this.downButton.TabIndex = 4;
     116      this.downButton.TabIndex = 3;
    117117      this.downButton.UseVisualStyleBackColor = true;
    118118      this.downButton.Click += new System.EventHandler(this.downButton_Click);
     
    125125      this.upButton.Name = "upButton";
    126126      this.upButton.Size = new System.Drawing.Size(26, 26);
    127       this.upButton.TabIndex = 4;
     127      this.upButton.TabIndex = 2;
    128128      this.upButton.UseVisualStyleBackColor = true;
    129129      this.upButton.Click += new System.EventHandler(this.upButton_Click);
     
    136136      this.removeButton.Name = "removeButton";
    137137      this.removeButton.Size = new System.Drawing.Size(26, 26);
    138       this.removeButton.TabIndex = 4;
     138      this.removeButton.TabIndex = 1;
    139139      this.removeButton.UseVisualStyleBackColor = true;
    140140      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
     
    146146      this.addButton.Name = "addButton";
    147147      this.addButton.Size = new System.Drawing.Size(26, 26);
    148       this.addButton.TabIndex = 4;
     148      this.addButton.TabIndex = 0;
    149149      this.addButton.UseVisualStyleBackColor = true;
    150150      this.addButton.Click += new System.EventHandler(this.addButton_Click);
     
    165165      this.parameterTypeComboBox.Name = "parameterTypeComboBox";
    166166      this.parameterTypeComboBox.Size = new System.Drawing.Size(26, 21);
    167       this.parameterTypeComboBox.TabIndex = 5;
     167      this.parameterTypeComboBox.TabIndex = 6;
     168      this.parameterTypeComboBox.TabStop = false;
    168169      this.parameterTypeComboBox.Visible = false;
    169170      this.parameterTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.parameterTypeComboBox_SelectedIndexChanged);
     
    173174      // customInputTextBox
    174175      //
     176      this.customInputTextBox.AcceptsTab = true;
    175177      this.customInputTextBox.Location = new System.Drawing.Point(3, 206);
    176178      this.customInputTextBox.Name = "customInputTextBox";
    177179      this.customInputTextBox.Size = new System.Drawing.Size(26, 20);
    178       this.customInputTextBox.TabIndex = 6;
     180      this.customInputTextBox.TabIndex = 5;
     181      this.customInputTextBox.TabStop = false;
    179182      this.customInputTextBox.Visible = false;
    180183      this.customInputTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.customInputTextBox_KeyUp);
Note: See TracChangeset for help on using the changeset viewer.