Changeset 6899
- Timestamp:
- 10/10/11 17:22:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs
r6761 r6899 50 50 this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components); 51 51 this.splitSlaves = new System.Windows.Forms.SplitContainer(); 52 this.btnRefresh = new System.Windows.Forms.Button(); 52 53 this.progressBar = new System.Windows.Forms.ProgressBar(); 53 54 this.btnSave = new System.Windows.Forms.Button(); … … 57 58 this.tabSlaveGroup = new System.Windows.Forms.TabControl(); 58 59 this.tabDetails = new System.Windows.Forms.TabPage(); 60 this.slaveView = new HeuristicLab.Clients.Hive.Administrator.Views.SlaveView(); 59 61 this.tabSchedule = new System.Windows.Forms.TabPage(); 60 this.btnRefresh = new System.Windows.Forms.Button();61 this.slaveView = new HeuristicLab.Clients.Hive.Administrator.Views.SlaveView();62 62 this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView(); 63 63 ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit(); … … 99 99 this.splitSlaves.SplitterDistance = 249; 100 100 this.splitSlaves.TabIndex = 3; 101 // 102 // btnRefresh 103 // 104 this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image"))); 105 this.btnRefresh.Location = new System.Drawing.Point(3, 3); 106 this.btnRefresh.Name = "btnRefresh"; 107 this.btnRefresh.Size = new System.Drawing.Size(24, 24); 108 this.btnRefresh.TabIndex = 8; 109 this.btnRefresh.UseVisualStyleBackColor = true; 110 this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); 101 111 // 102 112 // progressBar … … 183 193 this.tabDetails.UseVisualStyleBackColor = true; 184 194 // 195 // slaveView 196 // 197 this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 198 | System.Windows.Forms.AnchorStyles.Left) 199 | System.Windows.Forms.AnchorStyles.Right))); 200 this.slaveView.Caption = "SlaveView"; 201 this.slaveView.Content = null; 202 this.slaveView.Location = new System.Drawing.Point(7, 7); 203 this.slaveView.Name = "slaveView"; 204 this.slaveView.ReadOnly = false; 205 this.slaveView.Size = new System.Drawing.Size(564, 502); 206 this.slaveView.TabIndex = 0; 207 // 185 208 // tabSchedule 186 209 // … … 193 216 this.tabSchedule.Text = "Schedule"; 194 217 this.tabSchedule.UseVisualStyleBackColor = true; 195 //196 // btnRefresh197 //198 this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));199 this.btnRefresh.Location = new System.Drawing.Point(3, 3);200 this.btnRefresh.Name = "btnRefresh";201 this.btnRefresh.Size = new System.Drawing.Size(24, 24);202 this.btnRefresh.TabIndex = 8;203 this.btnRefresh.UseVisualStyleBackColor = true;204 this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);205 //206 // slaveView207 //208 this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)209 | System.Windows.Forms.AnchorStyles.Right)));210 this.slaveView.Caption = "SlaveView";211 this.slaveView.Content = null;212 this.slaveView.Location = new System.Drawing.Point(7, 7);213 this.slaveView.Name = "slaveView";214 this.slaveView.ReadOnly = false;215 this.slaveView.Size = new System.Drawing.Size(564, 210);216 this.slaveView.TabIndex = 0;217 218 // 218 219 // scheduleView
Note: See TracChangeset
for help on using the changeset viewer.