Changeset 15953 for branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectView.Designer.cs
- Timestamp:
- 06/07/18 15:19:53 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectView.Designer.cs
r15908 r15953 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 this.components = new System.ComponentModel.Container(); 26 27 this.idLabel = new System.Windows.Forms.Label(); 27 28 this.idTextBox = new System.Windows.Forms.TextBox(); … … 40 41 this.createdTextBox = new System.Windows.Forms.TextBox(); 41 42 this.refreshButton = new System.Windows.Forms.Button(); 43 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 42 44 this.SuspendLayout(); 43 45 // … … 67 69 this.nameLabel.Name = "nameLabel"; 68 70 this.nameLabel.Size = new System.Drawing.Size(38, 13); 69 this.nameLabel.TabIndex = 2;71 this.nameLabel.TabIndex = 0; 70 72 this.nameLabel.Text = "Name:"; 71 73 // … … 77 79 this.nameTextBox.Name = "nameTextBox"; 78 80 this.nameTextBox.Size = new System.Drawing.Size(464, 20); 79 this.nameTextBox.TabIndex = 3;81 this.nameTextBox.TabIndex = 2; 80 82 this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged); 81 83 this.nameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.nameTextBox_Validating); … … 87 89 this.descriptionLabel.Name = "descriptionLabel"; 88 90 this.descriptionLabel.Size = new System.Drawing.Size(63, 13); 89 this.descriptionLabel.TabIndex = 4;91 this.descriptionLabel.TabIndex = 0; 90 92 this.descriptionLabel.Text = "Description:"; 91 93 // … … 98 100 this.descriptionTextBox.Name = "descriptionTextBox"; 99 101 this.descriptionTextBox.Size = new System.Drawing.Size(464, 98); 100 this.descriptionTextBox.TabIndex = 5;102 this.descriptionTextBox.TabIndex = 3; 101 103 this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged); 102 //103 // ownerComboBox104 //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 104 // 115 105 // ownerLabel … … 119 109 this.ownerLabel.Name = "ownerLabel"; 120 110 this.ownerLabel.Size = new System.Drawing.Size(41, 13); 121 this.ownerLabel.TabIndex = 7;111 this.ownerLabel.TabIndex = 0; 122 112 this.ownerLabel.Text = "Owner:"; 113 // 114 // ownerComboBox 115 // 116 //this.ownerComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 117 // | System.Windows.Forms.AnchorStyles.Right))); 118 this.ownerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 119 this.ownerComboBox.FormattingEnabled = true; 120 this.ownerComboBox.Location = new System.Drawing.Point(72, 164); 121 this.ownerComboBox.Name = "ownerComboBox"; 122 this.ownerComboBox.Size = new System.Drawing.Size(200, 21); 123 this.ownerComboBox.TabIndex = 4; 124 this.ownerComboBox.SelectedIndexChanged += new System.EventHandler(this.ownerComboBox_SelectedIndexChanged); 125 // 126 // refreshButton 127 // 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); 123 136 // 124 137 // createdLabel … … 189 202 this.createdTextBox.Size = new System.Drawing.Size(200, 20); 190 203 this.createdTextBox.TabIndex = 14; 191 //192 // refreshButton193 //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 204 // 202 205 // ProjectView … … 246 249 private System.Windows.Forms.TextBox createdTextBox; 247 250 private System.Windows.Forms.Button refreshButton; 251 private System.Windows.Forms.ToolTip toolTip; 248 252 } 249 253 }
Note: See TracChangeset
for help on using the changeset viewer.