Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/LocalPluginsView.Designer.cs @ 3547

Last change on this file since 3547 was 3547, checked in by gkronber, 14 years ago

Implemented review comments in plugin manager. #989 (Implement review comments in plugin infrastructure)

File size: 7.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.PluginInfrastructure.Advanced {
23  partial class LocalPluginsView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Active Plugins", System.Windows.Forms.HorizontalAlignment.Left);
48      System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Disabled Plugins", System.Windows.Forms.HorizontalAlignment.Left);
49      this.updateSelectedButton = new System.Windows.Forms.Button();
50      this.removeButton = new System.Windows.Forms.Button();
51      this.localPluginsListView = new HeuristicLab.PluginInfrastructure.Advanced.MultiSelectListView();
52      this.nameHeader = new System.Windows.Forms.ColumnHeader();
53      this.versionHeader = new System.Windows.Forms.ColumnHeader();
54      this.descriptionHeader = new System.Windows.Forms.ColumnHeader();
55      this.SuspendLayout();
56      //
57      // updateSelectedButton
58      //
59      this.updateSelectedButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
60      this.updateSelectedButton.Enabled = false;
61      this.updateSelectedButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
62      this.updateSelectedButton.Location = new System.Drawing.Point(3, 483);
63      this.updateSelectedButton.Name = "updateSelectedButton";
64      this.updateSelectedButton.Size = new System.Drawing.Size(114, 25);
65      this.updateSelectedButton.TabIndex = 6;
66      this.updateSelectedButton.Text = "Update Selected";
67      this.updateSelectedButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
68      this.updateSelectedButton.UseVisualStyleBackColor = true;
69      this.updateSelectedButton.Click += new System.EventHandler(this.updateSelectedButton_Click);
70      //
71      // removeButton
72      //
73      this.removeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
74      this.removeButton.Enabled = false;
75      this.removeButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Remove;
76      this.removeButton.Location = new System.Drawing.Point(123, 483);
77      this.removeButton.Name = "removeButton";
78      this.removeButton.Size = new System.Drawing.Size(110, 25);
79      this.removeButton.TabIndex = 12;
80      this.removeButton.Text = "Delete Selected";
81      this.removeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
82      this.removeButton.UseVisualStyleBackColor = true;
83      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
84      //
85      // localPluginsListView
86      //
87      this.localPluginsListView.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.localPluginsListView.CheckBoxes = true;
91      this.localPluginsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
92            this.nameHeader,
93            this.versionHeader,
94            this.descriptionHeader});
95      listViewGroup1.Header = "Active Plugins";
96      listViewGroup1.Name = "listViewGroup2";
97      listViewGroup2.Header = "Disabled Plugins";
98      listViewGroup2.Name = "listViewGroup1";
99      this.localPluginsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
100            listViewGroup1,
101            listViewGroup2});
102      this.localPluginsListView.Location = new System.Drawing.Point(3, 3);
103      this.localPluginsListView.Name = "localPluginsListView";
104      this.localPluginsListView.Size = new System.Drawing.Size(536, 474);
105      this.localPluginsListView.SuppressItemCheckedEvents = false;
106      this.localPluginsListView.TabIndex = 13;
107      this.localPluginsListView.UseCompatibleStateImageBehavior = false;
108      this.localPluginsListView.View = System.Windows.Forms.View.Details;
109      this.localPluginsListView.ItemActivate += new System.EventHandler(this.localPluginsListView_ItemActivate);
110      this.localPluginsListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginsListView_ItemChecked);
111      //
112      // nameHeader
113      //
114      this.nameHeader.Text = "Name";
115      this.nameHeader.Width = 199;
116      //
117      // versionHeader
118      //
119      this.versionHeader.Text = "Version";
120      this.versionHeader.Width = 84;
121      //
122      // descriptionHeader
123      //
124      this.descriptionHeader.Text = "Description";
125      this.descriptionHeader.Width = 245;
126      //
127      // LocalPluginsView
128      //
129      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
130      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
131      this.Controls.Add(this.localPluginsListView);
132      this.Controls.Add(this.removeButton);
133      this.Controls.Add(this.updateSelectedButton);
134      this.Name = "LocalPluginsView";
135      this.Size = new System.Drawing.Size(539, 508);
136      this.ResumeLayout(false);
137
138    }
139
140    #endregion
141
142    private System.Windows.Forms.Button updateSelectedButton;
143    private System.Windows.Forms.Button removeButton;
144    private MultiSelectListView localPluginsListView;
145    private System.Windows.Forms.ColumnHeader nameHeader;
146    private System.Windows.Forms.ColumnHeader versionHeader;
147    private System.Windows.Forms.ColumnHeader descriptionHeader;
148    // private LocalPluginManagerView localPluginManagerView;
149  }
150}
Note: See TracBrowser for help on using the repository browser.