Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/17/13 16:50:38 (11 years ago)
Author:
mkommend
Message:

#1734: Updated save file dialog and ColumnGroupView in the data importer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/SaveDialog.Designer.cs

    r9627 r9640  
    5757      this.btnCancel.Name = "btnCancel";
    5858      this.btnCancel.Size = new System.Drawing.Size(75, 23);
    59       this.btnCancel.TabIndex = 2;
     59      this.btnCancel.TabIndex = 3;
    6060      this.btnCancel.Text = "Cancel";
    6161      this.btnCancel.UseVisualStyleBackColor = true;
     
    6868      this.btnNoSave.Name = "btnNoSave";
    6969      this.btnNoSave.Size = new System.Drawing.Size(75, 23);
    70       this.btnNoSave.TabIndex = 3;
     70      this.btnNoSave.TabIndex = 2;
    7171      this.btnNoSave.Text = "&Don\'t Save";
    7272      this.btnNoSave.UseVisualStyleBackColor = true;
Note: See TracChangeset for help on using the changeset viewer.