- Timestamp:
- 04/03/09 14:35:19 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.Designer.cs
r1333 r1511 46 46 private void InitializeComponent() { 47 47 this.components = new System.ComponentModel.Container(); 48 Calendar.DrawTool drawTool 2= new Calendar.DrawTool();48 Calendar.DrawTool drawTool1 = new Calendar.DrawTool(); 49 49 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole)); 50 50 this.dvOnline = new Calendar.DayView(); … … 115 115 // dvOnline 116 116 // 117 drawTool 2.DayView = this.dvOnline;118 this.dvOnline.ActiveTool = drawTool 2;117 drawTool1.DayView = this.dvOnline; 118 this.dvOnline.ActiveTool = drawTool1; 119 119 this.dvOnline.AmPmDisplay = false; 120 120 this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes; … … 529 529 this.groupBox1.Controls.Add(this.label1); 530 530 this.groupBox1.Controls.Add(this.btCreate); 531 this.groupBox1.Location = new System.Drawing.Point(3 53, 7);531 this.groupBox1.Location = new System.Drawing.Point(373, 7); 532 532 this.groupBox1.Name = "groupBox1"; 533 this.groupBox1.Size = new System.Drawing.Size(2 74, 161);533 this.groupBox1.Size = new System.Drawing.Size(254, 161); 534 534 this.groupBox1.TabIndex = 21; 535 535 this.groupBox1.TabStop = false; … … 539 539 this.txttimeTo.CustomFormat = "HH:00"; 540 540 this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 541 this.txttimeTo.Location = new System.Drawing.Point(1 89, 64);541 this.txttimeTo.Location = new System.Drawing.Point(164, 45); 542 542 this.txttimeTo.Name = "txttimeTo"; 543 543 this.txttimeTo.ShowUpDown = true; … … 549 549 this.txttimeFrom.CustomFormat = "HH:00"; 550 550 this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 551 this.txttimeFrom.Location = new System.Drawing.Point(1 89, 31);551 this.txttimeFrom.Location = new System.Drawing.Point(164, 12); 552 552 this.txttimeFrom.Name = "txttimeFrom"; 553 553 this.txttimeFrom.ShowUpDown = true; … … 558 558 // 559 559 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); 561 561 this.dtpTo.Name = "dtpTo"; 562 562 this.dtpTo.Size = new System.Drawing.Size(89, 20); … … 566 566 // 567 567 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); 569 569 this.dtpFrom.Name = "dtpFrom"; 570 570 this.dtpFrom.Size = new System.Drawing.Size(89, 20); … … 574 574 // 575 575 this.chbade.AutoSize = true; 576 this.chbade.Location = new System.Drawing.Point( 97, 90);576 this.chbade.Location = new System.Drawing.Point(72, 71); 577 577 this.chbade.Name = "chbade"; 578 578 this.chbade.Size = new System.Drawing.Size(90, 17); … … 584 584 // btnRecurrence 585 585 // 586 this.btnRecurrence.Location = new System.Drawing.Point(1 89, 129);586 this.btnRecurrence.Location = new System.Drawing.Point(141, 129); 587 587 this.btnRecurrence.Name = "btnRecurrence"; 588 this.btnRecurrence.Size = new System.Drawing.Size( 75, 26);588 this.btnRecurrence.Size = new System.Drawing.Size(113, 26); 589 589 this.btnRecurrence.TabIndex = 30; 590 590 this.btnRecurrence.Text = "Recurrence"; … … 594 594 // btbDelete 595 595 // 596 this.btbDelete.Location = new System.Drawing.Point( 100, 129);596 this.btbDelete.Location = new System.Drawing.Point(8, 129); 597 597 this.btbDelete.Name = "btbDelete"; 598 this.btbDelete.Size = new System.Drawing.Size( 75, 26);598 this.btbDelete.Size = new System.Drawing.Size(114, 26); 599 599 this.btbDelete.TabIndex = 25; 600 600 this.btbDelete.Text = "Delete"; … … 605 605 // 606 606 this.label2.AutoSize = true; 607 this.label2.Location = new System.Drawing.Point( 41, 65);607 this.label2.Location = new System.Drawing.Point(16, 46); 608 608 this.label2.Name = "label2"; 609 609 this.label2.Size = new System.Drawing.Size(55, 13); … … 614 614 // 615 615 this.label1.AutoSize = true; 616 this.label1.Location = new System.Drawing.Point( 41, 34);616 this.label1.Location = new System.Drawing.Point(16, 15); 617 617 this.label1.Name = "label1"; 618 618 this.label1.Size = new System.Drawing.Size(58, 13); … … 622 622 // btCreate 623 623 // 624 this.btCreate.Location = new System.Drawing.Point( 11, 129);624 this.btCreate.Location = new System.Drawing.Point(6, 93); 625 625 this.btCreate.Name = "btCreate"; 626 this.btCreate.Size = new System.Drawing.Size( 75, 26);626 this.btCreate.Size = new System.Drawing.Size(242, 26); 627 627 this.btCreate.TabIndex = 20; 628 628 this.btCreate.Text = "Save";
Note: See TracChangeset
for help on using the changeset viewer.