Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/19/12 16:05:31 (12 years ago)
Author:
jkarder
Message:

#1859: fixed layout of administration user interface views

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  
    8080      this.imageListSlaveGroups.TransparentColor = System.Drawing.Color.Transparent;
    8181      //
     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      //
    82106      // btnRefresh
    83107      //
     
    91115      this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
    92116      //
     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      //
    93125      // btnSave
    94126      //
     
    124156      this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
    125157      //
    126       // btnPermissionsSave
    127       //
    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       // splitSlaves
    139       //
    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.Panel1
    147       //
    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.Panel2
    156       //
    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       // progressBar
    163       //
    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       //
    170158      // treeSlaveGroup
    171159      //
    172160      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) 
    175163            | System.Windows.Forms.AnchorStyles.Right)));
    176164      this.treeSlaveGroup.ImageIndex = 0;
     
    190178      // tabSlaveGroup
    191179      //
    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) 
    194182            | System.Windows.Forms.AnchorStyles.Right)));
    195183      this.tabSlaveGroup.Controls.Add(this.tabDetails);
     
    216204      // slaveView
    217205      //
    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) 
    220208            | System.Windows.Forms.AnchorStyles.Right)));
    221209      this.slaveView.Caption = "SlaveView";
     
    240228      // scheduleView
    241229      //
    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) 
    244232            | System.Windows.Forms.AnchorStyles.Right)));
    245233      this.scheduleView.Caption = "ScheduleView";
     
    263251      this.tabPermissions.UseVisualStyleBackColor = true;
    264252      //
     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      //
    265265      // permissionView
    266266      //
     
    276276      // ResourcesView
    277277      //
    278       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    279278      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    280279      this.Controls.Add(this.splitSlaves);
  • trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs

    r8051 r8058  
    7171      this.dvOnline.ActiveTool = drawTool1;
    7272      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)
    7475            | System.Windows.Forms.AnchorStyles.Right)));
    7576      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
     
    246247      // mcOnline
    247248      //
    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) 
    249250            | System.Windows.Forms.AnchorStyles.Right)));
    250251      this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
     
    256257      // ScheduleView
    257258      //
    258       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    259259      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    260260      this.Controls.Add(this.dvOnline);
Note: See TracChangeset for help on using the changeset viewer.