- Timestamp:
- 03/23/10 10:50:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Console/3.2/CgCalendar.Designer.cs
r3022 r3203 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 Calendar.DrawTool drawTool 6= new Calendar.DrawTool();26 Calendar.DrawTool drawTool2 = new Calendar.DrawTool(); 27 27 this.dvOnline = new Calendar.DayView(); 28 28 this.btnSaveCal = new System.Windows.Forms.Button(); … … 39 39 this.btCreate = new System.Windows.Forms.Button(); 40 40 this.mcOnline = new System.Windows.Forms.MonthCalendar(); 41 this.btnClearCal = new System.Windows.Forms.Button(); 42 this.cbx_forcePush = new System.Windows.Forms.CheckBox(); 41 43 this.groupBox1.SuspendLayout(); 42 44 this.SuspendLayout(); … … 44 46 // dvOnline 45 47 // 46 drawTool 6.DayView = this.dvOnline;47 this.dvOnline.ActiveTool = drawTool 6;48 drawTool2.DayView = this.dvOnline; 49 this.dvOnline.ActiveTool = drawTool2; 48 50 this.dvOnline.AmPmDisplay = false; 49 51 this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes; … … 68 70 // btnSaveCal 69 71 // 70 this.btnSaveCal.Location = new System.Drawing.Point(642, 144);72 this.btnSaveCal.Location = new System.Drawing.Point(642, 49); 71 73 this.btnSaveCal.Name = "btnSaveCal"; 72 74 this.btnSaveCal.Size = new System.Drawing.Size(199, 23); 73 75 this.btnSaveCal.TabIndex = 45; 74 this.btnSaveCal.Text = "Save calender";76 this.btnSaveCal.Text = "Save Calendar"; 75 77 this.btnSaveCal.UseVisualStyleBackColor = true; 76 78 this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click); … … 185 187 this.btCreate.Size = new System.Drawing.Size(242, 26); 186 188 this.btCreate.TabIndex = 20; 187 this.btCreate.Text = "Save ";189 this.btCreate.Text = "Save Appointment"; 188 190 this.btCreate.UseVisualStyleBackColor = true; 189 191 this.btCreate.Click += new System.EventHandler(this.btCreate_Click); … … 197 199 this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged); 198 200 // 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 // 199 221 // CgCalendar 200 222 // … … 202 224 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 203 225 this.ClientSize = new System.Drawing.Size(859, 558); 226 this.Controls.Add(this.cbx_forcePush); 227 this.Controls.Add(this.btnClearCal); 204 228 this.Controls.Add(this.btnSaveCal); 205 229 this.Controls.Add(this.groupBox1); … … 207 231 this.Controls.Add(this.dvOnline); 208 232 this.Name = "CgCalendar"; 209 this.Text = "C gCalendar";233 this.Text = "Calendar"; 210 234 this.groupBox1.ResumeLayout(false); 211 235 this.groupBox1.PerformLayout(); 212 236 this.ResumeLayout(false); 237 this.PerformLayout(); 213 238 214 239 } … … 230 255 private System.Windows.Forms.MonthCalendar mcOnline; 231 256 private Calendar.DayView dvOnline; 257 private System.Windows.Forms.Button btnClearCal; 258 private System.Windows.Forms.CheckBox cbx_forcePush; 232 259 } 233 260 }
Note: See TracChangeset
for help on using the changeset viewer.