Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 17180 was 17180, checked in by swagner, 5 years ago

#2875: Removed years in copyrights

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