Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveResourcePermissionManagement (trunk integration)/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ScheduleView.Designer.cs @ 7951

Last change on this file since 7951 was 7951, checked in by jkarder, 12 years ago

#1859:

  • added permission management support
  • extended administartion user interface
  • minor code improvements
File size: 13.4 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.Left)
74            | System.Windows.Forms.AnchorStyles.Right)));
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(3, 183);
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(836, 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
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(375, 3);
137      this.groupBox1.Name = "groupBox1";
138      this.groupBox1.Size = new System.Drawing.Size(259, 168);
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 = HeuristicLab.Common.Resources.VSImageLibrary.Timer;
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 = HeuristicLab.Common.Resources.VSImageLibrary.Delete;
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 = HeuristicLab.Common.Resources.VSImageLibrary.Add;
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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
221      this.btnSaveCal.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
222      this.btnSaveCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
223      this.btnSaveCal.Location = new System.Drawing.Point(640, 41);
224      this.btnSaveCal.Name = "btnSaveCal";
225      this.btnSaveCal.Size = new System.Drawing.Size(199, 26);
226      this.btnSaveCal.TabIndex = 57;
227      this.btnSaveCal.Text = "Save Calendar on Server";
228      this.toolTip.SetToolTip(this.btnSaveCal, "Store the calender on the server");
229      this.btnSaveCal.UseVisualStyleBackColor = true;
230      this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
231      //
232      // btnClearCal
233      //
234      this.btnClearCal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
235      this.btnClearCal.Image = HeuristicLab.Common.Resources.VSImageLibrary.Document;
236      this.btnClearCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
237      this.btnClearCal.Location = new System.Drawing.Point(640, 9);
238      this.btnClearCal.Name = "btnClearCal";
239      this.btnClearCal.Size = new System.Drawing.Size(199, 26);
240      this.btnClearCal.TabIndex = 58;
241      this.btnClearCal.Text = "Clear Calendar";
242      this.toolTip.SetToolTip(this.btnClearCal, "Remove all appointments from calender");
243      this.btnClearCal.UseVisualStyleBackColor = true;
244      this.btnClearCal.Click += new System.EventHandler(this.btnClearCal_Click);
245      //
246      // mcOnline
247      //
248      this.mcOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
249            | System.Windows.Forms.AnchorStyles.Right)));
250      this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
251      this.mcOnline.Location = new System.Drawing.Point(3, 9);
252      this.mcOnline.Name = "mcOnline";
253      this.mcOnline.TabIndex = 55;
254      this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
255      //
256      // ScheduleView
257      //
258      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
259      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
260      this.Controls.Add(this.dvOnline);
261      this.Controls.Add(this.groupBox1);
262      this.Controls.Add(this.btnSaveCal);
263      this.Controls.Add(this.btnClearCal);
264      this.Controls.Add(this.mcOnline);
265      this.Name = "ScheduleView";
266      this.Size = new System.Drawing.Size(842, 540);
267      this.groupBox1.ResumeLayout(false);
268      this.groupBox1.PerformLayout();
269      this.ResumeLayout(false);
270
271    }
272
273    #endregion
274
275    private System.Windows.Forms.DateTimePicker txttimeTo;
276    private Calendar.DayView dvOnline;
277    private System.Windows.Forms.DateTimePicker txttimeFrom;
278    private System.Windows.Forms.DateTimePicker dtpTo;
279    private System.Windows.Forms.GroupBox groupBox1;
280    private System.Windows.Forms.DateTimePicker dtpFrom;
281    private System.Windows.Forms.CheckBox chbade;
282    private System.Windows.Forms.Button btnRecurrence;
283    private System.Windows.Forms.Button btbDelete;
284    private System.Windows.Forms.Label label2;
285    private System.Windows.Forms.Label label1;
286    private System.Windows.Forms.Button btCreate;
287    private System.Windows.Forms.Button btnSaveCal;
288    private System.Windows.Forms.Button btnClearCal;
289    private System.Windows.Forms.MonthCalendar mcOnline;
290    private System.Windows.Forms.ToolTip toolTip;
291  }
292}
Note: See TracBrowser for help on using the repository browser.