Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/17 17:15:30 (7 years ago)
Author:
mkommend
Message:

#2821: Merged r15326 into stable.

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Optimizer

  • stable/HeuristicLab.Optimizer/3.3/ChangeNestingLevelDialog.Designer.cs

    r15038 r15355  
    5757      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    5858      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
    59       this.okButton.Location = new System.Drawing.Point(124, 130);
     59      this.okButton.Location = new System.Drawing.Point(124, 92);
    6060      this.okButton.Name = "okButton";
    6161      this.okButton.Size = new System.Drawing.Size(75, 23);
     
    6969      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    7070      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    71       this.cancelButton.Location = new System.Drawing.Point(205, 130);
     71      this.cancelButton.Location = new System.Drawing.Point(205, 92);
    7272      this.cancelButton.Name = "cancelButton";
    7373      this.cancelButton.Size = new System.Drawing.Size(75, 23);
     
    101101      this.infoLabel.Location = new System.Drawing.Point(12, 46);
    102102      this.infoLabel.Name = "infoLabel";
    103       this.infoLabel.Size = new System.Drawing.Size(268, 81);
     103      this.infoLabel.Size = new System.Drawing.Size(268, 43);
    104104      this.infoLabel.TabIndex = 4;
    105105      this.infoLabel.Text = "A high nesting level of controls can cause problems. A maximum level of 35 is rec" +
    106     "ommended. If you are using Windows 10 Creators Update, a maximum nesting level o" +
    107     "f 25 is recommended.";
     106    "ommended.";
    108107      //
    109108      // ChangeNestingLevelDialog
     
    113112      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    114113      this.CancelButton = this.cancelButton;
    115       this.ClientSize = new System.Drawing.Size(292, 165);
     114      this.ClientSize = new System.Drawing.Size(292, 127);
    116115      this.Controls.Add(this.infoLabel);
    117116      this.Controls.Add(this.nestingLevelLabel);
Note: See TracChangeset for help on using the changeset viewer.