Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/09 16:35:05 (15 years ago)
Author:
whackl
Message:

added recurrence to calender (#468)

File:
1 edited

Legend:

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

    r1256 r1257  
    9898      this.btCreate = new System.Windows.Forms.Button();
    9999      this.mcOnline = new System.Windows.Forms.MonthCalendar();
    100       this.cmbFrom = new System.Windows.Forms.ComboBox();
    101       this.cmbTo = new System.Windows.Forms.ComboBox();
     100      this.dtpFrom = new System.Windows.Forms.DateTimePicker();
     101      this.dtpTo = new System.Windows.Forms.DateTimePicker();
    102102      this.tcClientConsole.SuspendLayout();
    103103      this.tpConnection.SuspendLayout();
     
    515515      // groupBox1
    516516      //
    517       this.groupBox1.Controls.Add(this.cmbTo);
    518       this.groupBox1.Controls.Add(this.cmbFrom);
     517      this.groupBox1.Controls.Add(this.dtpTo);
     518      this.groupBox1.Controls.Add(this.dtpFrom);
    519519      this.groupBox1.Controls.Add(this.chbade);
    520520      this.groupBox1.Controls.Add(this.btnRecurrence);
     
    612612      this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
    613613      //
    614       // cmbFrom
    615       //
    616       this.cmbFrom.FormattingEnabled = true;
    617       this.cmbFrom.Location = new System.Drawing.Point(100, 30);
    618       this.cmbFrom.Name = "cmbFrom";
    619       this.cmbFrom.Size = new System.Drawing.Size(77, 21);
    620       this.cmbFrom.TabIndex = 39;
    621       //
    622       // cmbTo
    623       //
    624       this.cmbTo.FormattingEnabled = true;
    625       this.cmbTo.Location = new System.Drawing.Point(100, 62);
    626       this.cmbTo.Name = "cmbTo";
    627       this.cmbTo.Size = new System.Drawing.Size(77, 21);
    628       this.cmbTo.TabIndex = 40;
     614      // dtpFrom
     615      //
     616      this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     617      this.dtpFrom.Location = new System.Drawing.Point(97, 31);
     618      this.dtpFrom.Name = "dtpFrom";
     619      this.dtpFrom.Size = new System.Drawing.Size(89, 20);
     620      this.dtpFrom.TabIndex = 32;
     621      //
     622      // dtpTo
     623      //
     624      this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     625      this.dtpTo.Location = new System.Drawing.Point(97, 64);
     626      this.dtpTo.Name = "dtpTo";
     627      this.dtpTo.Size = new System.Drawing.Size(89, 20);
     628      this.dtpTo.TabIndex = 33;
    629629      //
    630630      // HiveClientConsole
     
    709709    private System.Windows.Forms.Button btnRecurrence;
    710710    private System.Windows.Forms.CheckBox chbade;
    711     private System.Windows.Forms.ComboBox cmbTo;
    712     private System.Windows.Forms.ComboBox cmbFrom;
     711    private System.Windows.Forms.DateTimePicker dtpTo;
     712    private System.Windows.Forms.DateTimePicker dtpFrom;
    713713  }
    714714}
Note: See TracChangeset for help on using the changeset viewer.