Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 11:37:57 (14 years ago)
Author:
gkronber
Message:

Refactored class names and fixed a dependency-selection bug. #994 (Clean up plugin infrastructure project)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/LicenseConfirmationDialog.Designer.cs

    r3623 r3627  
    2020#endregion
    2121namespace HeuristicLab.PluginInfrastructure.Advanced {
    22   partial class LicenseConfirmationBox {
     22  partial class LicenseConfirmationDialog {
    2323    /// <summary>
    2424    /// Required designer variable.
     
    4545    private void InitializeComponent() {
    4646      this.components = new System.ComponentModel.Container();
    47       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LicenseConfirmationBox));
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LicenseConfirmationDialog));
    4848      this.richTextBox = new System.Windows.Forms.RichTextBox();
    4949      this.acceptButton = new System.Windows.Forms.Button();
     
    8989      //
    9090      this.rejectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     91      this.rejectButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    9192      this.rejectButton.Location = new System.Drawing.Point(428, 53);
    9293      this.rejectButton.Name = "rejectButton";
     
    165166      this.panel1.TabIndex = 6;
    166167      //
    167       // LicenseConfirmationBox
    168       //
     168      // LicenseConfirmationDialog
     169      //
     170      this.AcceptButton = this.acceptButton;
    169171      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    170172      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    171173      this.BackColor = System.Drawing.SystemColors.HighlightText;
     174      this.CancelButton = this.rejectButton;
    172175      this.ClientSize = new System.Drawing.Size(518, 429);
    173176      this.Controls.Add(this.panel1);
     
    176179      this.Controls.Add(this.richTextBox);
    177180      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    178       this.Name = "LicenseConfirmationBox";
     181      this.MaximizeBox = false;
     182      this.MinimizeBox = false;
     183      this.Name = "LicenseConfirmationDialog";
     184      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    179185      this.radioButtonGroupBox.ResumeLayout(false);
    180186      this.radioButtonGroupBox.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.