Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.Console/3.2/CgCalendar.Designer.cs @ 3038

Last change on this file since 3038 was 3022, checked in by kgrading, 15 years ago

added the calendar in the dal and the server console. Works on every Resource (Group / Client) (#908)

File size: 9.6 KB
Line 
1namespace HeuristicLab.Hive.Server.ServerConsole {
2  partial class CgCalendar {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Windows Form Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      Calendar.DrawTool drawTool6 = new Calendar.DrawTool();
27      this.dvOnline = new Calendar.DayView();
28      this.btnSaveCal = new System.Windows.Forms.Button();
29      this.groupBox1 = new System.Windows.Forms.GroupBox();
30      this.txttimeTo = new System.Windows.Forms.DateTimePicker();
31      this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
32      this.dtpTo = new System.Windows.Forms.DateTimePicker();
33      this.dtpFrom = new System.Windows.Forms.DateTimePicker();
34      this.chbade = new System.Windows.Forms.CheckBox();
35      this.btnRecurrence = new System.Windows.Forms.Button();
36      this.btbDelete = new System.Windows.Forms.Button();
37      this.label2 = new System.Windows.Forms.Label();
38      this.label1 = new System.Windows.Forms.Label();
39      this.btCreate = new System.Windows.Forms.Button();
40      this.mcOnline = new System.Windows.Forms.MonthCalendar();
41      this.groupBox1.SuspendLayout();
42      this.SuspendLayout();
43      //
44      // dvOnline
45      //
46      drawTool6.DayView = this.dvOnline;
47      this.dvOnline.ActiveTool = drawTool6;
48      this.dvOnline.AmPmDisplay = false;
49      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
50      this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
51      this.dvOnline.DayHeadersHeight = 15;
52      this.dvOnline.DaysToShow = 7;
53      this.dvOnline.DrawAllAppBorder = false;
54      this.dvOnline.EnableDurationDisplay = false;
55      this.dvOnline.EnableRoundedCorners = false;
56      this.dvOnline.EnableShadows = false;
57      this.dvOnline.EnableTimeIndicator = false;
58      this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
59      this.dvOnline.Location = new System.Drawing.Point(18, 185);
60      this.dvOnline.MinHalfHourApp = false;
61      this.dvOnline.Name = "dvOnline";
62      this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));
63      this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));
64      this.dvOnline.Size = new System.Drawing.Size(823, 354);
65      this.dvOnline.StartDate = new System.DateTime(((long)(0)));
66      this.dvOnline.TabIndex = 42;
67      //
68      // btnSaveCal
69      //
70      this.btnSaveCal.Location = new System.Drawing.Point(642, 144);
71      this.btnSaveCal.Name = "btnSaveCal";
72      this.btnSaveCal.Size = new System.Drawing.Size(199, 23);
73      this.btnSaveCal.TabIndex = 45;
74      this.btnSaveCal.Text = "Save calender";
75      this.btnSaveCal.UseVisualStyleBackColor = true;
76      this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
77      //
78      // groupBox1
79      //
80      this.groupBox1.Controls.Add(this.txttimeTo);
81      this.groupBox1.Controls.Add(this.txttimeFrom);
82      this.groupBox1.Controls.Add(this.dtpTo);
83      this.groupBox1.Controls.Add(this.dtpFrom);
84      this.groupBox1.Controls.Add(this.chbade);
85      this.groupBox1.Controls.Add(this.btnRecurrence);
86      this.groupBox1.Controls.Add(this.btbDelete);
87      this.groupBox1.Controls.Add(this.label2);
88      this.groupBox1.Controls.Add(this.label1);
89      this.groupBox1.Controls.Add(this.btCreate);
90      this.groupBox1.Location = new System.Drawing.Point(382, 13);
91      this.groupBox1.Name = "groupBox1";
92      this.groupBox1.Size = new System.Drawing.Size(254, 161);
93      this.groupBox1.TabIndex = 44;
94      this.groupBox1.TabStop = false;
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      // dtpFrom
125      //
126      this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
127      this.dtpFrom.Location = new System.Drawing.Point(72, 12);
128      this.dtpFrom.Name = "dtpFrom";
129      this.dtpFrom.Size = new System.Drawing.Size(89, 20);
130      this.dtpFrom.TabIndex = 32;
131      //
132      // chbade
133      //
134      this.chbade.AutoSize = true;
135      this.chbade.Location = new System.Drawing.Point(135, 70);
136      this.chbade.Name = "chbade";
137      this.chbade.Size = new System.Drawing.Size(90, 17);
138      this.chbade.TabIndex = 31;
139      this.chbade.Text = "All Day Event";
140      this.chbade.UseVisualStyleBackColor = true;
141      this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged);
142      //
143      // btnRecurrence
144      //
145      this.btnRecurrence.Location = new System.Drawing.Point(135, 129);
146      this.btnRecurrence.Name = "btnRecurrence";
147      this.btnRecurrence.Size = new System.Drawing.Size(113, 26);
148      this.btnRecurrence.TabIndex = 30;
149      this.btnRecurrence.Text = "Recurrence";
150      this.btnRecurrence.UseVisualStyleBackColor = true;
151      this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
152      //
153      // btbDelete
154      //
155      this.btbDelete.Location = new System.Drawing.Point(8, 129);
156      this.btbDelete.Name = "btbDelete";
157      this.btbDelete.Size = new System.Drawing.Size(114, 26);
158      this.btbDelete.TabIndex = 25;
159      this.btbDelete.Text = "Delete";
160      this.btbDelete.UseVisualStyleBackColor = true;
161      this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click);
162      //
163      // label2
164      //
165      this.label2.AutoSize = true;
166      this.label2.Location = new System.Drawing.Point(16, 46);
167      this.label2.Name = "label2";
168      this.label2.Size = new System.Drawing.Size(55, 13);
169      this.label2.TabIndex = 23;
170      this.label2.Text = "End Time:";
171      //
172      // label1
173      //
174      this.label1.AutoSize = true;
175      this.label1.Location = new System.Drawing.Point(16, 15);
176      this.label1.Name = "label1";
177      this.label1.Size = new System.Drawing.Size(58, 13);
178      this.label1.TabIndex = 21;
179      this.label1.Text = "Start Time:";
180      //
181      // btCreate
182      //
183      this.btCreate.Location = new System.Drawing.Point(6, 93);
184      this.btCreate.Name = "btCreate";
185      this.btCreate.Size = new System.Drawing.Size(242, 26);
186      this.btCreate.TabIndex = 20;
187      this.btCreate.Text = "Save";
188      this.btCreate.UseVisualStyleBackColor = true;
189      this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
190      //
191      // mcOnline
192      //
193      this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
194      this.mcOnline.Location = new System.Drawing.Point(18, 18);
195      this.mcOnline.Name = "mcOnline";
196      this.mcOnline.TabIndex = 43;
197      this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
198      //
199      // CgCalendar
200      //
201      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
202      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
203      this.ClientSize = new System.Drawing.Size(859, 558);
204      this.Controls.Add(this.btnSaveCal);
205      this.Controls.Add(this.groupBox1);
206      this.Controls.Add(this.mcOnline);
207      this.Controls.Add(this.dvOnline);
208      this.Name = "CgCalendar";
209      this.Text = "CgCalendar";
210      this.groupBox1.ResumeLayout(false);
211      this.groupBox1.PerformLayout();
212      this.ResumeLayout(false);
213
214    }
215
216    #endregion
217
218    private System.Windows.Forms.Button btnSaveCal;
219    private System.Windows.Forms.GroupBox groupBox1;
220    private System.Windows.Forms.DateTimePicker txttimeTo;
221    private System.Windows.Forms.DateTimePicker txttimeFrom;
222    private System.Windows.Forms.DateTimePicker dtpTo;
223    private System.Windows.Forms.DateTimePicker dtpFrom;
224    private System.Windows.Forms.CheckBox chbade;
225    private System.Windows.Forms.Button btnRecurrence;
226    private System.Windows.Forms.Button btbDelete;
227    private System.Windows.Forms.Label label2;
228    private System.Windows.Forms.Label label1;
229    private System.Windows.Forms.Button btCreate;
230    private System.Windows.Forms.MonthCalendar mcOnline;
231    private Calendar.DayView dvOnline;
232  }
233}
Note: See TracBrowser for help on using the repository browser.