Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/12 14:48:55 (12 years ago)
Author:
jkarder
Message:

#1859:

  • added permission management support
  • extended administartion user interface
  • minor code improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveResourcePermissionManagement (trunk integration)/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs

    r7259 r7951  
    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.Bottom)
    74                   | System.Windows.Forms.AnchorStyles.Left)));
     73      this.dvOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     74            | System.Windows.Forms.AnchorStyles.Right)));
    7575      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
    7676      this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
     
    8383      this.dvOnline.EnableTimeIndicator = false;
    8484      this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
    85       this.dvOnline.Location = new System.Drawing.Point(9, 176);
     85      this.dvOnline.Location = new System.Drawing.Point(3, 183);
    8686      this.dvOnline.MinHalfHourApp = false;
    8787      this.dvOnline.Name = "dvOnline";
    8888      this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));
    8989      this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));
    90       this.dvOnline.Size = new System.Drawing.Size(823, 354);
     90      this.dvOnline.Size = new System.Drawing.Size(836, 354);
    9191      this.dvOnline.StartDate = new System.DateTime(((long)(0)));
    9292      this.dvOnline.TabIndex = 54;
     
    123123      // groupBox1
    124124      //
     125      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    125126      this.groupBox1.Controls.Add(this.txttimeTo);
    126127      this.groupBox1.Controls.Add(this.txttimeFrom);
     
    133134      this.groupBox1.Controls.Add(this.label1);
    134135      this.groupBox1.Controls.Add(this.btCreate);
    135       this.groupBox1.Location = new System.Drawing.Point(373, 4);
     136      this.groupBox1.Location = new System.Drawing.Point(375, 3);
    136137      this.groupBox1.Name = "groupBox1";
    137       this.groupBox1.Size = new System.Drawing.Size(254, 161);
     138      this.groupBox1.Size = new System.Drawing.Size(259, 168);
    138139      this.groupBox1.TabIndex = 56;
    139140      this.groupBox1.TabStop = false;
     
    217218      // btnSaveCal
    218219      //
     220      this.btnSaveCal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    219221      this.btnSaveCal.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
    220222      this.btnSaveCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    221       this.btnSaveCal.Location = new System.Drawing.Point(633, 41);
     223      this.btnSaveCal.Location = new System.Drawing.Point(640, 41);
    222224      this.btnSaveCal.Name = "btnSaveCal";
    223225      this.btnSaveCal.Size = new System.Drawing.Size(199, 26);
     
    230232      // btnClearCal
    231233      //
     234      this.btnClearCal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    232235      this.btnClearCal.Image = HeuristicLab.Common.Resources.VSImageLibrary.Document;
    233236      this.btnClearCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    234       this.btnClearCal.Location = new System.Drawing.Point(633, 9);
     237      this.btnClearCal.Location = new System.Drawing.Point(640, 9);
    235238      this.btnClearCal.Name = "btnClearCal";
    236239      this.btnClearCal.Size = new System.Drawing.Size(199, 26);
     
    243246      // mcOnline
    244247      //
     248      this.mcOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     249            | System.Windows.Forms.AnchorStyles.Right)));
    245250      this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
    246       this.mcOnline.Location = new System.Drawing.Point(4, 9);
     251      this.mcOnline.Location = new System.Drawing.Point(3, 9);
    247252      this.mcOnline.Name = "mcOnline";
    248253      this.mcOnline.TabIndex = 55;
Note: See TracChangeset for help on using the changeset viewer.