[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
|
---|
[13338] | 21 | namespace HeuristicLab.PluginInfrastructure.UI {
|
---|
[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();
|
---|
[13338] | 52 | this.localPluginsView = new 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.TabIndex = 0;
|
---|
[3474] | 122 | //
|
---|
[2922] | 123 | // logTabPage
|
---|
| 124 | //
|
---|
| 125 | this.logTabPage.Controls.Add(this.logTextBox);
|
---|
| 126 | this.logTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 127 | this.logTabPage.Name = "logTabPage";
|
---|
[3547] | 128 | this.logTabPage.Size = new System.Drawing.Size(590, 366);
|
---|
[2922] | 129 | this.logTabPage.TabIndex = 2;
|
---|
| 130 | this.logTabPage.Text = "Log";
|
---|
[3573] | 131 | this.toolTip.SetToolTip(this.logTabPage, "Show Log Messages");
|
---|
[2922] | 132 | this.logTabPage.UseVisualStyleBackColor = true;
|
---|
| 133 | //
|
---|
| 134 | // logTextBox
|
---|
| 135 | //
|
---|
[3474] | 136 | this.logTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 137 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 138 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 139 | this.logTextBox.Location = new System.Drawing.Point(3, 3);
|
---|
[2922] | 140 | this.logTextBox.Multiline = true;
|
---|
| 141 | this.logTextBox.Name = "logTextBox";
|
---|
| 142 | this.logTextBox.ReadOnly = true;
|
---|
| 143 | this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
---|
[3547] | 144 | this.logTextBox.Size = new System.Drawing.Size(584, 360);
|
---|
[2922] | 145 | this.logTextBox.TabIndex = 0;
|
---|
| 146 | //
|
---|
[2748] | 147 | // InstallationManagerForm
|
---|
| 148 | //
|
---|
| 149 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 150 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[3547] | 151 | this.ClientSize = new System.Drawing.Size(622, 444);
|
---|
[2922] | 152 | this.Controls.Add(this.tabControl);
|
---|
[2753] | 153 | this.Controls.Add(this.statusStrip);
|
---|
[13338] | 154 | this.Icon = Resources.HeuristicLab;
|
---|
[2748] | 155 | this.Name = "InstallationManagerForm";
|
---|
[3474] | 156 | this.Text = "Plugin Manager";
|
---|
[2922] | 157 | this.statusStrip.ResumeLayout(false);
|
---|
| 158 | this.statusStrip.PerformLayout();
|
---|
| 159 | this.tabControl.ResumeLayout(false);
|
---|
| 160 | this.localPluginsTabPage.ResumeLayout(false);
|
---|
| 161 | this.logTabPage.ResumeLayout(false);
|
---|
| 162 | this.logTabPage.PerformLayout();
|
---|
[2748] | 163 | this.ResumeLayout(false);
|
---|
[2753] | 164 | this.PerformLayout();
|
---|
[2748] | 165 |
|
---|
| 166 | }
|
---|
| 167 |
|
---|
| 168 | #endregion
|
---|
[2753] | 169 |
|
---|
| 170 | private System.Windows.Forms.StatusStrip statusStrip;
|
---|
[2922] | 171 | private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
|
---|
| 172 | private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
|
---|
| 173 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 174 | private System.Windows.Forms.TabPage localPluginsTabPage;
|
---|
| 175 | private System.Windows.Forms.TabPage logTabPage;
|
---|
| 176 | private System.Windows.Forms.TextBox logTextBox;
|
---|
[3627] | 177 | private InstalledPluginsView localPluginsView;
|
---|
[3573] | 178 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[2748] | 179 | }
|
---|
| 180 | } |
---|