Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs @ 7259

Last change on this file since 7259 was 7259, checked in by swagner, 12 years ago

Updated year of copyrights to 2012 (#1716)

File size: 12.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Clients.Hive.Administrator.Views {
23  partial class ScheduleView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
49      this.dvOnline = new Calendar.DayView();
50      this.txttimeTo = new System.Windows.Forms.DateTimePicker();
51      this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
52      this.dtpTo = new System.Windows.Forms.DateTimePicker();
53      this.groupBox1 = new System.Windows.Forms.GroupBox();
54      this.dtpFrom = new System.Windows.Forms.DateTimePicker();
55      this.chbade = new System.Windows.Forms.CheckBox();
56      this.btnRecurrence = new System.Windows.Forms.Button();
57      this.btbDelete = new System.Windows.Forms.Button();
58      this.label2 = new System.Windows.Forms.Label();
59      this.label1 = new System.Windows.Forms.Label();
60      this.btCreate = new System.Windows.Forms.Button();
61      this.btnSaveCal = new System.Windows.Forms.Button();
62      this.btnClearCal = new System.Windows.Forms.Button();
63      this.mcOnline = new System.Windows.Forms.MonthCalendar();
64      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
65      this.groupBox1.SuspendLayout();
66      this.SuspendLayout();
67      //
68      // dvOnline
69      //
70      drawTool1.DayView = this.dvOnline;
71      this.dvOnline.ActiveTool = drawTool1;
72      this.dvOnline.AmPmDisplay = false;
73      this.dvOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
74                  | System.Windows.Forms.AnchorStyles.Left)));
75      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
76      this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
77      this.dvOnline.DayHeadersHeight = 15;
78      this.dvOnline.DaysToShow = 7;
79      this.dvOnline.DrawAllAppBorder = false;
80      this.dvOnline.EnableDurationDisplay = false;
81      this.dvOnline.EnableRoundedCorners = false;
82      this.dvOnline.EnableShadows = false;
83      this.dvOnline.EnableTimeIndicator = false;
84      this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
85      this.dvOnline.Location = new System.Drawing.Point(9, 176);
86      this.dvOnline.MinHalfHourApp = false;
87      this.dvOnline.Name = "dvOnline";
88      this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));
89      this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));
90      this.dvOnline.Size = new System.Drawing.Size(823, 354);
91      this.dvOnline.StartDate = new System.DateTime(((long)(0)));
92      this.dvOnline.TabIndex = 54;
93      this.dvOnline.OnSelectionChanged += new System.EventHandler<System.EventArgs>(this.dvOnline_OnSelectionChanged);
94      //
95      // txttimeTo
96      //
97      this.txttimeTo.CustomFormat = "HH:00";
98      this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
99      this.txttimeTo.Location = new System.Drawing.Point(164, 45);
100      this.txttimeTo.Name = "txttimeTo";
101      this.txttimeTo.ShowUpDown = true;
102      this.txttimeTo.Size = new System.Drawing.Size(73, 20);
103      this.txttimeTo.TabIndex = 40;
104      //
105      // txttimeFrom
106      //
107      this.txttimeFrom.CustomFormat = "HH:00";
108      this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
109      this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
110      this.txttimeFrom.Name = "txttimeFrom";
111      this.txttimeFrom.ShowUpDown = true;
112      this.txttimeFrom.Size = new System.Drawing.Size(73, 20);
113      this.txttimeFrom.TabIndex = 39;
114      //
115      // dtpTo
116      //
117      this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
118      this.dtpTo.Location = new System.Drawing.Point(72, 45);
119      this.dtpTo.Name = "dtpTo";
120      this.dtpTo.Size = new System.Drawing.Size(89, 20);
121      this.dtpTo.TabIndex = 33;
122      //
123      // groupBox1
124      //
125      this.groupBox1.Controls.Add(this.txttimeTo);
126      this.groupBox1.Controls.Add(this.txttimeFrom);
127      this.groupBox1.Controls.Add(this.dtpTo);
128      this.groupBox1.Controls.Add(this.dtpFrom);
129      this.groupBox1.Controls.Add(this.chbade);
130      this.groupBox1.Controls.Add(this.btnRecurrence);
131      this.groupBox1.Controls.Add(this.btbDelete);
132      this.groupBox1.Controls.Add(this.label2);
133      this.groupBox1.Controls.Add(this.label1);
134      this.groupBox1.Controls.Add(this.btCreate);
135      this.groupBox1.Location = new System.Drawing.Point(373, 4);
136      this.groupBox1.Name = "groupBox1";
137      this.groupBox1.Size = new System.Drawing.Size(254, 161);
138      this.groupBox1.TabIndex = 56;
139      this.groupBox1.TabStop = false;
140      //
141      // dtpFrom
142      //
143      this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
144      this.dtpFrom.Location = new System.Drawing.Point(72, 12);
145      this.dtpFrom.Name = "dtpFrom";
146      this.dtpFrom.Size = new System.Drawing.Size(89, 20);
147      this.dtpFrom.TabIndex = 32;
148      //
149      // chbade
150      //
151      this.chbade.AutoSize = true;
152      this.chbade.Location = new System.Drawing.Point(135, 70);
153      this.chbade.Name = "chbade";
154      this.chbade.Size = new System.Drawing.Size(90, 17);
155      this.chbade.TabIndex = 31;
156      this.chbade.Text = "All Day Event";
157      this.chbade.UseVisualStyleBackColor = true;
158      this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged);
159      //
160      // btnRecurrence
161      //
162      this.btnRecurrence.Image = HeuristicLab.Common.Resources.VSImageLibrary.Timer;
163      this.btnRecurrence.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
164      this.btnRecurrence.Location = new System.Drawing.Point(135, 129);
165      this.btnRecurrence.Name = "btnRecurrence";
166      this.btnRecurrence.Size = new System.Drawing.Size(113, 26);
167      this.btnRecurrence.TabIndex = 30;
168      this.btnRecurrence.Text = "Recurrence";
169      this.toolTip.SetToolTip(this.btnRecurrence, "Create recurring appointments");
170      this.btnRecurrence.UseVisualStyleBackColor = true;
171      this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
172      //
173      // btbDelete
174      //
175      this.btbDelete.Image = HeuristicLab.Common.Resources.VSImageLibrary.Delete;
176      this.btbDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
177      this.btbDelete.Location = new System.Drawing.Point(8, 129);
178      this.btbDelete.Name = "btbDelete";
179      this.btbDelete.Size = new System.Drawing.Size(114, 26);
180      this.btbDelete.TabIndex = 25;
181      this.btbDelete.Text = "Delete";
182      this.toolTip.SetToolTip(this.btbDelete, "Delete selected appointment");
183      this.btbDelete.UseVisualStyleBackColor = true;
184      this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click);
185      //
186      // label2
187      //
188      this.label2.AutoSize = true;
189      this.label2.Location = new System.Drawing.Point(16, 46);
190      this.label2.Name = "label2";
191      this.label2.Size = new System.Drawing.Size(55, 13);
192      this.label2.TabIndex = 23;
193      this.label2.Text = "End Time:";
194      //
195      // label1
196      //
197      this.label1.AutoSize = true;
198      this.label1.Location = new System.Drawing.Point(16, 15);
199      this.label1.Name = "label1";
200      this.label1.Size = new System.Drawing.Size(58, 13);
201      this.label1.TabIndex = 21;
202      this.label1.Text = "Start Time:";
203      //
204      // btCreate
205      //
206      this.btCreate.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
207      this.btCreate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
208      this.btCreate.Location = new System.Drawing.Point(6, 93);
209      this.btCreate.Name = "btCreate";
210      this.btCreate.Size = new System.Drawing.Size(242, 26);
211      this.btCreate.TabIndex = 20;
212      this.btCreate.Text = "Create Appointment";
213      this.toolTip.SetToolTip(this.btCreate, "Create a new appointment in the calender");
214      this.btCreate.UseVisualStyleBackColor = true;
215      this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
216      //
217      // btnSaveCal
218      //
219      this.btnSaveCal.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
220      this.btnSaveCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
221      this.btnSaveCal.Location = new System.Drawing.Point(633, 41);
222      this.btnSaveCal.Name = "btnSaveCal";
223      this.btnSaveCal.Size = new System.Drawing.Size(199, 26);
224      this.btnSaveCal.TabIndex = 57;
225      this.btnSaveCal.Text = "Save Calendar on Server";
226      this.toolTip.SetToolTip(this.btnSaveCal, "Store the calender on the server");
227      this.btnSaveCal.UseVisualStyleBackColor = true;
228      this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
229      //
230      // btnClearCal
231      //
232      this.btnClearCal.Image = HeuristicLab.Common.Resources.VSImageLibrary.Document;
233      this.btnClearCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
234      this.btnClearCal.Location = new System.Drawing.Point(633, 9);
235      this.btnClearCal.Name = "btnClearCal";
236      this.btnClearCal.Size = new System.Drawing.Size(199, 26);
237      this.btnClearCal.TabIndex = 58;
238      this.btnClearCal.Text = "Clear Calendar";
239      this.toolTip.SetToolTip(this.btnClearCal, "Remove all appointments from calender");
240      this.btnClearCal.UseVisualStyleBackColor = true;
241      this.btnClearCal.Click += new System.EventHandler(this.btnClearCal_Click);
242      //
243      // mcOnline
244      //
245      this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
246      this.mcOnline.Location = new System.Drawing.Point(4, 9);
247      this.mcOnline.Name = "mcOnline";
248      this.mcOnline.TabIndex = 55;
249      this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
250      //
251      // ScheduleView
252      //
253      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
254      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
255      this.Controls.Add(this.dvOnline);
256      this.Controls.Add(this.groupBox1);
257      this.Controls.Add(this.btnSaveCal);
258      this.Controls.Add(this.btnClearCal);
259      this.Controls.Add(this.mcOnline);
260      this.Name = "ScheduleView";
261      this.Size = new System.Drawing.Size(842, 540);
262      this.groupBox1.ResumeLayout(false);
263      this.groupBox1.PerformLayout();
264      this.ResumeLayout(false);
265
266    }
267
268    #endregion
269
270    private System.Windows.Forms.DateTimePicker txttimeTo;
271    private Calendar.DayView dvOnline;
272    private System.Windows.Forms.DateTimePicker txttimeFrom;
273    private System.Windows.Forms.DateTimePicker dtpTo;
274    private System.Windows.Forms.GroupBox groupBox1;
275    private System.Windows.Forms.DateTimePicker dtpFrom;
276    private System.Windows.Forms.CheckBox chbade;
277    private System.Windows.Forms.Button btnRecurrence;
278    private System.Windows.Forms.Button btbDelete;
279    private System.Windows.Forms.Label label2;
280    private System.Windows.Forms.Label label1;
281    private System.Windows.Forms.Button btCreate;
282    private System.Windows.Forms.Button btnSaveCal;
283    private System.Windows.Forms.Button btnClearCal;
284    private System.Windows.Forms.MonthCalendar mcOnline;
285    private System.Windows.Forms.ToolTip toolTip;
286  }
287}
Note: See TracBrowser for help on using the repository browser.