- Timestamp:
- 09/22/10 05:54:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/AdministratorView.Designer.cs
r4441 r4466 46 46 private void InitializeComponent() { 47 47 this.components = new System.ComponentModel.Container(); 48 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdministratorView)); 48 49 this.tabControl = new System.Windows.Forms.TabControl(); 49 50 this.platformsTabPage = new System.Windows.Forms.TabPage(); … … 53 54 this.algorithmsTabPage = new System.Windows.Forms.TabPage(); 54 55 this.algorithmCollectionView = new HeuristicLab.Clients.OKB.AlgorithmCollectionView(); 56 this.dataTypesTabPage = new System.Windows.Forms.TabPage(); 55 57 this.refreshButton = new System.Windows.Forms.Button(); 56 58 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 59 this.dataTypeCollectionView = new HeuristicLab.Clients.OKB.DataTypeCollectionView(); 57 60 this.tabControl.SuspendLayout(); 58 61 this.platformsTabPage.SuspendLayout(); 59 62 this.algorithmClassesTabPage.SuspendLayout(); 60 63 this.algorithmsTabPage.SuspendLayout(); 64 this.dataTypesTabPage.SuspendLayout(); 61 65 this.SuspendLayout(); 62 66 // … … 69 73 this.tabControl.Controls.Add(this.algorithmClassesTabPage); 70 74 this.tabControl.Controls.Add(this.algorithmsTabPage); 75 this.tabControl.Controls.Add(this.dataTypesTabPage); 71 76 this.tabControl.Location = new System.Drawing.Point(0, 29); 72 77 this.tabControl.Name = "tabControl"; … … 147 152 this.algorithmCollectionView.TabIndex = 0; 148 153 // 154 // dataTypesTabPage 155 // 156 this.dataTypesTabPage.Controls.Add(this.dataTypeCollectionView); 157 this.dataTypesTabPage.Location = new System.Drawing.Point(4, 22); 158 this.dataTypesTabPage.Name = "dataTypesTabPage"; 159 this.dataTypesTabPage.Padding = new System.Windows.Forms.Padding(3); 160 this.dataTypesTabPage.Size = new System.Drawing.Size(719, 380); 161 this.dataTypesTabPage.TabIndex = 3; 162 this.dataTypesTabPage.Text = "Data Types"; 163 this.dataTypesTabPage.UseVisualStyleBackColor = true; 164 // 149 165 // refreshButton 150 166 // 151 this.refreshButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh;167 this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image"))); 152 168 this.refreshButton.Location = new System.Drawing.Point(0, 0); 153 169 this.refreshButton.Name = "refreshButton"; … … 157 173 this.refreshButton.UseVisualStyleBackColor = true; 158 174 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); 175 // 176 // dataTypeCollectionView 177 // 178 this.dataTypeCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 179 | System.Windows.Forms.AnchorStyles.Left) 180 | System.Windows.Forms.AnchorStyles.Right))); 181 this.dataTypeCollectionView.Caption = "DataTypeCollection View"; 182 this.dataTypeCollectionView.Content = null; 183 this.dataTypeCollectionView.Location = new System.Drawing.Point(6, 6); 184 this.dataTypeCollectionView.Name = "dataTypeCollectionView"; 185 this.dataTypeCollectionView.ReadOnly = false; 186 this.dataTypeCollectionView.Size = new System.Drawing.Size(707, 368); 187 this.dataTypeCollectionView.TabIndex = 0; 159 188 // 160 189 // AdministratorView … … 170 199 this.algorithmClassesTabPage.ResumeLayout(false); 171 200 this.algorithmsTabPage.ResumeLayout(false); 201 this.dataTypesTabPage.ResumeLayout(false); 172 202 this.ResumeLayout(false); 173 203 … … 185 215 private System.Windows.Forms.TabPage platformsTabPage; 186 216 private PlatformCollectionView platformCollectionView; 217 private System.Windows.Forms.TabPage dataTypesTabPage; 218 private DataTypeCollectionView dataTypeCollectionView; 187 219 188 220 }
Note: See TracChangeset
for help on using the changeset viewer.