Changeset 5469 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration
- Timestamp:
- 02/15/11 15:16:10 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/HiveAdministrationView.Designer.cs
r5457 r5469 47 47 this.tabAdmin = new System.Windows.Forms.TabControl(); 48 48 this.tabSlaves = new System.Windows.Forms.TabPage(); 49 this. tabUsers = new System.Windows.Forms.TabPage();49 this.splitSlaves = new System.Windows.Forms.SplitContainer(); 50 50 this.treeSlaveGroup = new System.Windows.Forms.TreeView(); 51 51 this.tabSlaveGroup = new System.Windows.Forms.TabControl(); … … 53 53 this.tabSchedule = new System.Windows.Forms.TabPage(); 54 54 this.tabJobs = new System.Windows.Forms.TabPage(); 55 this.splitSlaves = new System.Windows.Forms.SplitContainer(); 55 this.tabUsers = new System.Windows.Forms.TabPage(); 56 this.splitUsers = new System.Windows.Forms.SplitContainer(); 57 this.lstUsers = new System.Windows.Forms.ListView(); 58 this.grpUsersInfo = new System.Windows.Forms.GroupBox(); 56 59 this.scheduleControl1 = new HeuristicLab.Clients.Hive.Views.Administration.ScheduleControl(); 60 this.hiveJobListViewSlaves = new HeuristicLab.Clients.Hive.Views.HiveJobListView(); 57 61 this.tabAdmin.SuspendLayout(); 58 62 this.tabSlaves.SuspendLayout(); 59 this.tabSlaveGroup.SuspendLayout();60 this.tabSchedule.SuspendLayout();61 63 ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit(); 62 64 this.splitSlaves.Panel1.SuspendLayout(); 63 65 this.splitSlaves.Panel2.SuspendLayout(); 64 66 this.splitSlaves.SuspendLayout(); 67 this.tabSlaveGroup.SuspendLayout(); 68 this.tabSchedule.SuspendLayout(); 69 this.tabJobs.SuspendLayout(); 70 this.tabUsers.SuspendLayout(); 71 ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).BeginInit(); 72 this.splitUsers.Panel1.SuspendLayout(); 73 this.splitUsers.Panel2.SuspendLayout(); 74 this.splitUsers.SuspendLayout(); 65 75 this.SuspendLayout(); 66 76 // … … 89 99 this.tabSlaves.UseVisualStyleBackColor = true; 90 100 // 91 // tabUsers 92 // 93 this.tabUsers.Location = new System.Drawing.Point(4, 22); 94 this.tabUsers.Name = "tabUsers"; 95 this.tabUsers.Padding = new System.Windows.Forms.Padding(3); 96 this.tabUsers.Size = new System.Drawing.Size(734, 520); 97 this.tabUsers.TabIndex = 1; 98 this.tabUsers.Text = "Users"; 99 this.tabUsers.UseVisualStyleBackColor = true; 101 // splitSlaves 102 // 103 this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 104 | System.Windows.Forms.AnchorStyles.Left) 105 | System.Windows.Forms.AnchorStyles.Right))); 106 this.splitSlaves.Location = new System.Drawing.Point(3, 6); 107 this.splitSlaves.Name = "splitSlaves"; 108 // 109 // splitSlaves.Panel1 110 // 111 this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup); 112 // 113 // splitSlaves.Panel2 114 // 115 this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup); 116 this.splitSlaves.Size = new System.Drawing.Size(725, 508); 117 this.splitSlaves.SplitterDistance = 215; 118 this.splitSlaves.TabIndex = 2; 100 119 // 101 120 // treeSlaveGroup … … 146 165 // tabJobs 147 166 // 167 this.tabJobs.Controls.Add(this.hiveJobListViewSlaves); 148 168 this.tabJobs.Location = new System.Drawing.Point(4, 22); 149 169 this.tabJobs.Name = "tabJobs"; … … 154 174 this.tabJobs.UseVisualStyleBackColor = true; 155 175 // 156 // splitSlaves 157 // 158 this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 159 | System.Windows.Forms.AnchorStyles.Left) 160 | System.Windows.Forms.AnchorStyles.Right))); 161 this.splitSlaves.Location = new System.Drawing.Point(3, 6); 162 this.splitSlaves.Name = "splitSlaves"; 163 // 164 // splitSlaves.Panel1 165 // 166 this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup); 167 // 168 // splitSlaves.Panel2 169 // 170 this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup); 171 this.splitSlaves.Size = new System.Drawing.Size(725, 508); 172 this.splitSlaves.SplitterDistance = 215; 173 this.splitSlaves.TabIndex = 2; 176 // tabUsers 177 // 178 this.tabUsers.Controls.Add(this.splitUsers); 179 this.tabUsers.Location = new System.Drawing.Point(4, 22); 180 this.tabUsers.Name = "tabUsers"; 181 this.tabUsers.Padding = new System.Windows.Forms.Padding(3); 182 this.tabUsers.Size = new System.Drawing.Size(734, 520); 183 this.tabUsers.TabIndex = 1; 184 this.tabUsers.Text = "Users"; 185 this.tabUsers.UseVisualStyleBackColor = true; 186 // 187 // splitUsers 188 // 189 this.splitUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 190 | System.Windows.Forms.AnchorStyles.Left) 191 | System.Windows.Forms.AnchorStyles.Right))); 192 this.splitUsers.Location = new System.Drawing.Point(6, 6); 193 this.splitUsers.Name = "splitUsers"; 194 // 195 // splitUsers.Panel1 196 // 197 this.splitUsers.Panel1.Controls.Add(this.lstUsers); 198 // 199 // splitUsers.Panel2 200 // 201 this.splitUsers.Panel2.Controls.Add(this.grpUsersInfo); 202 this.splitUsers.Size = new System.Drawing.Size(722, 508); 203 this.splitUsers.SplitterDistance = 240; 204 this.splitUsers.TabIndex = 0; 205 // 206 // lstUsers 207 // 208 this.lstUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 209 | System.Windows.Forms.AnchorStyles.Left) 210 | System.Windows.Forms.AnchorStyles.Right))); 211 this.lstUsers.Location = new System.Drawing.Point(3, 3); 212 this.lstUsers.Name = "lstUsers"; 213 this.lstUsers.Size = new System.Drawing.Size(234, 502); 214 this.lstUsers.TabIndex = 0; 215 this.lstUsers.UseCompatibleStateImageBehavior = false; 216 // 217 // grpUsersInfo 218 // 219 this.grpUsersInfo.Location = new System.Drawing.Point(4, 4); 220 this.grpUsersInfo.Name = "grpUsersInfo"; 221 this.grpUsersInfo.Size = new System.Drawing.Size(474, 504); 222 this.grpUsersInfo.TabIndex = 0; 223 this.grpUsersInfo.TabStop = false; 224 this.grpUsersInfo.Text = "User Information"; 174 225 // 175 226 // scheduleControl1 … … 179 230 this.scheduleControl1.Size = new System.Drawing.Size(862, 562); 180 231 this.scheduleControl1.TabIndex = 0; 232 // 233 // hiveJobListViewSlaves 234 // 235 this.hiveJobListViewSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 236 | System.Windows.Forms.AnchorStyles.Left) 237 | System.Windows.Forms.AnchorStyles.Right))); 238 this.hiveJobListViewSlaves.Caption = "JobItemList View"; 239 this.hiveJobListViewSlaves.Content = null; 240 this.hiveJobListViewSlaves.Location = new System.Drawing.Point(7, 7); 241 this.hiveJobListViewSlaves.Name = "hiveJobListViewSlaves"; 242 this.hiveJobListViewSlaves.ReadOnly = false; 243 this.hiveJobListViewSlaves.Size = new System.Drawing.Size(499, 463); 244 this.hiveJobListViewSlaves.TabIndex = 0; 181 245 // 182 246 // HiveAdministrationView … … 189 253 this.tabAdmin.ResumeLayout(false); 190 254 this.tabSlaves.ResumeLayout(false); 191 this.tabSlaveGroup.ResumeLayout(false);192 this.tabSchedule.ResumeLayout(false);193 255 this.splitSlaves.Panel1.ResumeLayout(false); 194 256 this.splitSlaves.Panel2.ResumeLayout(false); 195 257 ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit(); 196 258 this.splitSlaves.ResumeLayout(false); 259 this.tabSlaveGroup.ResumeLayout(false); 260 this.tabSchedule.ResumeLayout(false); 261 this.tabJobs.ResumeLayout(false); 262 this.tabUsers.ResumeLayout(false); 263 this.splitUsers.Panel1.ResumeLayout(false); 264 this.splitUsers.Panel2.ResumeLayout(false); 265 ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).EndInit(); 266 this.splitUsers.ResumeLayout(false); 197 267 this.ResumeLayout(false); 198 268 … … 211 281 private System.Windows.Forms.SplitContainer splitSlaves; 212 282 private ScheduleControl scheduleControl1; 283 private System.Windows.Forms.SplitContainer splitUsers; 284 private System.Windows.Forms.ListView lstUsers; 285 private System.Windows.Forms.GroupBox grpUsersInfo; 286 private HiveJobListView hiveJobListViewSlaves; 213 287 } 214 288 } -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/MenuItems/AdministrationMenuItem.cs
r5457 r5469 27 27 public class AdministrationMenuItem : HeuristicLab.MainForm.WindowsForms.MenuItem, IOptimizerUserInterfaceItemProvider { 28 28 public override string Name { 29 get { return "& Hive Administration 3.4"; }29 get { return "& Administration"; } 30 30 } 31 31 public override IEnumerable<string> Structure {
Note: See TracChangeset
for help on using the changeset viewer.