Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10143


Ignore:
Timestamp:
11/20/13 12:52:29 (10 years ago)
Author:
sbreuer
Message:
  • delete button2
  • remove .resx file and add to ignore list
Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3

    • Property svn:ignore
      •  

        old new  
         1*.resx
        12Plugin.cs
        23bin
    • Property svn:global-ignores set to
      *.resx
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/DataPreprocessingView.Designer.cs

    r10134 r10143  
    2626      this.label1 = new System.Windows.Forms.Label();
    2727      this.button1 = new System.Windows.Forms.Button();
    28       this.button2 = new System.Windows.Forms.Button();
    2928      this.SuspendLayout();
    3029      //
     
    4847      this.button1.Click += new System.EventHandler(this.button1_Click);
    4948      //
    50       // button2
    51       //
    52       this.button2.Location = new System.Drawing.Point(61, 118);
    53       this.button2.Name = "button2";
    54       this.button2.Size = new System.Drawing.Size(215, 23);
    55       this.button2.TabIndex = 2;
    56       this.button2.Text = "Replace Data Set";
    57       this.button2.UseVisualStyleBackColor = true;
    58       this.button2.Click += new System.EventHandler(this.button2_Click);
    59       //
    6049      // DataPreprocessingView
    6150      //
    6251      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    6352      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    64       this.Controls.Add(this.button2);
    6553      this.Controls.Add(this.button1);
    6654      this.Controls.Add(this.label1);
     
    7664    private System.Windows.Forms.Label label1;
    7765    private System.Windows.Forms.Button button1;
    78     private System.Windows.Forms.Button button2;
    7966  }
    8067}
Note: See TracChangeset for help on using the changeset viewer.