Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.Console/3.2/AddJobForm.Designer.cs @ 1937

Last change on this file since 1937 was 1937, checked in by aleitner, 15 years ago

contextmenu is on place where clicked
Add project form
expand add job form
(#626)

File size: 9.1 KB
Line 
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
22namespace HeuristicLab.Hive.Server.ServerConsole {
23  partial class AddJobForm {
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.btnAdd = new System.Windows.Forms.Button();
48      this.btnClose = new System.Windows.Forms.Button();
49      this.lblNumJobs = new System.Windows.Forms.Label();
50      this.tbNumJobs = new System.Windows.Forms.TextBox();
51      this.lblError = new System.Windows.Forms.Label();
52      this.lblProject = new System.Windows.Forms.Label();
53      this.cbProject = new System.Windows.Forms.ComboBox();
54      this.cbAllGroups = new System.Windows.Forms.CheckBox();
55      this.gbGroups = new System.Windows.Forms.GroupBox();
56      this.btnRemoveGroup = new System.Windows.Forms.Button();
57      this.btnAddGroup = new System.Windows.Forms.Button();
58      this.lbGroupsIn = new System.Windows.Forms.ListBox();
59      this.lbGroupsOut = new System.Windows.Forms.ListBox();
60      this.gbGroups.SuspendLayout();
61      this.SuspendLayout();
62      //
63      // btnAdd
64      //
65      this.btnAdd.Location = new System.Drawing.Point(6, 224);
66      this.btnAdd.Name = "btnAdd";
67      this.btnAdd.Size = new System.Drawing.Size(75, 23);
68      this.btnAdd.TabIndex = 3;
69      this.btnAdd.Text = "Add";
70      this.btnAdd.UseVisualStyleBackColor = true;
71      this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
72      //
73      // btnClose
74      //
75      this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
76      this.btnClose.Location = new System.Drawing.Point(291, 224);
77      this.btnClose.Name = "btnClose";
78      this.btnClose.Size = new System.Drawing.Size(75, 23);
79      this.btnClose.TabIndex = 4;
80      this.btnClose.Text = "Close";
81      this.btnClose.UseVisualStyleBackColor = true;
82      this.btnClose.Click += new System.EventHandler(this.BtnClose_Click);
83      //
84      // lblNumJobs
85      //
86      this.lblNumJobs.AutoSize = true;
87      this.lblNumJobs.Location = new System.Drawing.Point(12, 9);
88      this.lblNumJobs.Name = "lblNumJobs";
89      this.lblNumJobs.Size = new System.Drawing.Size(78, 13);
90      this.lblNumJobs.TabIndex = 6;
91      this.lblNumJobs.Text = "Number of jobs";
92      //
93      // tbNumJobs
94      //
95      this.tbNumJobs.Location = new System.Drawing.Point(117, 6);
96      this.tbNumJobs.Name = "tbNumJobs";
97      this.tbNumJobs.Size = new System.Drawing.Size(243, 20);
98      this.tbNumJobs.TabIndex = 1;
99      this.tbNumJobs.Text = "1";
100      //
101      // lblError
102      //
103      this.lblError.AutoSize = true;
104      this.lblError.Location = new System.Drawing.Point(87, 229);
105      this.lblError.Name = "lblError";
106      this.lblError.Size = new System.Drawing.Size(0, 13);
107      this.lblError.TabIndex = 8;
108      //
109      // lblProject
110      //
111      this.lblProject.AutoSize = true;
112      this.lblProject.Location = new System.Drawing.Point(12, 39);
113      this.lblProject.Name = "lblProject";
114      this.lblProject.Size = new System.Drawing.Size(59, 13);
115      this.lblProject.TabIndex = 9;
116      this.lblProject.Text = "Job project";
117      //
118      // cbProject
119      //
120      this.cbProject.FormattingEnabled = true;
121      this.cbProject.Location = new System.Drawing.Point(117, 31);
122      this.cbProject.Name = "cbProject";
123      this.cbProject.Size = new System.Drawing.Size(245, 21);
124      this.cbProject.TabIndex = 10;
125      //
126      // cbAllGroups
127      //
128      this.cbAllGroups.AutoSize = true;
129      this.cbAllGroups.Checked = true;
130      this.cbAllGroups.CheckState = System.Windows.Forms.CheckState.Checked;
131      this.cbAllGroups.Location = new System.Drawing.Point(15, 65);
132      this.cbAllGroups.Name = "cbAllGroups";
133      this.cbAllGroups.Size = new System.Drawing.Size(91, 17);
134      this.cbAllGroups.TabIndex = 15;
135      this.cbAllGroups.Text = "use all groups";
136      this.cbAllGroups.UseVisualStyleBackColor = true;
137      this.cbAllGroups.CheckedChanged += new System.EventHandler(this.cbAllGroups_CheckedChanged);
138      //
139      // gbGroups
140      //
141      this.gbGroups.Controls.Add(this.btnRemoveGroup);
142      this.gbGroups.Controls.Add(this.btnAddGroup);
143      this.gbGroups.Controls.Add(this.lbGroupsIn);
144      this.gbGroups.Controls.Add(this.lbGroupsOut);
145      this.gbGroups.Location = new System.Drawing.Point(10, 90);
146      this.gbGroups.Name = "gbGroups";
147      this.gbGroups.Size = new System.Drawing.Size(357, 128);
148      this.gbGroups.TabIndex = 16;
149      this.gbGroups.TabStop = false;
150      this.gbGroups.Text = "choose groups";
151      //
152      // btnRemoveGroup
153      //
154      this.btnRemoveGroup.Enabled = false;
155      this.btnRemoveGroup.Location = new System.Drawing.Point(143, 56);
156      this.btnRemoveGroup.Name = "btnRemoveGroup";
157      this.btnRemoveGroup.Size = new System.Drawing.Size(75, 23);
158      this.btnRemoveGroup.TabIndex = 18;
159      this.btnRemoveGroup.Text = "<< Remove";
160      this.btnRemoveGroup.UseVisualStyleBackColor = true;
161      //
162      // btnAddGroup
163      //
164      this.btnAddGroup.Enabled = false;
165      this.btnAddGroup.Location = new System.Drawing.Point(143, 26);
166      this.btnAddGroup.Name = "btnAddGroup";
167      this.btnAddGroup.Size = new System.Drawing.Size(75, 23);
168      this.btnAddGroup.TabIndex = 17;
169      this.btnAddGroup.Text = "Add >>";
170      this.btnAddGroup.UseVisualStyleBackColor = true;
171      //
172      // lbGroupsIn
173      //
174      this.lbGroupsIn.Enabled = false;
175      this.lbGroupsIn.FormattingEnabled = true;
176      this.lbGroupsIn.Location = new System.Drawing.Point(224, 15);
177      this.lbGroupsIn.Name = "lbGroupsIn";
178      this.lbGroupsIn.Size = new System.Drawing.Size(128, 108);
179      this.lbGroupsIn.TabIndex = 16;
180      //
181      // lbGroupsOut
182      //
183      this.lbGroupsOut.Enabled = false;
184      this.lbGroupsOut.FormattingEnabled = true;
185      this.lbGroupsOut.Location = new System.Drawing.Point(6, 15);
186      this.lbGroupsOut.Name = "lbGroupsOut";
187      this.lbGroupsOut.Size = new System.Drawing.Size(130, 108);
188      this.lbGroupsOut.TabIndex = 15;
189      //
190      // AddJobForm
191      //
192      this.AcceptButton = this.btnAdd;
193      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
194      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
195      this.CancelButton = this.btnClose;
196      this.ClientSize = new System.Drawing.Size(372, 255);
197      this.Controls.Add(this.gbGroups);
198      this.Controls.Add(this.cbAllGroups);
199      this.Controls.Add(this.cbProject);
200      this.Controls.Add(this.lblProject);
201      this.Controls.Add(this.lblError);
202      this.Controls.Add(this.tbNumJobs);
203      this.Controls.Add(this.lblNumJobs);
204      this.Controls.Add(this.btnClose);
205      this.Controls.Add(this.btnAdd);
206      this.Name = "AddJobForm";
207      this.Text = "Add Job";
208      this.gbGroups.ResumeLayout(false);
209      this.ResumeLayout(false);
210      this.PerformLayout();
211
212    }
213
214    #endregion
215
216    private System.Windows.Forms.Button btnAdd;
217    private System.Windows.Forms.Button btnClose;
218    private System.Windows.Forms.Label lblNumJobs;
219    private System.Windows.Forms.TextBox tbNumJobs;
220    private System.Windows.Forms.Label lblError;
221    private System.Windows.Forms.Label lblProject;
222    private System.Windows.Forms.ComboBox cbProject;
223    private System.Windows.Forms.CheckBox cbAllGroups;
224    private System.Windows.Forms.GroupBox gbGroups;
225    private System.Windows.Forms.Button btnRemoveGroup;
226    private System.Windows.Forms.Button btnAddGroup;
227    private System.Windows.Forms.ListBox lbGroupsIn;
228    private System.Windows.Forms.ListBox lbGroupsOut;
229  }
230}
Note: See TracBrowser for help on using the repository browser.