Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/09 14:38:31 (15 years ago)
Author:
whackl
Message:

update recurrence UI (#468)

File:
1 edited

Legend:

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

    r1257 r1333  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     48      Calendar.DrawTool drawTool2 = new Calendar.DrawTool();
    4949      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole));
    5050      this.dvOnline = new Calendar.DayView();
     
    8989      this.pictureBox1 = new System.Windows.Forms.PictureBox();
    9090      this.groupBox1 = new System.Windows.Forms.GroupBox();
     91      this.txttimeTo = new System.Windows.Forms.DateTimePicker();
     92      this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
     93      this.dtpTo = new System.Windows.Forms.DateTimePicker();
     94      this.dtpFrom = new System.Windows.Forms.DateTimePicker();
    9195      this.chbade = new System.Windows.Forms.CheckBox();
    9296      this.btnRecurrence = new System.Windows.Forms.Button();
    93       this.txtTimeTo = new System.Windows.Forms.TextBox();
    94       this.txttimeFrom = new System.Windows.Forms.TextBox();
    9597      this.btbDelete = new System.Windows.Forms.Button();
    9698      this.label2 = new System.Windows.Forms.Label();
     
    98100      this.btCreate = new System.Windows.Forms.Button();
    99101      this.mcOnline = new System.Windows.Forms.MonthCalendar();
    100       this.dtpFrom = new System.Windows.Forms.DateTimePicker();
    101       this.dtpTo = new System.Windows.Forms.DateTimePicker();
    102102      this.tcClientConsole.SuspendLayout();
    103103      this.tpConnection.SuspendLayout();
     
    115115      // dvOnline
    116116      //
    117       drawTool1.DayView = this.dvOnline;
    118       this.dvOnline.ActiveTool = drawTool1;
     117      drawTool2.DayView = this.dvOnline;
     118      this.dvOnline.ActiveTool = drawTool2;
    119119      this.dvOnline.AmPmDisplay = false;
     120      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
    120121      this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
    121122      this.dvOnline.DayHeadersHeight = 15;
     
    139140      // tcClientConsole
    140141      //
     142      this.tcClientConsole.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
    141143      this.tcClientConsole.Controls.Add(this.tpConnection);
    142144      this.tcClientConsole.Controls.Add(this.tabPage2);
    143145      this.tcClientConsole.Dock = System.Windows.Forms.DockStyle.Fill;
     146      this.tcClientConsole.ItemSize = new System.Drawing.Size(410, 21);
    144147      this.tcClientConsole.Location = new System.Drawing.Point(0, 0);
    145148      this.tcClientConsole.Name = "tcClientConsole";
    146149      this.tcClientConsole.SelectedIndex = 0;
    147150      this.tcClientConsole.Size = new System.Drawing.Size(853, 438);
     151      this.tcClientConsole.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
    148152      this.tcClientConsole.TabIndex = 1;
    149153      //
     
    155159      this.tpConnection.Controls.Add(this.gbCommon);
    156160      this.tpConnection.Controls.Add(this.gbEventLog);
    157       this.tpConnection.Location = new System.Drawing.Point(4, 22);
     161      this.tpConnection.Location = new System.Drawing.Point(4, 25);
    158162      this.tpConnection.Name = "tpConnection";
    159163      this.tpConnection.Padding = new System.Windows.Forms.Padding(3);
    160164      this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No;
    161       this.tpConnection.Size = new System.Drawing.Size(845, 412);
     165      this.tpConnection.Size = new System.Drawing.Size(845, 409);
    162166      this.tpConnection.TabIndex = 0;
    163167      this.tpConnection.Text = "Status";
     
    495499      this.tabPage2.Controls.Add(this.mcOnline);
    496500      this.tabPage2.Controls.Add(this.dvOnline);
    497       this.tabPage2.Location = new System.Drawing.Point(4, 22);
     501      this.tabPage2.Location = new System.Drawing.Point(4, 25);
    498502      this.tabPage2.Name = "tabPage2";
    499503      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
    500       this.tabPage2.Size = new System.Drawing.Size(845, 412);
     504      this.tabPage2.Size = new System.Drawing.Size(845, 409);
    501505      this.tabPage2.TabIndex = 1;
    502506      this.tabPage2.Text = "Schedule";
     
    515519      // groupBox1
    516520      //
     521      this.groupBox1.Controls.Add(this.txttimeTo);
     522      this.groupBox1.Controls.Add(this.txttimeFrom);
    517523      this.groupBox1.Controls.Add(this.dtpTo);
    518524      this.groupBox1.Controls.Add(this.dtpFrom);
    519525      this.groupBox1.Controls.Add(this.chbade);
    520526      this.groupBox1.Controls.Add(this.btnRecurrence);
    521       this.groupBox1.Controls.Add(this.txtTimeTo);
    522       this.groupBox1.Controls.Add(this.txttimeFrom);
    523527      this.groupBox1.Controls.Add(this.btbDelete);
    524528      this.groupBox1.Controls.Add(this.label2);
     
    531535      this.groupBox1.TabStop = false;
    532536      //
     537      // txttimeTo
     538      //
     539      this.txttimeTo.CustomFormat = "HH:00";
     540      this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     541      this.txttimeTo.Location = new System.Drawing.Point(189, 64);
     542      this.txttimeTo.Name = "txttimeTo";
     543      this.txttimeTo.ShowUpDown = true;
     544      this.txttimeTo.Size = new System.Drawing.Size(73, 20);
     545      this.txttimeTo.TabIndex = 40;
     546      //
     547      // txttimeFrom
     548      //
     549      this.txttimeFrom.CustomFormat = "HH:00";
     550      this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     551      this.txttimeFrom.Location = new System.Drawing.Point(189, 31);
     552      this.txttimeFrom.Name = "txttimeFrom";
     553      this.txttimeFrom.ShowUpDown = true;
     554      this.txttimeFrom.Size = new System.Drawing.Size(73, 20);
     555      this.txttimeFrom.TabIndex = 39;
     556      //
     557      // dtpTo
     558      //
     559      this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     560      this.dtpTo.Location = new System.Drawing.Point(97, 64);
     561      this.dtpTo.Name = "dtpTo";
     562      this.dtpTo.Size = new System.Drawing.Size(89, 20);
     563      this.dtpTo.TabIndex = 33;
     564      //
     565      // dtpFrom
     566      //
     567      this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     568      this.dtpFrom.Location = new System.Drawing.Point(97, 31);
     569      this.dtpFrom.Name = "dtpFrom";
     570      this.dtpFrom.Size = new System.Drawing.Size(89, 20);
     571      this.dtpFrom.TabIndex = 32;
     572      //
    533573      // chbade
    534574      //
    535575      this.chbade.AutoSize = true;
    536       this.chbade.Location = new System.Drawing.Point(105, 91);
     576      this.chbade.Location = new System.Drawing.Point(97, 90);
    537577      this.chbade.Name = "chbade";
    538578      this.chbade.Size = new System.Drawing.Size(90, 17);
     
    552592      this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
    553593      //
    554       // txtTimeTo
    555       //
    556       this.txtTimeTo.Location = new System.Drawing.Point(192, 65);
    557       this.txtTimeTo.Name = "txtTimeTo";
    558       this.txtTimeTo.Size = new System.Drawing.Size(41, 20);
    559       this.txtTimeTo.TabIndex = 29;
    560       //
    561       // txttimeFrom
    562       //
    563       this.txttimeFrom.Location = new System.Drawing.Point(192, 31);
    564       this.txttimeFrom.Name = "txttimeFrom";
    565       this.txttimeFrom.Size = new System.Drawing.Size(41, 20);
    566       this.txttimeFrom.TabIndex = 27;
    567       //
    568594      // btbDelete
    569595      //
     
    611637      this.mcOnline.TabIndex = 19;
    612638      this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
    613       //
    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;
    629639      //
    630640      // HiveClientConsole
     
    638648      this.Text = "Client Console (loading...)";
    639649      this.Load += new System.EventHandler(this.HiveClientConsole_Load);
    640       this.Resize += new System.EventHandler(this.HiveClientConsole_Resize);
    641650      this.tcClientConsole.ResumeLayout(false);
    642651      this.tpConnection.ResumeLayout(false);
     
    704713    private System.Windows.Forms.PictureBox pictureBox1;
    705714    private System.Windows.Forms.Button btbDelete;
    706     private System.Windows.Forms.TextBox txttimeFrom;
    707     private System.Windows.Forms.TextBox txtTimeTo;
    708715    private System.Windows.Forms.GroupBox groupBox2;
    709716    private System.Windows.Forms.Button btnRecurrence;
     
    711718    private System.Windows.Forms.DateTimePicker dtpTo;
    712719    private System.Windows.Forms.DateTimePicker dtpFrom;
     720    private System.Windows.Forms.DateTimePicker txttimeTo;
     721    private System.Windows.Forms.DateTimePicker txttimeFrom;
    713722  }
    714723}
Note: See TracChangeset for help on using the changeset viewer.