Changeset 15326 for trunk/sources
- Timestamp:
- 08/16/17 14:02:27 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimizer/3.3/ChangeNestingLevelDialog.Designer.cs
r15003 r15326 57 57 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 58 58 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); 60 60 this.okButton.Name = "okButton"; 61 61 this.okButton.Size = new System.Drawing.Size(75, 23); … … 69 69 this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 70 70 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); 72 72 this.cancelButton.Name = "cancelButton"; 73 73 this.cancelButton.Size = new System.Drawing.Size(75, 23); … … 101 101 this.infoLabel.Location = new System.Drawing.Point(12, 46); 102 102 this.infoLabel.Name = "infoLabel"; 103 this.infoLabel.Size = new System.Drawing.Size(268, 81);103 this.infoLabel.Size = new System.Drawing.Size(268, 43); 104 104 this.infoLabel.TabIndex = 4; 105 105 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."; 108 107 // 109 108 // ChangeNestingLevelDialog … … 113 112 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 114 113 this.CancelButton = this.cancelButton; 115 this.ClientSize = new System.Drawing.Size(292, 1 65);114 this.ClientSize = new System.Drawing.Size(292, 127); 116 115 this.Controls.Add(this.infoLabel); 117 116 this.Controls.Add(this.nestingLevelLabel);
Note: See TracChangeset
for help on using the changeset viewer.