[2] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[2790] | 3 | * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2] | 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 |
|
---|
[2527] | 22 | namespace HeuristicLab.PluginInfrastructure.Starter {
|
---|
[2507] | 23 | partial class StarterForm {
|
---|
[2] | 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) {
|
---|
[2504] | 34 | if (disposing && (components != null)) {
|
---|
[2] | 35 | components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Windows Form 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 | this.components = new System.ComponentModel.Container();
|
---|
[2507] | 48 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StarterForm));
|
---|
[3112] | 49 | System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Applications", System.Windows.Forms.HorizontalAlignment.Left);
|
---|
| 50 | System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Plugin Management", System.Windows.Forms.HorizontalAlignment.Left);
|
---|
[2] | 51 | this.startButton = new System.Windows.Forms.Button();
|
---|
| 52 | this.largeImageList = new System.Windows.Forms.ImageList(this.components);
|
---|
| 53 | this.applicationsListView = new System.Windows.Forms.ListView();
|
---|
| 54 | this.nameColumnHeader = new System.Windows.Forms.ColumnHeader();
|
---|
| 55 | this.versionColumnHeader = new System.Windows.Forms.ColumnHeader();
|
---|
| 56 | this.descriptionColumnHeader = new System.Windows.Forms.ColumnHeader();
|
---|
| 57 | this.smallImageList = new System.Windows.Forms.ImageList(this.components);
|
---|
[3573] | 58 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
| 59 | this.showListButton = new System.Windows.Forms.RadioButton();
|
---|
| 60 | this.showDetailsButton = new System.Windows.Forms.RadioButton();
|
---|
| 61 | this.groupBox = new System.Windows.Forms.GroupBox();
|
---|
| 62 | this.groupBox.SuspendLayout();
|
---|
[2] | 63 | this.SuspendLayout();
|
---|
| 64 | //
|
---|
| 65 | // startButton
|
---|
| 66 | //
|
---|
| 67 | this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 68 | this.startButton.Enabled = false;
|
---|
[3573] | 69 | this.startButton.Location = new System.Drawing.Point(579, 507);
|
---|
[2] | 70 | this.startButton.Name = "startButton";
|
---|
| 71 | this.startButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 72 | this.startButton.TabIndex = 1;
|
---|
[3573] | 73 | this.startButton.Text = "&Start";
|
---|
| 74 | this.toolTip.SetToolTip(this.startButton, "Start Selected Application");
|
---|
[2] | 75 | this.startButton.UseVisualStyleBackColor = true;
|
---|
| 76 | this.startButton.Click += new System.EventHandler(this.applicationsListView_ItemActivate);
|
---|
| 77 | //
|
---|
| 78 | // largeImageList
|
---|
| 79 | //
|
---|
| 80 | this.largeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("largeImageList.ImageStream")));
|
---|
| 81 | this.largeImageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
| 82 | this.largeImageList.Images.SetKeyName(0, "HeuristicLab.ico");
|
---|
| 83 | //
|
---|
| 84 | // applicationsListView
|
---|
| 85 | //
|
---|
| 86 | this.applicationsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 87 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 88 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 89 | this.applicationsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
| 90 | this.nameColumnHeader,
|
---|
| 91 | this.versionColumnHeader,
|
---|
| 92 | this.descriptionColumnHeader});
|
---|
[3112] | 93 | listViewGroup1.Header = "Applications";
|
---|
| 94 | listViewGroup1.Name = "Applications";
|
---|
| 95 | listViewGroup2.Header = "Plugin Management";
|
---|
| 96 | listViewGroup2.Name = "Plugin Management";
|
---|
[2] | 97 | this.applicationsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
|
---|
| 98 | listViewGroup1,
|
---|
| 99 | listViewGroup2});
|
---|
| 100 | this.applicationsListView.LargeImageList = this.largeImageList;
|
---|
| 101 | this.applicationsListView.Location = new System.Drawing.Point(12, 12);
|
---|
| 102 | this.applicationsListView.MultiSelect = false;
|
---|
| 103 | this.applicationsListView.Name = "applicationsListView";
|
---|
| 104 | this.applicationsListView.ShowItemToolTips = true;
|
---|
[3573] | 105 | this.applicationsListView.Size = new System.Drawing.Size(642, 479);
|
---|
[2] | 106 | this.applicationsListView.SmallImageList = this.smallImageList;
|
---|
| 107 | this.applicationsListView.TabIndex = 2;
|
---|
| 108 | this.applicationsListView.UseCompatibleStateImageBehavior = false;
|
---|
| 109 | this.applicationsListView.ItemActivate += new System.EventHandler(this.applicationsListView_ItemActivate);
|
---|
[3573] | 110 | this.applicationsListView.SelectedIndexChanged += new System.EventHandler(this.applicationsListView_SelectedIndexChanged);
|
---|
[2] | 111 | //
|
---|
| 112 | // nameColumnHeader
|
---|
| 113 | //
|
---|
| 114 | this.nameColumnHeader.Text = "Name";
|
---|
| 115 | this.nameColumnHeader.Width = 125;
|
---|
| 116 | //
|
---|
| 117 | // versionColumnHeader
|
---|
| 118 | //
|
---|
| 119 | this.versionColumnHeader.Text = "Version";
|
---|
| 120 | //
|
---|
| 121 | // descriptionColumnHeader
|
---|
| 122 | //
|
---|
| 123 | this.descriptionColumnHeader.Text = "Description";
|
---|
| 124 | this.descriptionColumnHeader.Width = 453;
|
---|
| 125 | //
|
---|
| 126 | // smallImageList
|
---|
| 127 | //
|
---|
| 128 | this.smallImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("smallImageList.ImageStream")));
|
---|
| 129 | this.smallImageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
| 130 | this.smallImageList.Images.SetKeyName(0, "HeuristicLab.ico");
|
---|
| 131 | //
|
---|
[3573] | 132 | // showListButton
|
---|
[2] | 133 | //
|
---|
[3573] | 134 | this.showListButton.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
| 135 | this.showListButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_icons;
|
---|
| 136 | this.showListButton.Location = new System.Drawing.Point(6, 9);
|
---|
| 137 | this.showListButton.Name = "showListButton";
|
---|
| 138 | this.showListButton.Size = new System.Drawing.Size(25, 25);
|
---|
| 139 | this.showListButton.TabIndex = 3;
|
---|
| 140 | this.showListButton.TabStop = true;
|
---|
| 141 | this.toolTip.SetToolTip(this.showListButton, "Show List");
|
---|
| 142 | this.showListButton.UseVisualStyleBackColor = true;
|
---|
| 143 | this.showListButton.Click += new System.EventHandler(this.largeIconsButton_Click);
|
---|
[2] | 144 | //
|
---|
[3573] | 145 | // showDetailsButton
|
---|
[2] | 146 | //
|
---|
[3573] | 147 | this.showDetailsButton.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
| 148 | this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_details;
|
---|
| 149 | this.showDetailsButton.Location = new System.Drawing.Point(37, 9);
|
---|
| 150 | this.showDetailsButton.Name = "showDetailsButton";
|
---|
| 151 | this.showDetailsButton.Size = new System.Drawing.Size(25, 25);
|
---|
| 152 | this.showDetailsButton.TabIndex = 4;
|
---|
| 153 | this.showDetailsButton.TabStop = true;
|
---|
| 154 | this.toolTip.SetToolTip(this.showDetailsButton, "Show Details");
|
---|
| 155 | this.showDetailsButton.UseVisualStyleBackColor = true;
|
---|
| 156 | this.showDetailsButton.Click += new System.EventHandler(this.detailsButton_Click);
|
---|
[2] | 157 | //
|
---|
[3573] | 158 | // groupBox
|
---|
[2] | 159 | //
|
---|
[3573] | 160 | this.groupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 161 | this.groupBox.Controls.Add(this.showListButton);
|
---|
| 162 | this.groupBox.Controls.Add(this.showDetailsButton);
|
---|
| 163 | this.groupBox.Location = new System.Drawing.Point(12, 497);
|
---|
| 164 | this.groupBox.Name = "groupBox";
|
---|
| 165 | this.groupBox.Size = new System.Drawing.Size(68, 37);
|
---|
| 166 | this.groupBox.TabIndex = 5;
|
---|
| 167 | this.groupBox.TabStop = false;
|
---|
[2] | 168 | //
|
---|
[3112] | 169 | // StarterForm
|
---|
[2] | 170 | //
|
---|
| 171 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 172 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 173 | this.ClientSize = new System.Drawing.Size(666, 546);
|
---|
[3573] | 174 | this.Controls.Add(this.groupBox);
|
---|
[2] | 175 | this.Controls.Add(this.applicationsListView);
|
---|
| 176 | this.Controls.Add(this.startButton);
|
---|
| 177 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
[3112] | 178 | this.Name = "StarterForm";
|
---|
[2] | 179 | this.Text = "HeuristicLab Starter";
|
---|
[1392] | 180 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
---|
[3573] | 181 | this.groupBox.ResumeLayout(false);
|
---|
[2] | 182 | this.ResumeLayout(false);
|
---|
| 183 |
|
---|
| 184 | }
|
---|
| 185 |
|
---|
| 186 | #endregion
|
---|
| 187 |
|
---|
| 188 | private System.Windows.Forms.Button startButton;
|
---|
| 189 | private System.Windows.Forms.ImageList largeImageList;
|
---|
| 190 | private System.Windows.Forms.ListView applicationsListView;
|
---|
| 191 | private System.Windows.Forms.ColumnHeader nameColumnHeader;
|
---|
| 192 | private System.Windows.Forms.ColumnHeader versionColumnHeader;
|
---|
| 193 | private System.Windows.Forms.ColumnHeader descriptionColumnHeader;
|
---|
| 194 | private System.Windows.Forms.ImageList smallImageList;
|
---|
[3573] | 195 | private System.Windows.Forms.ToolTip toolTip;
|
---|
| 196 | private System.Windows.Forms.RadioButton showListButton;
|
---|
| 197 | private System.Windows.Forms.RadioButton showDetailsButton;
|
---|
| 198 | private System.Windows.Forms.GroupBox groupBox;
|
---|
[2] | 199 | }
|
---|
| 200 | }
|
---|