Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/05/09 13:41:21 (15 years ago)
Author:
whackl
Message:

implemented service methods to get and set an calender #468

File:
1 edited

Legend:

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

    r2006 r2023  
    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();
     
    8484        this.pictureBox1 = new System.Windows.Forms.PictureBox();
    8585        this.groupBox1 = new System.Windows.Forms.GroupBox();
     86        this.btnSaveCal = new System.Windows.Forms.Button();
    8687        this.txttimeTo = new System.Windows.Forms.DateTimePicker();
    8788        this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
     
    9697        this.mcOnline = new System.Windows.Forms.MonthCalendar();
    9798        this.ilEventLog = new System.Windows.Forms.ImageList(this.components);
    98         this.btnSaveCal = new System.Windows.Forms.Button();
    9999        this.tcClientConsole.SuspendLayout();
    100100        this.tpConnection.SuspendLayout();
     
    112112        // dvOnline
    113113        //
    114         drawTool1.DayView = this.dvOnline;
    115         this.dvOnline.ActiveTool = drawTool1;
     114        drawTool2.DayView = this.dvOnline;
     115        this.dvOnline.ActiveTool = drawTool2;
    116116        this.dvOnline.AmPmDisplay = false;
    117117        this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
     
    454454        // tabPage2
    455455        //
     456        this.tabPage2.Controls.Add(this.btnSaveCal);
    456457        this.tabPage2.Controls.Add(this.pictureBox1);
    457458        this.tabPage2.Controls.Add(this.groupBox1);
     
    471472        this.pictureBox1.Location = new System.Drawing.Point(633, 12);
    472473        this.pictureBox1.Name = "pictureBox1";
    473         this.pictureBox1.Size = new System.Drawing.Size(199, 155);
     474        this.pictureBox1.Size = new System.Drawing.Size(199, 114);
    474475        this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
    475476        this.pictureBox1.TabIndex = 22;
     
    478479        // groupBox1
    479480        //
    480         this.groupBox1.Controls.Add(this.btnSaveCal);
    481481        this.groupBox1.Controls.Add(this.txttimeTo);
    482482        this.groupBox1.Controls.Add(this.txttimeFrom);
     
    495495        this.groupBox1.TabStop = false;
    496496        //
     497        // btnSaveCal
     498        //
     499        this.btnSaveCal.Location = new System.Drawing.Point(633, 138);
     500        this.btnSaveCal.Name = "btnSaveCal";
     501        this.btnSaveCal.Size = new System.Drawing.Size(199, 23);
     502        this.btnSaveCal.TabIndex = 41;
     503        this.btnSaveCal.Text = "Save calender";
     504        this.btnSaveCal.UseVisualStyleBackColor = true;
     505        this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
     506        //
    497507        // txttimeTo
    498508        //
     
    604614        this.ilEventLog.Images.SetKeyName(0, "Info.png");
    605615        this.ilEventLog.Images.SetKeyName(1, "Error.png");
    606         //
    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);
    616616        //
    617617        // HiveClientConsole
Note: See TracChangeset for help on using the changeset viewer.