Changeset 8058
- Timestamp:
- 06/19/12 16:05:31 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs
r8051 r8058 80 80 this.imageListSlaveGroups.TransparentColor = System.Drawing.Color.Transparent; 81 81 // 82 // splitSlaves 83 // 84 this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 85 | System.Windows.Forms.AnchorStyles.Left) 86 | System.Windows.Forms.AnchorStyles.Right))); 87 this.splitSlaves.Location = new System.Drawing.Point(3, 3); 88 this.splitSlaves.Name = "splitSlaves"; 89 // 90 // splitSlaves.Panel1 91 // 92 this.splitSlaves.Panel1.Controls.Add(this.btnRefresh); 93 this.splitSlaves.Panel1.Controls.Add(this.progressBar); 94 this.splitSlaves.Panel1.Controls.Add(this.btnSave); 95 this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup); 96 this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup); 97 this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup); 98 // 99 // splitSlaves.Panel2 100 // 101 this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup); 102 this.splitSlaves.Size = new System.Drawing.Size(847, 547); 103 this.splitSlaves.SplitterDistance = 249; 104 this.splitSlaves.TabIndex = 3; 105 // 82 106 // btnRefresh 83 107 // … … 91 115 this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); 92 116 // 117 // progressBar 118 // 119 this.progressBar.Location = new System.Drawing.Point(123, 4); 120 this.progressBar.Name = "progressBar"; 121 this.progressBar.Size = new System.Drawing.Size(123, 23); 122 this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; 123 this.progressBar.TabIndex = 7; 124 // 93 125 // btnSave 94 126 // … … 124 156 this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click); 125 157 // 126 // btnPermissionsSave127 //128 this.btnPermissionsSave.Enabled = false;129 this.btnPermissionsSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;130 this.btnPermissionsSave.Location = new System.Drawing.Point(36, 6);131 this.btnPermissionsSave.Name = "btnPermissionsSave";132 this.btnPermissionsSave.Size = new System.Drawing.Size(24, 24);133 this.btnPermissionsSave.TabIndex = 1;134 this.toolTip.SetToolTip(this.btnPermissionsSave, "Store slave and group sharing permissions on the server");135 this.btnPermissionsSave.UseVisualStyleBackColor = true;136 this.btnPermissionsSave.Click += new System.EventHandler(this.btnPermissionsSave_Click);137 //138 // splitSlaves139 //140 this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)141 | System.Windows.Forms.AnchorStyles.Left)142 | System.Windows.Forms.AnchorStyles.Right)));143 this.splitSlaves.Location = new System.Drawing.Point(3, 3);144 this.splitSlaves.Name = "splitSlaves";145 //146 // splitSlaves.Panel1147 //148 this.splitSlaves.Panel1.Controls.Add(this.btnRefresh);149 this.splitSlaves.Panel1.Controls.Add(this.progressBar);150 this.splitSlaves.Panel1.Controls.Add(this.btnSave);151 this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup);152 this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup);153 this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);154 //155 // splitSlaves.Panel2156 //157 this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);158 this.splitSlaves.Size = new System.Drawing.Size(847, 547);159 this.splitSlaves.SplitterDistance = 249;160 this.splitSlaves.TabIndex = 3;161 //162 // progressBar163 //164 this.progressBar.Location = new System.Drawing.Point(123, 4);165 this.progressBar.Name = "progressBar";166 this.progressBar.Size = new System.Drawing.Size(123, 23);167 this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;168 this.progressBar.TabIndex = 7;169 //170 158 // treeSlaveGroup 171 159 // 172 160 this.treeSlaveGroup.AllowDrop = true; 173 this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 174 | System.Windows.Forms.AnchorStyles.Left) 161 this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 162 | System.Windows.Forms.AnchorStyles.Left) 175 163 | System.Windows.Forms.AnchorStyles.Right))); 176 164 this.treeSlaveGroup.ImageIndex = 0; … … 190 178 // tabSlaveGroup 191 179 // 192 this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 193 | System.Windows.Forms.AnchorStyles.Left) 180 this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 181 | System.Windows.Forms.AnchorStyles.Left) 194 182 | System.Windows.Forms.AnchorStyles.Right))); 195 183 this.tabSlaveGroup.Controls.Add(this.tabDetails); … … 216 204 // slaveView 217 205 // 218 this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 219 | System.Windows.Forms.AnchorStyles.Left) 206 this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 207 | System.Windows.Forms.AnchorStyles.Left) 220 208 | System.Windows.Forms.AnchorStyles.Right))); 221 209 this.slaveView.Caption = "SlaveView"; … … 240 228 // scheduleView 241 229 // 242 this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 243 | System.Windows.Forms.AnchorStyles.Left) 230 this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 231 | System.Windows.Forms.AnchorStyles.Left) 244 232 | System.Windows.Forms.AnchorStyles.Right))); 245 233 this.scheduleView.Caption = "ScheduleView"; … … 263 251 this.tabPermissions.UseVisualStyleBackColor = true; 264 252 // 253 // btnPermissionsSave 254 // 255 this.btnPermissionsSave.Enabled = false; 256 this.btnPermissionsSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 257 this.btnPermissionsSave.Location = new System.Drawing.Point(39, 9); 258 this.btnPermissionsSave.Name = "btnPermissionsSave"; 259 this.btnPermissionsSave.Size = new System.Drawing.Size(24, 24); 260 this.btnPermissionsSave.TabIndex = 1; 261 this.toolTip.SetToolTip(this.btnPermissionsSave, "Store slave and group sharing permissions on the server"); 262 this.btnPermissionsSave.UseVisualStyleBackColor = true; 263 this.btnPermissionsSave.Click += new System.EventHandler(this.btnPermissionsSave_Click); 264 // 265 265 // permissionView 266 266 // … … 276 276 // ResourcesView 277 277 // 278 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);279 278 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 280 279 this.Controls.Add(this.splitSlaves); -
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs
r8051 r8058 71 71 this.dvOnline.ActiveTool = drawTool1; 72 72 this.dvOnline.AmPmDisplay = false; 73 this.dvOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 73 this.dvOnline.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 74 | System.Windows.Forms.AnchorStyles.Left) 74 75 | System.Windows.Forms.AnchorStyles.Right))); 75 76 this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes; … … 246 247 // mcOnline 247 248 // 248 this.mcOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 249 this.mcOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 249 250 | System.Windows.Forms.AnchorStyles.Right))); 250 251 this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1); … … 256 257 // ScheduleView 257 258 // 258 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);259 259 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 260 260 this.Controls.Add(this.dvOnline);
Note: See TracChangeset
for help on using the changeset viewer.