Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/09 17:14:53 (15 years ago)
Author:
whackl
Message:

moved DayView.dll into Hive.Commons #468

File:
1 edited

Legend:

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

    r1949 r2006  
    4646    private void InitializeComponent() {
    4747        this.components = new System.ComponentModel.Container();
    48         Calendar.DrawTool drawTool2 = new Calendar.DrawTool();
     48        Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
    4949        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole));
    5050        this.dvOnline = new Calendar.DayView();
     
    9696        this.mcOnline = new System.Windows.Forms.MonthCalendar();
    9797        this.ilEventLog = new System.Windows.Forms.ImageList(this.components);
     98        this.btnSaveCal = new System.Windows.Forms.Button();
    9899        this.tcClientConsole.SuspendLayout();
    99100        this.tpConnection.SuspendLayout();
     
    111112        // dvOnline
    112113        //
    113         drawTool2.DayView = this.dvOnline;
    114         this.dvOnline.ActiveTool = drawTool2;
     114        drawTool1.DayView = this.dvOnline;
     115        this.dvOnline.ActiveTool = drawTool1;
    115116        this.dvOnline.AmPmDisplay = false;
    116117        this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
     
    477478        // groupBox1
    478479        //
     480        this.groupBox1.Controls.Add(this.btnSaveCal);
    479481        this.groupBox1.Controls.Add(this.txttimeTo);
    480482        this.groupBox1.Controls.Add(this.txttimeFrom);
     
    532534        //
    533535        this.chbade.AutoSize = true;
    534         this.chbade.Location = new System.Drawing.Point(72, 71);
     536        this.chbade.Location = new System.Drawing.Point(135, 70);
    535537        this.chbade.Name = "chbade";
    536538        this.chbade.Size = new System.Drawing.Size(90, 17);
     
    603605        this.ilEventLog.Images.SetKeyName(1, "Error.png");
    604606        //
     607        // btnSaveCal
     608        //
     609        this.btnSaveCal.Location = new System.Drawing.Point(8, 66);
     610        this.btnSaveCal.Name = "btnSaveCal";
     611        this.btnSaveCal.Size = new System.Drawing.Size(75, 23);
     612        this.btnSaveCal.TabIndex = 41;
     613        this.btnSaveCal.Text = "scal";
     614        this.btnSaveCal.UseVisualStyleBackColor = true;
     615        this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
     616        //
    605617        // HiveClientConsole
    606618        //
     
    609621        this.BackColor = System.Drawing.SystemColors.Control;
    610622        this.ClientSize = new System.Drawing.Size(853, 438);
    611         this.ControlBox = false;
    612623        this.Controls.Add(this.tcClientConsole);
    613624        this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     
    686697    private System.Windows.Forms.DateTimePicker txttimeFrom;
    687698    private System.Windows.Forms.TextBox txtLog;
     699    private System.Windows.Forms.Button btnSaveCal;
    688700  }
    689701}
Note: See TracChangeset for help on using the changeset viewer.