- Timestamp:
- 09/28/10 17:22:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/LicenseConfirmationDialog.Designer.cs
r4530 r4535 135 135 this.rejectRadioButton.Size = new System.Drawing.Size(264, 17); 136 136 this.rejectRadioButton.TabIndex = 1; 137 this.rejectRadioButton.TabStop = true; 137 138 this.rejectRadioButton.Text = "I do not accept the terms in the license agreement."; 138 139 this.rejectRadioButton.UseVisualStyleBackColor = true; … … 142 143 // 143 144 this.acceptRadioButton.AutoSize = true; 144 this.acceptRadioButton.Checked = true;145 145 this.acceptRadioButton.Location = new System.Drawing.Point(6, 19); 146 146 this.acceptRadioButton.Name = "acceptRadioButton"; … … 177 177 this.Controls.Add(this.licenseLabel); 178 178 this.Controls.Add(this.richTextBox); 179 this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;179 this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab; 180 180 this.MaximizeBox = false; 181 181 this.MinimizeBox = false;
Note: See TracChangeset
for help on using the changeset viewer.