Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.TimeSeries/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs @ 7213

Last change on this file since 7213 was 7213, checked in by gkronber, 12 years ago

#1081 merged r7103:7209 from trunk into time series branch

File size: 13.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScheduleView));
50      this.dvOnline = new Calendar.DayView();
51      this.txttimeTo = new System.Windows.Forms.DateTimePicker();
52      this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
53      this.dtpTo = new System.Windows.Forms.DateTimePicker();
54      this.groupBox1 = new System.Windows.Forms.GroupBox();
55      this.dtpFrom = new System.Windows.Forms.DateTimePicker();
56      this.chbade = new System.Windows.Forms.CheckBox();
57      this.btnRecurrence = new System.Windows.Forms.Button();
58      this.btbDelete = new System.Windows.Forms.Button();
59      this.label2 = new System.Windows.Forms.Label();
60      this.label1 = new System.Windows.Forms.Label();
61      this.btCreate = new System.Windows.Forms.Button();
62      this.btnSaveCal = new System.Windows.Forms.Button();
63      this.btnClearCal = new System.Windows.Forms.Button();
64      this.mcOnline = new System.Windows.Forms.MonthCalendar();
65      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
66      this.groupBox1.SuspendLayout();
67      this.SuspendLayout();
68      //
69      // dvOnline
70      //
71      drawTool1.DayView = this.dvOnline;
72      this.dvOnline.ActiveTool = drawTool1;
73      this.dvOnline.AmPmDisplay = false;
74      this.dvOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
75                  | System.Windows.Forms.AnchorStyles.Left)));
76      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
77      this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
78      this.dvOnline.DayHeadersHeight = 15;
79      this.dvOnline.DaysToShow = 7;
80      this.dvOnline.DrawAllAppBorder = false;
81      this.dvOnline.EnableDurationDisplay = false;
82      this.dvOnline.EnableRoundedCorners = false;
83      this.dvOnline.EnableShadows = false;
84      this.dvOnline.EnableTimeIndicator = false;
85      this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
86      this.dvOnline.Location = new System.Drawing.Point(9, 176);
87      this.dvOnline.MinHalfHourApp = false;
88      this.dvOnline.Name = "dvOnline";
89      this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));
90      this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));
91      this.dvOnline.Size = new System.Drawing.Size(823, 354);
92      this.dvOnline.StartDate = new System.DateTime(((long)(0)));
93      this.dvOnline.TabIndex = 54;
94      this.dvOnline.OnSelectionChanged += new System.EventHandler<System.EventArgs>(this.dvOnline_OnSelectionChanged);
95      //
96      // txttimeTo
97      //
98      this.txttimeTo.CustomFormat = "HH:00";
99      this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
100      this.txttimeTo.Location = new System.Drawing.Point(164, 45);
101      this.txttimeTo.Name = "txttimeTo";
102      this.txttimeTo.ShowUpDown = true;
103      this.txttimeTo.Size = new System.Drawing.Size(73, 20);
104      this.txttimeTo.TabIndex = 40;
105      //
106      // txttimeFrom
107      //
108      this.txttimeFrom.CustomFormat = "HH:00";
109      this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
110      this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
111      this.txttimeFrom.Name = "txttimeFrom";
112      this.txttimeFrom.ShowUpDown = true;
113      this.txttimeFrom.Size = new System.Drawing.Size(73, 20);
114      this.txttimeFrom.TabIndex = 39;
115      //
116      // dtpTo
117      //
118      this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
119      this.dtpTo.Location = new System.Drawing.Point(72, 45);
120      this.dtpTo.Name = "dtpTo";
121      this.dtpTo.Size = new System.Drawing.Size(89, 20);
122      this.dtpTo.TabIndex = 33;
123      //
124      // groupBox1
125      //
126      this.groupBox1.Controls.Add(this.txttimeTo);
127      this.groupBox1.Controls.Add(this.txttimeFrom);
128      this.groupBox1.Controls.Add(this.dtpTo);
129      this.groupBox1.Controls.Add(this.dtpFrom);
130      this.groupBox1.Controls.Add(this.chbade);
131      this.groupBox1.Controls.Add(this.btnRecurrence);
132      this.groupBox1.Controls.Add(this.btbDelete);
133      this.groupBox1.Controls.Add(this.label2);
134      this.groupBox1.Controls.Add(this.label1);
135      this.groupBox1.Controls.Add(this.btCreate);
136      this.groupBox1.Location = new System.Drawing.Point(373, 4);
137      this.groupBox1.Name = "groupBox1";
138      this.groupBox1.Size = new System.Drawing.Size(254, 161);
139      this.groupBox1.TabIndex = 56;
140      this.groupBox1.TabStop = false;
141      //
142      // dtpFrom
143      //
144      this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
145      this.dtpFrom.Location = new System.Drawing.Point(72, 12);
146      this.dtpFrom.Name = "dtpFrom";
147      this.dtpFrom.Size = new System.Drawing.Size(89, 20);
148      this.dtpFrom.TabIndex = 32;
149      //
150      // chbade
151      //
152      this.chbade.AutoSize = true;
153      this.chbade.Location = new System.Drawing.Point(135, 70);
154      this.chbade.Name = "chbade";
155      this.chbade.Size = new System.Drawing.Size(90, 17);
156      this.chbade.TabIndex = 31;
157      this.chbade.Text = "All Day Event";
158      this.chbade.UseVisualStyleBackColor = true;
159      this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged);
160      //
161      // btnRecurrence
162      //
163      this.btnRecurrence.Image = ((System.Drawing.Image)(resources.GetObject("btnRecurrence.Image")));
164      this.btnRecurrence.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
165      this.btnRecurrence.Location = new System.Drawing.Point(135, 129);
166      this.btnRecurrence.Name = "btnRecurrence";
167      this.btnRecurrence.Size = new System.Drawing.Size(113, 26);
168      this.btnRecurrence.TabIndex = 30;
169      this.btnRecurrence.Text = "Recurrence";
170      this.toolTip.SetToolTip(this.btnRecurrence, "Create recurring appointments");
171      this.btnRecurrence.UseVisualStyleBackColor = true;
172      this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
173      //
174      // btbDelete
175      //
176      this.btbDelete.Image = ((System.Drawing.Image)(resources.GetObject("btbDelete.Image")));
177      this.btbDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
178      this.btbDelete.Location = new System.Drawing.Point(8, 129);
179      this.btbDelete.Name = "btbDelete";
180      this.btbDelete.Size = new System.Drawing.Size(114, 26);
181      this.btbDelete.TabIndex = 25;
182      this.btbDelete.Text = "Delete";
183      this.toolTip.SetToolTip(this.btbDelete, "Delete selected appointment");
184      this.btbDelete.UseVisualStyleBackColor = true;
185      this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click);
186      //
187      // label2
188      //
189      this.label2.AutoSize = true;
190      this.label2.Location = new System.Drawing.Point(16, 46);
191      this.label2.Name = "label2";
192      this.label2.Size = new System.Drawing.Size(55, 13);
193      this.label2.TabIndex = 23;
194      this.label2.Text = "End Time:";
195      //
196      // label1
197      //
198      this.label1.AutoSize = true;
199      this.label1.Location = new System.Drawing.Point(16, 15);
200      this.label1.Name = "label1";
201      this.label1.Size = new System.Drawing.Size(58, 13);
202      this.label1.TabIndex = 21;
203      this.label1.Text = "Start Time:";
204      //
205      // btCreate
206      //
207      this.btCreate.Image = ((System.Drawing.Image)(resources.GetObject("btCreate.Image")));
208      this.btCreate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
209      this.btCreate.Location = new System.Drawing.Point(6, 93);
210      this.btCreate.Name = "btCreate";
211      this.btCreate.Size = new System.Drawing.Size(242, 26);
212      this.btCreate.TabIndex = 20;
213      this.btCreate.Text = "Create Appointment";
214      this.toolTip.SetToolTip(this.btCreate, "Create a new appointment in the calender");
215      this.btCreate.UseVisualStyleBackColor = true;
216      this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
217      //
218      // btnSaveCal
219      //
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);
223      this.btnSaveCal.Name = "btnSaveCal";
224      this.btnSaveCal.Size = new System.Drawing.Size(199, 26);
225      this.btnSaveCal.TabIndex = 57;
226      this.btnSaveCal.Text = "Save Calendar on Server";
227      this.toolTip.SetToolTip(this.btnSaveCal, "Store the calender on the server");
228      this.btnSaveCal.UseVisualStyleBackColor = true;
229      this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
230      //
231      // btnClearCal
232      //
233      this.btnClearCal.Image = ((System.Drawing.Image)(resources.GetObject("btnClearCal.Image")));
234      this.btnClearCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
235      this.btnClearCal.Location = new System.Drawing.Point(633, 9);
236      this.btnClearCal.Name = "btnClearCal";
237      this.btnClearCal.Size = new System.Drawing.Size(199, 26);
238      this.btnClearCal.TabIndex = 58;
239      this.btnClearCal.Text = "Clear Calendar";
240      this.toolTip.SetToolTip(this.btnClearCal, "Remove all appointments from calender");
241      this.btnClearCal.UseVisualStyleBackColor = true;
242      this.btnClearCal.Click += new System.EventHandler(this.btnClearCal_Click);
243      //
244      // mcOnline
245      //
246      this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
247      this.mcOnline.Location = new System.Drawing.Point(4, 9);
248      this.mcOnline.Name = "mcOnline";
249      this.mcOnline.TabIndex = 55;
250      this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
251      //
252      // ScheduleView
253      //
254      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
255      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
256      this.Controls.Add(this.dvOnline);
257      this.Controls.Add(this.groupBox1);
258      this.Controls.Add(this.btnSaveCal);
259      this.Controls.Add(this.btnClearCal);
260      this.Controls.Add(this.mcOnline);
261      this.Name = "ScheduleView";
262      this.Size = new System.Drawing.Size(842, 540);
263      this.groupBox1.ResumeLayout(false);
264      this.groupBox1.PerformLayout();
265      this.ResumeLayout(false);
266
267    }
268
269    #endregion
270
271    private System.Windows.Forms.DateTimePicker txttimeTo;
272    private Calendar.DayView dvOnline;
273    private System.Windows.Forms.DateTimePicker txttimeFrom;
274    private System.Windows.Forms.DateTimePicker dtpTo;
275    private System.Windows.Forms.GroupBox groupBox1;
276    private System.Windows.Forms.DateTimePicker dtpFrom;
277    private System.Windows.Forms.CheckBox chbade;
278    private System.Windows.Forms.Button btnRecurrence;
279    private System.Windows.Forms.Button btbDelete;
280    private System.Windows.Forms.Label label2;
281    private System.Windows.Forms.Label label1;
282    private System.Windows.Forms.Button btCreate;
283    private System.Windows.Forms.Button btnSaveCal;
284    private System.Windows.Forms.Button btnClearCal;
285    private System.Windows.Forms.MonthCalendar mcOnline;
286    private System.Windows.Forms.ToolTip toolTip;
287  }
288}
Note: See TracBrowser for help on using the repository browser.