Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 16:34:17 (8 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/AboutDialog.Designer.cs

    r13338 r13363  
    4747      this.components = new System.ComponentModel.Container();
    4848      this.okButton = new System.Windows.Forms.Button();
    49       this.pluginListView = new System.Windows.Forms.ListView();
    50       this.pluginNameColumnHeader = new System.Windows.Forms.ColumnHeader();
    51       this.pluginVersionColumnHeader = new System.Windows.Forms.ColumnHeader();
    52       this.pluginDescriptionColumnHeader = new System.Windows.Forms.ColumnHeader();
    5349      this.imageList = new System.Windows.Forms.ImageList(this.components);
    5450      this.pictureBox = new System.Windows.Forms.PictureBox();
     
    5955      this.versionTextBox = new System.Windows.Forms.TextBox();
    6056      this.copyrightTextBox = new System.Windows.Forms.TextBox();
    61       this.pluginsGroupBox = new System.Windows.Forms.GroupBox();
    6257      this.licenseTextBox = new System.Windows.Forms.RichTextBox();
    6358      this.label2 = new System.Windows.Forms.Label();
     
    6661      this.webLinkLabel = new System.Windows.Forms.LinkLabel();
    6762      this.mailLinkLabel = new System.Windows.Forms.LinkLabel();
     63      this.showPluginsButton = new System.Windows.Forms.Button();
    6864      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
    69       this.pluginsGroupBox.SuspendLayout();
    7065      this.panel1.SuspendLayout();
    7166      this.SuspendLayout();
     
    8378      this.okButton.Click += new System.EventHandler(this.okButton_Click);
    8479      //
    85       // pluginListView
    86       //
    87       this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    88                   | System.Windows.Forms.AnchorStyles.Left)
    89                   | System.Windows.Forms.AnchorStyles.Right)));
    90       this.pluginListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
    91             this.pluginNameColumnHeader,
    92             this.pluginVersionColumnHeader,
    93             this.pluginDescriptionColumnHeader});
    94       this.pluginListView.Location = new System.Drawing.Point(6, 19);
    95       this.pluginListView.Name = "pluginListView";
    96       this.pluginListView.ShowGroups = false;
    97       this.pluginListView.Size = new System.Drawing.Size(589, 201);
    98       this.pluginListView.SmallImageList = this.imageList;
    99       this.pluginListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
    100       this.pluginListView.TabIndex = 0;
    101       this.pluginListView.UseCompatibleStateImageBehavior = false;
    102       this.pluginListView.View = System.Windows.Forms.View.Details;
    103       this.pluginListView.ItemActivate += new System.EventHandler(this.pluginListView_ItemActivate);
    104       //
    105       // pluginNameColumnHeader
    106       //
    107       this.pluginNameColumnHeader.Text = "Name";
    108       //
    109       // pluginVersionColumnHeader
    110       //
    111       this.pluginVersionColumnHeader.Text = "Version";
    112       //
    113       // pluginDescriptionColumnHeader
    114       //
    115       this.pluginDescriptionColumnHeader.Text = "Description";
    116       //
    11780      // imageList
    11881      //
     
    191154      this.copyrightTextBox.Text = "(C)";
    192155      //
    193       // pluginsGroupBox
    194       //
    195       this.pluginsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    196                   | System.Windows.Forms.AnchorStyles.Left)
    197                   | System.Windows.Forms.AnchorStyles.Right)));
    198       this.pluginsGroupBox.Controls.Add(this.pluginListView);
    199       this.pluginsGroupBox.Location = new System.Drawing.Point(12, 306);
    200       this.pluginsGroupBox.Name = "pluginsGroupBox";
    201       this.pluginsGroupBox.Size = new System.Drawing.Size(601, 226);
    202       this.pluginsGroupBox.TabIndex = 12;
    203       this.pluginsGroupBox.TabStop = false;
    204       this.pluginsGroupBox.Text = "Plugins";
    205       //
    206156      // licenseTextBox
    207157      //
    208       this.licenseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    209                   | System.Windows.Forms.AnchorStyles.Right)));
     158      this.licenseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     159            | System.Windows.Forms.AnchorStyles.Right)));
    210160      this.licenseTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
    211161      this.licenseTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     
    230180      // panel1
    231181      //
    232       this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    233                   | System.Windows.Forms.AnchorStyles.Right)));
     182      this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
     183            | System.Windows.Forms.AnchorStyles.Right)));
    234184      this.panel1.BackColor = System.Drawing.SystemColors.Control;
    235185      this.panel1.Controls.Add(this.okButton);
    236       this.panel1.Location = new System.Drawing.Point(0, 538);
     186      this.panel1.Location = new System.Drawing.Point(0, 388);
    237187      this.panel1.Name = "panel1";
    238188      this.panel1.Size = new System.Drawing.Size(626, 48);
     
    270220      this.mailLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.mailLinkLabel_LinkClicked);
    271221      //
     222      // showPluginsButton
     223      //
     224      this.showPluginsButton.Location = new System.Drawing.Point(12, 198);
     225      this.showPluginsButton.Name = "showPluginsButton";
     226      this.showPluginsButton.Size = new System.Drawing.Size(102, 23);
     227      this.showPluginsButton.TabIndex = 12;
     228      this.showPluginsButton.Text = "Show Plugins";
     229      this.showPluginsButton.UseVisualStyleBackColor = true;
     230      this.showPluginsButton.Click += new System.EventHandler(this.showPluginsButton_Click);
     231      //
    272232      // AboutDialog
    273233      //
    274234      this.AcceptButton = this.okButton;
    275       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    276235      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    277236      this.BackColor = System.Drawing.SystemColors.Window;
    278237      this.CancelButton = this.okButton;
    279       this.ClientSize = new System.Drawing.Size(625, 586);
     238      this.ClientSize = new System.Drawing.Size(625, 436);
     239      this.Controls.Add(this.showPluginsButton);
    280240      this.Controls.Add(this.mailLinkLabel);
    281241      this.Controls.Add(this.webLinkLabel);
     
    284244      this.Controls.Add(this.label2);
    285245      this.Controls.Add(this.licenseTextBox);
    286       this.Controls.Add(this.pluginsGroupBox);
    287246      this.Controls.Add(this.copyrightTextBox);
    288247      this.Controls.Add(this.versionTextBox);
     
    292251      this.Controls.Add(this.label);
    293252      this.Controls.Add(this.pictureBox);
    294       this.Icon = Resources.HeuristicLab;
     253      this.Icon = global::HeuristicLab.PluginInfrastructure.UI.Resources.HeuristicLab;
    295254      this.MaximizeBox = false;
    296255      this.MinimizeBox = false;
     
    299258      this.Text = "About HeuristicLab";
    300259      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
    301       this.pluginsGroupBox.ResumeLayout(false);
    302260      this.panel1.ResumeLayout(false);
    303261      this.ResumeLayout(false);
     
    309267
    310268    private System.Windows.Forms.Button okButton;
    311     private System.Windows.Forms.ListView pluginListView;
    312269    private System.Windows.Forms.ImageList imageList;
    313     private System.Windows.Forms.ColumnHeader pluginNameColumnHeader;
    314     private System.Windows.Forms.ColumnHeader pluginVersionColumnHeader;
    315     private System.Windows.Forms.ColumnHeader pluginDescriptionColumnHeader;
    316270    private System.Windows.Forms.PictureBox pictureBox;
    317271    private System.Windows.Forms.Label label;
     
    321275    private System.Windows.Forms.TextBox versionTextBox;
    322276    private System.Windows.Forms.TextBox copyrightTextBox;
    323     private System.Windows.Forms.GroupBox pluginsGroupBox;
    324277    private System.Windows.Forms.RichTextBox licenseTextBox;
    325278    private System.Windows.Forms.Label label2;
     
    328281    private System.Windows.Forms.LinkLabel webLinkLabel;
    329282    private System.Windows.Forms.LinkLabel mailLinkLabel;
     283    private System.Windows.Forms.Button showPluginsButton;
    330284  }
    331285}
Note: See TracChangeset for help on using the changeset viewer.