Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/11 13:54:57 (12 years ago)
Author:
spimming
Message:

#1680:

  • merged changes from trunk into branch

' removed pre-build event for multiple app.configs

Location:
branches/HeuristicLab.Hive.Azure
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure

  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs

    r6976 r7215  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       Calendar.DrawTool drawTool2 = new Calendar.DrawTool();
     47      this.components = new System.ComponentModel.Container();
     48      Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     49      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScheduleView));
    4850      this.dvOnline = new Calendar.DayView();
    4951      this.txttimeTo = new System.Windows.Forms.DateTimePicker();
     
    6163      this.btnClearCal = new System.Windows.Forms.Button();
    6264      this.mcOnline = new System.Windows.Forms.MonthCalendar();
     65      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    6366      this.groupBox1.SuspendLayout();
    6467      this.SuspendLayout();
     
    6669      // dvOnline
    6770      //
    68       drawTool2.DayView = this.dvOnline;
    69       this.dvOnline.ActiveTool = drawTool2;
     71      drawTool1.DayView = this.dvOnline;
     72      this.dvOnline.ActiveTool = drawTool1;
    7073      this.dvOnline.AmPmDisplay = false;
    7174      this.dvOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     
    158161      // btnRecurrence
    159162      //
     163      this.btnRecurrence.Image = ((System.Drawing.Image)(resources.GetObject("btnRecurrence.Image")));
     164      this.btnRecurrence.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    160165      this.btnRecurrence.Location = new System.Drawing.Point(135, 129);
    161166      this.btnRecurrence.Name = "btnRecurrence";
     
    163168      this.btnRecurrence.TabIndex = 30;
    164169      this.btnRecurrence.Text = "Recurrence";
     170      this.toolTip.SetToolTip(this.btnRecurrence, "Create recurring appointments");
    165171      this.btnRecurrence.UseVisualStyleBackColor = true;
    166172      this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
     
    168174      // btbDelete
    169175      //
     176      this.btbDelete.Image = ((System.Drawing.Image)(resources.GetObject("btbDelete.Image")));
     177      this.btbDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    170178      this.btbDelete.Location = new System.Drawing.Point(8, 129);
    171179      this.btbDelete.Name = "btbDelete";
     
    173181      this.btbDelete.TabIndex = 25;
    174182      this.btbDelete.Text = "Delete";
     183      this.toolTip.SetToolTip(this.btbDelete, "Delete selected appointment");
    175184      this.btbDelete.UseVisualStyleBackColor = true;
    176185      this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click);
     
    196205      // btCreate
    197206      //
     207      this.btCreate.Image = ((System.Drawing.Image)(resources.GetObject("btCreate.Image")));
     208      this.btCreate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    198209      this.btCreate.Location = new System.Drawing.Point(6, 93);
    199210      this.btCreate.Name = "btCreate";
    200211      this.btCreate.Size = new System.Drawing.Size(242, 26);
    201212      this.btCreate.TabIndex = 20;
    202       this.btCreate.Text = "Save Appointment";
     213      this.btCreate.Text = "Create Appointment";
     214      this.toolTip.SetToolTip(this.btCreate, "Create a new appointment in the calender");
    203215      this.btCreate.UseVisualStyleBackColor = true;
    204216      this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
     
    206218      // btnSaveCal
    207219      //
    208       this.btnSaveCal.Location = new System.Drawing.Point(633, 40);
     220      this.btnSaveCal.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveCal.Image")));
     221      this.btnSaveCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     222      this.btnSaveCal.Location = new System.Drawing.Point(633, 41);
    209223      this.btnSaveCal.Name = "btnSaveCal";
    210       this.btnSaveCal.Size = new System.Drawing.Size(199, 23);
     224      this.btnSaveCal.Size = new System.Drawing.Size(199, 26);
    211225      this.btnSaveCal.TabIndex = 57;
    212       this.btnSaveCal.Text = "Save Calendar";
     226      this.btnSaveCal.Text = "Save Calendar on Server";
     227      this.toolTip.SetToolTip(this.btnSaveCal, "Store the calender on the server");
    213228      this.btnSaveCal.UseVisualStyleBackColor = true;
    214229      this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
     
    216231      // btnClearCal
    217232      //
     233      this.btnClearCal.Image = ((System.Drawing.Image)(resources.GetObject("btnClearCal.Image")));
     234      this.btnClearCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    218235      this.btnClearCal.Location = new System.Drawing.Point(633, 9);
    219236      this.btnClearCal.Name = "btnClearCal";
    220       this.btnClearCal.Size = new System.Drawing.Size(199, 23);
     237      this.btnClearCal.Size = new System.Drawing.Size(199, 26);
    221238      this.btnClearCal.TabIndex = 58;
    222239      this.btnClearCal.Text = "Clear Calendar";
     240      this.toolTip.SetToolTip(this.btnClearCal, "Remove all appointments from calender");
    223241      this.btnClearCal.UseVisualStyleBackColor = true;
    224242      this.btnClearCal.Click += new System.EventHandler(this.btnClearCal_Click);
     
    266284    private System.Windows.Forms.Button btnClearCal;
    267285    private System.Windows.Forms.MonthCalendar mcOnline;
     286    private System.Windows.Forms.ToolTip toolTip;
    268287  }
    269288}
Note: See TracChangeset for help on using the changeset viewer.