Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectView.Designer.cs @ 15922

Last change on this file since 15922 was 15908, checked in by jkarder, 6 years ago

#2839: worked on hive project management

  • fixed some bugs
  • cleaned up
File size: 11.4 KB
Line 
1namespace HeuristicLab.Clients.Hive.Administrator.Views {
2  partial class ProjectView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.idLabel = new System.Windows.Forms.Label();
27      this.idTextBox = new System.Windows.Forms.TextBox();
28      this.nameLabel = new System.Windows.Forms.Label();
29      this.nameTextBox = new System.Windows.Forms.TextBox();
30      this.descriptionLabel = new System.Windows.Forms.Label();
31      this.descriptionTextBox = new System.Windows.Forms.TextBox();
32      this.ownerComboBox = new System.Windows.Forms.ComboBox();
33      this.ownerLabel = new System.Windows.Forms.Label();
34      this.createdLabel = new System.Windows.Forms.Label();
35      this.startDateTimePicker = new System.Windows.Forms.DateTimePicker();
36      this.startLabel = new System.Windows.Forms.Label();
37      this.endDateTimePicker = new System.Windows.Forms.DateTimePicker();
38      this.endLabel = new System.Windows.Forms.Label();
39      this.indefiniteCheckBox = new System.Windows.Forms.CheckBox();
40      this.createdTextBox = new System.Windows.Forms.TextBox();
41      this.refreshButton = new System.Windows.Forms.Button();
42      this.SuspendLayout();
43      //
44      // idLabel
45      //
46      this.idLabel.AutoSize = true;
47      this.idLabel.Location = new System.Drawing.Point(3, 11);
48      this.idLabel.Name = "idLabel";
49      this.idLabel.Size = new System.Drawing.Size(19, 13);
50      this.idLabel.TabIndex = 0;
51      this.idLabel.Text = "Id:";
52      //
53      // idTextBox
54      //
55      this.idTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
56            | System.Windows.Forms.AnchorStyles.Right)));
57      this.idTextBox.Location = new System.Drawing.Point(72, 8);
58      this.idTextBox.Name = "idTextBox";
59      this.idTextBox.ReadOnly = true;
60      this.idTextBox.Size = new System.Drawing.Size(464, 20);
61      this.idTextBox.TabIndex = 1;
62      //
63      // nameLabel
64      //
65      this.nameLabel.AutoSize = true;
66      this.nameLabel.Location = new System.Drawing.Point(3, 37);
67      this.nameLabel.Name = "nameLabel";
68      this.nameLabel.Size = new System.Drawing.Size(38, 13);
69      this.nameLabel.TabIndex = 2;
70      this.nameLabel.Text = "Name:";
71      //
72      // nameTextBox
73      //
74      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
75            | System.Windows.Forms.AnchorStyles.Right)));
76      this.nameTextBox.Location = new System.Drawing.Point(72, 34);
77      this.nameTextBox.Name = "nameTextBox";
78      this.nameTextBox.Size = new System.Drawing.Size(464, 20);
79      this.nameTextBox.TabIndex = 3;
80      this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
81      this.nameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.nameTextBox_Validating);
82      //
83      // descriptionLabel
84      //
85      this.descriptionLabel.AutoSize = true;
86      this.descriptionLabel.Location = new System.Drawing.Point(3, 63);
87      this.descriptionLabel.Name = "descriptionLabel";
88      this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
89      this.descriptionLabel.TabIndex = 4;
90      this.descriptionLabel.Text = "Description:";
91      //
92      // descriptionTextBox
93      //
94      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
95            | System.Windows.Forms.AnchorStyles.Right)));
96      this.descriptionTextBox.Location = new System.Drawing.Point(72, 60);
97      this.descriptionTextBox.Multiline = true;
98      this.descriptionTextBox.Name = "descriptionTextBox";
99      this.descriptionTextBox.Size = new System.Drawing.Size(464, 98);
100      this.descriptionTextBox.TabIndex = 5;
101      this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged);
102      //
103      // ownerComboBox
104      //
105      this.ownerComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
106            | System.Windows.Forms.AnchorStyles.Right)));
107      this.ownerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
108      this.ownerComboBox.FormattingEnabled = true;
109      this.ownerComboBox.Location = new System.Drawing.Point(102, 164);
110      this.ownerComboBox.Name = "ownerComboBox";
111      this.ownerComboBox.Size = new System.Drawing.Size(434, 21);
112      this.ownerComboBox.TabIndex = 6;
113      this.ownerComboBox.SelectedIndexChanged += new System.EventHandler(this.ownerComboBox_SelectedIndexChanged);
114      //
115      // ownerLabel
116      //
117      this.ownerLabel.AutoSize = true;
118      this.ownerLabel.Location = new System.Drawing.Point(3, 167);
119      this.ownerLabel.Name = "ownerLabel";
120      this.ownerLabel.Size = new System.Drawing.Size(41, 13);
121      this.ownerLabel.TabIndex = 7;
122      this.ownerLabel.Text = "Owner:";
123      //
124      // createdLabel
125      //
126      this.createdLabel.AutoSize = true;
127      this.createdLabel.Location = new System.Drawing.Point(3, 197);
128      this.createdLabel.Name = "createdLabel";
129      this.createdLabel.Size = new System.Drawing.Size(47, 13);
130      this.createdLabel.TabIndex = 8;
131      this.createdLabel.Text = "Created:";
132      //
133      // startDateTimePicker
134      //
135      this.startDateTimePicker.CustomFormat = "ddd, dd.MM.yyyy, HH:mm:ss";
136      this.startDateTimePicker.Enabled = false;
137      this.startDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
138      this.startDateTimePicker.Location = new System.Drawing.Point(72, 216);
139      this.startDateTimePicker.Name = "startDateTimePicker";
140      this.startDateTimePicker.Size = new System.Drawing.Size(200, 20);
141      this.startDateTimePicker.TabIndex = 9;
142      this.startDateTimePicker.ValueChanged += new System.EventHandler(this.startDateTimePicker_ValueChanged);
143      //
144      // startLabel
145      //
146      this.startLabel.AutoSize = true;
147      this.startLabel.Location = new System.Drawing.Point(3, 223);
148      this.startLabel.Name = "startLabel";
149      this.startLabel.Size = new System.Drawing.Size(32, 13);
150      this.startLabel.TabIndex = 10;
151      this.startLabel.Text = "Start:";
152      //
153      // endDateTimePicker
154      //
155      this.endDateTimePicker.CustomFormat = "ddd, dd.MM.yyyy, HH:mm:ss";
156      this.endDateTimePicker.Enabled = false;
157      this.endDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
158      this.endDateTimePicker.Location = new System.Drawing.Point(72, 243);
159      this.endDateTimePicker.Name = "endDateTimePicker";
160      this.endDateTimePicker.Size = new System.Drawing.Size(200, 20);
161      this.endDateTimePicker.TabIndex = 11;
162      this.endDateTimePicker.ValueChanged += new System.EventHandler(this.endDateTimePicker_ValueChanged);
163      //
164      // endLabel
165      //
166      this.endLabel.AutoSize = true;
167      this.endLabel.Location = new System.Drawing.Point(3, 249);
168      this.endLabel.Name = "endLabel";
169      this.endLabel.Size = new System.Drawing.Size(29, 13);
170      this.endLabel.TabIndex = 10;
171      this.endLabel.Text = "End:";
172      //
173      // indefiniteCheckBox
174      //
175      this.indefiniteCheckBox.AutoSize = true;
176      this.indefiniteCheckBox.Location = new System.Drawing.Point(278, 245);
177      this.indefiniteCheckBox.Name = "indefiniteCheckBox";
178      this.indefiniteCheckBox.Size = new System.Drawing.Size(69, 17);
179      this.indefiniteCheckBox.TabIndex = 13;
180      this.indefiniteCheckBox.Text = "Indefinite";
181      this.indefiniteCheckBox.UseVisualStyleBackColor = true;
182      this.indefiniteCheckBox.CheckedChanged += new System.EventHandler(this.indefiniteCheckBox_CheckedChanged);
183      //
184      // createdTextBox
185      //
186      this.createdTextBox.Location = new System.Drawing.Point(72, 190);
187      this.createdTextBox.Name = "createdTextBox";
188      this.createdTextBox.ReadOnly = true;
189      this.createdTextBox.Size = new System.Drawing.Size(200, 20);
190      this.createdTextBox.TabIndex = 14;
191      //
192      // refreshButton
193      //
194      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
195      this.refreshButton.Location = new System.Drawing.Point(72, 162);
196      this.refreshButton.Name = "refreshButton";
197      this.refreshButton.Size = new System.Drawing.Size(24, 24);
198      this.refreshButton.TabIndex = 15;
199      this.refreshButton.UseVisualStyleBackColor = true;
200      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
201      //
202      // ProjectView
203      //
204      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
205      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
206      this.Controls.Add(this.refreshButton);
207      this.Controls.Add(this.createdTextBox);
208      this.Controls.Add(this.indefiniteCheckBox);
209      this.Controls.Add(this.endLabel);
210      this.Controls.Add(this.endDateTimePicker);
211      this.Controls.Add(this.startLabel);
212      this.Controls.Add(this.startDateTimePicker);
213      this.Controls.Add(this.createdLabel);
214      this.Controls.Add(this.ownerLabel);
215      this.Controls.Add(this.ownerComboBox);
216      this.Controls.Add(this.descriptionTextBox);
217      this.Controls.Add(this.descriptionLabel);
218      this.Controls.Add(this.nameTextBox);
219      this.Controls.Add(this.nameLabel);
220      this.Controls.Add(this.idTextBox);
221      this.Controls.Add(this.idLabel);
222      this.Name = "ProjectView";
223      this.Size = new System.Drawing.Size(539, 271);
224      this.Load += new System.EventHandler(this.ProjectView_Load);
225      this.ResumeLayout(false);
226      this.PerformLayout();
227
228    }
229
230    #endregion
231
232    private System.Windows.Forms.Label idLabel;
233    protected System.Windows.Forms.TextBox idTextBox;
234    private System.Windows.Forms.Label nameLabel;
235    private System.Windows.Forms.TextBox nameTextBox;
236    private System.Windows.Forms.Label descriptionLabel;
237    private System.Windows.Forms.TextBox descriptionTextBox;
238    private System.Windows.Forms.ComboBox ownerComboBox;
239    private System.Windows.Forms.Label ownerLabel;
240    private System.Windows.Forms.Label createdLabel;
241    private System.Windows.Forms.DateTimePicker startDateTimePicker;
242    private System.Windows.Forms.Label startLabel;
243    private System.Windows.Forms.DateTimePicker endDateTimePicker;
244    private System.Windows.Forms.Label endLabel;
245    private System.Windows.Forms.CheckBox indefiniteCheckBox;
246    private System.Windows.Forms.TextBox createdTextBox;
247    private System.Windows.Forms.Button refreshButton;
248  }
249}
Note: See TracBrowser for help on using the repository browser.