- Timestamp:
- 09/25/10 03:32:18 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/AlgorithmView.Designer.cs
r4481 r4492 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmView));48 47 this.platformLabel = new System.Windows.Forms.Label(); 49 48 this.platformComboBox = new System.Windows.Forms.ComboBox(); … … 57 56 this.dataTabPage = new System.Windows.Forms.TabPage(); 58 57 this.algorithmDataView = new HeuristicLab.Clients.OKB.AlgorithmDataView(); 59 ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).BeginInit();60 58 this.tabControl.SuspendLayout(); 61 59 this.usersTabPage.SuspendLayout(); … … 66 64 // 67 65 this.nameTextBox.Location = new System.Drawing.Point(90, 29); 68 this.nameTextBox.Size = new System.Drawing.Size( 495, 20);66 this.nameTextBox.Size = new System.Drawing.Size(543, 20); 69 67 // 70 68 // descriptionTextBox 71 69 // 72 70 this.descriptionTextBox.Location = new System.Drawing.Point(90, 55); 73 this.descriptionTextBox.Size = new System.Drawing.Size( 495, 20);71 this.descriptionTextBox.Size = new System.Drawing.Size(543, 20); 74 72 // 75 73 // storeButton 76 74 // 77 75 this.toolTip.SetToolTip(this.storeButton, "Store Data"); 78 //79 // modifiedPictureBox80 //81 this.modifiedPictureBox.Location = new System.Drawing.Point(591, 3);82 76 // 83 77 // platformLabel … … 98 92 this.platformComboBox.Location = new System.Drawing.Point(90, 81); 99 93 this.platformComboBox.Name = "platformComboBox"; 100 this.platformComboBox.Size = new System.Drawing.Size( 495, 21);94 this.platformComboBox.Size = new System.Drawing.Size(543, 21); 101 95 this.platformComboBox.TabIndex = 6; 102 96 this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged); … … 119 113 this.algorithmClassComboBox.Location = new System.Drawing.Point(90, 108); 120 114 this.algorithmClassComboBox.Name = "algorithmClassComboBox"; 121 this.algorithmClassComboBox.Size = new System.Drawing.Size( 495, 21);115 this.algorithmClassComboBox.Size = new System.Drawing.Size(543, 21); 122 116 this.algorithmClassComboBox.TabIndex = 8; 123 117 this.algorithmClassComboBox.SelectedValueChanged += new System.EventHandler(this.algorithmClassComboBox_SelectedValueChanged); … … 165 159 // storeUsersButton 166 160 // 167 this.storeUsersButton.Image = ((System.Drawing.Image)(resources.GetObject("storeUsersButton.Image")));161 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.PublishToWeb; 168 162 this.storeUsersButton.Location = new System.Drawing.Point(36, 6); 169 163 this.storeUsersButton.Name = "storeUsersButton"; … … 176 170 // refreshUsersButton 177 171 // 178 this.refreshUsersButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshUsersButton.Image")));172 this.refreshUsersButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh; 179 173 this.refreshUsersButton.Location = new System.Drawing.Point(6, 6); 180 174 this.refreshUsersButton.Name = "refreshUsersButton"; … … 198 192 // algorithmDataView 199 193 // 194 this.algorithmDataView.AlgorithmId = ((long)(0)); 200 195 this.algorithmDataView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 201 196 | System.Windows.Forms.AnchorStyles.Left) … … 224 219 this.Controls.SetChildIndex(this.platformComboBox, 0); 225 220 this.Controls.SetChildIndex(this.tabControl, 0); 226 this.Controls.SetChildIndex(this.modifiedPictureBox, 0);227 221 this.Controls.SetChildIndex(this.storeButton, 0); 228 222 this.Controls.SetChildIndex(this.nameTextBox, 0); … … 230 224 this.Controls.SetChildIndex(this.descriptionLabel, 0); 231 225 this.Controls.SetChildIndex(this.descriptionTextBox, 0); 232 ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).EndInit();233 226 this.tabControl.ResumeLayout(false); 234 227 this.usersTabPage.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.