Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/10 10:50:26 (15 years ago)
Author:
kgrading
Message:

implemented the server on the client, using push & force push, added refresh buttons, added auto calender methods that traverse the tree... (#908)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/3.2/CgCalendar.Designer.cs

    r3022 r3203  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       Calendar.DrawTool drawTool6 = new Calendar.DrawTool();
     26      Calendar.DrawTool drawTool2 = new Calendar.DrawTool();
    2727      this.dvOnline = new Calendar.DayView();
    2828      this.btnSaveCal = new System.Windows.Forms.Button();
     
    3939      this.btCreate = new System.Windows.Forms.Button();
    4040      this.mcOnline = new System.Windows.Forms.MonthCalendar();
     41      this.btnClearCal = new System.Windows.Forms.Button();
     42      this.cbx_forcePush = new System.Windows.Forms.CheckBox();
    4143      this.groupBox1.SuspendLayout();
    4244      this.SuspendLayout();
     
    4446      // dvOnline
    4547      //
    46       drawTool6.DayView = this.dvOnline;
    47       this.dvOnline.ActiveTool = drawTool6;
     48      drawTool2.DayView = this.dvOnline;
     49      this.dvOnline.ActiveTool = drawTool2;
    4850      this.dvOnline.AmPmDisplay = false;
    4951      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
     
    6870      // btnSaveCal
    6971      //
    70       this.btnSaveCal.Location = new System.Drawing.Point(642, 144);
     72      this.btnSaveCal.Location = new System.Drawing.Point(642, 49);
    7173      this.btnSaveCal.Name = "btnSaveCal";
    7274      this.btnSaveCal.Size = new System.Drawing.Size(199, 23);
    7375      this.btnSaveCal.TabIndex = 45;
    74       this.btnSaveCal.Text = "Save calender";
     76      this.btnSaveCal.Text = "Save Calendar";
    7577      this.btnSaveCal.UseVisualStyleBackColor = true;
    7678      this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
     
    185187      this.btCreate.Size = new System.Drawing.Size(242, 26);
    186188      this.btCreate.TabIndex = 20;
    187       this.btCreate.Text = "Save";
     189      this.btCreate.Text = "Save Appointment";
    188190      this.btCreate.UseVisualStyleBackColor = true;
    189191      this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
     
    197199      this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
    198200      //
     201      // btnClearCal
     202      //
     203      this.btnClearCal.Location = new System.Drawing.Point(642, 18);
     204      this.btnClearCal.Name = "btnClearCal";
     205      this.btnClearCal.Size = new System.Drawing.Size(199, 23);
     206      this.btnClearCal.TabIndex = 46;
     207      this.btnClearCal.Text = "Clear Calendar";
     208      this.btnClearCal.UseVisualStyleBackColor = true;
     209      this.btnClearCal.Click += new System.EventHandler(this.btnClearCal_Click);
     210      //
     211      // cbx_forcePush
     212      //
     213      this.cbx_forcePush.AutoSize = true;
     214      this.cbx_forcePush.Location = new System.Drawing.Point(642, 78);
     215      this.cbx_forcePush.Name = "cbx_forcePush";
     216      this.cbx_forcePush.Size = new System.Drawing.Size(80, 17);
     217      this.cbx_forcePush.TabIndex = 47;
     218      this.cbx_forcePush.Text = "Force Push";
     219      this.cbx_forcePush.UseVisualStyleBackColor = true;
     220      //
    199221      // CgCalendar
    200222      //
     
    202224      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    203225      this.ClientSize = new System.Drawing.Size(859, 558);
     226      this.Controls.Add(this.cbx_forcePush);
     227      this.Controls.Add(this.btnClearCal);
    204228      this.Controls.Add(this.btnSaveCal);
    205229      this.Controls.Add(this.groupBox1);
     
    207231      this.Controls.Add(this.dvOnline);
    208232      this.Name = "CgCalendar";
    209       this.Text = "CgCalendar";
     233      this.Text = "Calendar";
    210234      this.groupBox1.ResumeLayout(false);
    211235      this.groupBox1.PerformLayout();
    212236      this.ResumeLayout(false);
     237      this.PerformLayout();
    213238
    214239    }
     
    230255    private System.Windows.Forms.MonthCalendar mcOnline;
    231256    private Calendar.DayView dvOnline;
     257    private System.Windows.Forms.Button btnClearCal;
     258    private System.Windows.Forms.CheckBox cbx_forcePush;
    232259  }
    233260}
Note: See TracChangeset for help on using the changeset viewer.