#region License Information /* HeuristicLab * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.PluginInfrastructure.Starter { partial class StarterForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StarterForm)); System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Applications", System.Windows.Forms.HorizontalAlignment.Left); System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Plugin Management", System.Windows.Forms.HorizontalAlignment.Left); this.startButton = new System.Windows.Forms.Button(); this.largeImageList = new System.Windows.Forms.ImageList(this.components); this.applicationsListView = new System.Windows.Forms.ListView(); this.nameColumnHeader = new System.Windows.Forms.ColumnHeader(); this.versionColumnHeader = new System.Windows.Forms.ColumnHeader(); this.descriptionColumnHeader = new System.Windows.Forms.ColumnHeader(); this.smallImageList = new System.Windows.Forms.ImageList(this.components); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.showListButton = new System.Windows.Forms.RadioButton(); this.showDetailsButton = new System.Windows.Forms.RadioButton(); this.groupBox = new System.Windows.Forms.GroupBox(); this.groupBox.SuspendLayout(); this.SuspendLayout(); // // startButton // this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.startButton.Enabled = false; this.startButton.Location = new System.Drawing.Point(579, 507); this.startButton.Name = "startButton"; this.startButton.Size = new System.Drawing.Size(75, 23); this.startButton.TabIndex = 1; this.startButton.Text = "&Start"; this.toolTip.SetToolTip(this.startButton, "Start Selected Application"); this.startButton.UseVisualStyleBackColor = true; this.startButton.Click += new System.EventHandler(this.applicationsListView_ItemActivate); // // largeImageList // this.largeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("largeImageList.ImageStream"))); this.largeImageList.TransparentColor = System.Drawing.Color.Transparent; this.largeImageList.Images.SetKeyName(0, "HeuristicLab.ico"); // // applicationsListView // this.applicationsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.applicationsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.nameColumnHeader, this.versionColumnHeader, this.descriptionColumnHeader}); listViewGroup1.Header = "Applications"; listViewGroup1.Name = "Applications"; listViewGroup2.Header = "Plugin Management"; listViewGroup2.Name = "Plugin Management"; this.applicationsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { listViewGroup1, listViewGroup2}); this.applicationsListView.LargeImageList = this.largeImageList; this.applicationsListView.Location = new System.Drawing.Point(12, 12); this.applicationsListView.MultiSelect = false; this.applicationsListView.Name = "applicationsListView"; this.applicationsListView.ShowItemToolTips = true; this.applicationsListView.Size = new System.Drawing.Size(642, 479); this.applicationsListView.SmallImageList = this.smallImageList; this.applicationsListView.TabIndex = 2; this.applicationsListView.UseCompatibleStateImageBehavior = false; this.applicationsListView.ItemActivate += new System.EventHandler(this.applicationsListView_ItemActivate); this.applicationsListView.SelectedIndexChanged += new System.EventHandler(this.applicationsListView_SelectedIndexChanged); // // nameColumnHeader // this.nameColumnHeader.Text = "Name"; this.nameColumnHeader.Width = 125; // // versionColumnHeader // this.versionColumnHeader.Text = "Version"; // // descriptionColumnHeader // this.descriptionColumnHeader.Text = "Description"; this.descriptionColumnHeader.Width = 453; // // smallImageList // this.smallImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("smallImageList.ImageStream"))); this.smallImageList.TransparentColor = System.Drawing.Color.Transparent; this.smallImageList.Images.SetKeyName(0, "HeuristicLab.ico"); // // showListButton // this.showListButton.Appearance = System.Windows.Forms.Appearance.Button; this.showListButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_icons; this.showListButton.Location = new System.Drawing.Point(6, 9); this.showListButton.Name = "showListButton"; this.showListButton.Size = new System.Drawing.Size(25, 25); this.showListButton.TabIndex = 3; this.showListButton.TabStop = true; this.toolTip.SetToolTip(this.showListButton, "Show List"); this.showListButton.UseVisualStyleBackColor = true; this.showListButton.Click += new System.EventHandler(this.largeIconsButton_Click); // // showDetailsButton // this.showDetailsButton.Appearance = System.Windows.Forms.Appearance.Button; this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_details; this.showDetailsButton.Location = new System.Drawing.Point(37, 9); this.showDetailsButton.Name = "showDetailsButton"; this.showDetailsButton.Size = new System.Drawing.Size(25, 25); this.showDetailsButton.TabIndex = 4; this.showDetailsButton.TabStop = true; this.toolTip.SetToolTip(this.showDetailsButton, "Show Details"); this.showDetailsButton.UseVisualStyleBackColor = true; this.showDetailsButton.Click += new System.EventHandler(this.detailsButton_Click); // // groupBox // this.groupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.groupBox.Controls.Add(this.showListButton); this.groupBox.Controls.Add(this.showDetailsButton); this.groupBox.Location = new System.Drawing.Point(12, 497); this.groupBox.Name = "groupBox"; this.groupBox.Size = new System.Drawing.Size(68, 37); this.groupBox.TabIndex = 5; this.groupBox.TabStop = false; // // StarterForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(666, 546); this.Controls.Add(this.groupBox); this.Controls.Add(this.applicationsListView); this.Controls.Add(this.startButton); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "StarterForm"; this.Text = "HeuristicLab Starter"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.groupBox.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button startButton; private System.Windows.Forms.ImageList largeImageList; private System.Windows.Forms.ListView applicationsListView; private System.Windows.Forms.ColumnHeader nameColumnHeader; private System.Windows.Forms.ColumnHeader versionColumnHeader; private System.Windows.Forms.ColumnHeader descriptionColumnHeader; private System.Windows.Forms.ImageList smallImageList; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.RadioButton showListButton; private System.Windows.Forms.RadioButton showDetailsButton; private System.Windows.Forms.GroupBox groupBox; } }