Changeset 1333
- Timestamp:
- 03/12/09 14:38:31 (16 years ago)
- 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 46 46 private void InitializeComponent() { 47 47 this.components = new System.ComponentModel.Container(); 48 Calendar.DrawTool drawTool 1= new Calendar.DrawTool();48 Calendar.DrawTool drawTool2 = new Calendar.DrawTool(); 49 49 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole)); 50 50 this.dvOnline = new Calendar.DayView(); … … 89 89 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 90 90 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(); 91 95 this.chbade = new System.Windows.Forms.CheckBox(); 92 96 this.btnRecurrence = new System.Windows.Forms.Button(); 93 this.txtTimeTo = new System.Windows.Forms.TextBox();94 this.txttimeFrom = new System.Windows.Forms.TextBox();95 97 this.btbDelete = new System.Windows.Forms.Button(); 96 98 this.label2 = new System.Windows.Forms.Label(); … … 98 100 this.btCreate = new System.Windows.Forms.Button(); 99 101 this.mcOnline = new System.Windows.Forms.MonthCalendar(); 100 this.dtpFrom = new System.Windows.Forms.DateTimePicker();101 this.dtpTo = new System.Windows.Forms.DateTimePicker();102 102 this.tcClientConsole.SuspendLayout(); 103 103 this.tpConnection.SuspendLayout(); … … 115 115 // dvOnline 116 116 // 117 drawTool 1.DayView = this.dvOnline;118 this.dvOnline.ActiveTool = drawTool 1;117 drawTool2.DayView = this.dvOnline; 118 this.dvOnline.ActiveTool = drawTool2; 119 119 this.dvOnline.AmPmDisplay = false; 120 this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes; 120 121 this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll; 121 122 this.dvOnline.DayHeadersHeight = 15; … … 139 140 // tcClientConsole 140 141 // 142 this.tcClientConsole.Appearance = System.Windows.Forms.TabAppearance.FlatButtons; 141 143 this.tcClientConsole.Controls.Add(this.tpConnection); 142 144 this.tcClientConsole.Controls.Add(this.tabPage2); 143 145 this.tcClientConsole.Dock = System.Windows.Forms.DockStyle.Fill; 146 this.tcClientConsole.ItemSize = new System.Drawing.Size(410, 21); 144 147 this.tcClientConsole.Location = new System.Drawing.Point(0, 0); 145 148 this.tcClientConsole.Name = "tcClientConsole"; 146 149 this.tcClientConsole.SelectedIndex = 0; 147 150 this.tcClientConsole.Size = new System.Drawing.Size(853, 438); 151 this.tcClientConsole.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; 148 152 this.tcClientConsole.TabIndex = 1; 149 153 // … … 155 159 this.tpConnection.Controls.Add(this.gbCommon); 156 160 this.tpConnection.Controls.Add(this.gbEventLog); 157 this.tpConnection.Location = new System.Drawing.Point(4, 2 2);161 this.tpConnection.Location = new System.Drawing.Point(4, 25); 158 162 this.tpConnection.Name = "tpConnection"; 159 163 this.tpConnection.Padding = new System.Windows.Forms.Padding(3); 160 164 this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No; 161 this.tpConnection.Size = new System.Drawing.Size(845, 4 12);165 this.tpConnection.Size = new System.Drawing.Size(845, 409); 162 166 this.tpConnection.TabIndex = 0; 163 167 this.tpConnection.Text = "Status"; … … 495 499 this.tabPage2.Controls.Add(this.mcOnline); 496 500 this.tabPage2.Controls.Add(this.dvOnline); 497 this.tabPage2.Location = new System.Drawing.Point(4, 2 2);501 this.tabPage2.Location = new System.Drawing.Point(4, 25); 498 502 this.tabPage2.Name = "tabPage2"; 499 503 this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 500 this.tabPage2.Size = new System.Drawing.Size(845, 4 12);504 this.tabPage2.Size = new System.Drawing.Size(845, 409); 501 505 this.tabPage2.TabIndex = 1; 502 506 this.tabPage2.Text = "Schedule"; … … 515 519 // groupBox1 516 520 // 521 this.groupBox1.Controls.Add(this.txttimeTo); 522 this.groupBox1.Controls.Add(this.txttimeFrom); 517 523 this.groupBox1.Controls.Add(this.dtpTo); 518 524 this.groupBox1.Controls.Add(this.dtpFrom); 519 525 this.groupBox1.Controls.Add(this.chbade); 520 526 this.groupBox1.Controls.Add(this.btnRecurrence); 521 this.groupBox1.Controls.Add(this.txtTimeTo);522 this.groupBox1.Controls.Add(this.txttimeFrom);523 527 this.groupBox1.Controls.Add(this.btbDelete); 524 528 this.groupBox1.Controls.Add(this.label2); … … 531 535 this.groupBox1.TabStop = false; 532 536 // 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 // 533 573 // chbade 534 574 // 535 575 this.chbade.AutoSize = true; 536 this.chbade.Location = new System.Drawing.Point( 105, 91);576 this.chbade.Location = new System.Drawing.Point(97, 90); 537 577 this.chbade.Name = "chbade"; 538 578 this.chbade.Size = new System.Drawing.Size(90, 17); … … 552 592 this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click); 553 593 // 554 // txtTimeTo555 //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 // txttimeFrom562 //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 //568 594 // btbDelete 569 595 // … … 611 637 this.mcOnline.TabIndex = 19; 612 638 this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged); 613 //614 // dtpFrom615 //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 // dtpTo623 //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;629 639 // 630 640 // HiveClientConsole … … 638 648 this.Text = "Client Console (loading...)"; 639 649 this.Load += new System.EventHandler(this.HiveClientConsole_Load); 640 this.Resize += new System.EventHandler(this.HiveClientConsole_Resize);641 650 this.tcClientConsole.ResumeLayout(false); 642 651 this.tpConnection.ResumeLayout(false); … … 704 713 private System.Windows.Forms.PictureBox pictureBox1; 705 714 private System.Windows.Forms.Button btbDelete; 706 private System.Windows.Forms.TextBox txttimeFrom;707 private System.Windows.Forms.TextBox txtTimeTo;708 715 private System.Windows.Forms.GroupBox groupBox2; 709 716 private System.Windows.Forms.Button btnRecurrence; … … 711 718 private System.Windows.Forms.DateTimePicker dtpTo; 712 719 private System.Windows.Forms.DateTimePicker dtpFrom; 720 private System.Windows.Forms.DateTimePicker txttimeTo; 721 private System.Windows.Forms.DateTimePicker txttimeFrom; 713 722 } 714 723 } -
trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.cs
r1259 r1333 183 183 184 184 private void InitCalender() { 185 186 185 dvOnline.StartDate = DateTime.Now; 187 186 dvOnline.OnNewAppointment += new EventHandler<NewAppointmentEventArgs>(DvOnline_OnNewAppointment); … … 199 198 return App; 200 199 } 200 201 //private ConvertToAppointments(List< 201 202 202 203 #endregion … … 294 295 } 295 296 296 private void HiveClientConsole_Resize(object sender, EventArgs e) {297 //nothing to do298 }299 300 297 private void lvLog_DoubleClick(object sender, EventArgs e) { 301 298 ListViewItem lvi = lvLog.SelectedItems[0]; … … 357 354 358 355 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; 366 365 } 367 366 … … 371 370 dtpTo.Text = dvOnline.SelectionEnd.Date.ToShortDateString(); 372 371 txttimeFrom.Text = dvOnline.SelectionStart.ToShortTimeString(); 373 txt TimeTo.Text = dvOnline.SelectionEnd.ToShortTimeString();372 txttimeTo.Text = dvOnline.SelectionEnd.ToShortTimeString(); 374 373 } 375 374 } … … 390 389 if (chbade.Checked) { 391 390 //whole day appointment, only dates are visible 392 if (DateTime.TryParse(dtpFrom.Text + " " + txttimeFrom.Text, out from) && DateTime.TryParse(dtpTo.Text + " " + txt TimeTo.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) 393 392 onlineTimes.Add(CreateAppointment(from, to.AddDays(1), true)); 394 393 else 395 394 MessageBox.Show("Incorrect date format", "Schedule Error", MessageBoxButtons.OK, MessageBoxIcon.Error); 396 } else if (!string.IsNullOrEmpty(txttimeFrom.Text) && !string.IsNullOrEmpty(txt TimeTo.Text)) {395 } else if (!string.IsNullOrEmpty(txttimeFrom.Text) && !string.IsNullOrEmpty(txttimeTo.Text)) { 397 396 //Timeframe appointment 398 if (DateTime.TryParse(dtpFrom.Text + " " + txttimeFrom.Text, out from) && DateTime.TryParse(dtpTo.Text + " " + txt TimeTo.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) { 399 398 if (from.Date == to.Date) 400 399 onlineTimes.Add(CreateAppointment(from, to, false)); … … 423 422 (m_App.StartDate <= e.EndDate)) 424 423 Apps.Add(m_App); 425 426 424 e.Appointments = Apps; 427 425 } … … 435 433 onlineTimes.Add(Appointment); 436 434 } 437 438 #endregion439 435 440 436 private void btnRecurrence_Click(object sender, EventArgs e) { … … 442 438 recurrence.Show(); 443 439 } 440 441 #endregion 442 444 443 } 445 444 } -
trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.resx
r1257 r1333 127 127 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABS 128 128 CgAAAk1TRnQBSQFMAgEBAgEAAQQBAAEEAQABEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA 129 AwABEAMAAQEBAAEgBgABECoAAUMCAQF0AWYCCQHxAx kB/wFiAgMB1AEgAgEBLCwAAUMCAQF0AWYCCQHx130 Ax kB/wFiAgMB1AEgAgEBLKQAAWACCgHyAZMBcwEZAf8BvwGBARkB/wG9AYEBGQH/AboBgQEZAf8BuAGB131 AR kB/wG2AYEBGQH/AU0BNgEZAf8BPQIBAWUcAAFgAgoB8gIZAaQB/wIZAdYB/wIZAdQB/wIZAdIB/wIZ132 AdAB/wI ZAc4B/wIZAVQB/wE9AgEBZZgAASMBHwEZAf8BxwGBARkB/wHDAYEBGQH/AbEBewEZAf8BsQF7133 AR kB/wGxAXsBGQH/AbEBewEZAf8BswF9ARkB/wG2AYEBGQH/AbQBfgEZAf8BZAIFAeQUAAIZASQB/wIZ134 AdwB/wI ZAdkB/wIZAcoB/wIZAcoB/wIZAcoB/wIZAcoB/wIZAcsB/wIZAc4B/wIZAcwB/wFkAgUB5JAA135 Ax kB/wHLAYEBGQH/AbsBgQEZAf8BtgGBARkB/wG2AYEBGQH/Ae4B3AHEBf8BvgGBATYB/wG2AYEBGQH/136 AbYBgQE ZAf8BtgGBARkB/wG0AX4BGQH/AUkCAgGGDAADGQH/AhkB4AH/AhkB0gH/AhkBzgH/AkYB1gH/137 Ah kBzgH/AhkBzgH/AhkBzgH/AhwBzgH/AhkBzgH/AhkBzgH/AhkBzAH/AUkCAgGGiAABLAIBAUIB0AGG138 AR kB/wHHAYEBGQH/AboBgQEZAf8BugGBARkB/wG6AYEBGQH/AdABnAFqBf8BugGBARkB/wG6AYEBGQH/139 AboBgQE ZAf8BugGBARkB/wG2AYEBGQH/AW0BSAEZAf8IAAEsAgEBQgIZAeQB/wIZAdwB/wIZAdIB/wKf140 Ae0F/wJ fAd4B/wIZAdIB/wL0Af0F/wIcAdIB/wIZAdIB/wIZAc4B/wIZAXgB/4gAAxkB/wHSAYkBGQH/141 Ab8BgQE ZAf8BvwGBARkB/wG/AYEBGQH/Ab8BgQEZAf8B0wGfAWoF/wG/AYEBGQH/Ab8BgQEZAf8BvwGB142 AR kB/wG/AYEBGQH/Ab4BgQEZAf8BtgGBARkB/wE2AgEBVwQAAxkB/wIZAeUB/wIZAdYB/wIZAdYN/wL1143 Af0J/wLiAfoB/wI ZAdYB/wIZAdUB/wIZAc4B/wE2AgEBV4QAAWEBSQEZAf8B1AGMARkB/wHEAYEBGQH/144 AcQBgQE ZAf8BxAGBARkB/wHEAYEBGQH/AdcBpAFrBf8BxAGBARkB/wHEAYEBGQH/AcQBgQEZAf8BxAGB145 AR kB/wHEAYEBGQH/AbgBgQEZAf8BZQIHAewEAAIZAWcB/wIZAegB/wIZAdoB/wIZAdoB/wIZAdoR/wLi146 AfoB/wI ZAdoB/wIZAdoB/wIZAdoB/wIZAdAB/wFlAgcB7IQAAYEBXgEZAf8B1wGOARkB/wHJAYEBGQH/147 AckBgQE ZAf8ByQGBARkB/wHJAYEBGQn/AckBgQEZAf8ByQGBARkB/wHJAYEBGQH/AckBgQEZAf8ByQGB148 AR kB/wG6AYEBGQH/AxkB/wQAAhkBgQH/AhkB6QH/AhkB3gH/AhkB3gH/AhkB3gH/AvQB/Q3/Al8B5wH/149 Ah kB3gH/AhkB3gH/AhkB3gH/AhkB0gH/AxkB/4QAAXEBTwEZAf8B2QGRARkB/wHOAYMBGQH/Ac4BgwEZ150 Af8BzgGDAR kB/wHOAYMBGQH/Ac4BgwEZAf8B1wGcAUoB/wHOAYMBGQH/Ac4BgwEZAf8BzgGDARkB/wHO151 AYMB GQH/Ac4BgwEZAf8BvQGBARkB/wFJAhMB+QQAARkBHgFwAf8CGQHsAf8CGQHiAf8CGQHiAf8C9AH9152 Ff8C XwHqAf8CGQHiAf8CGQHiAf8CGQHUAf8BSQITAfmEAAEcARoBGQH/AdsBlAEZAf8B0gGJARkB/wHS153 AYkB GQH/AdIBiQEZAf8B0gGJARkB/wHSAYkBGQH/AesBywGQAf8B0gGJARkB/wHSAYkBGQH/AdIBiQEZ154 Af8B0gGJAR kB/wHEAYEBGQH/Ab8BgQEZAf8BUQICAZsEAAIZARwB/wIZAe0B/wIZAeYB/wIZAeUB/wL9155 Af4F/wLiAfwB/wI ZAeUJ/wKBAfEB/wIZAeUB/wIZAdoB/wIZAdYB/wFRAgIBm4QAAVgCAgGyAd4BmAEZ156 Af8B2wGUAR kB/wHXAY4BGQH/AdcBjgEZAf8B1wGOARkB/wH7AfYB6wX/AdcBjgEZAf8B1wGOARkB/wHX157 AY4B GQH/AdYBjQEZAf8BxAGBARkB/wGpAXoBGQH/CAABWAICAbIBGQEjAe8B/wIZAe0B/wIZAekB/wIZ158 AekB/wLhAfwB/wI ZAekB/wIZAekB/wIZAekB/wKBAfMB/wIZAekB/wIZAegB/wIZAdoB/wEZASEBnQH/159 jAAB UwE4ARkB/wHdAZcBGQH/AdsBlAEZAf8B2wGUARkB/wHbAZQBGQH/AdsBlAEZAf8B3AGXAR8B/wHb160 AZQB GQH/AdsBlAEZAf8B1QGMARkB/wHJAYEBGQH/AdEBiAEZAf8BLAIZAfwMAAIZAU0B/wIZAe8B/wIZ161 Ae0B/wI ZAe0B/wIZAe0B/wIZAe0B/wIZAe0B/wIZAe0B/wIZAe0B/wIZAegB/wIZAd4B/wEZASwB4gH/162 ASwC GQH8jAABGQIBASEBkAFtARkB/wHfAZkBGQH/AdsBlAEZAf8B2QGRARkB/wHYAZABGQH/AdgBkAEZ163 Af8B0wGKAR kB/wHQAYYBGQH/Ac4BgwEZAf8B2gGSARkB/wEkAR8BGQH/EAABGQIBASECGQGHAf8BGQEf164 AfEB/wI ZAe0B/wIZAewB/wIZAesB/wIZAesB/wIZAeYB/wIZAeQB/wIZAeIB/wEZATYB5gH/AhkBIwH/165 lAABEgIBARYB PgEwARkB/wHSAYkBGQH/AeIBnQEZAf8B2QGRARkB/wHXAY4BGQH/AdUBjAEZAf8B4QGb166 AR kB/wHOAYQBGQH/ATICGQH+GAABEgIBARYCGQE9Af8BGQEfAdMB/wEZATAB9AH/AhkB7AH/AhkB6QH/167 AR kBGgHoAf8BGQE4AfAB/wIZAcwB/wEyAhkB/qAAAUYCAQF9AxkB/wFqAVEBGQH/AYEBagEZAf8BSwE8168 AR kB/wEyAhkB/gEUAgEBGiQAAUYCAQF9AxkB/wIZAW0B/wIZAYEB/wIZAU0B/wEyAhkB/gEUAgEBGv8A129 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 169 169 kQABQgFNAT4HAAE+AwABKAMAAUADAAEQAwABAQEAAQEFAAGAFwAD/wEAAfwBHwH8AR8EAAHwAQcB8AEH 170 170 BAAB4AEDAeABAwQAAcABAQHAAQEEAAGAAQEBgAEBBAABgAEAAYAFAAGAAQABgAUAAYABAAGABQABgAEA … … 176 176 <value>46</value> 177 177 </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> 178 181 </root> -
trunk/sources/HeuristicLab.Hive.Client.Console/Recurrence.Designer.cs
r1257 r1333 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 this.cmbEnd = new System.Windows.Forms.Label();27 this.label1 = new System.Windows.Forms.Label();28 26 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(); 31 34 this.gbRecurrence = new System.Windows.Forms.GroupBox(); 32 35 this.rbtWeekly = new System.Windows.Forms.RadioButton(); 33 36 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();37 37 this.gbWeekly = new System.Windows.Forms.GroupBox(); 38 38 this.cbSunday = new System.Windows.Forms.CheckBox(); … … 43 43 this.cbTuesday = new System.Windows.Forms.CheckBox(); 44 44 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(); 45 48 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(); 53 51 this.gbAppointment.SuspendLayout(); 54 52 this.gbRecurrence.SuspendLayout(); 53 this.gbWeekly.SuspendLayout(); 55 54 this.gbDaily.SuspendLayout(); 56 this.gbWeekly.SuspendLayout();57 this.gbDuration.SuspendLayout();58 55 this.SuspendLayout(); 59 56 // 60 // cmbEnd61 //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 // label170 //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 //78 57 // gbAppointment 79 58 // 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); 86 66 this.gbAppointment.Location = new System.Drawing.Point(2, 2); 87 67 this.gbAppointment.Name = "gbAppointment"; 88 this.gbAppointment.Size = new System.Drawing.Size(386, 50);68 this.gbAppointment.Size = new System.Drawing.Size(386, 109); 89 69 this.gbAppointment.TabIndex = 39; 90 70 this.gbAppointment.TabStop = false; 91 71 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:"; 109 139 // 110 140 // gbRecurrence … … 112 142 this.gbRecurrence.Controls.Add(this.rbtWeekly); 113 143 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); 115 145 this.gbRecurrence.Name = "gbRecurrence"; 116 146 this.gbRecurrence.Size = new System.Drawing.Size(123, 94); … … 143 173 this.rbtDaily.CheckedChanged += new System.EventHandler(this.rbtDaily_CheckedChanged); 144 174 // 145 // txtDays146 //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 // label4153 //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 // gbDaily162 //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 //172 175 // gbWeekly 173 176 // … … 179 182 this.gbWeekly.Controls.Add(this.cbTuesday); 180 183 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); 182 185 this.gbWeekly.Name = "gbWeekly"; 183 186 this.gbWeekly.Size = new System.Drawing.Size(265, 94); … … 256 259 this.cbMonday.UseVisualStyleBackColor = true; 257 260 // 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 // 258 288 // label7 259 289 // … … 265 295 this.label7.Text = "Day(s)"; 266 296 // 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); 329 315 // 330 316 // Recurrence … … 332 318 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 333 319 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); 335 323 this.Controls.Add(this.gbWeekly); 336 this.Controls.Add(this.gbDuration);337 324 this.Controls.Add(this.gbDaily); 338 325 this.Controls.Add(this.gbRecurrence); 339 326 this.Controls.Add(this.gbAppointment); 327 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 340 328 this.Name = "Recurrence"; 341 329 this.Text = "Recurrence"; … … 344 332 this.gbRecurrence.ResumeLayout(false); 345 333 this.gbRecurrence.PerformLayout(); 334 this.gbWeekly.ResumeLayout(false); 335 this.gbWeekly.PerformLayout(); 346 336 this.gbDaily.ResumeLayout(false); 347 337 this.gbDaily.PerformLayout(); 348 this.gbWeekly.ResumeLayout(false);349 this.gbWeekly.PerformLayout();350 this.gbDuration.ResumeLayout(false);351 this.gbDuration.PerformLayout();352 338 this.ResumeLayout(false); 353 339 … … 356 342 #endregion 357 343 358 private System.Windows.Forms.Label cmbEnd;359 private System.Windows.Forms.Label label1;360 344 private System.Windows.Forms.GroupBox gbAppointment; 361 private System.Windows.Forms.ComboBox cmbDuration;362 private System.Windows.Forms.Label label3;363 345 private System.Windows.Forms.GroupBox gbRecurrence; 364 346 private System.Windows.Forms.RadioButton rbtWeekly; … … 367 349 private System.Windows.Forms.Label label4; 368 350 private System.Windows.Forms.GroupBox gbDaily; 369 private System.Windows.Forms.GroupBox gbDuration;370 351 private System.Windows.Forms.DateTimePicker dtpEnd; 371 352 private System.Windows.Forms.DateTimePicker dtpStart; … … 381 362 private System.Windows.Forms.CheckBox cbTuesday; 382 363 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; 385 369 } 386 370 } -
trunk/sources/HeuristicLab.Hive.Client.Console/Recurrence.cs
r1257 r1333 23 23 } 24 24 } 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 } 25 46 } 26 47 }
Note: See TracChangeset
for help on using the changeset viewer.