1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2008 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 |
|
---|
22 | namespace HeuristicLab {
|
---|
23 | partial class MainForm {
|
---|
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(MainForm));
|
---|
49 | System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Plugin Management", System.Windows.Forms.HorizontalAlignment.Left);
|
---|
50 | System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Applications", 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.detailsButton = new System.Windows.Forms.Button();
|
---|
59 | this.listButton = new System.Windows.Forms.Button();
|
---|
60 | this.largeIconsButton = new System.Windows.Forms.Button();
|
---|
61 | this.SuspendLayout();
|
---|
62 | //
|
---|
63 | // startButton
|
---|
64 | //
|
---|
65 | this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
66 | this.startButton.Enabled = false;
|
---|
67 | this.startButton.Location = new System.Drawing.Point(579, 511);
|
---|
68 | this.startButton.Name = "startButton";
|
---|
69 | this.startButton.Size = new System.Drawing.Size(75, 23);
|
---|
70 | this.startButton.TabIndex = 1;
|
---|
71 | this.startButton.Text = "Start";
|
---|
72 | this.startButton.UseVisualStyleBackColor = true;
|
---|
73 | this.startButton.Click += new System.EventHandler(this.applicationsListView_ItemActivate);
|
---|
74 | //
|
---|
75 | // largeImageList
|
---|
76 | //
|
---|
77 | this.largeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("largeImageList.ImageStream")));
|
---|
78 | this.largeImageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
79 | this.largeImageList.Images.SetKeyName(0, "HeuristicLab.ico");
|
---|
80 | //
|
---|
81 | // applicationsListView
|
---|
82 | //
|
---|
83 | this.applicationsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
84 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
85 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
86 | this.applicationsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
87 | this.nameColumnHeader,
|
---|
88 | this.versionColumnHeader,
|
---|
89 | this.descriptionColumnHeader});
|
---|
90 | listViewGroup1.Header = "Plugin Management";
|
---|
91 | listViewGroup1.Name = "Plugin Management";
|
---|
92 | listViewGroup2.Header = "Applications";
|
---|
93 | listViewGroup2.Name = "Applications";
|
---|
94 | this.applicationsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
|
---|
95 | listViewGroup1,
|
---|
96 | listViewGroup2});
|
---|
97 | this.applicationsListView.LargeImageList = this.largeImageList;
|
---|
98 | this.applicationsListView.Location = new System.Drawing.Point(12, 12);
|
---|
99 | this.applicationsListView.MultiSelect = false;
|
---|
100 | this.applicationsListView.Name = "applicationsListView";
|
---|
101 | this.applicationsListView.ShowItemToolTips = true;
|
---|
102 | this.applicationsListView.Size = new System.Drawing.Size(642, 493);
|
---|
103 | this.applicationsListView.SmallImageList = this.smallImageList;
|
---|
104 | this.applicationsListView.TabIndex = 2;
|
---|
105 | this.applicationsListView.UseCompatibleStateImageBehavior = false;
|
---|
106 | this.applicationsListView.ItemActivate += new System.EventHandler(this.applicationsListView_ItemActivate);
|
---|
107 | this.applicationsListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.applicationsListBox_SelectedIndexChanged);
|
---|
108 | //
|
---|
109 | // nameColumnHeader
|
---|
110 | //
|
---|
111 | this.nameColumnHeader.Text = "Name";
|
---|
112 | this.nameColumnHeader.Width = 125;
|
---|
113 | //
|
---|
114 | // versionColumnHeader
|
---|
115 | //
|
---|
116 | this.versionColumnHeader.Text = "Version";
|
---|
117 | //
|
---|
118 | // descriptionColumnHeader
|
---|
119 | //
|
---|
120 | this.descriptionColumnHeader.Text = "Description";
|
---|
121 | this.descriptionColumnHeader.Width = 453;
|
---|
122 | //
|
---|
123 | // smallImageList
|
---|
124 | //
|
---|
125 | this.smallImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("smallImageList.ImageStream")));
|
---|
126 | this.smallImageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
127 | this.smallImageList.Images.SetKeyName(0, "HeuristicLab.ico");
|
---|
128 | //
|
---|
129 | // detailsButton
|
---|
130 | //
|
---|
131 | this.detailsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
132 | this.detailsButton.AutoSize = true;
|
---|
133 | this.detailsButton.Image = global::HeuristicLab.Properties.Resources.Details;
|
---|
134 | this.detailsButton.Location = new System.Drawing.Point(68, 511);
|
---|
135 | this.detailsButton.Name = "detailsButton";
|
---|
136 | this.detailsButton.Size = new System.Drawing.Size(22, 23);
|
---|
137 | this.detailsButton.TabIndex = 5;
|
---|
138 | this.detailsButton.UseVisualStyleBackColor = true;
|
---|
139 | this.detailsButton.Click += new System.EventHandler(this.detailsButton_Click);
|
---|
140 | //
|
---|
141 | // listButton
|
---|
142 | //
|
---|
143 | this.listButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
144 | this.listButton.AutoSize = true;
|
---|
145 | this.listButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
146 | this.listButton.Image = global::HeuristicLab.Properties.Resources.List;
|
---|
147 | this.listButton.Location = new System.Drawing.Point(40, 511);
|
---|
148 | this.listButton.Name = "listButton";
|
---|
149 | this.listButton.Size = new System.Drawing.Size(22, 22);
|
---|
150 | this.listButton.TabIndex = 4;
|
---|
151 | this.listButton.UseVisualStyleBackColor = true;
|
---|
152 | this.listButton.Click += new System.EventHandler(this.listButton_Click);
|
---|
153 | //
|
---|
154 | // largeIconsButton
|
---|
155 | //
|
---|
156 | this.largeIconsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
157 | this.largeIconsButton.AutoSize = true;
|
---|
158 | this.largeIconsButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
159 | this.largeIconsButton.Image = global::HeuristicLab.Properties.Resources.LargeIcons;
|
---|
160 | this.largeIconsButton.Location = new System.Drawing.Point(12, 511);
|
---|
161 | this.largeIconsButton.Name = "largeIconsButton";
|
---|
162 | this.largeIconsButton.Size = new System.Drawing.Size(22, 22);
|
---|
163 | this.largeIconsButton.TabIndex = 3;
|
---|
164 | this.largeIconsButton.UseVisualStyleBackColor = true;
|
---|
165 | this.largeIconsButton.Click += new System.EventHandler(this.largeIconsButton_Click);
|
---|
166 | //
|
---|
167 | // MainForm
|
---|
168 | //
|
---|
169 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
170 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
171 | this.ClientSize = new System.Drawing.Size(666, 546);
|
---|
172 | this.Controls.Add(this.detailsButton);
|
---|
173 | this.Controls.Add(this.listButton);
|
---|
174 | this.Controls.Add(this.largeIconsButton);
|
---|
175 | this.Controls.Add(this.applicationsListView);
|
---|
176 | this.Controls.Add(this.startButton);
|
---|
177 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
178 | this.Name = "MainForm";
|
---|
179 | this.Text = "HeuristicLab Starter";
|
---|
180 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
---|
181 | this.ResumeLayout(false);
|
---|
182 | this.PerformLayout();
|
---|
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.Button largeIconsButton;
|
---|
195 | private System.Windows.Forms.Button listButton;
|
---|
196 | private System.Windows.Forms.Button detailsButton;
|
---|
197 | private System.Windows.Forms.ImageList smallImageList;
|
---|
198 | }
|
---|
199 | }
|
---|