Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/Advanced/InstallationManagerForm.Designer.cs @ 13333

Last change on this file since 13333 was 13333, checked in by gkronber, 8 years ago

#2522: removed classes for plugin uploading and updating

File size: 8.3 KB
RevLine 
[3090]1#region License Information
2/* HeuristicLab
[12012]3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[3090]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
21namespace HeuristicLab.PluginInfrastructure.Advanced {
[2748]22  partial class InstallationManagerForm {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Windows Form Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
[3573]46      this.components = new System.ComponentModel.Container();
[2753]47      this.statusStrip = new System.Windows.Forms.StatusStrip();
[2922]48      this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
49      this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
50      this.tabControl = new System.Windows.Forms.TabControl();
51      this.localPluginsTabPage = new System.Windows.Forms.TabPage();
[3627]52      this.localPluginsView = new HeuristicLab.PluginInfrastructure.Advanced.InstalledPluginsView();
[2922]53      this.logTabPage = new System.Windows.Forms.TabPage();
54      this.logTextBox = new System.Windows.Forms.TextBox();
[3573]55      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
[2922]56      this.statusStrip.SuspendLayout();
57      this.tabControl.SuspendLayout();
58      this.localPluginsTabPage.SuspendLayout();
59      this.logTabPage.SuspendLayout();
[2748]60      this.SuspendLayout();
61      //
[2753]62      // statusStrip
63      //
[2922]64      this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
65            this.toolStripProgressBar,
66            this.toolStripStatusLabel});
[3547]67      this.statusStrip.Location = new System.Drawing.Point(0, 422);
[2753]68      this.statusStrip.Name = "statusStrip";
[3547]69      this.statusStrip.Size = new System.Drawing.Size(622, 22);
[2753]70      this.statusStrip.TabIndex = 0;
71      //
[2922]72      // toolStripProgressBar
[2753]73      //
[2922]74      this.toolStripProgressBar.MarqueeAnimationSpeed = 30;
75      this.toolStripProgressBar.Name = "toolStripProgressBar";
76      this.toolStripProgressBar.Size = new System.Drawing.Size(100, 16);
77      this.toolStripProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
78      this.toolStripProgressBar.Visible = false;
[2753]79      //
[2922]80      // toolStripStatusLabel
[2753]81      //
[2922]82      this.toolStripStatusLabel.Name = "toolStripStatusLabel";
83      this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
[2753]84      //
[2922]85      // tabControl
86      //
[3474]87      this.tabControl.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)));
[2922]90      this.tabControl.Controls.Add(this.localPluginsTabPage);
91      this.tabControl.Controls.Add(this.logTabPage);
[3474]92      this.tabControl.Location = new System.Drawing.Point(12, 27);
[2922]93      this.tabControl.Name = "tabControl";
94      this.tabControl.SelectedIndex = 0;
[3547]95      this.tabControl.Size = new System.Drawing.Size(598, 392);
[2922]96      this.tabControl.TabIndex = 16;
[3624]97      this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
[2922]98      //
99      // localPluginsTabPage
100      //
[3547]101      this.localPluginsTabPage.Controls.Add(this.localPluginsView);
[2922]102      this.localPluginsTabPage.Location = new System.Drawing.Point(4, 22);
103      this.localPluginsTabPage.Name = "localPluginsTabPage";
104      this.localPluginsTabPage.Padding = new System.Windows.Forms.Padding(3);
[3547]105      this.localPluginsTabPage.Size = new System.Drawing.Size(590, 366);
[2922]106      this.localPluginsTabPage.TabIndex = 0;
107      this.localPluginsTabPage.Text = "Installed Plugins";
[3573]108      this.toolTip.SetToolTip(this.localPluginsTabPage, "Delete or update installed plugins");
[2922]109      this.localPluginsTabPage.UseVisualStyleBackColor = true;
110      //
[3547]111      // localPluginsView
[2922]112      //
[3547]113      this.localPluginsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
114                  | System.Windows.Forms.AnchorStyles.Left)
115                  | System.Windows.Forms.AnchorStyles.Right)));
[13333]116//       this.localPluginsView.InstallationManager = null;
[3547]117      this.localPluginsView.Location = new System.Drawing.Point(6, 6);
118      this.localPluginsView.Name = "localPluginsView";
119      this.localPluginsView.PluginManager = null;
120      this.localPluginsView.Size = new System.Drawing.Size(578, 354);
121      this.localPluginsView.StatusView = null;
122      this.localPluginsView.TabIndex = 0;
[3474]123      //
[2922]124      // logTabPage
125      //
126      this.logTabPage.Controls.Add(this.logTextBox);
127      this.logTabPage.Location = new System.Drawing.Point(4, 22);
128      this.logTabPage.Name = "logTabPage";
[3547]129      this.logTabPage.Size = new System.Drawing.Size(590, 366);
[2922]130      this.logTabPage.TabIndex = 2;
131      this.logTabPage.Text = "Log";
[3573]132      this.toolTip.SetToolTip(this.logTabPage, "Show Log Messages");
[2922]133      this.logTabPage.UseVisualStyleBackColor = true;
134      //
135      // logTextBox
136      //
[3474]137      this.logTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
138                  | System.Windows.Forms.AnchorStyles.Left)
139                  | System.Windows.Forms.AnchorStyles.Right)));
140      this.logTextBox.Location = new System.Drawing.Point(3, 3);
[2922]141      this.logTextBox.Multiline = true;
142      this.logTextBox.Name = "logTextBox";
143      this.logTextBox.ReadOnly = true;
144      this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
[3547]145      this.logTextBox.Size = new System.Drawing.Size(584, 360);
[2922]146      this.logTextBox.TabIndex = 0;
147      //
[2748]148      // InstallationManagerForm
149      //
150      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[7967]151      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[3547]152      this.ClientSize = new System.Drawing.Size(622, 444);
[2922]153      this.Controls.Add(this.tabControl);
[2753]154      this.Controls.Add(this.statusStrip);
[6518]155      this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
[2748]156      this.Name = "InstallationManagerForm";
[3474]157      this.Text = "Plugin Manager";
[2922]158      this.statusStrip.ResumeLayout(false);
159      this.statusStrip.PerformLayout();
160      this.tabControl.ResumeLayout(false);
161      this.localPluginsTabPage.ResumeLayout(false);
162      this.logTabPage.ResumeLayout(false);
163      this.logTabPage.PerformLayout();
[2748]164      this.ResumeLayout(false);
[2753]165      this.PerformLayout();
[2748]166
167    }
168
169    #endregion
[2753]170
171    private System.Windows.Forms.StatusStrip statusStrip;
[2922]172    private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
173    private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
174    private System.Windows.Forms.TabControl tabControl;
175    private System.Windows.Forms.TabPage localPluginsTabPage;
176    private System.Windows.Forms.TabPage logTabPage;
177    private System.Windows.Forms.TextBox logTextBox;
[3627]178    private InstalledPluginsView localPluginsView;
[3573]179    private System.Windows.Forms.ToolTip toolTip;
[2748]180  }
181}
Note: See TracBrowser for help on using the repository browser.