Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/09 14:07:16 (15 years ago)
Author:
aleitner
Message:

merged brunch into trunk (#565)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/AddJobForm.Designer.cs

    r1089 r1483  
    8383      // btnClose
    8484      //
     85      this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    8586      this.btnClose.Location = new System.Drawing.Point(254, 65);
    8687      this.btnClose.Name = "btnClose";
     
    118119      // AddJobForm
    119120      //
     121      this.AcceptButton = this.btnAdd;
    120122      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    121123      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     124      this.CancelButton = this.btnClose;
    122125      this.ClientSize = new System.Drawing.Size(344, 100);
    123126      this.Controls.Add(this.lblError);
Note: See TracChangeset for help on using the changeset viewer.