[15401] | 1 | namespace 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() {
|
---|
[15953] | 26 | this.components = new System.ComponentModel.Container();
|
---|
[15576] | 27 | this.idLabel = new System.Windows.Forms.Label();
|
---|
| 28 | this.idTextBox = new System.Windows.Forms.TextBox();
|
---|
[15401] | 29 | this.nameLabel = new System.Windows.Forms.Label();
|
---|
| 30 | this.nameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 31 | this.descriptionLabel = new System.Windows.Forms.Label();
|
---|
| 32 | this.descriptionTextBox = new System.Windows.Forms.TextBox();
|
---|
| 33 | this.ownerComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 34 | this.ownerLabel = new System.Windows.Forms.Label();
|
---|
| 35 | this.createdLabel = new System.Windows.Forms.Label();
|
---|
| 36 | this.startDateTimePicker = new System.Windows.Forms.DateTimePicker();
|
---|
| 37 | this.startLabel = new System.Windows.Forms.Label();
|
---|
| 38 | this.endDateTimePicker = new System.Windows.Forms.DateTimePicker();
|
---|
| 39 | this.endLabel = new System.Windows.Forms.Label();
|
---|
| 40 | this.indefiniteCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 41 | this.createdTextBox = new System.Windows.Forms.TextBox();
|
---|
| 42 | this.refreshButton = new System.Windows.Forms.Button();
|
---|
[15953] | 43 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[15401] | 44 | this.SuspendLayout();
|
---|
| 45 | //
|
---|
[15576] | 46 | // idLabel
|
---|
| 47 | //
|
---|
| 48 | this.idLabel.AutoSize = true;
|
---|
| 49 | this.idLabel.Location = new System.Drawing.Point(3, 11);
|
---|
| 50 | this.idLabel.Name = "idLabel";
|
---|
| 51 | this.idLabel.Size = new System.Drawing.Size(19, 13);
|
---|
| 52 | this.idLabel.TabIndex = 0;
|
---|
| 53 | this.idLabel.Text = "Id:";
|
---|
| 54 | //
|
---|
| 55 | // idTextBox
|
---|
| 56 | //
|
---|
| 57 | this.idTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 58 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 59 | this.idTextBox.Location = new System.Drawing.Point(72, 8);
|
---|
| 60 | this.idTextBox.Name = "idTextBox";
|
---|
| 61 | this.idTextBox.ReadOnly = true;
|
---|
| 62 | this.idTextBox.Size = new System.Drawing.Size(464, 20);
|
---|
| 63 | this.idTextBox.TabIndex = 1;
|
---|
| 64 | //
|
---|
[15401] | 65 | // nameLabel
|
---|
| 66 | //
|
---|
| 67 | this.nameLabel.AutoSize = true;
|
---|
[15576] | 68 | this.nameLabel.Location = new System.Drawing.Point(3, 37);
|
---|
[15401] | 69 | this.nameLabel.Name = "nameLabel";
|
---|
| 70 | this.nameLabel.Size = new System.Drawing.Size(38, 13);
|
---|
[15953] | 71 | this.nameLabel.TabIndex = 0;
|
---|
[15401] | 72 | this.nameLabel.Text = "Name:";
|
---|
| 73 | //
|
---|
| 74 | // nameTextBox
|
---|
| 75 | //
|
---|
| 76 | this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 77 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[15576] | 78 | this.nameTextBox.Location = new System.Drawing.Point(72, 34);
|
---|
[15401] | 79 | this.nameTextBox.Name = "nameTextBox";
|
---|
| 80 | this.nameTextBox.Size = new System.Drawing.Size(464, 20);
|
---|
[15953] | 81 | this.nameTextBox.TabIndex = 2;
|
---|
[15422] | 82 | this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
|
---|
[15401] | 83 | this.nameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.nameTextBox_Validating);
|
---|
| 84 | //
|
---|
| 85 | // descriptionLabel
|
---|
| 86 | //
|
---|
| 87 | this.descriptionLabel.AutoSize = true;
|
---|
[15576] | 88 | this.descriptionLabel.Location = new System.Drawing.Point(3, 63);
|
---|
[15401] | 89 | this.descriptionLabel.Name = "descriptionLabel";
|
---|
| 90 | this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
|
---|
[15953] | 91 | this.descriptionLabel.TabIndex = 0;
|
---|
[15401] | 92 | this.descriptionLabel.Text = "Description:";
|
---|
| 93 | //
|
---|
| 94 | // descriptionTextBox
|
---|
| 95 | //
|
---|
| 96 | this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 97 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[15576] | 98 | this.descriptionTextBox.Location = new System.Drawing.Point(72, 60);
|
---|
[15401] | 99 | this.descriptionTextBox.Multiline = true;
|
---|
| 100 | this.descriptionTextBox.Name = "descriptionTextBox";
|
---|
| 101 | this.descriptionTextBox.Size = new System.Drawing.Size(464, 98);
|
---|
[15953] | 102 | this.descriptionTextBox.TabIndex = 3;
|
---|
[15422] | 103 | this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged);
|
---|
[15401] | 104 | //
|
---|
[15953] | 105 | // ownerLabel
|
---|
| 106 | //
|
---|
| 107 | this.ownerLabel.AutoSize = true;
|
---|
| 108 | this.ownerLabel.Location = new System.Drawing.Point(3, 167);
|
---|
| 109 | this.ownerLabel.Name = "ownerLabel";
|
---|
| 110 | this.ownerLabel.Size = new System.Drawing.Size(41, 13);
|
---|
| 111 | this.ownerLabel.TabIndex = 0;
|
---|
| 112 | this.ownerLabel.Text = "Owner:";
|
---|
| 113 | //
|
---|
[15401] | 114 | // ownerComboBox
|
---|
| 115 | //
|
---|
[15953] | 116 | //this.ownerComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 117 | // | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[15401] | 118 | this.ownerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 119 | this.ownerComboBox.FormattingEnabled = true;
|
---|
[15953] | 120 | this.ownerComboBox.Location = new System.Drawing.Point(72, 164);
|
---|
[15401] | 121 | this.ownerComboBox.Name = "ownerComboBox";
|
---|
[15953] | 122 | this.ownerComboBox.Size = new System.Drawing.Size(200, 21);
|
---|
| 123 | this.ownerComboBox.TabIndex = 4;
|
---|
[15401] | 124 | this.ownerComboBox.SelectedIndexChanged += new System.EventHandler(this.ownerComboBox_SelectedIndexChanged);
|
---|
| 125 | //
|
---|
[15953] | 126 | // refreshButton
|
---|
[15401] | 127 | //
|
---|
[15953] | 128 | this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
| 129 | this.refreshButton.Location = new System.Drawing.Point(278, 162);
|
---|
| 130 | this.refreshButton.Name = "refreshButton";
|
---|
| 131 | this.refreshButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 132 | this.refreshButton.TabIndex = 5;
|
---|
| 133 | this.toolTip.SetToolTip(this.refreshButton, "Refresh data");
|
---|
| 134 | this.refreshButton.UseVisualStyleBackColor = true;
|
---|
| 135 | this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
|
---|
[15401] | 136 | //
|
---|
| 137 | // createdLabel
|
---|
| 138 | //
|
---|
| 139 | this.createdLabel.AutoSize = true;
|
---|
[15576] | 140 | this.createdLabel.Location = new System.Drawing.Point(3, 197);
|
---|
[15401] | 141 | this.createdLabel.Name = "createdLabel";
|
---|
| 142 | this.createdLabel.Size = new System.Drawing.Size(47, 13);
|
---|
[15576] | 143 | this.createdLabel.TabIndex = 8;
|
---|
[15401] | 144 | this.createdLabel.Text = "Created:";
|
---|
| 145 | //
|
---|
| 146 | // startDateTimePicker
|
---|
| 147 | //
|
---|
| 148 | this.startDateTimePicker.CustomFormat = "ddd, dd.MM.yyyy, HH:mm:ss";
|
---|
| 149 | this.startDateTimePicker.Enabled = false;
|
---|
| 150 | this.startDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
[15576] | 151 | this.startDateTimePicker.Location = new System.Drawing.Point(72, 216);
|
---|
[15401] | 152 | this.startDateTimePicker.Name = "startDateTimePicker";
|
---|
| 153 | this.startDateTimePicker.Size = new System.Drawing.Size(200, 20);
|
---|
| 154 | this.startDateTimePicker.TabIndex = 9;
|
---|
[16043] | 155 | this.startDateTimePicker.ValueChanged += new System.EventHandler(this.startDateTimePicker_ValueChanged);
|
---|
[15401] | 156 | //
|
---|
| 157 | // startLabel
|
---|
| 158 | //
|
---|
| 159 | this.startLabel.AutoSize = true;
|
---|
[15576] | 160 | this.startLabel.Location = new System.Drawing.Point(3, 223);
|
---|
[15401] | 161 | this.startLabel.Name = "startLabel";
|
---|
| 162 | this.startLabel.Size = new System.Drawing.Size(32, 13);
|
---|
[15576] | 163 | this.startLabel.TabIndex = 10;
|
---|
[15401] | 164 | this.startLabel.Text = "Start:";
|
---|
| 165 | //
|
---|
| 166 | // endDateTimePicker
|
---|
| 167 | //
|
---|
| 168 | this.endDateTimePicker.CustomFormat = "ddd, dd.MM.yyyy, HH:mm:ss";
|
---|
| 169 | this.endDateTimePicker.Enabled = false;
|
---|
| 170 | this.endDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
[15576] | 171 | this.endDateTimePicker.Location = new System.Drawing.Point(72, 243);
|
---|
[15401] | 172 | this.endDateTimePicker.Name = "endDateTimePicker";
|
---|
| 173 | this.endDateTimePicker.Size = new System.Drawing.Size(200, 20);
|
---|
| 174 | this.endDateTimePicker.TabIndex = 11;
|
---|
[15422] | 175 | this.endDateTimePicker.ValueChanged += new System.EventHandler(this.endDateTimePicker_ValueChanged);
|
---|
[15401] | 176 | //
|
---|
| 177 | // endLabel
|
---|
| 178 | //
|
---|
| 179 | this.endLabel.AutoSize = true;
|
---|
[15576] | 180 | this.endLabel.Location = new System.Drawing.Point(3, 249);
|
---|
[15401] | 181 | this.endLabel.Name = "endLabel";
|
---|
| 182 | this.endLabel.Size = new System.Drawing.Size(29, 13);
|
---|
| 183 | this.endLabel.TabIndex = 10;
|
---|
| 184 | this.endLabel.Text = "End:";
|
---|
| 185 | //
|
---|
| 186 | // indefiniteCheckBox
|
---|
| 187 | //
|
---|
| 188 | this.indefiniteCheckBox.AutoSize = true;
|
---|
[15576] | 189 | this.indefiniteCheckBox.Location = new System.Drawing.Point(278, 245);
|
---|
[15401] | 190 | this.indefiniteCheckBox.Name = "indefiniteCheckBox";
|
---|
| 191 | this.indefiniteCheckBox.Size = new System.Drawing.Size(69, 17);
|
---|
[15576] | 192 | this.indefiniteCheckBox.TabIndex = 13;
|
---|
[15401] | 193 | this.indefiniteCheckBox.Text = "Indefinite";
|
---|
| 194 | this.indefiniteCheckBox.UseVisualStyleBackColor = true;
|
---|
| 195 | this.indefiniteCheckBox.CheckedChanged += new System.EventHandler(this.indefiniteCheckBox_CheckedChanged);
|
---|
| 196 | //
|
---|
| 197 | // createdTextBox
|
---|
| 198 | //
|
---|
[15576] | 199 | this.createdTextBox.Location = new System.Drawing.Point(72, 190);
|
---|
[15401] | 200 | this.createdTextBox.Name = "createdTextBox";
|
---|
| 201 | this.createdTextBox.ReadOnly = true;
|
---|
| 202 | this.createdTextBox.Size = new System.Drawing.Size(200, 20);
|
---|
[15576] | 203 | this.createdTextBox.TabIndex = 14;
|
---|
[15401] | 204 | //
|
---|
| 205 | // ProjectView
|
---|
| 206 | //
|
---|
| 207 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 208 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 209 | this.Controls.Add(this.refreshButton);
|
---|
| 210 | this.Controls.Add(this.createdTextBox);
|
---|
| 211 | this.Controls.Add(this.indefiniteCheckBox);
|
---|
| 212 | this.Controls.Add(this.endLabel);
|
---|
| 213 | this.Controls.Add(this.endDateTimePicker);
|
---|
| 214 | this.Controls.Add(this.startLabel);
|
---|
| 215 | this.Controls.Add(this.startDateTimePicker);
|
---|
| 216 | this.Controls.Add(this.createdLabel);
|
---|
| 217 | this.Controls.Add(this.ownerLabel);
|
---|
| 218 | this.Controls.Add(this.ownerComboBox);
|
---|
| 219 | this.Controls.Add(this.descriptionTextBox);
|
---|
| 220 | this.Controls.Add(this.descriptionLabel);
|
---|
| 221 | this.Controls.Add(this.nameTextBox);
|
---|
| 222 | this.Controls.Add(this.nameLabel);
|
---|
[15576] | 223 | this.Controls.Add(this.idTextBox);
|
---|
| 224 | this.Controls.Add(this.idLabel);
|
---|
[15401] | 225 | this.Name = "ProjectView";
|
---|
[15576] | 226 | this.Size = new System.Drawing.Size(539, 271);
|
---|
[15401] | 227 | this.Load += new System.EventHandler(this.ProjectView_Load);
|
---|
| 228 | this.ResumeLayout(false);
|
---|
| 229 | this.PerformLayout();
|
---|
| 230 |
|
---|
| 231 | }
|
---|
| 232 |
|
---|
| 233 | #endregion
|
---|
| 234 |
|
---|
[15576] | 235 | private System.Windows.Forms.Label idLabel;
|
---|
| 236 | protected System.Windows.Forms.TextBox idTextBox;
|
---|
[15401] | 237 | private System.Windows.Forms.Label nameLabel;
|
---|
| 238 | private System.Windows.Forms.TextBox nameTextBox;
|
---|
| 239 | private System.Windows.Forms.Label descriptionLabel;
|
---|
| 240 | private System.Windows.Forms.TextBox descriptionTextBox;
|
---|
| 241 | private System.Windows.Forms.ComboBox ownerComboBox;
|
---|
| 242 | private System.Windows.Forms.Label ownerLabel;
|
---|
| 243 | private System.Windows.Forms.Label createdLabel;
|
---|
| 244 | private System.Windows.Forms.DateTimePicker startDateTimePicker;
|
---|
| 245 | private System.Windows.Forms.Label startLabel;
|
---|
| 246 | private System.Windows.Forms.DateTimePicker endDateTimePicker;
|
---|
| 247 | private System.Windows.Forms.Label endLabel;
|
---|
| 248 | private System.Windows.Forms.CheckBox indefiniteCheckBox;
|
---|
| 249 | private System.Windows.Forms.TextBox createdTextBox;
|
---|
| 250 | private System.Windows.Forms.Button refreshButton;
|
---|
[15953] | 251 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[15401] | 252 | }
|
---|
| 253 | }
|
---|