Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/03/09 14:35:19 (15 years ago)
Author:
whackl
Message:

added recurring appoinment (#468)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.Designer.cs

    r1333 r1511  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       Calendar.DrawTool drawTool2 = new Calendar.DrawTool();
     48      Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
    4949      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole));
    5050      this.dvOnline = new Calendar.DayView();
     
    115115      // dvOnline
    116116      //
    117       drawTool2.DayView = this.dvOnline;
    118       this.dvOnline.ActiveTool = drawTool2;
     117      drawTool1.DayView = this.dvOnline;
     118      this.dvOnline.ActiveTool = drawTool1;
    119119      this.dvOnline.AmPmDisplay = false;
    120120      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
     
    529529      this.groupBox1.Controls.Add(this.label1);
    530530      this.groupBox1.Controls.Add(this.btCreate);
    531       this.groupBox1.Location = new System.Drawing.Point(353, 7);
     531      this.groupBox1.Location = new System.Drawing.Point(373, 7);
    532532      this.groupBox1.Name = "groupBox1";
    533       this.groupBox1.Size = new System.Drawing.Size(274, 161);
     533      this.groupBox1.Size = new System.Drawing.Size(254, 161);
    534534      this.groupBox1.TabIndex = 21;
    535535      this.groupBox1.TabStop = false;
     
    539539      this.txttimeTo.CustomFormat = "HH:00";
    540540      this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
    541       this.txttimeTo.Location = new System.Drawing.Point(189, 64);
     541      this.txttimeTo.Location = new System.Drawing.Point(164, 45);
    542542      this.txttimeTo.Name = "txttimeTo";
    543543      this.txttimeTo.ShowUpDown = true;
     
    549549      this.txttimeFrom.CustomFormat = "HH:00";
    550550      this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
    551       this.txttimeFrom.Location = new System.Drawing.Point(189, 31);
     551      this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
    552552      this.txttimeFrom.Name = "txttimeFrom";
    553553      this.txttimeFrom.ShowUpDown = true;
     
    558558      //
    559559      this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
    560       this.dtpTo.Location = new System.Drawing.Point(97, 64);
     560      this.dtpTo.Location = new System.Drawing.Point(72, 45);
    561561      this.dtpTo.Name = "dtpTo";
    562562      this.dtpTo.Size = new System.Drawing.Size(89, 20);
     
    566566      //
    567567      this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
    568       this.dtpFrom.Location = new System.Drawing.Point(97, 31);
     568      this.dtpFrom.Location = new System.Drawing.Point(72, 12);
    569569      this.dtpFrom.Name = "dtpFrom";
    570570      this.dtpFrom.Size = new System.Drawing.Size(89, 20);
     
    574574      //
    575575      this.chbade.AutoSize = true;
    576       this.chbade.Location = new System.Drawing.Point(97, 90);
     576      this.chbade.Location = new System.Drawing.Point(72, 71);
    577577      this.chbade.Name = "chbade";
    578578      this.chbade.Size = new System.Drawing.Size(90, 17);
     
    584584      // btnRecurrence
    585585      //
    586       this.btnRecurrence.Location = new System.Drawing.Point(189, 129);
     586      this.btnRecurrence.Location = new System.Drawing.Point(141, 129);
    587587      this.btnRecurrence.Name = "btnRecurrence";
    588       this.btnRecurrence.Size = new System.Drawing.Size(75, 26);
     588      this.btnRecurrence.Size = new System.Drawing.Size(113, 26);
    589589      this.btnRecurrence.TabIndex = 30;
    590590      this.btnRecurrence.Text = "Recurrence";
     
    594594      // btbDelete
    595595      //
    596       this.btbDelete.Location = new System.Drawing.Point(100, 129);
     596      this.btbDelete.Location = new System.Drawing.Point(8, 129);
    597597      this.btbDelete.Name = "btbDelete";
    598       this.btbDelete.Size = new System.Drawing.Size(75, 26);
     598      this.btbDelete.Size = new System.Drawing.Size(114, 26);
    599599      this.btbDelete.TabIndex = 25;
    600600      this.btbDelete.Text = "Delete";
     
    605605      //
    606606      this.label2.AutoSize = true;
    607       this.label2.Location = new System.Drawing.Point(41, 65);
     607      this.label2.Location = new System.Drawing.Point(16, 46);
    608608      this.label2.Name = "label2";
    609609      this.label2.Size = new System.Drawing.Size(55, 13);
     
    614614      //
    615615      this.label1.AutoSize = true;
    616       this.label1.Location = new System.Drawing.Point(41, 34);
     616      this.label1.Location = new System.Drawing.Point(16, 15);
    617617      this.label1.Name = "label1";
    618618      this.label1.Size = new System.Drawing.Size(58, 13);
     
    622622      // btCreate
    623623      //
    624       this.btCreate.Location = new System.Drawing.Point(11, 129);
     624      this.btCreate.Location = new System.Drawing.Point(6, 93);
    625625      this.btCreate.Name = "btCreate";
    626       this.btCreate.Size = new System.Drawing.Size(75, 26);
     626      this.btCreate.Size = new System.Drawing.Size(242, 26);
    627627      this.btCreate.TabIndex = 20;
    628628      this.btCreate.Text = "Save";
Note: See TracChangeset for help on using the changeset viewer.