Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 16:34:17 (9 years ago)
Author:
gkronber
Message:

#2522: improvements to new PluginInformationDialog and removed obsolete classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/PluginInformationDialog.Designer.cs

    r13360 r13363  
    6565      this.label = new System.Windows.Forms.Label();
    6666      this.panel2 = new System.Windows.Forms.Panel();
     67      this.stateTextBox = new System.Windows.Forms.TextBox();
     68      this.label5 = new System.Windows.Forms.Label();
    6769      this.panel1.SuspendLayout();
    6870      this.panel2.SuspendLayout();
     
    158160      this.textBox.BackColor = System.Drawing.SystemColors.HighlightText;
    159161      this.textBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
    160       this.textBox.Location = new System.Drawing.Point(6, 98);
     162      this.textBox.Location = new System.Drawing.Point(6, 117);
    161163      this.textBox.Name = "textBox";
    162164      this.textBox.ReadOnly = true;
    163165      this.textBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
    164       this.textBox.Size = new System.Drawing.Size(526, 394);
     166      this.textBox.Size = new System.Drawing.Size(526, 375);
    165167      this.textBox.TabIndex = 11;
    166168      this.textBox.Text = "Files and License Text";
    167169      this.textBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.licenseTextBox_LinkClicked);
    168170      this.textBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.textBox_MouseClick);
     171      this.textBox.MouseLeave += new System.EventHandler(this.textBox_MouseLeave);
     172      this.textBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.textBox_MouseMove);
    169173      //
    170174      // label2
     
    267271            | System.Windows.Forms.AnchorStyles.Left)
    268272            | System.Windows.Forms.AnchorStyles.Right)));
     273      this.panel2.Controls.Add(this.stateTextBox);
     274      this.panel2.Controls.Add(this.label5);
    269275      this.panel2.Controls.Add(this.contactTextBox);
    270276      this.panel2.Controls.Add(this.mailLinkLabel);
     
    282288      this.panel2.Size = new System.Drawing.Size(554, 495);
    283289      this.panel2.TabIndex = 13;
     290      //
     291      // stateTextBox
     292      //
     293      this.stateTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
     294      this.stateTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     295      this.stateTextBox.Location = new System.Drawing.Point(87, 98);
     296      this.stateTextBox.Name = "stateTextBox";
     297      this.stateTextBox.ReadOnly = true;
     298      this.stateTextBox.Size = new System.Drawing.Size(355, 13);
     299      this.stateTextBox.TabIndex = 13;
     300      this.stateTextBox.Text = "Enabled/Disabled";
     301      //
     302      // label5
     303      //
     304      this.label5.AutoSize = true;
     305      this.label5.Location = new System.Drawing.Point(3, 98);
     306      this.label5.Margin = new System.Windows.Forms.Padding(3);
     307      this.label5.Name = "label5";
     308      this.label5.Size = new System.Drawing.Size(35, 13);
     309      this.label5.TabIndex = 12;
     310      this.label5.Text = "State:";
    284311      //
    285312      // PluginInformationDialog
     
    327354    private System.Windows.Forms.Label label;
    328355    private System.Windows.Forms.Panel panel2;
     356    private System.Windows.Forms.TextBox stateTextBox;
     357    private System.Windows.Forms.Label label5;
    329358  }
    330359}
Note: See TracChangeset for help on using the changeset viewer.