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)

Location:
trunk/sources/HeuristicLab.Hive.Client.Console
Files:
5 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}
  • trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.cs

    r1259 r1333  
    183183
    184184    private void InitCalender() {
    185 
    186185      dvOnline.StartDate = DateTime.Now;
    187186      dvOnline.OnNewAppointment += new EventHandler<NewAppointmentEventArgs>(DvOnline_OnNewAppointment);
     
    199198      return App;
    200199    }
     200
     201    //private ConvertToAppointments(List<
    201202
    202203    #endregion
     
    294295    }
    295296
    296     private void HiveClientConsole_Resize(object sender, EventArgs e) {
    297       //nothing to do
    298     }
    299 
    300297    private void lvLog_DoubleClick(object sender, EventArgs e) {
    301298      ListViewItem lvi = lvLog.SelectedItems[0];
     
    357354
    358355    private void chbade_CheckedChanged(object sender, EventArgs e) {
    359       if (chbade.Checked) {
    360         txttimeFrom.Visible = false;
    361         txtTimeTo.Visible = false;
    362       } else {
    363         txttimeFrom.Visible = true;
    364         txtTimeTo.Visible = true;
    365       }
     356      //if (chbade.Checked) {
     357      //  txttimeFrom.Visible = false;
     358      //  txttimeTo.Visible = false;
     359      //} else {
     360      //  txttimeFrom.Visible = true;
     361      //  txttimeTo.Visible = true;
     362      //}
     363      txttimeFrom.Visible = !chbade.Checked;
     364      txttimeTo.Visible = !chbade.Checked;
    366365    }
    367366
     
    371370        dtpTo.Text = dvOnline.SelectionEnd.Date.ToShortDateString();
    372371        txttimeFrom.Text = dvOnline.SelectionStart.ToShortTimeString();
    373         txtTimeTo.Text = dvOnline.SelectionEnd.ToShortTimeString();
     372        txttimeTo.Text = dvOnline.SelectionEnd.ToShortTimeString();
    374373      }
    375374    }
     
    390389        if (chbade.Checked) {
    391390          //whole day appointment, only dates are visible
    392           if (DateTime.TryParse(dtpFrom.Text + " " + txttimeFrom.Text, out from) && DateTime.TryParse(dtpTo.Text + " " + txtTimeTo.Text, out to) && from < to)
     391          if (DateTime.TryParse(dtpFrom.Text + " " + txttimeFrom.Text, out from) && DateTime.TryParse(dtpTo.Text + " " + txttimeTo.Text, out to) && from < to)
    393392            onlineTimes.Add(CreateAppointment(from, to.AddDays(1), true));
    394393          else
    395394            MessageBox.Show("Incorrect date format", "Schedule Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
    396         } else if (!string.IsNullOrEmpty(txttimeFrom.Text) && !string.IsNullOrEmpty(txtTimeTo.Text)) {
     395        } else if (!string.IsNullOrEmpty(txttimeFrom.Text) && !string.IsNullOrEmpty(txttimeTo.Text)) {
    397396          //Timeframe appointment
    398           if (DateTime.TryParse(dtpFrom.Text + " " + txttimeFrom.Text, out from) && DateTime.TryParse(dtpTo.Text + " " + txtTimeTo.Text, out to) && from < to) {
     397          if (DateTime.TryParse(dtpFrom.Text + " " + txttimeFrom.Text, out from) && DateTime.TryParse(dtpTo.Text + " " + txttimeTo.Text, out to) && from < to) {
    399398            if (from.Date == to.Date)
    400399              onlineTimes.Add(CreateAppointment(from, to, false));
     
    423422            (m_App.StartDate <= e.EndDate))
    424423          Apps.Add(m_App);
    425 
    426424      e.Appointments = Apps;
    427425    }
     
    435433      onlineTimes.Add(Appointment);
    436434    }
    437 
    438     #endregion
    439435
    440436    private void btnRecurrence_Click(object sender, EventArgs e) {
     
    442438      recurrence.Show();
    443439    }
     440
     441    #endregion
     442
    444443  }
    445444}
  • trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.resx

    r1257 r1333  
    127127        ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABS
    128128        CgAAAk1TRnQBSQFMAgEBAgEAAQQBAAEEAQABEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA
    129         AwABEAMAAQEBAAEgBgABECoAAUMCAQF0AWYCCQHxAxkB/wFiAgMB1AEgAgEBLCwAAUMCAQF0AWYCCQHx
    130         AxkB/wFiAgMB1AEgAgEBLKQAAWACCgHyAZMBcwEZAf8BvwGBARkB/wG9AYEBGQH/AboBgQEZAf8BuAGB
    131         ARkB/wG2AYEBGQH/AU0BNgEZAf8BPQIBAWUcAAFgAgoB8gIZAaQB/wIZAdYB/wIZAdQB/wIZAdIB/wIZ
    132         AdAB/wIZAc4B/wIZAVQB/wE9AgEBZZgAASMBHwEZAf8BxwGBARkB/wHDAYEBGQH/AbEBewEZAf8BsQF7
    133         ARkB/wGxAXsBGQH/AbEBewEZAf8BswF9ARkB/wG2AYEBGQH/AbQBfgEZAf8BZAIFAeQUAAIZASQB/wIZ
    134         AdwB/wIZAdkB/wIZAcoB/wIZAcoB/wIZAcoB/wIZAcoB/wIZAcsB/wIZAc4B/wIZAcwB/wFkAgUB5JAA
    135         AxkB/wHLAYEBGQH/AbsBgQEZAf8BtgGBARkB/wG2AYEBGQH/Ae4B3AHEBf8BvgGBATYB/wG2AYEBGQH/
    136         AbYBgQEZAf8BtgGBARkB/wG0AX4BGQH/AUkCAgGGDAADGQH/AhkB4AH/AhkB0gH/AhkBzgH/AkYB1gH/
    137         AhkBzgH/AhkBzgH/AhkBzgH/AhwBzgH/AhkBzgH/AhkBzgH/AhkBzAH/AUkCAgGGiAABLAIBAUIB0AGG
    138         ARkB/wHHAYEBGQH/AboBgQEZAf8BugGBARkB/wG6AYEBGQH/AdABnAFqBf8BugGBARkB/wG6AYEBGQH/
    139         AboBgQEZAf8BugGBARkB/wG2AYEBGQH/AW0BSAEZAf8IAAEsAgEBQgIZAeQB/wIZAdwB/wIZAdIB/wKf
    140         Ae0F/wJfAd4B/wIZAdIB/wL0Af0F/wIcAdIB/wIZAdIB/wIZAc4B/wIZAXgB/4gAAxkB/wHSAYkBGQH/
    141         Ab8BgQEZAf8BvwGBARkB/wG/AYEBGQH/Ab8BgQEZAf8B0wGfAWoF/wG/AYEBGQH/Ab8BgQEZAf8BvwGB
    142         ARkB/wG/AYEBGQH/Ab4BgQEZAf8BtgGBARkB/wE2AgEBVwQAAxkB/wIZAeUB/wIZAdYB/wIZAdYN/wL1
    143         Af0J/wLiAfoB/wIZAdYB/wIZAdUB/wIZAc4B/wE2AgEBV4QAAWEBSQEZAf8B1AGMARkB/wHEAYEBGQH/
    144         AcQBgQEZAf8BxAGBARkB/wHEAYEBGQH/AdcBpAFrBf8BxAGBARkB/wHEAYEBGQH/AcQBgQEZAf8BxAGB
    145         ARkB/wHEAYEBGQH/AbgBgQEZAf8BZQIHAewEAAIZAWcB/wIZAegB/wIZAdoB/wIZAdoB/wIZAdoR/wLi
    146         AfoB/wIZAdoB/wIZAdoB/wIZAdoB/wIZAdAB/wFlAgcB7IQAAYEBXgEZAf8B1wGOARkB/wHJAYEBGQH/
    147         AckBgQEZAf8ByQGBARkB/wHJAYEBGQn/AckBgQEZAf8ByQGBARkB/wHJAYEBGQH/AckBgQEZAf8ByQGB
    148         ARkB/wG6AYEBGQH/AxkB/wQAAhkBgQH/AhkB6QH/AhkB3gH/AhkB3gH/AhkB3gH/AvQB/Q3/Al8B5wH/
    149         AhkB3gH/AhkB3gH/AhkB3gH/AhkB0gH/AxkB/4QAAXEBTwEZAf8B2QGRARkB/wHOAYMBGQH/Ac4BgwEZ
    150         Af8BzgGDARkB/wHOAYMBGQH/Ac4BgwEZAf8B1wGcAUoB/wHOAYMBGQH/Ac4BgwEZAf8BzgGDARkB/wHO
    151         AYMBGQH/Ac4BgwEZAf8BvQGBARkB/wFJAhMB+QQAARkBHgFwAf8CGQHsAf8CGQHiAf8CGQHiAf8C9AH9
    152         Ff8CXwHqAf8CGQHiAf8CGQHiAf8CGQHUAf8BSQITAfmEAAEcARoBGQH/AdsBlAEZAf8B0gGJARkB/wHS
    153         AYkBGQH/AdIBiQEZAf8B0gGJARkB/wHSAYkBGQH/AesBywGQAf8B0gGJARkB/wHSAYkBGQH/AdIBiQEZ
    154         Af8B0gGJARkB/wHEAYEBGQH/Ab8BgQEZAf8BUQICAZsEAAIZARwB/wIZAe0B/wIZAeYB/wIZAeUB/wL9
    155         Af4F/wLiAfwB/wIZAeUJ/wKBAfEB/wIZAeUB/wIZAdoB/wIZAdYB/wFRAgIBm4QAAVgCAgGyAd4BmAEZ
    156         Af8B2wGUARkB/wHXAY4BGQH/AdcBjgEZAf8B1wGOARkB/wH7AfYB6wX/AdcBjgEZAf8B1wGOARkB/wHX
    157         AY4BGQH/AdYBjQEZAf8BxAGBARkB/wGpAXoBGQH/CAABWAICAbIBGQEjAe8B/wIZAe0B/wIZAekB/wIZ
    158         AekB/wLhAfwB/wIZAekB/wIZAekB/wIZAekB/wKBAfMB/wIZAekB/wIZAegB/wIZAdoB/wEZASEBnQH/
    159         jAABUwE4ARkB/wHdAZcBGQH/AdsBlAEZAf8B2wGUARkB/wHbAZQBGQH/AdsBlAEZAf8B3AGXAR8B/wHb
    160         AZQBGQH/AdsBlAEZAf8B1QGMARkB/wHJAYEBGQH/AdEBiAEZAf8BLAIZAfwMAAIZAU0B/wIZAe8B/wIZ
    161         Ae0B/wIZAe0B/wIZAe0B/wIZAe0B/wIZAe0B/wIZAe0B/wIZAe0B/wIZAegB/wIZAd4B/wEZASwB4gH/
    162         ASwCGQH8jAABGQIBASEBkAFtARkB/wHfAZkBGQH/AdsBlAEZAf8B2QGRARkB/wHYAZABGQH/AdgBkAEZ
    163         Af8B0wGKARkB/wHQAYYBGQH/Ac4BgwEZAf8B2gGSARkB/wEkAR8BGQH/EAABGQIBASECGQGHAf8BGQEf
    164         AfEB/wIZAe0B/wIZAewB/wIZAesB/wIZAesB/wIZAeYB/wIZAeQB/wIZAeIB/wEZATYB5gH/AhkBIwH/
    165         lAABEgIBARYBPgEwARkB/wHSAYkBGQH/AeIBnQEZAf8B2QGRARkB/wHXAY4BGQH/AdUBjAEZAf8B4QGb
    166         ARkB/wHOAYQBGQH/ATICGQH+GAABEgIBARYCGQE9Af8BGQEfAdMB/wEZATAB9AH/AhkB7AH/AhkB6QH/
    167         ARkBGgHoAf8BGQE4AfAB/wIZAcwB/wEyAhkB/qAAAUYCAQF9AxkB/wFqAVEBGQH/AYEBagEZAf8BSwE8
    168         ARkB/wEyAhkB/gEUAgEBGiQAAUYCAQF9AxkB/wIZAW0B/wIZAYEB/wIZAU0B/wEyAhkB/gEUAgEBGv8A
     129        AwABEAMAAQEBAAEgBgABECoAAUMCAQF0AWYCCQHxAx0B/wFiAgMB1AEgAgEBLCwAAUMCAQF0AWYCCQHx
     130        Ax0B/wFiAgMB1AEgAgEBLKQAAWACCgHyAZMBdwEdAf8BvwGBAR0B/wG9AYEBHQH/AboBgQEdAf8BuAGB
     131        AR0B/wG2AYEBHQH/AVEBOgEdAf8BPQIBAWUcAAFgAgoB8gIdAaQB/wIdAdYB/wIdAdQB/wIdAdIB/wId
     132        AdAB/wIdAc4B/wIdAVgB/wE9AgEBZZgAAScBIwEdAf8BxwGBAR0B/wHDAYEBHQH/AbEBfwEdAf8BsQF/
     133        AR0B/wGxAX8BHQH/AbEBfwEdAf8BswGBAR0B/wG2AYEBHQH/AbQBgQEdAf8BZAIFAeQUAAIdASgB/wId
     134        AdwB/wIdAdkB/wIdAcoB/wIdAcoB/wIdAcoB/wIdAcoB/wIdAcsB/wIdAc4B/wIdAcwB/wFkAgUB5JAA
     135        Ax0B/wHLAYEBHQH/AbsBgQEdAf8BtgGBAR0B/wG2AYEBHQH/Ae4B3AHEBf8BvgGBAToB/wG2AYEBHQH/
     136        AbYBgQEdAf8BtgGBAR0B/wG0AYEBHQH/AUkCAgGGDAADHQH/Ah0B4AH/Ah0B0gH/Ah0BzgH/AkoB1gH/
     137        Ah0BzgH/Ah0BzgH/Ah0BzgH/AiABzgH/Ah0BzgH/Ah0BzgH/Ah0BzAH/AUkCAgGGiAABLAIBAUIB0AGG
     138        AR0B/wHHAYEBHQH/AboBgQEdAf8BugGBAR0B/wG6AYEBHQH/AdABnAFuBf8BugGBAR0B/wG6AYEBHQH/
     139        AboBgQEdAf8BugGBAR0B/wG2AYEBHQH/AXEBTAEdAf8IAAEsAgEBQgIdAeQB/wIdAdwB/wIdAdIB/wKf
     140        Ae0F/wJjAd4B/wIdAdIB/wL0Af0F/wIgAdIB/wIdAdIB/wIdAc4B/wIdAXwB/4gAAx0B/wHSAYkBHQH/
     141        Ab8BgQEdAf8BvwGBAR0B/wG/AYEBHQH/Ab8BgQEdAf8B0wGfAW4F/wG/AYEBHQH/Ab8BgQEdAf8BvwGB
     142        AR0B/wG/AYEBHQH/Ab4BgQEdAf8BtgGBAR0B/wE2AgEBVwQAAx0B/wIdAeUB/wIdAdYB/wIdAdYN/wL1
     143        Af0J/wLiAfoB/wIdAdYB/wIdAdUB/wIdAc4B/wE2AgEBV4QAAWUBTQEdAf8B1AGMAR0B/wHEAYEBHQH/
     144        AcQBgQEdAf8BxAGBAR0B/wHEAYEBHQH/AdcBpAFvBf8BxAGBAR0B/wHEAYEBHQH/AcQBgQEdAf8BxAGB
     145        AR0B/wHEAYEBHQH/AbgBgQEdAf8BZQIHAewEAAIdAWsB/wIdAegB/wIdAdoB/wIdAdoB/wIdAdoR/wLi
     146        AfoB/wIdAdoB/wIdAdoB/wIdAdoB/wIdAdAB/wFlAgcB7IQAAYEBYgEdAf8B1wGOAR0B/wHJAYEBHQH/
     147        AckBgQEdAf8ByQGBAR0B/wHJAYEBHQn/AckBgQEdAf8ByQGBAR0B/wHJAYEBHQH/AckBgQEdAf8ByQGB
     148        AR0B/wG6AYEBHQH/Ax0B/wQAAh0BgQH/Ah0B6QH/Ah0B3gH/Ah0B3gH/Ah0B3gH/AvQB/Q3/AmMB5wH/
     149        Ah0B3gH/Ah0B3gH/Ah0B3gH/Ah0B0gH/Ax0B/4QAAXUBUwEdAf8B2QGRAR0B/wHOAYMBHQH/Ac4BgwEd
     150        Af8BzgGDAR0B/wHOAYMBHQH/Ac4BgwEdAf8B1wGcAU4B/wHOAYMBHQH/Ac4BgwEdAf8BzgGDAR0B/wHO
     151        AYMBHQH/Ac4BgwEdAf8BvQGBAR0B/wFNAhMB+QQAAR0BIgF0Af8CHQHsAf8CHQHiAf8CHQHiAf8C9AH9
     152        Ff8CYwHqAf8CHQHiAf8CHQHiAf8CHQHUAf8BTQITAfmEAAEgAR4BHQH/AdsBlAEdAf8B0gGJAR0B/wHS
     153        AYkBHQH/AdIBiQEdAf8B0gGJAR0B/wHSAYkBHQH/AesBywGQAf8B0gGJAR0B/wHSAYkBHQH/AdIBiQEd
     154        Af8B0gGJAR0B/wHEAYEBHQH/Ab8BgQEdAf8BUQICAZsEAAIdASAB/wIdAe0B/wIdAeYB/wIdAeUB/wL9
     155        Af4F/wLiAfwB/wIdAeUJ/wKBAfEB/wIdAeUB/wIdAdoB/wIdAdYB/wFRAgIBm4QAAVgCAgGyAd4BmAEd
     156        Af8B2wGUAR0B/wHXAY4BHQH/AdcBjgEdAf8B1wGOAR0B/wH7AfYB6wX/AdcBjgEdAf8B1wGOAR0B/wHX
     157        AY4BHQH/AdYBjQEdAf8BxAGBAR0B/wGpAX4BHQH/CAABWAICAbIBHQEnAe8B/wIdAe0B/wIdAekB/wId
     158        AekB/wLhAfwB/wIdAekB/wIdAekB/wIdAekB/wKBAfMB/wIdAekB/wIdAegB/wIdAdoB/wEdASUBnQH/
     159        jAABVwE8AR0B/wHdAZcBHQH/AdsBlAEdAf8B2wGUAR0B/wHbAZQBHQH/AdsBlAEdAf8B3AGXASMB/wHb
     160        AZQBHQH/AdsBlAEdAf8B1QGMAR0B/wHJAYEBHQH/AdEBiAEdAf8BLAIdAfwMAAIdAVEB/wIdAe8B/wId
     161        Ae0B/wIdAe0B/wIdAe0B/wIdAe0B/wIdAe0B/wIdAe0B/wIdAe0B/wIdAegB/wIdAd4B/wEdATAB4gH/
     162        ASwCHQH8jAABGQIBASEBkAFxAR0B/wHfAZkBHQH/AdsBlAEdAf8B2QGRAR0B/wHYAZABHQH/AdgBkAEd
     163        Af8B0wGKAR0B/wHQAYYBHQH/Ac4BgwEdAf8B2gGSAR0B/wEoASMBHQH/EAABGQIBASECHQGHAf8BHQEj
     164        AfEB/wIdAe0B/wIdAewB/wIdAesB/wIdAesB/wIdAeYB/wIdAeQB/wIdAeIB/wEdAToB5gH/Ah0BJwH/
     165        lAABEgIBARYBQgE0AR0B/wHSAYkBHQH/AeIBnQEdAf8B2QGRAR0B/wHXAY4BHQH/AdUBjAEdAf8B4QGb
     166        AR0B/wHOAYQBHQH/AToCHQH+GAABEgIBARYCHQFBAf8BHQEjAdMB/wEdATQB9AH/Ah0B7AH/Ah0B6QH/
     167        AR0BHgHoAf8BHQE8AfAB/wIdAcwB/wE6Ah0B/qAAAUYCAQF9Ax0B/wFuAVUBHQH/AYEBbgEdAf8BTwFA
     168        AR0B/wE6Ah0B/gEUAgEBGiQAAUYCAQF9Ax0B/wIdAXEB/wIdAYEB/wIdAVEB/wE6Ah0B/gEUAgEBGv8A
    169169        kQABQgFNAT4HAAE+AwABKAMAAUADAAEQAwABAQEAAQEFAAGAFwAD/wEAAfwBHwH8AR8EAAHwAQcB8AEH
    170170        BAAB4AEDAeABAwQAAcABAQHAAQEEAAGAAQEBgAEBBAABgAEAAYAFAAGAAQABgAUAAYABAAGABQABgAEA
     
    176176    <value>46</value>
    177177  </metadata>
     178  <metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     179    <value>True</value>
     180  </metadata>
    178181</root>
  • trunk/sources/HeuristicLab.Hive.Client.Console/Recurrence.Designer.cs

    r1257 r1333  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.cmbEnd = new System.Windows.Forms.Label();
    27       this.label1 = new System.Windows.Forms.Label();
    2826      this.gbAppointment = new System.Windows.Forms.GroupBox();
    29       this.cmbDuration = new System.Windows.Forms.ComboBox();
    30       this.label3 = new System.Windows.Forms.Label();
     27      this.chbade = new System.Windows.Forms.CheckBox();
     28      this.dtpEnd = new System.Windows.Forms.DateTimePicker();
     29      this.dtpToTime = new System.Windows.Forms.DateTimePicker();
     30      this.label5 = new System.Windows.Forms.Label();
     31      this.dtpStart = new System.Windows.Forms.DateTimePicker();
     32      this.dtpFromTime = new System.Windows.Forms.DateTimePicker();
     33      this.label6 = new System.Windows.Forms.Label();
    3134      this.gbRecurrence = new System.Windows.Forms.GroupBox();
    3235      this.rbtWeekly = new System.Windows.Forms.RadioButton();
    3336      this.rbtDaily = new System.Windows.Forms.RadioButton();
    34       this.txtDays = new System.Windows.Forms.TextBox();
    35       this.label4 = new System.Windows.Forms.Label();
    36       this.gbDaily = new System.Windows.Forms.GroupBox();
    3737      this.gbWeekly = new System.Windows.Forms.GroupBox();
    3838      this.cbSunday = new System.Windows.Forms.CheckBox();
     
    4343      this.cbTuesday = new System.Windows.Forms.CheckBox();
    4444      this.cbMonday = new System.Windows.Forms.CheckBox();
     45      this.txtDays = new System.Windows.Forms.TextBox();
     46      this.label4 = new System.Windows.Forms.Label();
     47      this.gbDaily = new System.Windows.Forms.GroupBox();
    4548      this.label7 = new System.Windows.Forms.Label();
    46       this.gbDuration = new System.Windows.Forms.GroupBox();
    47       this.dtpEnd = new System.Windows.Forms.DateTimePicker();
    48       this.dtpStart = new System.Windows.Forms.DateTimePicker();
    49       this.label5 = new System.Windows.Forms.Label();
    50       this.label6 = new System.Windows.Forms.Label();
    51       this.cmbEndTime = new System.Windows.Forms.ComboBox();
    52       this.cmbBeginTime = new System.Windows.Forms.ComboBox();
     49      this.btSaveRecurrence = new System.Windows.Forms.Button();
     50      this.btCancelRecurrence = new System.Windows.Forms.Button();
    5351      this.gbAppointment.SuspendLayout();
    5452      this.gbRecurrence.SuspendLayout();
     53      this.gbWeekly.SuspendLayout();
    5554      this.gbDaily.SuspendLayout();
    56       this.gbWeekly.SuspendLayout();
    57       this.gbDuration.SuspendLayout();
    5855      this.SuspendLayout();
    5956      //
    60       // cmbEnd
    61       //
    62       this.cmbEnd.AutoSize = true;
    63       this.cmbEnd.Location = new System.Drawing.Point(129, 22);
    64       this.cmbEnd.Name = "cmbEnd";
    65       this.cmbEnd.Size = new System.Drawing.Size(29, 13);
    66       this.cmbEnd.TabIndex = 34;
    67       this.cmbEnd.Text = "End:";
    68       //
    69       // label1
    70       //
    71       this.label1.AutoSize = true;
    72       this.label1.Location = new System.Drawing.Point(7, 22);
    73       this.label1.Name = "label1";
    74       this.label1.Size = new System.Drawing.Size(37, 13);
    75       this.label1.TabIndex = 32;
    76       this.label1.Text = "Begin:";
    77       //
    7857      // gbAppointment
    7958      //
    80       this.gbAppointment.Controls.Add(this.cmbEndTime);
    81       this.gbAppointment.Controls.Add(this.cmbBeginTime);
    82       this.gbAppointment.Controls.Add(this.cmbDuration);
    83       this.gbAppointment.Controls.Add(this.label3);
    84       this.gbAppointment.Controls.Add(this.label1);
    85       this.gbAppointment.Controls.Add(this.cmbEnd);
     59      this.gbAppointment.Controls.Add(this.chbade);
     60      this.gbAppointment.Controls.Add(this.dtpEnd);
     61      this.gbAppointment.Controls.Add(this.dtpToTime);
     62      this.gbAppointment.Controls.Add(this.label5);
     63      this.gbAppointment.Controls.Add(this.dtpStart);
     64      this.gbAppointment.Controls.Add(this.dtpFromTime);
     65      this.gbAppointment.Controls.Add(this.label6);
    8666      this.gbAppointment.Location = new System.Drawing.Point(2, 2);
    8767      this.gbAppointment.Name = "gbAppointment";
    88       this.gbAppointment.Size = new System.Drawing.Size(386, 50);
     68      this.gbAppointment.Size = new System.Drawing.Size(386, 109);
    8969      this.gbAppointment.TabIndex = 39;
    9070      this.gbAppointment.TabStop = false;
    9171      this.gbAppointment.Text = "Appointment";
    92       //
    93       // cmbDuration
    94       //
    95       this.cmbDuration.FormattingEnabled = true;
    96       this.cmbDuration.Location = new System.Drawing.Point(303, 18);
    97       this.cmbDuration.Name = "cmbDuration";
    98       this.cmbDuration.Size = new System.Drawing.Size(77, 21);
    99       this.cmbDuration.TabIndex = 37;
    100       //
    101       // label3
    102       //
    103       this.label3.AutoSize = true;
    104       this.label3.Location = new System.Drawing.Point(255, 21);
    105       this.label3.Name = "label3";
    106       this.label3.Size = new System.Drawing.Size(50, 13);
    107       this.label3.TabIndex = 36;
    108       this.label3.Text = "Duration:";
     72      this.gbAppointment.Enter += new System.EventHandler(this.gbAppointment_Enter);
     73      //
     74      // chbade
     75      //
     76      this.chbade.AutoSize = true;
     77      this.chbade.Location = new System.Drawing.Point(113, 86);
     78      this.chbade.Name = "chbade";
     79      this.chbade.Size = new System.Drawing.Size(90, 17);
     80      this.chbade.TabIndex = 39;
     81      this.chbade.Text = "All Day Event";
     82      this.chbade.UseVisualStyleBackColor = true;
     83      this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged);
     84      //
     85      // dtpEnd
     86      //
     87      this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     88      this.dtpEnd.Location = new System.Drawing.Point(113, 56);
     89      this.dtpEnd.Name = "dtpEnd";
     90      this.dtpEnd.Size = new System.Drawing.Size(91, 20);
     91      this.dtpEnd.TabIndex = 29;
     92      //
     93      // dtpToTime
     94      //
     95      this.dtpToTime.CustomFormat = "hh:00";
     96      this.dtpToTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     97      this.dtpToTime.Location = new System.Drawing.Point(226, 56);
     98      this.dtpToTime.Name = "dtpToTime";
     99      this.dtpToTime.ShowUpDown = true;
     100      this.dtpToTime.Size = new System.Drawing.Size(73, 20);
     101      this.dtpToTime.TabIndex = 38;
     102      this.dtpToTime.ValueChanged += new System.EventHandler(this.dtpToTime_ValueChanged);
     103      //
     104      // label5
     105      //
     106      this.label5.AutoSize = true;
     107      this.label5.Location = new System.Drawing.Point(58, 60);
     108      this.label5.Name = "label5";
     109      this.label5.Size = new System.Drawing.Size(55, 13);
     110      this.label5.TabIndex = 27;
     111      this.label5.Text = "End Date:";
     112      //
     113      // dtpStart
     114      //
     115      this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     116      this.dtpStart.Location = new System.Drawing.Point(113, 19);
     117      this.dtpStart.Name = "dtpStart";
     118      this.dtpStart.Size = new System.Drawing.Size(89, 20);
     119      this.dtpStart.TabIndex = 28;
     120      //
     121      // dtpFromTime
     122      //
     123      this.dtpFromTime.CustomFormat = "HH:00";
     124      this.dtpFromTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     125      this.dtpFromTime.Location = new System.Drawing.Point(226, 19);
     126      this.dtpFromTime.Name = "dtpFromTime";
     127      this.dtpFromTime.ShowUpDown = true;
     128      this.dtpFromTime.Size = new System.Drawing.Size(73, 20);
     129      this.dtpFromTime.TabIndex = 30;
     130      //
     131      // label6
     132      //
     133      this.label6.AutoSize = true;
     134      this.label6.Location = new System.Drawing.Point(58, 23);
     135      this.label6.Name = "label6";
     136      this.label6.Size = new System.Drawing.Size(58, 13);
     137      this.label6.TabIndex = 25;
     138      this.label6.Text = "Start Date:";
    109139      //
    110140      // gbRecurrence
     
    112142      this.gbRecurrence.Controls.Add(this.rbtWeekly);
    113143      this.gbRecurrence.Controls.Add(this.rbtDaily);
    114       this.gbRecurrence.Location = new System.Drawing.Point(2, 59);
     144      this.gbRecurrence.Location = new System.Drawing.Point(2, 117);
    115145      this.gbRecurrence.Name = "gbRecurrence";
    116146      this.gbRecurrence.Size = new System.Drawing.Size(123, 94);
     
    143173      this.rbtDaily.CheckedChanged += new System.EventHandler(this.rbtDaily_CheckedChanged);
    144174      //
    145       // txtDays
    146       //
    147       this.txtDays.Location = new System.Drawing.Point(50, 17);
    148       this.txtDays.Name = "txtDays";
    149       this.txtDays.Size = new System.Drawing.Size(30, 20);
    150       this.txtDays.TabIndex = 24;
    151       //
    152       // label4
    153       //
    154       this.label4.AutoSize = true;
    155       this.label4.Location = new System.Drawing.Point(10, 20);
    156       this.label4.Name = "label4";
    157       this.label4.Size = new System.Drawing.Size(34, 13);
    158       this.label4.TabIndex = 23;
    159       this.label4.Text = "Every";
    160       //
    161       // gbDaily
    162       //
    163       this.gbDaily.Controls.Add(this.label7);
    164       this.gbDaily.Controls.Add(this.txtDays);
    165       this.gbDaily.Controls.Add(this.label4);
    166       this.gbDaily.Location = new System.Drawing.Point(123, 59);
    167       this.gbDaily.Name = "gbDaily";
    168       this.gbDaily.Size = new System.Drawing.Size(265, 94);
    169       this.gbDaily.TabIndex = 41;
    170       this.gbDaily.TabStop = false;
    171       //
    172175      // gbWeekly
    173176      //
     
    179182      this.gbWeekly.Controls.Add(this.cbTuesday);
    180183      this.gbWeekly.Controls.Add(this.cbMonday);
    181       this.gbWeekly.Location = new System.Drawing.Point(123, 59);
     184      this.gbWeekly.Location = new System.Drawing.Point(123, 117);
    182185      this.gbWeekly.Name = "gbWeekly";
    183186      this.gbWeekly.Size = new System.Drawing.Size(265, 94);
     
    256259      this.cbMonday.UseVisualStyleBackColor = true;
    257260      //
     261      // txtDays
     262      //
     263      this.txtDays.Location = new System.Drawing.Point(50, 17);
     264      this.txtDays.Name = "txtDays";
     265      this.txtDays.Size = new System.Drawing.Size(30, 20);
     266      this.txtDays.TabIndex = 24;
     267      //
     268      // label4
     269      //
     270      this.label4.AutoSize = true;
     271      this.label4.Location = new System.Drawing.Point(10, 20);
     272      this.label4.Name = "label4";
     273      this.label4.Size = new System.Drawing.Size(34, 13);
     274      this.label4.TabIndex = 23;
     275      this.label4.Text = "Every";
     276      //
     277      // gbDaily
     278      //
     279      this.gbDaily.Controls.Add(this.label7);
     280      this.gbDaily.Controls.Add(this.txtDays);
     281      this.gbDaily.Controls.Add(this.label4);
     282      this.gbDaily.Location = new System.Drawing.Point(123, 117);
     283      this.gbDaily.Name = "gbDaily";
     284      this.gbDaily.Size = new System.Drawing.Size(265, 94);
     285      this.gbDaily.TabIndex = 41;
     286      this.gbDaily.TabStop = false;
     287      //
    258288      // label7
    259289      //
     
    265295      this.label7.Text = "Day(s)";
    266296      //
    267       // gbDuration
    268       //
    269       this.gbDuration.Controls.Add(this.dtpEnd);
    270       this.gbDuration.Controls.Add(this.dtpStart);
    271       this.gbDuration.Controls.Add(this.label5);
    272       this.gbDuration.Controls.Add(this.label6);
    273       this.gbDuration.Location = new System.Drawing.Point(2, 160);
    274       this.gbDuration.Name = "gbDuration";
    275       this.gbDuration.Size = new System.Drawing.Size(386, 50);
    276       this.gbDuration.TabIndex = 42;
    277       this.gbDuration.TabStop = false;
    278       this.gbDuration.Text = "Duration";
    279       //
    280       // dtpEnd
    281       //
    282       this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
    283       this.dtpEnd.Location = new System.Drawing.Point(250, 18);
    284       this.dtpEnd.Name = "dtpEnd";
    285       this.dtpEnd.Size = new System.Drawing.Size(91, 20);
    286       this.dtpEnd.TabIndex = 29;
    287       //
    288       // dtpStart
    289       //
    290       this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
    291       this.dtpStart.Location = new System.Drawing.Point(69, 18);
    292       this.dtpStart.Name = "dtpStart";
    293       this.dtpStart.Size = new System.Drawing.Size(89, 20);
    294       this.dtpStart.TabIndex = 28;
    295       //
    296       // label5
    297       //
    298       this.label5.AutoSize = true;
    299       this.label5.Location = new System.Drawing.Point(189, 22);
    300       this.label5.Name = "label5";
    301       this.label5.Size = new System.Drawing.Size(55, 13);
    302       this.label5.TabIndex = 27;
    303       this.label5.Text = "End Date:";
    304       //
    305       // label6
    306       //
    307       this.label6.AutoSize = true;
    308       this.label6.Location = new System.Drawing.Point(14, 22);
    309       this.label6.Name = "label6";
    310       this.label6.Size = new System.Drawing.Size(58, 13);
    311       this.label6.TabIndex = 25;
    312       this.label6.Text = "Start Date:";
    313       //
    314       // cmbEndTime
    315       //
    316       this.cmbEndTime.FormattingEnabled = true;
    317       this.cmbEndTime.Location = new System.Drawing.Point(155, 18);
    318       this.cmbEndTime.Name = "cmbEndTime";
    319       this.cmbEndTime.Size = new System.Drawing.Size(77, 21);
    320       this.cmbEndTime.TabIndex = 39;
    321       //
    322       // cmbBeginTime
    323       //
    324       this.cmbBeginTime.FormattingEnabled = true;
    325       this.cmbBeginTime.Location = new System.Drawing.Point(46, 18);
    326       this.cmbBeginTime.Name = "cmbBeginTime";
    327       this.cmbBeginTime.Size = new System.Drawing.Size(77, 21);
    328       this.cmbBeginTime.TabIndex = 38;
     297      // btSaveRecurrence
     298      //
     299      this.btSaveRecurrence.Location = new System.Drawing.Point(2, 217);
     300      this.btSaveRecurrence.Name = "btSaveRecurrence";
     301      this.btSaveRecurrence.Size = new System.Drawing.Size(147, 23);
     302      this.btSaveRecurrence.TabIndex = 43;
     303      this.btSaveRecurrence.Text = "Save";
     304      this.btSaveRecurrence.UseVisualStyleBackColor = true;
     305      //
     306      // btCancelRecurrence
     307      //
     308      this.btCancelRecurrence.Location = new System.Drawing.Point(241, 217);
     309      this.btCancelRecurrence.Name = "btCancelRecurrence";
     310      this.btCancelRecurrence.Size = new System.Drawing.Size(147, 23);
     311      this.btCancelRecurrence.TabIndex = 44;
     312      this.btCancelRecurrence.Text = "Cancel";
     313      this.btCancelRecurrence.UseVisualStyleBackColor = true;
     314      this.btCancelRecurrence.Click += new System.EventHandler(this.btCancelRecurrence_Click);
    329315      //
    330316      // Recurrence
     
    332318      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    333319      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    334       this.ClientSize = new System.Drawing.Size(390, 214);
     320      this.ClientSize = new System.Drawing.Size(393, 243);
     321      this.Controls.Add(this.btCancelRecurrence);
     322      this.Controls.Add(this.btSaveRecurrence);
    335323      this.Controls.Add(this.gbWeekly);
    336       this.Controls.Add(this.gbDuration);
    337324      this.Controls.Add(this.gbDaily);
    338325      this.Controls.Add(this.gbRecurrence);
    339326      this.Controls.Add(this.gbAppointment);
     327      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
    340328      this.Name = "Recurrence";
    341329      this.Text = "Recurrence";
     
    344332      this.gbRecurrence.ResumeLayout(false);
    345333      this.gbRecurrence.PerformLayout();
     334      this.gbWeekly.ResumeLayout(false);
     335      this.gbWeekly.PerformLayout();
    346336      this.gbDaily.ResumeLayout(false);
    347337      this.gbDaily.PerformLayout();
    348       this.gbWeekly.ResumeLayout(false);
    349       this.gbWeekly.PerformLayout();
    350       this.gbDuration.ResumeLayout(false);
    351       this.gbDuration.PerformLayout();
    352338      this.ResumeLayout(false);
    353339
     
    356342    #endregion
    357343
    358     private System.Windows.Forms.Label cmbEnd;
    359     private System.Windows.Forms.Label label1;
    360344    private System.Windows.Forms.GroupBox gbAppointment;
    361     private System.Windows.Forms.ComboBox cmbDuration;
    362     private System.Windows.Forms.Label label3;
    363345    private System.Windows.Forms.GroupBox gbRecurrence;
    364346    private System.Windows.Forms.RadioButton rbtWeekly;
     
    367349    private System.Windows.Forms.Label label4;
    368350    private System.Windows.Forms.GroupBox gbDaily;
    369     private System.Windows.Forms.GroupBox gbDuration;
    370351    private System.Windows.Forms.DateTimePicker dtpEnd;
    371352    private System.Windows.Forms.DateTimePicker dtpStart;
     
    381362    private System.Windows.Forms.CheckBox cbTuesday;
    382363    private System.Windows.Forms.CheckBox cbMonday;
    383     private System.Windows.Forms.ComboBox cmbEndTime;
    384     private System.Windows.Forms.ComboBox cmbBeginTime;
     364    private System.Windows.Forms.Button btSaveRecurrence;
     365    private System.Windows.Forms.Button btCancelRecurrence;
     366    private System.Windows.Forms.DateTimePicker dtpFromTime;
     367    private System.Windows.Forms.DateTimePicker dtpToTime;
     368    private System.Windows.Forms.CheckBox chbade;
    385369  }
    386370}
  • trunk/sources/HeuristicLab.Hive.Client.Console/Recurrence.cs

    r1257 r1333  
    2323      }
    2424    }
     25
     26    private void btCancelRecurrence_Click(object sender, EventArgs e) {
     27      this.Close();
     28    }
     29
     30    private void gbAppointment_Enter(object sender, EventArgs e) {
     31
     32    }
     33
     34    private void cmbEnd_Click(object sender, EventArgs e) {
     35
     36    }
     37
     38    private void dtpToTime_ValueChanged(object sender, EventArgs e) {
     39
     40    }
     41
     42    private void chbade_CheckedChanged(object sender, EventArgs e) {
     43        dtpFromTime.Visible = !chbade.Checked;
     44        dtpToTime.Visible = !chbade.Checked;
     45    }
    2546  }
    2647}
Note: See TracChangeset for help on using the changeset viewer.