Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectView.Designer.cs @ 15412

Last change on this file since 15412 was 15412, checked in by jkarder, 7 years ago

#2839:

  • worked on resources and projects views
  • changed resource selector to be able to select projects and assigned resources
  • updated service clients
File size: 10.2 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.nameLabel = new System.Windows.Forms.Label();
27      this.nameTextBox = new System.Windows.Forms.TextBox();
28      this.descriptionLabel = new System.Windows.Forms.Label();
29      this.descriptionTextBox = new System.Windows.Forms.TextBox();
30      this.ownerComboBox = new System.Windows.Forms.ComboBox();
31      this.ownerLabel = new System.Windows.Forms.Label();
32      this.createdLabel = new System.Windows.Forms.Label();
33      this.startDateTimePicker = new System.Windows.Forms.DateTimePicker();
34      this.startLabel = new System.Windows.Forms.Label();
35      this.endDateTimePicker = new System.Windows.Forms.DateTimePicker();
36      this.endLabel = new System.Windows.Forms.Label();
37      this.indefiniteCheckBox = new System.Windows.Forms.CheckBox();
38      this.createdTextBox = new System.Windows.Forms.TextBox();
39      this.refreshButton = new System.Windows.Forms.Button();
40      this.SuspendLayout();
41      //
42      // nameLabel
43      //
44      this.nameLabel.AutoSize = true;
45      this.nameLabel.Location = new System.Drawing.Point(3, 11);
46      this.nameLabel.Name = "nameLabel";
47      this.nameLabel.Size = new System.Drawing.Size(38, 13);
48      this.nameLabel.TabIndex = 0;
49      this.nameLabel.Text = "Name:";
50      //
51      // nameTextBox
52      //
53      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
54            | System.Windows.Forms.AnchorStyles.Right)));
55      this.nameTextBox.Location = new System.Drawing.Point(72, 8);
56      this.nameTextBox.Name = "nameTextBox";
57      this.nameTextBox.Size = new System.Drawing.Size(464, 20);
58      this.nameTextBox.TabIndex = 1;
59      this.nameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.nameTextBox_Validating);
60      //
61      // descriptionLabel
62      //
63      this.descriptionLabel.AutoSize = true;
64      this.descriptionLabel.Location = new System.Drawing.Point(3, 37);
65      this.descriptionLabel.Name = "descriptionLabel";
66      this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
67      this.descriptionLabel.TabIndex = 2;
68      this.descriptionLabel.Text = "Description:";
69      //
70      // descriptionTextBox
71      //
72      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
73            | System.Windows.Forms.AnchorStyles.Right)));
74      this.descriptionTextBox.Location = new System.Drawing.Point(72, 34);
75      this.descriptionTextBox.Multiline = true;
76      this.descriptionTextBox.Name = "descriptionTextBox";
77      this.descriptionTextBox.Size = new System.Drawing.Size(464, 98);
78      this.descriptionTextBox.TabIndex = 3;
79      this.descriptionTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.descriptionTextBox_Validating);
80      //
81      // ownerComboBox
82      //
83      this.ownerComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
84            | System.Windows.Forms.AnchorStyles.Right)));
85      this.ownerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
86      this.ownerComboBox.FormattingEnabled = true;
87      this.ownerComboBox.Location = new System.Drawing.Point(102, 138);
88      this.ownerComboBox.Name = "ownerComboBox";
89      this.ownerComboBox.Size = new System.Drawing.Size(434, 21);
90      this.ownerComboBox.TabIndex = 5;
91      this.ownerComboBox.SelectedIndexChanged += new System.EventHandler(this.ownerComboBox_SelectedIndexChanged);
92      //
93      // ownerLabel
94      //
95      this.ownerLabel.AutoSize = true;
96      this.ownerLabel.Location = new System.Drawing.Point(3, 141);
97      this.ownerLabel.Name = "ownerLabel";
98      this.ownerLabel.Size = new System.Drawing.Size(41, 13);
99      this.ownerLabel.TabIndex = 4;
100      this.ownerLabel.Text = "Owner:";
101      //
102      // createdLabel
103      //
104      this.createdLabel.AutoSize = true;
105      this.createdLabel.Location = new System.Drawing.Point(3, 171);
106      this.createdLabel.Name = "createdLabel";
107      this.createdLabel.Size = new System.Drawing.Size(47, 13);
108      this.createdLabel.TabIndex = 6;
109      this.createdLabel.Text = "Created:";
110      //
111      // startDateTimePicker
112      //
113      this.startDateTimePicker.CustomFormat = "ddd, dd.MM.yyyy, HH:mm:ss";
114      this.startDateTimePicker.Enabled = false;
115      this.startDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
116      this.startDateTimePicker.Location = new System.Drawing.Point(72, 190);
117      this.startDateTimePicker.Name = "startDateTimePicker";
118      this.startDateTimePicker.Size = new System.Drawing.Size(200, 20);
119      this.startDateTimePicker.TabIndex = 9;
120      this.startDateTimePicker.Validating += new System.ComponentModel.CancelEventHandler(this.startDateTimePicker_Validating);
121      //
122      // startLabel
123      //
124      this.startLabel.AutoSize = true;
125      this.startLabel.Location = new System.Drawing.Point(3, 197);
126      this.startLabel.Name = "startLabel";
127      this.startLabel.Size = new System.Drawing.Size(32, 13);
128      this.startLabel.TabIndex = 8;
129      this.startLabel.Text = "Start:";
130      //
131      // endDateTimePicker
132      //
133      this.endDateTimePicker.CustomFormat = "ddd, dd.MM.yyyy, HH:mm:ss";
134      this.endDateTimePicker.Enabled = false;
135      this.endDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
136      this.endDateTimePicker.Location = new System.Drawing.Point(72, 217);
137      this.endDateTimePicker.Name = "endDateTimePicker";
138      this.endDateTimePicker.Size = new System.Drawing.Size(200, 20);
139      this.endDateTimePicker.TabIndex = 11;
140      this.endDateTimePicker.Validating += new System.ComponentModel.CancelEventHandler(this.endDateTimePicker_Validating);
141      //
142      // endLabel
143      //
144      this.endLabel.AutoSize = true;
145      this.endLabel.Location = new System.Drawing.Point(3, 223);
146      this.endLabel.Name = "endLabel";
147      this.endLabel.Size = new System.Drawing.Size(29, 13);
148      this.endLabel.TabIndex = 10;
149      this.endLabel.Text = "End:";
150      //
151      // indefiniteCheckBox
152      //
153      this.indefiniteCheckBox.AutoSize = true;
154      this.indefiniteCheckBox.Location = new System.Drawing.Point(278, 219);
155      this.indefiniteCheckBox.Name = "indefiniteCheckBox";
156      this.indefiniteCheckBox.Size = new System.Drawing.Size(69, 17);
157      this.indefiniteCheckBox.TabIndex = 12;
158      this.indefiniteCheckBox.Text = "Indefinite";
159      this.indefiniteCheckBox.UseVisualStyleBackColor = true;
160      this.indefiniteCheckBox.CheckedChanged += new System.EventHandler(this.indefiniteCheckBox_CheckedChanged);
161      //
162      // createdTextBox
163      //
164      this.createdTextBox.Location = new System.Drawing.Point(72, 164);
165      this.createdTextBox.Name = "createdTextBox";
166      this.createdTextBox.ReadOnly = true;
167      this.createdTextBox.Size = new System.Drawing.Size(200, 20);
168      this.createdTextBox.TabIndex = 7;
169      //
170      // refreshButton
171      //
172      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
173      this.refreshButton.Location = new System.Drawing.Point(72, 136);
174      this.refreshButton.Name = "refreshButton";
175      this.refreshButton.Size = new System.Drawing.Size(24, 24);
176      this.refreshButton.TabIndex = 15;
177      this.refreshButton.UseVisualStyleBackColor = true;
178      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
179      //
180      // ProjectView
181      //
182      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
183      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
184      this.Controls.Add(this.refreshButton);
185      this.Controls.Add(this.createdTextBox);
186      this.Controls.Add(this.indefiniteCheckBox);
187      this.Controls.Add(this.endLabel);
188      this.Controls.Add(this.endDateTimePicker);
189      this.Controls.Add(this.startLabel);
190      this.Controls.Add(this.startDateTimePicker);
191      this.Controls.Add(this.createdLabel);
192      this.Controls.Add(this.ownerLabel);
193      this.Controls.Add(this.ownerComboBox);
194      this.Controls.Add(this.descriptionTextBox);
195      this.Controls.Add(this.descriptionLabel);
196      this.Controls.Add(this.nameTextBox);
197      this.Controls.Add(this.nameLabel);
198      this.Name = "ProjectView";
199      this.Size = new System.Drawing.Size(539, 246);
200      this.Load += new System.EventHandler(this.ProjectView_Load);
201      this.ResumeLayout(false);
202      this.PerformLayout();
203
204    }
205
206    #endregion
207
208    private System.Windows.Forms.Label nameLabel;
209    private System.Windows.Forms.TextBox nameTextBox;
210    private System.Windows.Forms.Label descriptionLabel;
211    private System.Windows.Forms.TextBox descriptionTextBox;
212    private System.Windows.Forms.ComboBox ownerComboBox;
213    private System.Windows.Forms.Label ownerLabel;
214    private System.Windows.Forms.Label createdLabel;
215    private System.Windows.Forms.DateTimePicker startDateTimePicker;
216    private System.Windows.Forms.Label startLabel;
217    private System.Windows.Forms.DateTimePicker endDateTimePicker;
218    private System.Windows.Forms.Label endLabel;
219    private System.Windows.Forms.CheckBox indefiniteCheckBox;
220    private System.Windows.Forms.TextBox createdTextBox;
221    private System.Windows.Forms.Button refreshButton;
222  }
223}
Note: See TracBrowser for help on using the repository browser.