Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Starter/StarterForm.Designer.cs @ 3736

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

Added about dialog. #893

File size: 9.7 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.Starter {
23  partial class StarterForm {
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 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();
48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StarterForm));
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);
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);
58      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
59      this.showLargeIconsButton = new System.Windows.Forms.RadioButton();
60      this.showDetailsButton = new System.Windows.Forms.RadioButton();
61      this.aboutButton = new System.Windows.Forms.Button();
62      this.SuspendLayout();
63      //
64      // startButton
65      //
66      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
67      this.startButton.Enabled = false;
68      this.startButton.Location = new System.Drawing.Point(498, 511);
69      this.startButton.Name = "startButton";
70      this.startButton.Size = new System.Drawing.Size(75, 23);
71      this.startButton.TabIndex = 1;
72      this.startButton.Text = "&Start";
73      this.toolTip.SetToolTip(this.startButton, "Start Selected Application");
74      this.startButton.UseVisualStyleBackColor = true;
75      this.startButton.Click += new System.EventHandler(this.applicationsListView_ItemActivate);
76      //
77      // applicationsListView
78      //
79      this.applicationsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
80                  | System.Windows.Forms.AnchorStyles.Left)
81                  | System.Windows.Forms.AnchorStyles.Right)));
82      this.applicationsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
83            this.nameColumnHeader,
84            this.versionColumnHeader,
85            this.descriptionColumnHeader});
86      listViewGroup1.Header = "Applications";
87      listViewGroup1.Name = "Applications";
88      listViewGroup2.Header = "Plugin Management";
89      listViewGroup2.Name = "Plugin Management";
90      this.applicationsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
91            listViewGroup1,
92            listViewGroup2});
93      this.applicationsListView.LargeImageList = this.largeImageList;
94      this.applicationsListView.Location = new System.Drawing.Point(12, 12);
95      this.applicationsListView.MultiSelect = false;
96      this.applicationsListView.Name = "applicationsListView";
97      this.applicationsListView.ShowItemToolTips = true;
98      this.applicationsListView.Size = new System.Drawing.Size(642, 493);
99      this.applicationsListView.SmallImageList = this.smallImageList;
100      this.applicationsListView.TabIndex = 0;
101      this.applicationsListView.UseCompatibleStateImageBehavior = false;
102      this.applicationsListView.ItemActivate += new System.EventHandler(this.applicationsListView_ItemActivate);
103      this.applicationsListView.SelectedIndexChanged += new System.EventHandler(this.applicationsListView_SelectedIndexChanged);
104      //
105      // nameColumnHeader
106      //
107      this.nameColumnHeader.Text = "Name";
108      this.nameColumnHeader.Width = 125;
109      //
110      // versionColumnHeader
111      //
112      this.versionColumnHeader.Text = "Version";
113      //
114      // descriptionColumnHeader
115      //
116      this.descriptionColumnHeader.Text = "Description";
117      this.descriptionColumnHeader.Width = 453;
118      //
119      // showLargeIconsButton
120      //
121      this.showLargeIconsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
122      this.showLargeIconsButton.Appearance = System.Windows.Forms.Appearance.Button;
123      this.showLargeIconsButton.Checked = true;
124      this.showLargeIconsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.ShowIcons;
125      this.showLargeIconsButton.Location = new System.Drawing.Point(12, 511);
126      this.showLargeIconsButton.Name = "showLargeIconsButton";
127      this.showLargeIconsButton.Size = new System.Drawing.Size(23, 23);
128      this.showLargeIconsButton.TabIndex = 2;
129      this.showLargeIconsButton.TabStop = true;
130      this.toolTip.SetToolTip(this.showLargeIconsButton, "Show Large Icons");
131      this.showLargeIconsButton.UseVisualStyleBackColor = false;
132      this.showLargeIconsButton.Click += new System.EventHandler(this.largeIconsButton_Click);
133      //
134      // showDetailsButton
135      //
136      this.showDetailsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
137      this.showDetailsButton.Appearance = System.Windows.Forms.Appearance.Button;
138      this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.ShowDetails;
139      this.showDetailsButton.Location = new System.Drawing.Point(41, 511);
140      this.showDetailsButton.Name = "showDetailsButton";
141      this.showDetailsButton.Size = new System.Drawing.Size(23, 23);
142      this.showDetailsButton.TabIndex = 3;
143      this.toolTip.SetToolTip(this.showDetailsButton, "Show Details");
144      this.showDetailsButton.UseVisualStyleBackColor = false;
145      this.showDetailsButton.Click += new System.EventHandler(this.detailsButton_Click);
146      //
147      // aboutButton
148      //
149      this.aboutButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
150      this.aboutButton.Location = new System.Drawing.Point(579, 511);
151      this.aboutButton.Name = "aboutButton";
152      this.aboutButton.Size = new System.Drawing.Size(75, 23);
153      this.aboutButton.TabIndex = 4;
154      this.aboutButton.Text = "&About...";
155      this.aboutButton.UseVisualStyleBackColor = true;
156      this.aboutButton.Click += new System.EventHandler(this.aboutButton_Click);
157      //
158      // StarterForm
159      //
160      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
161      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
162      this.ClientSize = new System.Drawing.Size(666, 546);
163      this.Controls.Add(this.aboutButton);
164      this.Controls.Add(this.showDetailsButton);
165      this.Controls.Add(this.showLargeIconsButton);
166      this.Controls.Add(this.applicationsListView);
167      this.Controls.Add(this.startButton);
168      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
169      this.Name = "StarterForm";
170      this.Text = "HeuristicLab Starter";
171      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
172      this.ResumeLayout(false);
173
174    }
175
176    #endregion
177
178    private System.Windows.Forms.Button startButton;
179    private System.Windows.Forms.ImageList largeImageList;
180    private System.Windows.Forms.ListView applicationsListView;
181    private System.Windows.Forms.ColumnHeader nameColumnHeader;
182    private System.Windows.Forms.ColumnHeader versionColumnHeader;
183    private System.Windows.Forms.ColumnHeader descriptionColumnHeader;
184    private System.Windows.Forms.ImageList smallImageList;
185    private System.Windows.Forms.ToolTip toolTip;
186    private System.Windows.Forms.RadioButton showLargeIconsButton;
187    private System.Windows.Forms.RadioButton showDetailsButton;
188    private System.Windows.Forms.Button aboutButton;
189  }
190}
Note: See TracBrowser for help on using the repository browser.