Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/CgCalendar.Designer.cs @ 4539

Last change on this file since 4539 was 3220, checked in by kgrading, 14 years ago

improved the DAL further, changed minor details for the presentation (#830)

File size: 10.9 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 drawTool1 = 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.btnClearCal = new System.Windows.Forms.Button();
42      this.cbx_forcePush = new System.Windows.Forms.CheckBox();
43      this.groupBox1.SuspendLayout();
44      this.SuspendLayout();
45      //
46      // dvOnline
47      //
48      drawTool1.DayView = this.dvOnline;
49      this.dvOnline.ActiveTool = drawTool1;
50      this.dvOnline.AmPmDisplay = false;
51      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
52      this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
53      this.dvOnline.DayHeadersHeight = 15;
54      this.dvOnline.DaysToShow = 7;
55      this.dvOnline.DrawAllAppBorder = false;
56      this.dvOnline.EnableDurationDisplay = false;
57      this.dvOnline.EnableRoundedCorners = false;
58      this.dvOnline.EnableShadows = false;
59      this.dvOnline.EnableTimeIndicator = false;
60      this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
61      this.dvOnline.Location = new System.Drawing.Point(18, 185);
62      this.dvOnline.MinHalfHourApp = false;
63      this.dvOnline.Name = "dvOnline";
64      this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));
65      this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));
66      this.dvOnline.Size = new System.Drawing.Size(823, 354);
67      this.dvOnline.StartDate = new System.DateTime(((long)(0)));
68      this.dvOnline.TabIndex = 42;
69      this.dvOnline.OnSelectionChanged += new System.EventHandler<System.EventArgs>(this.dvOnline_OnSelectionChanged);
70      //
71      // btnSaveCal
72      //
73      this.btnSaveCal.Location = new System.Drawing.Point(642, 49);
74      this.btnSaveCal.Name = "btnSaveCal";
75      this.btnSaveCal.Size = new System.Drawing.Size(199, 23);
76      this.btnSaveCal.TabIndex = 45;
77      this.btnSaveCal.Text = "Save Calendar";
78      this.btnSaveCal.UseVisualStyleBackColor = true;
79      this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
80      //
81      // groupBox1
82      //
83      this.groupBox1.Controls.Add(this.txttimeTo);
84      this.groupBox1.Controls.Add(this.txttimeFrom);
85      this.groupBox1.Controls.Add(this.dtpTo);
86      this.groupBox1.Controls.Add(this.dtpFrom);
87      this.groupBox1.Controls.Add(this.chbade);
88      this.groupBox1.Controls.Add(this.btnRecurrence);
89      this.groupBox1.Controls.Add(this.btbDelete);
90      this.groupBox1.Controls.Add(this.label2);
91      this.groupBox1.Controls.Add(this.label1);
92      this.groupBox1.Controls.Add(this.btCreate);
93      this.groupBox1.Location = new System.Drawing.Point(382, 13);
94      this.groupBox1.Name = "groupBox1";
95      this.groupBox1.Size = new System.Drawing.Size(254, 161);
96      this.groupBox1.TabIndex = 44;
97      this.groupBox1.TabStop = false;
98      //
99      // txttimeTo
100      //
101      this.txttimeTo.CustomFormat = "HH:00";
102      this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
103      this.txttimeTo.Location = new System.Drawing.Point(164, 45);
104      this.txttimeTo.Name = "txttimeTo";
105      this.txttimeTo.ShowUpDown = true;
106      this.txttimeTo.Size = new System.Drawing.Size(73, 20);
107      this.txttimeTo.TabIndex = 40;
108      //
109      // txttimeFrom
110      //
111      this.txttimeFrom.CustomFormat = "HH:00";
112      this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
113      this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
114      this.txttimeFrom.Name = "txttimeFrom";
115      this.txttimeFrom.ShowUpDown = true;
116      this.txttimeFrom.Size = new System.Drawing.Size(73, 20);
117      this.txttimeFrom.TabIndex = 39;
118      //
119      // dtpTo
120      //
121      this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
122      this.dtpTo.Location = new System.Drawing.Point(72, 45);
123      this.dtpTo.Name = "dtpTo";
124      this.dtpTo.Size = new System.Drawing.Size(89, 20);
125      this.dtpTo.TabIndex = 33;
126      //
127      // dtpFrom
128      //
129      this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
130      this.dtpFrom.Location = new System.Drawing.Point(72, 12);
131      this.dtpFrom.Name = "dtpFrom";
132      this.dtpFrom.Size = new System.Drawing.Size(89, 20);
133      this.dtpFrom.TabIndex = 32;
134      //
135      // chbade
136      //
137      this.chbade.AutoSize = true;
138      this.chbade.Location = new System.Drawing.Point(135, 70);
139      this.chbade.Name = "chbade";
140      this.chbade.Size = new System.Drawing.Size(90, 17);
141      this.chbade.TabIndex = 31;
142      this.chbade.Text = "All Day Event";
143      this.chbade.UseVisualStyleBackColor = true;
144      this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged);
145      //
146      // btnRecurrence
147      //
148      this.btnRecurrence.Location = new System.Drawing.Point(135, 129);
149      this.btnRecurrence.Name = "btnRecurrence";
150      this.btnRecurrence.Size = new System.Drawing.Size(113, 26);
151      this.btnRecurrence.TabIndex = 30;
152      this.btnRecurrence.Text = "Recurrence";
153      this.btnRecurrence.UseVisualStyleBackColor = true;
154      this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
155      //
156      // btbDelete
157      //
158      this.btbDelete.Location = new System.Drawing.Point(8, 129);
159      this.btbDelete.Name = "btbDelete";
160      this.btbDelete.Size = new System.Drawing.Size(114, 26);
161      this.btbDelete.TabIndex = 25;
162      this.btbDelete.Text = "Delete";
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.Location = new System.Drawing.Point(6, 93);
187      this.btCreate.Name = "btCreate";
188      this.btCreate.Size = new System.Drawing.Size(242, 26);
189      this.btCreate.TabIndex = 20;
190      this.btCreate.Text = "Save Appointment";
191      this.btCreate.UseVisualStyleBackColor = true;
192      this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
193      //
194      // mcOnline
195      //
196      this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
197      this.mcOnline.Location = new System.Drawing.Point(18, 18);
198      this.mcOnline.Name = "mcOnline";
199      this.mcOnline.TabIndex = 43;
200      this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
201      //
202      // btnClearCal
203      //
204      this.btnClearCal.Location = new System.Drawing.Point(642, 18);
205      this.btnClearCal.Name = "btnClearCal";
206      this.btnClearCal.Size = new System.Drawing.Size(199, 23);
207      this.btnClearCal.TabIndex = 46;
208      this.btnClearCal.Text = "Clear Calendar";
209      this.btnClearCal.UseVisualStyleBackColor = true;
210      this.btnClearCal.Click += new System.EventHandler(this.btnClearCal_Click);
211      //
212      // cbx_forcePush
213      //
214      this.cbx_forcePush.AutoSize = true;
215      this.cbx_forcePush.Location = new System.Drawing.Point(642, 78);
216      this.cbx_forcePush.Name = "cbx_forcePush";
217      this.cbx_forcePush.Size = new System.Drawing.Size(80, 17);
218      this.cbx_forcePush.TabIndex = 47;
219      this.cbx_forcePush.Text = "Force Push";
220      this.cbx_forcePush.UseVisualStyleBackColor = true;
221      //
222      // CgCalendar
223      //
224      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
225      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
226      this.ClientSize = new System.Drawing.Size(859, 558);
227      this.Controls.Add(this.cbx_forcePush);
228      this.Controls.Add(this.btnClearCal);
229      this.Controls.Add(this.btnSaveCal);
230      this.Controls.Add(this.groupBox1);
231      this.Controls.Add(this.mcOnline);
232      this.Controls.Add(this.dvOnline);
233      this.Name = "CgCalendar";
234      this.groupBox1.ResumeLayout(false);
235      this.groupBox1.PerformLayout();
236      this.ResumeLayout(false);
237      this.PerformLayout();
238
239    }
240
241    #endregion
242
243    private System.Windows.Forms.Button btnSaveCal;
244    private System.Windows.Forms.GroupBox groupBox1;
245    private System.Windows.Forms.DateTimePicker txttimeTo;
246    private System.Windows.Forms.DateTimePicker txttimeFrom;
247    private System.Windows.Forms.DateTimePicker dtpTo;
248    private System.Windows.Forms.DateTimePicker dtpFrom;
249    private System.Windows.Forms.CheckBox chbade;
250    private System.Windows.Forms.Button btnRecurrence;
251    private System.Windows.Forms.Button btbDelete;
252    private System.Windows.Forms.Label label2;
253    private System.Windows.Forms.Label label1;
254    private System.Windows.Forms.Button btCreate;
255    private System.Windows.Forms.MonthCalendar mcOnline;
256    private Calendar.DayView dvOnline;
257    private System.Windows.Forms.Button btnClearCal;
258    private System.Windows.Forms.CheckBox cbx_forcePush;
259  }
260}
Note: See TracBrowser for help on using the repository browser.