Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     this.schedulerStorage1   = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.schedulerControl1   = new DevExpress.XtraScheduler.SchedulerControl();
     this.dateNavigator1      = new DateNavigator();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     this.SuspendLayout();
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.AppointmentsInserted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsChanged  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsDeleted  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage_AppointmentsChanged);
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2013";
     //
     // schedulerControl1
     //
     this.schedulerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
     this.schedulerControl1.Name     = "schedulerControl1";
     this.schedulerControl1.Size     = new System.Drawing.Size(605, 561);
     this.schedulerControl1.Start    = new System.DateTime(2014, 10, 14, 0, 0, 0, 0);
     this.schedulerControl1.Storage  = this.schedulerStorage1;
     this.schedulerControl1.TabIndex = 5;
     this.schedulerControl1.Text     = "schedulerControl1";
     this.schedulerControl1.Views.DayView.TimeRulers.Add(timeRuler1);
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.Add(timeRuler2);
     //
     // dateNavigator1
     //
     this.dateNavigator1.Dock             = System.Windows.Forms.DockStyle.Right;
     this.dateNavigator1.Location         = new System.Drawing.Point(605, 0);
     this.dateNavigator1.Name             = "dateNavigator1";
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.Size             = new System.Drawing.Size(179, 561);
     this.dateNavigator1.TabIndex         = 6;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.schedulerControl1);
     this.Controls.Add(this.dateNavigator1);
     this.Name = "Form1";
     this.Text = "DateNavigator with Modified Behavior";
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.Printing.DailyPrintStyle dailyPrintStyle1 = new DevExpress.XtraScheduler.Printing.DailyPrintStyle();
     DevExpress.XtraScheduler.Printing.WeeklyPrintStyle weeklyPrintStyle1 = new DevExpress.XtraScheduler.Printing.WeeklyPrintStyle();
     DevExpress.XtraScheduler.Printing.MonthlyPrintStyle monthlyPrintStyle1 = new DevExpress.XtraScheduler.Printing.MonthlyPrintStyle();
     DevExpress.XtraScheduler.Printing.TriFoldPrintStyle triFoldPrintStyle1 = new DevExpress.XtraScheduler.Printing.TriFoldPrintStyle();
     DevExpress.XtraScheduler.Printing.CalendarDetailsPrintStyle calendarDetailsPrintStyle1 = new DevExpress.XtraScheduler.Printing.CalendarDetailsPrintStyle();
     DevExpress.XtraScheduler.Printing.MemoPrintStyle memoPrintStyle1 = new DevExpress.XtraScheduler.Printing.MemoPrintStyle();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCalendar));
     this.StartDatePickerTop = new System.Windows.Forms.DateTimePicker();
     this.schedulerStorage1 = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.pnlBody = new System.Windows.Forms.Panel();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.pnlCalendar = new System.Windows.Forms.Panel();
     this.schedulerControl1 = new DevExpress.XtraScheduler.SchedulerControl();
     this.pnlFilter = new System.Windows.Forms.Panel();
     this.chkHideWeekends = new DevExpress.XtraEditors.CheckEdit();
     this.lblMonth = new System.Windows.Forms.Label();
     this.lblYear = new System.Windows.Forms.Label();
     this.EndDatePickerTop = new System.Windows.Forms.DateTimePicker();
     this.btnClearFilters = new System.Windows.Forms.Button();
     this.cmbClass = new System.Windows.Forms.ComboBox();
     this.lblClass = new System.Windows.Forms.Label();
     this.cmbProgram = new System.Windows.Forms.ComboBox();
     this.lblProgram = new System.Windows.Forms.Label();
     this.cmbInstructor = new System.Windows.Forms.ComboBox();
     this.lblInstructor = new System.Windows.Forms.Label();
     this.cmbClient = new System.Windows.Forms.ComboBox();
     this.lblClient = new System.Windows.Forms.Label();
     this.pnlDateNavigator = new System.Windows.Forms.Panel();
     this.dateNavigator1 = new DevExpress.XtraScheduler.DateNavigator();
     this.imgContext = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     this.pnlBody.SuspendLayout();
     this.pnlCalendar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     this.pnlFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkHideWeekends.Properties)).BeginInit();
     this.pnlDateNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     this.SuspendLayout();
     //
     // StartDatePickerTop
     //
     this.StartDatePickerTop.Checked = false;
     this.StartDatePickerTop.CustomFormat = "MM/dd/yyyy";
     this.StartDatePickerTop.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.StartDatePickerTop.Location = new System.Drawing.Point(85, 7);
     this.StartDatePickerTop.Name = "StartDatePickerTop";
     this.StartDatePickerTop.Size = new System.Drawing.Size(93, 27);
     this.StartDatePickerTop.TabIndex = 15;
     this.StartDatePickerTop.ValueChanged += new System.EventHandler(this.datePickerTop_ValueChanged);
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.Appointments.Mappings.Description = "Status";
     this.schedulerStorage1.Appointments.Mappings.End = "ENDDATETIME";
     this.schedulerStorage1.Appointments.Mappings.Label = "CEID";
     this.schedulerStorage1.Appointments.Mappings.Start = "STARTDATETIME";
     this.schedulerStorage1.Appointments.Mappings.Subject = "TASKDESC";
     //
     // pnlBody
     //
     this.pnlBody.Controls.Add(this.splitter1);
     this.pnlBody.Controls.Add(this.pnlCalendar);
     this.pnlBody.Controls.Add(this.pnlDateNavigator);
     this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBody.Location = new System.Drawing.Point(0, 0);
     this.pnlBody.Name = "pnlBody";
     this.pnlBody.Size = new System.Drawing.Size(976, 622);
     this.pnlBody.TabIndex = 0;
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(676, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(5, 622);
     this.splitter1.TabIndex = 6;
     this.splitter1.TabStop = false;
     //
     // pnlCalendar
     //
     this.pnlCalendar.Controls.Add(this.schedulerControl1);
     this.pnlCalendar.Controls.Add(this.pnlFilter);
     this.pnlCalendar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlCalendar.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlCalendar.Location = new System.Drawing.Point(0, 0);
     this.pnlCalendar.Name = "pnlCalendar";
     this.pnlCalendar.Size = new System.Drawing.Size(681, 622);
     this.pnlCalendar.TabIndex = 2;
     //
     // schedulerControl1
     //
     this.schedulerControl1.Appearance.Appointment.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Appearance.Appointment.Options.UseFont = true;
     this.schedulerControl1.Appearance.Selection.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Appearance.Selection.Options.UseFont = true;
     this.schedulerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Location = new System.Drawing.Point(0, 60);
     this.schedulerControl1.Name = "schedulerControl1";
     dailyPrintStyle1.CalendarHeaderVisible = false;
     weeklyPrintStyle1.CalendarHeaderVisible = false;
     monthlyPrintStyle1.CalendarHeaderVisible = false;
     triFoldPrintStyle1.CalendarHeaderVisible = false;
     this.schedulerControl1.PrintStyles.Add(dailyPrintStyle1);
     this.schedulerControl1.PrintStyles.Add(weeklyPrintStyle1);
     this.schedulerControl1.PrintStyles.Add(monthlyPrintStyle1);
     this.schedulerControl1.PrintStyles.Add(triFoldPrintStyle1);
     this.schedulerControl1.PrintStyles.Add(calendarDetailsPrintStyle1);
     this.schedulerControl1.PrintStyles.Add(memoPrintStyle1);
     this.schedulerControl1.Size = new System.Drawing.Size(681, 562);
     this.schedulerControl1.Start = new System.DateTime(2006, 3, 6, 0, 0, 0, 0);
     this.schedulerControl1.Storage = this.schedulerStorage1;
     this.schedulerControl1.TabIndex = 1;
     this.schedulerControl1.Text = "schedulerControl1";
     this.schedulerControl1.Views.DayView.Appearance.AllDayArea.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.DayView.Appearance.AllDayArea.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.Appearance.AlternateHeaderCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.DayView.Appearance.AlternateHeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.Appearance.Appointment.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.DayView.Appearance.Appointment.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.Appearance.Selection.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.DayView.Appearance.Selection.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.Appearance.TimeRuler.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.DayView.Appearance.TimeRuler.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.Appearance.TimeRulerNowArea.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.DayView.Appearance.TimeRulerNowArea.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.TimeRulers.Add(timeRuler1);
     this.schedulerControl1.Views.MonthView.Appearance.Appointment.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.MonthView.Appearance.Appointment.Options.UseFont = true;
     this.schedulerControl1.Views.MonthView.AppointmentDisplayOptions.AppointmentAutoHeight = true;
     this.schedulerControl1.Views.MonthView.WeekCount = 4;
     this.schedulerControl1.Views.WeekView.Appearance.CellHeaderCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.WeekView.Appearance.CellHeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.WeekView.Appearance.CellHeaderCaptionLine.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.WeekView.Appearance.CellHeaderCaptionLine.Options.UseFont = true;
     this.schedulerControl1.Views.WeekView.Appearance.HeaderCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.WeekView.Appearance.HeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.WeekView.Appearance.HeaderCaptionLine.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.WeekView.Appearance.HeaderCaptionLine.Options.UseFont = true;
     this.schedulerControl1.Views.WeekView.Appearance.Selection.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.schedulerControl1.Views.WeekView.Appearance.Selection.Options.UseFont = true;
     this.schedulerControl1.Views.WorkWeekView.ShowFullWeek = true;
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.Add(timeRuler2);
     this.schedulerControl1.Click += new System.EventHandler(this.schedulerControl1_Click);
     this.schedulerControl1.CustomDrawAppointment += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawAppointment);
     this.schedulerControl1.PreparePopupMenu += new DevExpress.XtraScheduler.PreparePopupMenuEventHandler(this.OnPreparePopupMenu);
     this.schedulerControl1.EditAppointmentFormShowing += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl_EditAppointmentFormShowing);
     this.schedulerControl1.AppointmentViewInfoCustomizing += new DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventHandler(this.schedulerControl1_AppointmentViewInfoCustomizing);
     //
     // pnlFilter
     //
     this.pnlFilter.BackColor = System.Drawing.SystemColors.GrayText;
     this.pnlFilter.Controls.Add(this.chkHideWeekends);
     this.pnlFilter.Controls.Add(this.lblMonth);
     this.pnlFilter.Controls.Add(this.lblYear);
     this.pnlFilter.Controls.Add(this.EndDatePickerTop);
     this.pnlFilter.Controls.Add(this.StartDatePickerTop);
     this.pnlFilter.Controls.Add(this.btnClearFilters);
     this.pnlFilter.Controls.Add(this.cmbClass);
     this.pnlFilter.Controls.Add(this.lblClass);
     this.pnlFilter.Controls.Add(this.cmbProgram);
     this.pnlFilter.Controls.Add(this.lblProgram);
     this.pnlFilter.Controls.Add(this.cmbInstructor);
     this.pnlFilter.Controls.Add(this.lblInstructor);
     this.pnlFilter.Controls.Add(this.cmbClient);
     this.pnlFilter.Controls.Add(this.lblClient);
     this.pnlFilter.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlFilter.Location = new System.Drawing.Point(0, 0);
     this.pnlFilter.Name = "pnlFilter";
     this.pnlFilter.Size = new System.Drawing.Size(681, 60);
     this.pnlFilter.TabIndex = 3;
     //
     // chkHideWeekends
     //
     this.chkHideWeekends.Location = new System.Drawing.Point(676, 19);
     this.chkHideWeekends.Name = "chkHideWeekends";
     this.chkHideWeekends.Properties.Caption = "Hide Weekends";
     this.chkHideWeekends.Size = new System.Drawing.Size(161, 24);
     this.chkHideWeekends.TabIndex = 20;
     this.chkHideWeekends.CheckedChanged += new System.EventHandler(this.chkHideWeekends_CheckedChanged);
     //
     // lblMonth
     //
     this.lblMonth.AutoSize = true;
     this.lblMonth.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMonth.Location = new System.Drawing.Point(13, 36);
     this.lblMonth.Name = "lblMonth";
     this.lblMonth.Size = new System.Drawing.Size(87, 21);
     this.lblMonth.TabIndex = 19;
     this.lblMonth.Text = "End Date";
     //
     // lblYear
     //
     this.lblYear.AutoSize = true;
     this.lblYear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblYear.Location = new System.Drawing.Point(13, 11);
     this.lblYear.Name = "lblYear";
     this.lblYear.Size = new System.Drawing.Size(97, 21);
     this.lblYear.TabIndex = 18;
     this.lblYear.Text = "Start Date";
     //
     // EndDatePickerTop
     //
     this.EndDatePickerTop.Checked = false;
     this.EndDatePickerTop.CustomFormat = "MM/dd/yyyy";
     this.EndDatePickerTop.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.EndDatePickerTop.Location = new System.Drawing.Point(85, 33);
     this.EndDatePickerTop.Name = "EndDatePickerTop";
     this.EndDatePickerTop.Size = new System.Drawing.Size(93, 27);
     this.EndDatePickerTop.TabIndex = 17;
     this.EndDatePickerTop.ValueChanged += new System.EventHandler(this.datePickerTop_ValueChanged);
     //
     // btnClearFilters
     //
     this.btnClearFilters.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClearFilters.Location = new System.Drawing.Point(16, 10);
     this.btnClearFilters.Name = "btnClearFilters";
     this.btnClearFilters.Size = new System.Drawing.Size(166, 33);
     this.btnClearFilters.TabIndex = 13;
     this.btnClearFilters.Text = "Clear All Filters";
     this.btnClearFilters.Visible = false;
     this.btnClearFilters.Click += new System.EventHandler(this.btnClearFilters_Click);
     //
     // cmbClass
     //
     this.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbClass.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbClass.ItemHeight = 21;
     this.cmbClass.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cmbClass.Location = new System.Drawing.Point(502, 32);
     this.cmbClass.Name = "cmbClass";
     this.cmbClass.Size = new System.Drawing.Size(137, 29);
     this.cmbClass.TabIndex = 12;
     this.cmbClass.SelectedIndexChanged += new System.EventHandler(this.cmbClass_SelectedIndexChanged);
     //
     // lblClass
     //
     this.lblClass.AutoSize = true;
     this.lblClass.BackColor = System.Drawing.SystemColors.GrayText;
     this.lblClass.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblClass.Location = new System.Drawing.Point(446, 36);
     this.lblClass.Name = "lblClass";
     this.lblClass.Size = new System.Drawing.Size(54, 21);
     this.lblClass.TabIndex = 11;
     this.lblClass.Text = "Class";
     //
     // cmbProgram
     //
     this.cmbProgram.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbProgram.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cmbProgram.Location = new System.Drawing.Point(502, 6);
     this.cmbProgram.Name = "cmbProgram";
     this.cmbProgram.Size = new System.Drawing.Size(137, 29);
     this.cmbProgram.TabIndex = 10;
     this.cmbProgram.SelectedIndexChanged += new System.EventHandler(this.cmbProgram_SelectedIndexChanged);
     //
     // lblProgram
     //
     this.lblProgram.AutoSize = true;
     this.lblProgram.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProgram.Location = new System.Drawing.Point(446, 11);
     this.lblProgram.Name = "lblProgram";
     this.lblProgram.Size = new System.Drawing.Size(83, 21);
     this.lblProgram.TabIndex = 9;
     this.lblProgram.Text = "Program";
     //
     // cmbInstructor
     //
     this.cmbInstructor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbInstructor.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbInstructor.ItemHeight = 21;
     this.cmbInstructor.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cmbInstructor.Location = new System.Drawing.Point(277, 32);
     this.cmbInstructor.Name = "cmbInstructor";
     this.cmbInstructor.Size = new System.Drawing.Size(137, 29);
     this.cmbInstructor.TabIndex = 8;
     this.cmbInstructor.SelectedIndexChanged += new System.EventHandler(this.cmbInstructor_SelectedIndexChanged);
     //
     // lblInstructor
     //
     this.lblInstructor.AutoSize = true;
     this.lblInstructor.BackColor = System.Drawing.SystemColors.GrayText;
     this.lblInstructor.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInstructor.Location = new System.Drawing.Point(212, 36);
     this.lblInstructor.Name = "lblInstructor";
     this.lblInstructor.Size = new System.Drawing.Size(97, 21);
     this.lblInstructor.TabIndex = 7;
     this.lblInstructor.Text = "Instructor";
     //
     // cmbClient
     //
     this.cmbClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbClient.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cmbClient.Location = new System.Drawing.Point(277, 6);
     this.cmbClient.Name = "cmbClient";
     this.cmbClient.Size = new System.Drawing.Size(137, 29);
     this.cmbClient.TabIndex = 6;
     this.cmbClient.SelectedIndexChanged += new System.EventHandler(this.cmbClient_SelectedIndexChanged);
     //
     // lblClient
     //
     this.lblClient.AutoSize = true;
     this.lblClient.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblClient.Location = new System.Drawing.Point(212, 11);
     this.lblClient.Name = "lblClient";
     this.lblClient.Size = new System.Drawing.Size(59, 21);
     this.lblClient.TabIndex = 5;
     this.lblClient.Text = "Client";
     //
     // pnlDateNavigator
     //
     this.pnlDateNavigator.Controls.Add(this.dateNavigator1);
     this.pnlDateNavigator.Dock = System.Windows.Forms.DockStyle.Right;
     this.pnlDateNavigator.Location = new System.Drawing.Point(681, 0);
     this.pnlDateNavigator.Name = "pnlDateNavigator";
     this.pnlDateNavigator.Size = new System.Drawing.Size(295, 622);
     this.pnlDateNavigator.TabIndex = 4;
     //
     // dateNavigator1
     //
     this.dateNavigator1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dateNavigator1.HotDate = null;
     this.dateNavigator1.Location = new System.Drawing.Point(0, 0);
     this.dateNavigator1.Name = "dateNavigator1";
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.Size = new System.Drawing.Size(295, 622);
     this.dateNavigator1.TabIndex = 0;
     //
     // imgContext
     //
     this.imgContext.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgContext.ImageStream")));
     this.imgContext.TransparentColor = System.Drawing.Color.Fuchsia;
     this.imgContext.Images.SetKeyName(0, "");
     this.imgContext.Images.SetKeyName(1, "");
     //
     // frmCalendar
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 20);
     this.ClientSize = new System.Drawing.Size(976, 622);
     this.Controls.Add(this.pnlBody);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "frmCalendar";
     this.Text = "Scheduler Calendar";
     this.Load += new System.EventHandler(this.frmCalendar_Load);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     this.pnlBody.ResumeLayout(false);
     this.pnlCalendar.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     this.pnlFilter.ResumeLayout(false);
     this.pnlFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkHideWeekends.Properties)).EndInit();
     this.pnlDateNavigator.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SpaBookingControl));
     this.schedulerStorage1 = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.dateNavigator1 = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerControl1 = new DevExpress.XtraScheduler.SchedulerControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.pnlCtrlScheduler = new DevExpress.XtraEditors.PanelControl();
     this.pnlCtrlTop = new DevExpress.XtraEditors.PanelControl();
     this.sBtnRefresh = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnWaitingList = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnSubtract = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnForfeit = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton61 = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton62 = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton63 = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.resourcesCheckedListBoxControl1 = new DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).BeginInit();
     this.pnlCtrlScheduler.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).BeginInit();
     this.pnlCtrlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.Appointments.DataMember = "tblServiceSession";
     this.schedulerStorage1.Appointments.Mappings.Description = "strRemarks";
     this.schedulerStorage1.Appointments.Mappings.End = "dtEndTime";
     this.schedulerStorage1.Appointments.Mappings.ResourceId = "nServiceEmployeeID";
     this.schedulerStorage1.Appointments.Mappings.Start = "dtStartTime";
     this.schedulerStorage1.Appointments.Mappings.Status = "nStatusID";
     this.schedulerStorage1.Appointments.Mappings.Subject = "strServiceCode";
     this.schedulerStorage1.AppointmentsInserted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsDeleted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsChanged += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     //
     // dateNavigator1
     //
     this.dateNavigator1.AppearanceCalendar.Font = new System.Drawing.Font("Tahoma", 8F);
     this.dateNavigator1.AppearanceCalendar.Options.UseFont = true;
     this.dateNavigator1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dateNavigator1.Location = new System.Drawing.Point(0, 0);
     this.dateNavigator1.Name = "dateNavigator1";
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.ShowWeekNumbers = false;
     this.dateNavigator1.Size = new System.Drawing.Size(142, 296);
     this.dateNavigator1.TabIndex = 1;
     this.dateNavigator1.DoubleClick += new System.EventHandler(this.dateNavigator1_EditDateModified);
     //
     // schedulerControl1
     //
     this.schedulerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
     this.schedulerControl1.Name = "schedulerControl1";
     this.schedulerControl1.OptionsCustomization.AllowAppointmentConflicts = DevExpress.XtraScheduler.AppointmentConflictsMode.Forbidden;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentCopy = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDelete = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDrag = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDragBetweenResources = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentMultiSelect = false;
     this.schedulerControl1.OptionsCustomization.AllowInplaceEditor = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsView.ToolTipVisibility = DevExpress.XtraScheduler.ToolTipVisibility.Always;
     this.schedulerControl1.Size = new System.Drawing.Size(684, 372);
     this.schedulerControl1.Start = new System.DateTime(2006, 4, 22, 0, 0, 0, 0);
     this.schedulerControl1.Storage = this.schedulerStorage1;
     this.schedulerControl1.TabIndex = 0;
     this.schedulerControl1.Text = "schedulerControl1";
     this.schedulerControl1.ToolTipController = this.toolTipController1;
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Font = new System.Drawing.Font("Tahoma", 10F);
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
                                                                                                           timeRuler1});
     this.schedulerControl1.Views.DayView.TimeScale = System.TimeSpan.Parse("00:15:00");
     this.schedulerControl1.Views.DayView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.DayView.WorkTime.Duration = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
                                                                                                                timeRuler2});
     this.schedulerControl1.Views.WorkWeekView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.WorkWeekView.WorkTime.Duration = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.SelectionChanged += new System.EventHandler(this.schedulerControl1_SelectionChanged);
     this.schedulerControl1.CustomDrawAppointmentBackground += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawAppointmentBackground);
     this.schedulerControl1.CustomDrawResourceHeader += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawResourceHeader);
     this.schedulerControl1.EditAppointmentFormShowing += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl1_EditAppointmentFormShowing_1);
     //
     // toolTipController1
     //
     this.toolTipController1.ShowShadow = false;
     this.toolTipController1.BeforeShow += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController1_BeforeShow);
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(684, 0);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(4, 408);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop = false;
     //
     // pnlCtrlScheduler
     //
     this.pnlCtrlScheduler.AutoScroll = true;
     this.pnlCtrlScheduler.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlScheduler.Controls.Add(this.schedulerControl1);
     this.pnlCtrlScheduler.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlScheduler.Location = new System.Drawing.Point(0, 36);
     this.pnlCtrlScheduler.Name = "pnlCtrlScheduler";
     this.pnlCtrlScheduler.Size = new System.Drawing.Size(684, 372);
     this.pnlCtrlScheduler.TabIndex = 4;
     this.pnlCtrlScheduler.Text = "panelControl2";
     //
     // pnlCtrlTop
     //
     this.pnlCtrlTop.Appearance.BackColor = System.Drawing.Color.White;
     this.pnlCtrlTop.Appearance.ForeColor = System.Drawing.Color.Transparent;
     this.pnlCtrlTop.Appearance.Options.UseBackColor = true;
     this.pnlCtrlTop.Appearance.Options.UseForeColor = true;
     this.pnlCtrlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlTop.Controls.Add(this.sBtnRefresh);
     this.pnlCtrlTop.Controls.Add(this.sBtnWaitingList);
     this.pnlCtrlTop.Controls.Add(this.sBtnSubtract);
     this.pnlCtrlTop.Controls.Add(this.sBtnForfeit);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton61);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton62);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton63);
     this.pnlCtrlTop.Controls.Add(this.sBtnAdd);
     this.pnlCtrlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlCtrlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlTop.Name = "pnlCtrlTop";
     this.pnlCtrlTop.Size = new System.Drawing.Size(684, 36);
     this.pnlCtrlTop.TabIndex = 5;
     this.pnlCtrlTop.Text = "panelControl2";
     //
     // sBtnRefresh
     //
     this.sBtnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnRefresh.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnRefresh.Appearance.Options.UseFont = true;
     this.sBtnRefresh.Location = new System.Drawing.Point(538, 8);
     this.sBtnRefresh.Name = "sBtnRefresh";
     this.sBtnRefresh.Size = new System.Drawing.Size(82, 24);
     this.sBtnRefresh.TabIndex = 57;
     this.sBtnRefresh.Text = "Refresh";
     this.sBtnRefresh.Click += new System.EventHandler(this.sBtnRefresh_Click);
     //
     // sBtnWaitingList
     //
     this.sBtnWaitingList.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnWaitingList.Appearance.Options.UseFont = true;
     this.sBtnWaitingList.Location = new System.Drawing.Point(276, 8);
     this.sBtnWaitingList.Name = "sBtnWaitingList";
     this.sBtnWaitingList.Size = new System.Drawing.Size(82, 20);
     this.sBtnWaitingList.TabIndex = 56;
     this.sBtnWaitingList.Text = "Waiting List";
     this.sBtnWaitingList.Click += new System.EventHandler(this.sBtnWaitingList_Click);
     //
     // sBtnSubtract
     //
     this.sBtnSubtract.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnSubtract.Appearance.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sBtnSubtract.Appearance.Options.UseFont = true;
     this.sBtnSubtract.Appearance.Options.UseTextOptions = true;
     this.sBtnSubtract.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnSubtract.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnSubtract.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnSubtract.ImageIndex = 1;
     this.sBtnSubtract.Location = new System.Drawing.Point(654, 8);
     this.sBtnSubtract.Name = "sBtnSubtract";
     this.sBtnSubtract.Size = new System.Drawing.Size(28, 25);
     this.sBtnSubtract.TabIndex = 54;
     this.sBtnSubtract.Text = ">>";
     this.sBtnSubtract.Click += new System.EventHandler(this.sBtnSubtract_Click);
     //
     // sBtnForfeit
     //
     this.sBtnForfeit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnForfeit.Appearance.Options.UseFont = true;
     this.sBtnForfeit.Location = new System.Drawing.Point(126, 8);
     this.sBtnForfeit.Name = "sBtnForfeit";
     this.sBtnForfeit.Size = new System.Drawing.Size(54, 20);
     this.sBtnForfeit.TabIndex = 15;
     this.sBtnForfeit.Text = "Forfeit";
     this.sBtnForfeit.Click += new System.EventHandler(this.sBtnForfeit_Click);
     //
     // SimpleButton61
     //
     this.SimpleButton61.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton61.Appearance.Options.UseFont = true;
     this.SimpleButton61.Location = new System.Drawing.Point(184, 8);
     this.SimpleButton61.Name = "SimpleButton61";
     this.SimpleButton61.Size = new System.Drawing.Size(88, 20);
     this.SimpleButton61.TabIndex = 14;
     this.SimpleButton61.Text = "Mark Service";
     this.SimpleButton61.Click += new System.EventHandler(this.SimpleButton61_Click);
     //
     // SimpleButton62
     //
     this.SimpleButton62.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton62.Appearance.Options.UseFont = true;
     this.SimpleButton62.Location = new System.Drawing.Point(64, 8);
     this.SimpleButton62.Name = "SimpleButton62";
     this.SimpleButton62.Size = new System.Drawing.Size(58, 20);
     this.SimpleButton62.TabIndex = 13;
     this.SimpleButton62.Text = "Delete";
     this.SimpleButton62.Click += new System.EventHandler(this.SimpleButton62_Click);
     //
     // SimpleButton63
     //
     this.SimpleButton63.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton63.Appearance.Options.UseFont = true;
     this.SimpleButton63.Location = new System.Drawing.Point(10, 8);
     this.SimpleButton63.Name = "SimpleButton63";
     this.SimpleButton63.Size = new System.Drawing.Size(50, 20);
     this.SimpleButton63.TabIndex = 12;
     this.SimpleButton63.Text = "New";
     this.SimpleButton63.Click += new System.EventHandler(this.SimpleButton63_Click);
     //
     // sBtnAdd
     //
     this.sBtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnAdd.Appearance.Font = new System.Drawing.Font("Verdana", 8F);
     this.sBtnAdd.Appearance.Options.UseFont = true;
     this.sBtnAdd.Appearance.Options.UseTextOptions = true;
     this.sBtnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnAdd.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnAdd.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnAdd.ImageIndex = 0;
     this.sBtnAdd.Location = new System.Drawing.Point(624, 8);
     this.sBtnAdd.Name = "sBtnAdd";
     this.sBtnAdd.Size = new System.Drawing.Size(28, 25);
     this.sBtnAdd.TabIndex = 55;
     this.sBtnAdd.Text = "<<";
     this.sBtnAdd.Click += new System.EventHandler(this.sBtnAdd_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // resourcesCheckedListBoxControl1
     //
     this.resourcesCheckedListBoxControl1.CheckOnClick = true;
     this.resourcesCheckedListBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.resourcesCheckedListBoxControl1.Location = new System.Drawing.Point(0, 0);
     this.resourcesCheckedListBoxControl1.Name = "resourcesCheckedListBoxControl1";
     this.resourcesCheckedListBoxControl1.SchedulerControl = this.schedulerControl1;
     this.resourcesCheckedListBoxControl1.Size = new System.Drawing.Size(142, 92);
     this.resourcesCheckedListBoxControl1.TabIndex = 6;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(688, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.resourcesCheckedListBoxControl1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.dateNavigator1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(150, 408);
     this.splitContainerControl1.TabIndex = 57;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // SpaBookingControl
     //
     this.Controls.Add(this.pnlCtrlScheduler);
     this.Controls.Add(this.pnlCtrlTop);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "SpaBookingControl";
     this.Size = new System.Drawing.Size(838, 408);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).EndInit();
     this.pnlCtrlScheduler.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).EndInit();
     this.pnlCtrlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     this.schedulerControl1          = new DevExpress.XtraScheduler.SchedulerControl();
     this.schedulerDataStorage1      = new DevExpress.XtraScheduler.SchedulerDataStorage(this.components);
     this.carSchedulingBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.carsDBDataSet                = new SchedulerGridSync.CarsDBDataSet();
     this.carSchedulingTableAdapter    = new SchedulerGridSync.CarsDBDataSetTableAdapters.CarSchedulingTableAdapter();
     this.repImgPriority               = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repSpinDuration              = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repImgSeverity               = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.splitterControl2             = new DevExpress.XtraEditors.SplitterControl();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repositoryItemSpinEdit1      = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemImageComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repositoryItemImageComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repositoryItemSpinEdit2      = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemImageComboBox4 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gridControl1   = new DevExpress.XtraGrid.GridControl();
     this.gridView1      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colStatus      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSubject     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLabel       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStartTime   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEndTime     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLocation    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAllDay      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panel1         = new System.Windows.Forms.Panel();
     this.label1         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.carSchedulingBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.carsDBDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repImgPriority)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSpinDuration)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repImgSeverity)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // schedulerControl1
     //
     this.schedulerControl1.ActiveViewType = DevExpress.XtraScheduler.SchedulerViewType.Month;
     this.schedulerControl1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location       = new System.Drawing.Point(0, 24);
     this.schedulerControl1.Name           = "schedulerControl1";
     this.schedulerControl1.Size           = new System.Drawing.Size(808, 298);
     this.schedulerControl1.Start          = new System.DateTime(2010, 7, 11, 0, 0, 0, 0);
     this.schedulerControl1.DataStorage    = this.schedulerDataStorage1;
     this.schedulerControl1.TabIndex       = 0;
     this.schedulerControl1.Text           = "schedulerControl1";
     this.schedulerControl1.Views.DayView.NavigationButtonVisibility = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerControl1.Views.DayView.TimeRulers.Add(timeRuler1);
     this.schedulerControl1.Views.MonthView.NavigationButtonVisibility = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerControl1.Views.MonthView.WeekCount = 3;
     this.schedulerControl1.Views.TimelineView.NavigationButtonVisibility = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerControl1.Views.WeekView.NavigationButtonVisibility     = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerControl1.Views.WorkWeekView.NavigationButtonVisibility = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.Add(timeRuler2);
     //
     // schedulerDataStorage1
     //
     this.schedulerDataStorage1.Appointments.DataSource           = this.carSchedulingBindingSource;
     this.schedulerDataStorage1.Appointments.Mappings.AllDay      = "AllDay";
     this.schedulerDataStorage1.Appointments.Mappings.Description = "Description";
     this.schedulerDataStorage1.Appointments.Mappings.End         = "EndTime";
     this.schedulerDataStorage1.Appointments.Mappings.Label       = "Label";
     this.schedulerDataStorage1.Appointments.Mappings.Location    = "Location";
     this.schedulerDataStorage1.Appointments.Mappings.Start       = "StartTime";
     this.schedulerDataStorage1.Appointments.Mappings.Status      = "Status";
     this.schedulerDataStorage1.Appointments.Mappings.Subject     = "Subject";
     this.schedulerDataStorage1.FilterAppointment                  += new DevExpress.XtraScheduler.PersistentObjectCancelEventHandler(this.schedulerDataStorage1_FilterAppointment);
     this.schedulerDataStorage1.AppointmentCollectionCleared       += new System.EventHandler(this.schedulerDataStorage1_AppointmentCollectionCleared);
     this.schedulerDataStorage1.AppointmentCollectionAutoReloading += new DevExpress.XtraScheduler.CancelListChangedEventHandler(this.schedulerDataStorage1_AppointmentCollectionAutoReloading);
     //
     // carSchedulingBindingSource
     //
     this.carSchedulingBindingSource.DataMember = "CarScheduling";
     this.carSchedulingBindingSource.DataSource = this.carsDBDataSet;
     //
     // carsDBDataSet
     //
     this.carsDBDataSet.DataSetName             = "CarsDBDataSet";
     this.carsDBDataSet.Locale                  = new System.Globalization.CultureInfo("");
     this.carsDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // carSchedulingTableAdapter
     //
     this.carSchedulingTableAdapter.ClearBeforeFill = true;
     //
     // repImgPriority
     //
     this.repImgPriority.AutoHeight = false;
     this.repImgPriority.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repImgPriority.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Low", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Normal", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("High", 2, -1)
     });
     this.repImgPriority.Name = "repImgPriority";
     //
     // repSpinDuration
     //
     this.repSpinDuration.AutoHeight = false;
     this.repSpinDuration.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repSpinDuration.IsFloatValue  = false;
     this.repSpinDuration.Mask.EditMask = "N00";
     this.repSpinDuration.MaxValue      = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.repSpinDuration.MinValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.repSpinDuration.Name = "repSpinDuration";
     //
     // repImgSeverity
     //
     this.repImgSeverity.AutoHeight = false;
     this.repImgSeverity.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repImgSeverity.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Minor", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Moderate", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Severe", 2, -1)
     });
     this.repImgSeverity.Name = "repImgSeverity";
     //
     // splitterControl2
     //
     this.splitterControl2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitterControl2.Location = new System.Drawing.Point(0, 322);
     this.splitterControl2.Name     = "splitterControl2";
     this.splitterControl2.Size     = new System.Drawing.Size(808, 6);
     this.splitterControl2.TabIndex = 8;
     this.splitterControl2.TabStop  = false;
     //
     // repositoryItemImageComboBox1
     //
     this.repositoryItemImageComboBox1.AutoHeight = false;
     this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Low", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Normal", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("High", 2, -1)
     });
     this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemSpinEdit1.IsFloatValue  = false;
     this.repositoryItemSpinEdit1.Mask.EditMask = "N00";
     this.repositoryItemSpinEdit1.MaxValue      = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // repositoryItemImageComboBox2
     //
     this.repositoryItemImageComboBox2.AutoHeight = false;
     this.repositoryItemImageComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox2.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Minor", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Moderate", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Severe", 2, -1)
     });
     this.repositoryItemImageComboBox2.Name = "repositoryItemImageComboBox2";
     //
     // repositoryItemImageComboBox3
     //
     this.repositoryItemImageComboBox3.AutoHeight = false;
     this.repositoryItemImageComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox3.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Low", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Normal", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("High", 2, -1)
     });
     this.repositoryItemImageComboBox3.Name = "repositoryItemImageComboBox3";
     //
     // repositoryItemSpinEdit2
     //
     this.repositoryItemSpinEdit2.AutoHeight = false;
     this.repositoryItemSpinEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemSpinEdit2.IsFloatValue  = false;
     this.repositoryItemSpinEdit2.Mask.EditMask = "N00";
     this.repositoryItemSpinEdit2.MaxValue      = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.repositoryItemSpinEdit2.MinValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.repositoryItemSpinEdit2.Name = "repositoryItemSpinEdit2";
     //
     // repositoryItemImageComboBox4
     //
     this.repositoryItemImageComboBox4.AutoHeight = false;
     this.repositoryItemImageComboBox4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox4.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Minor", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Moderate", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Severe", 2, -1)
     });
     this.repositoryItemImageComboBox4.Name = "repositoryItemImageComboBox4";
     //
     // gridControl1
     //
     this.gridControl1.DataSource             = this.carSchedulingBindingSource;
     this.gridControl1.Dock                   = System.Windows.Forms.DockStyle.Bottom;
     this.gridControl1.EmbeddedNavigator.Name = "";
     this.gridControl1.Location               = new System.Drawing.Point(0, 328);
     this.gridControl1.MainView               = this.gridView1;
     this.gridControl1.Name                   = "gridControl1";
     this.gridControl1.Size                   = new System.Drawing.Size(808, 233);
     this.gridControl1.TabIndex               = 9;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colStatus,
         this.colSubject,
         this.colDescription,
         this.colLabel,
         this.colStartTime,
         this.colEndTime,
         this.colLocation,
         this.colAllDay
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsSelection.MultiSelect = true;
     //
     // colStatus
     //
     this.colStatus.Caption      = "Status";
     this.colStatus.FieldName    = "Status";
     this.colStatus.Name         = "colStatus";
     this.colStatus.Visible      = true;
     this.colStatus.VisibleIndex = 0;
     //
     // colSubject
     //
     this.colSubject.Caption      = "Subject";
     this.colSubject.FieldName    = "Subject";
     this.colSubject.Name         = "colSubject";
     this.colSubject.Visible      = true;
     this.colSubject.VisibleIndex = 1;
     //
     // colDescription
     //
     this.colDescription.Caption      = "Description";
     this.colDescription.FieldName    = "Description";
     this.colDescription.Name         = "colDescription";
     this.colDescription.Visible      = true;
     this.colDescription.VisibleIndex = 2;
     //
     // colLabel
     //
     this.colLabel.Caption      = "Label";
     this.colLabel.FieldName    = "Label";
     this.colLabel.Name         = "colLabel";
     this.colLabel.Visible      = true;
     this.colLabel.VisibleIndex = 3;
     //
     // colStartTime
     //
     this.colStartTime.Caption      = "StartTime";
     this.colStartTime.FieldName    = "StartTime";
     this.colStartTime.Name         = "colStartTime";
     this.colStartTime.Visible      = true;
     this.colStartTime.VisibleIndex = 4;
     //
     // colEndTime
     //
     this.colEndTime.Caption      = "EndTime";
     this.colEndTime.FieldName    = "EndTime";
     this.colEndTime.Name         = "colEndTime";
     this.colEndTime.Visible      = true;
     this.colEndTime.VisibleIndex = 5;
     //
     // colLocation
     //
     this.colLocation.Caption      = "Location";
     this.colLocation.FieldName    = "Location";
     this.colLocation.Name         = "colLocation";
     this.colLocation.Visible      = true;
     this.colLocation.VisibleIndex = 6;
     //
     // colAllDay
     //
     this.colAllDay.Caption      = "AllDay";
     this.colAllDay.FieldName    = "AllDay";
     this.colAllDay.Name         = "colAllDay";
     this.colAllDay.Visible      = true;
     this.colAllDay.VisibleIndex = 7;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(808, 24);
     this.panel1.TabIndex = 10;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 4);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(642, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Click to select grid rows and scheduler appointments. Use CTRL key to perform mul" +
                            "ti-select. Use TAB to switch between appointments.";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(808, 561);
     this.Controls.Add(this.schedulerControl1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.splitterControl2);
     this.Controls.Add(this.gridControl1);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "How to get XtraScheduler synchronized with XtraGrid";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.carSchedulingBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.carsDBDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repImgPriority)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSpinDuration)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repImgSeverity)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.Resources.ResourceManager   resources  = new System.Resources.ResourceManager(typeof(SpaBookingControl));
     this.schedulerStorage1  = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.dateNavigator1     = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerControl1  = new DevExpress.XtraScheduler.SchedulerControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.splitterControl1   = new DevExpress.XtraEditors.SplitterControl();
     this.pnlCtrlScheduler   = new DevExpress.XtraEditors.PanelControl();
     this.pnlCtrlTop         = new DevExpress.XtraEditors.PanelControl();
     this.sBtnRefresh        = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnWaitingList    = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnSubtract       = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnForfeit        = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton61     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton62     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton63     = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnAdd            = new DevExpress.XtraEditors.SimpleButton();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.resourcesCheckedListBoxControl1 = new DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl();
     this.splitContainerControl1          = new DevExpress.XtraEditors.SplitContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).BeginInit();
     this.pnlCtrlScheduler.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).BeginInit();
     this.pnlCtrlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.Appointments.DataMember           = "tblServiceSession";
     this.schedulerStorage1.Appointments.Mappings.Description = "strRemarks";
     this.schedulerStorage1.Appointments.Mappings.End         = "dtEndTime";
     this.schedulerStorage1.Appointments.Mappings.ResourceId  = "nServiceEmployeeID";
     this.schedulerStorage1.Appointments.Mappings.Start       = "dtStartTime";
     this.schedulerStorage1.Appointments.Mappings.Status      = "nStatusID";
     this.schedulerStorage1.Appointments.Mappings.Subject     = "strServiceCode";
     this.schedulerStorage1.AppointmentsInserted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsDeleted  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsChanged  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     //
     // dateNavigator1
     //
     this.dateNavigator1.AppearanceCalendar.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.dateNavigator1.AppearanceCalendar.Options.UseFont = true;
     this.dateNavigator1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.dateNavigator1.Location         = new System.Drawing.Point(0, 0);
     this.dateNavigator1.Name             = "dateNavigator1";
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.ShowWeekNumbers  = false;
     this.dateNavigator1.Size             = new System.Drawing.Size(142, 296);
     this.dateNavigator1.TabIndex         = 1;
     this.dateNavigator1.DoubleClick     += new System.EventHandler(this.dateNavigator1_EditDateModified);
     //
     // schedulerControl1
     //
     this.schedulerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
     this.schedulerControl1.Name     = "schedulerControl1";
     this.schedulerControl1.OptionsCustomization.AllowAppointmentConflicts            = DevExpress.XtraScheduler.AppointmentConflictsMode.Forbidden;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentCopy                 = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDelete               = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDrag                 = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDragBetweenResources = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentMultiSelect          = false;
     this.schedulerControl1.OptionsCustomization.AllowInplaceEditor = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsView.ToolTipVisibility           = DevExpress.XtraScheduler.ToolTipVisibility.Always;
     this.schedulerControl1.Size              = new System.Drawing.Size(684, 372);
     this.schedulerControl1.Start             = new System.DateTime(2006, 4, 22, 0, 0, 0, 0);
     this.schedulerControl1.Storage           = this.schedulerStorage1;
     this.schedulerControl1.TabIndex          = 0;
     this.schedulerControl1.Text              = "schedulerControl1";
     this.schedulerControl1.ToolTipController = this.toolTipController1;
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
         timeRuler1
     });
     this.schedulerControl1.Views.DayView.TimeScale            = System.TimeSpan.Parse("00:15:00");
     this.schedulerControl1.Views.DayView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.DayView.WorkTime.Duration    = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
         timeRuler2
     });
     this.schedulerControl1.Views.WorkWeekView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.WorkWeekView.WorkTime.Duration    = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.SelectionChanged += new System.EventHandler(this.schedulerControl1_SelectionChanged);
     this.schedulerControl1.CustomDrawAppointmentBackground += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawAppointmentBackground);
     this.schedulerControl1.CustomDrawResourceHeader        += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawResourceHeader);
     this.schedulerControl1.EditAppointmentFormShowing      += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl1_EditAppointmentFormShowing_1);
     //
     // toolTipController1
     //
     this.toolTipController1.ShowShadow  = false;
     this.toolTipController1.BeforeShow += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController1_BeforeShow);
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(684, 0);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(4, 408);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop  = false;
     //
     // pnlCtrlScheduler
     //
     this.pnlCtrlScheduler.AutoScroll  = true;
     this.pnlCtrlScheduler.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlScheduler.Controls.Add(this.schedulerControl1);
     this.pnlCtrlScheduler.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlScheduler.Location = new System.Drawing.Point(0, 36);
     this.pnlCtrlScheduler.Name     = "pnlCtrlScheduler";
     this.pnlCtrlScheduler.Size     = new System.Drawing.Size(684, 372);
     this.pnlCtrlScheduler.TabIndex = 4;
     this.pnlCtrlScheduler.Text     = "panelControl2";
     //
     // pnlCtrlTop
     //
     this.pnlCtrlTop.Appearance.BackColor            = System.Drawing.Color.White;
     this.pnlCtrlTop.Appearance.ForeColor            = System.Drawing.Color.Transparent;
     this.pnlCtrlTop.Appearance.Options.UseBackColor = true;
     this.pnlCtrlTop.Appearance.Options.UseForeColor = true;
     this.pnlCtrlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlTop.Controls.Add(this.sBtnRefresh);
     this.pnlCtrlTop.Controls.Add(this.sBtnWaitingList);
     this.pnlCtrlTop.Controls.Add(this.sBtnSubtract);
     this.pnlCtrlTop.Controls.Add(this.sBtnForfeit);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton61);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton62);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton63);
     this.pnlCtrlTop.Controls.Add(this.sBtnAdd);
     this.pnlCtrlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlCtrlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlTop.Name     = "pnlCtrlTop";
     this.pnlCtrlTop.Size     = new System.Drawing.Size(684, 36);
     this.pnlCtrlTop.TabIndex = 5;
     this.pnlCtrlTop.Text     = "panelControl2";
     //
     // sBtnRefresh
     //
     this.sBtnRefresh.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnRefresh.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnRefresh.Appearance.Options.UseFont = true;
     this.sBtnRefresh.Location                   = new System.Drawing.Point(538, 8);
     this.sBtnRefresh.Name     = "sBtnRefresh";
     this.sBtnRefresh.Size     = new System.Drawing.Size(82, 24);
     this.sBtnRefresh.TabIndex = 57;
     this.sBtnRefresh.Text     = "Refresh";
     this.sBtnRefresh.Click   += new System.EventHandler(this.sBtnRefresh_Click);
     //
     // sBtnWaitingList
     //
     this.sBtnWaitingList.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnWaitingList.Appearance.Options.UseFont = true;
     this.sBtnWaitingList.Location = new System.Drawing.Point(276, 8);
     this.sBtnWaitingList.Name     = "sBtnWaitingList";
     this.sBtnWaitingList.Size     = new System.Drawing.Size(82, 20);
     this.sBtnWaitingList.TabIndex = 56;
     this.sBtnWaitingList.Text     = "Waiting List";
     this.sBtnWaitingList.Click   += new System.EventHandler(this.sBtnWaitingList_Click);
     //
     // sBtnSubtract
     //
     this.sBtnSubtract.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnSubtract.Appearance.Font                   = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sBtnSubtract.Appearance.Options.UseFont        = true;
     this.sBtnSubtract.Appearance.Options.UseTextOptions = true;
     this.sBtnSubtract.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnSubtract.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnSubtract.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnSubtract.ImageIndex                        = 1;
     this.sBtnSubtract.Location                          = new System.Drawing.Point(654, 8);
     this.sBtnSubtract.Name     = "sBtnSubtract";
     this.sBtnSubtract.Size     = new System.Drawing.Size(28, 25);
     this.sBtnSubtract.TabIndex = 54;
     this.sBtnSubtract.Text     = ">>";
     this.sBtnSubtract.Click   += new System.EventHandler(this.sBtnSubtract_Click);
     //
     // sBtnForfeit
     //
     this.sBtnForfeit.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnForfeit.Appearance.Options.UseFont = true;
     this.sBtnForfeit.Location = new System.Drawing.Point(126, 8);
     this.sBtnForfeit.Name     = "sBtnForfeit";
     this.sBtnForfeit.Size     = new System.Drawing.Size(54, 20);
     this.sBtnForfeit.TabIndex = 15;
     this.sBtnForfeit.Text     = "Forfeit";
     this.sBtnForfeit.Click   += new System.EventHandler(this.sBtnForfeit_Click);
     //
     // SimpleButton61
     //
     this.SimpleButton61.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton61.Appearance.Options.UseFont = true;
     this.SimpleButton61.Location = new System.Drawing.Point(184, 8);
     this.SimpleButton61.Name     = "SimpleButton61";
     this.SimpleButton61.Size     = new System.Drawing.Size(88, 20);
     this.SimpleButton61.TabIndex = 14;
     this.SimpleButton61.Text     = "Mark Service";
     this.SimpleButton61.Click   += new System.EventHandler(this.SimpleButton61_Click);
     //
     // SimpleButton62
     //
     this.SimpleButton62.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton62.Appearance.Options.UseFont = true;
     this.SimpleButton62.Location = new System.Drawing.Point(64, 8);
     this.SimpleButton62.Name     = "SimpleButton62";
     this.SimpleButton62.Size     = new System.Drawing.Size(58, 20);
     this.SimpleButton62.TabIndex = 13;
     this.SimpleButton62.Text     = "Delete";
     this.SimpleButton62.Click   += new System.EventHandler(this.SimpleButton62_Click);
     //
     // SimpleButton63
     //
     this.SimpleButton63.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton63.Appearance.Options.UseFont = true;
     this.SimpleButton63.Location = new System.Drawing.Point(10, 8);
     this.SimpleButton63.Name     = "SimpleButton63";
     this.SimpleButton63.Size     = new System.Drawing.Size(50, 20);
     this.SimpleButton63.TabIndex = 12;
     this.SimpleButton63.Text     = "New";
     this.SimpleButton63.Click   += new System.EventHandler(this.SimpleButton63_Click);
     //
     // sBtnAdd
     //
     this.sBtnAdd.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnAdd.Appearance.Font                   = new System.Drawing.Font("Verdana", 8F);
     this.sBtnAdd.Appearance.Options.UseFont        = true;
     this.sBtnAdd.Appearance.Options.UseTextOptions = true;
     this.sBtnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnAdd.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnAdd.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnAdd.ImageIndex                        = 0;
     this.sBtnAdd.Location                          = new System.Drawing.Point(624, 8);
     this.sBtnAdd.Name     = "sBtnAdd";
     this.sBtnAdd.Size     = new System.Drawing.Size(28, 25);
     this.sBtnAdd.TabIndex = 55;
     this.sBtnAdd.Text     = "<<";
     this.sBtnAdd.Click   += new System.EventHandler(this.sBtnAdd_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // resourcesCheckedListBoxControl1
     //
     this.resourcesCheckedListBoxControl1.CheckOnClick     = true;
     this.resourcesCheckedListBoxControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.resourcesCheckedListBoxControl1.Location         = new System.Drawing.Point(0, 0);
     this.resourcesCheckedListBoxControl1.Name             = "resourcesCheckedListBoxControl1";
     this.resourcesCheckedListBoxControl1.SchedulerControl = this.schedulerControl1;
     this.resourcesCheckedListBoxControl1.Size             = new System.Drawing.Size(142, 92);
     this.resourcesCheckedListBoxControl1.TabIndex         = 6;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Right;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(688, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.resourcesCheckedListBoxControl1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.dateNavigator1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size        = new System.Drawing.Size(150, 408);
     this.splitContainerControl1.TabIndex    = 57;
     this.splitContainerControl1.Text        = "splitContainerControl1";
     //
     // SpaBookingControl
     //
     this.Controls.Add(this.pnlCtrlScheduler);
     this.Controls.Add(this.pnlCtrlTop);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "SpaBookingControl";
     this.Size = new System.Drawing.Size(838, 408);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).EndInit();
     this.pnlCtrlScheduler.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).EndInit();
     this.pnlCtrlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler timeRuler4 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler5 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler6 = new DevExpress.XtraScheduler.TimeRuler();
     this.schedulerStorage1             = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.adornerUIManager1             = new DevExpress.Utils.VisualEffects.AdornerUIManager(this.components);
     this.menuStrip1                    = new System.Windows.Forms.MenuStrip();
     this.addToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.newCustomerToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutSaltSPAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tbsMain           = new System.Windows.Forms.TabControl();
     this.tbSaltRoom        = new System.Windows.Forms.TabPage();
     this.gcCurrentState    = new DevExpress.XtraGrid.GridControl();
     this.gvCurrentState    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gbPlaces          = new System.Windows.Forms.GroupBox();
     this.tbScheduler       = new System.Windows.Forms.TabPage();
     this.dnCalendar        = new DevExpress.XtraScheduler.DateNavigator();
     this.schDailyScheduler = new DevExpress.XtraScheduler.SchedulerControl();
     this.tbSearch          = new System.Windows.Forms.TabPage();
     this.gbCustomerGrid    = new System.Windows.Forms.GroupBox();
     this.lblSessions       = new System.Windows.Forms.Label();
     this.gcSessions        = new DevExpress.XtraGrid.GridControl();
     this.gvSessions        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcCustomers       = new DevExpress.XtraGrid.GridControl();
     this.gvCustomers       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gbParameters      = new System.Windows.Forms.GroupBox();
     this.btnEdit           = new System.Windows.Forms.Button();
     this.btnLock           = new System.Windows.Forms.Button();
     this.txtPhone          = new System.Windows.Forms.TextBox();
     this.lblPhone          = new System.Windows.Forms.Label();
     this.btnSearch         = new System.Windows.Forms.Button();
     this.txtSubscription   = new System.Windows.Forms.TextBox();
     this.txtLastName       = new System.Windows.Forms.TextBox();
     this.lblSubscription   = new System.Windows.Forms.Label();
     this.lblLastName       = new System.Windows.Forms.Label();
     this.pnlNotification   = new System.Windows.Forms.Panel();
     this.customerSource    = new System.Windows.Forms.BindingSource(this.components);
     this.sessionSource     = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.adornerUIManager1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.tbsMain.SuspendLayout();
     this.tbSaltRoom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcCurrentState)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCurrentState)).BeginInit();
     this.tbScheduler.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dnCalendar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dnCalendar.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schDailyScheduler)).BeginInit();
     this.tbSearch.SuspendLayout();
     this.gbCustomerGrid.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcSessions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSessions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcCustomers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCustomers)).BeginInit();
     this.gbParameters.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.customerSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionSource)).BeginInit();
     this.SuspendLayout();
     //
     // adornerUIManager1
     //
     this.adornerUIManager1.Owner = this;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1006, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // addToolStripMenuItem
     //
     this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newCustomerToolStripMenuItem
     });
     this.addToolStripMenuItem.Name = "addToolStripMenuItem";
     this.addToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
     this.addToolStripMenuItem.Text = "&Додати";
     //
     // newCustomerToolStripMenuItem
     //
     this.newCustomerToolStripMenuItem.Name   = "newCustomerToolStripMenuItem";
     this.newCustomerToolStripMenuItem.Size   = new System.Drawing.Size(147, 22);
     this.newCustomerToolStripMenuItem.Text   = "Новий клієнт";
     this.newCustomerToolStripMenuItem.Click += new System.EventHandler(this.newCustomerToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutSaltSPAToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutSaltSPAToolStripMenuItem
     //
     this.aboutSaltSPAToolStripMenuItem.Name = "aboutSaltSPAToolStripMenuItem";
     this.aboutSaltSPAToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.aboutSaltSPAToolStripMenuItem.Text = "A&bout Salt SPA";
     //
     // tbsMain
     //
     this.tbsMain.Controls.Add(this.tbSaltRoom);
     this.tbsMain.Controls.Add(this.tbScheduler);
     this.tbsMain.Controls.Add(this.tbSearch);
     this.tbsMain.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tbsMain.Location      = new System.Drawing.Point(0, 24);
     this.tbsMain.Name          = "tbsMain";
     this.tbsMain.SelectedIndex = 0;
     this.tbsMain.Size          = new System.Drawing.Size(1006, 510);
     this.tbsMain.TabIndex      = 3;
     //
     // tbSaltRoom
     //
     this.tbSaltRoom.Controls.Add(this.gcCurrentState);
     this.tbSaltRoom.Controls.Add(this.gbPlaces);
     this.tbSaltRoom.Location = new System.Drawing.Point(4, 22);
     this.tbSaltRoom.Name     = "tbSaltRoom";
     this.tbSaltRoom.Padding  = new System.Windows.Forms.Padding(3);
     this.tbSaltRoom.Size     = new System.Drawing.Size(998, 484);
     this.tbSaltRoom.TabIndex = 1;
     this.tbSaltRoom.Text     = "Соляна Кімната";
     this.tbSaltRoom.UseVisualStyleBackColor = true;
     //
     // gcCurrentState
     //
     this.gcCurrentState.Location             = new System.Drawing.Point(271, 6);
     this.gcCurrentState.LookAndFeel.SkinName = "Visual Studio 2013 Light";
     this.gcCurrentState.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gcCurrentState.MainView = this.gvCurrentState;
     this.gcCurrentState.Name     = "gcCurrentState";
     this.gcCurrentState.Size     = new System.Drawing.Size(731, 426);
     this.gcCurrentState.TabIndex = 21;
     this.gcCurrentState.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvCurrentState
     });
     //
     // gvCurrentState
     //
     this.gvCurrentState.GridControl = this.gcCurrentState;
     this.gvCurrentState.Name        = "gvCurrentState";
     this.gvCurrentState.OptionsBehavior.AutoSelectAllInEditor = false;
     this.gvCurrentState.OptionsBehavior.Editable        = false;
     this.gvCurrentState.OptionsCustomization.AllowGroup = false;
     this.gvCurrentState.OptionsView.ShowGroupPanel      = false;
     //
     // gbPlaces
     //
     this.gbPlaces.Dock     = System.Windows.Forms.DockStyle.Left;
     this.gbPlaces.Location = new System.Drawing.Point(3, 3);
     this.gbPlaces.Name     = "gbPlaces";
     this.gbPlaces.Size     = new System.Drawing.Size(261, 478);
     this.gbPlaces.TabIndex = 20;
     this.gbPlaces.TabStop  = false;
     this.gbPlaces.Text     = "groupBox1";
     //
     // tbScheduler
     //
     this.tbScheduler.Controls.Add(this.dnCalendar);
     this.tbScheduler.Controls.Add(this.schDailyScheduler);
     this.tbScheduler.Location = new System.Drawing.Point(4, 22);
     this.tbScheduler.Name     = "tbScheduler";
     this.tbScheduler.Padding  = new System.Windows.Forms.Padding(3);
     this.tbScheduler.Size     = new System.Drawing.Size(998, 484);
     this.tbScheduler.TabIndex = 0;
     this.tbScheduler.Text     = "Планувальник";
     this.tbScheduler.UseVisualStyleBackColor = true;
     //
     // dnCalendar
     //
     this.dnCalendar.CalendarAppearance.DayCellSpecial.FontStyleDelta  = System.Drawing.FontStyle.Bold;
     this.dnCalendar.CalendarAppearance.DayCellSpecial.Options.UseFont = true;
     this.dnCalendar.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dnCalendar.DateTime             = new System.DateTime(2018, 11, 4, 0, 0, 0, 0);
     this.dnCalendar.EditValue            = new System.DateTime(2018, 11, 4, 0, 0, 0, 0);
     this.dnCalendar.FirstDayOfWeek       = System.DayOfWeek.Monday;
     this.dnCalendar.Location             = new System.Drawing.Point(3, 6);
     this.dnCalendar.LookAndFeel.SkinName = "Visual Studio 2013 Light";
     this.dnCalendar.LookAndFeel.UseDefaultLookAndFeel = false;
     this.dnCalendar.Name             = "dnCalendar";
     this.dnCalendar.SchedulerControl = this.schDailyScheduler;
     this.dnCalendar.Size             = new System.Drawing.Size(250, 250);
     this.dnCalendar.TabIndex         = 2;
     //
     // schDailyScheduler
     //
     this.schDailyScheduler.DataStorage          = this.schedulerStorage1;
     this.schDailyScheduler.Location             = new System.Drawing.Point(259, 6);
     this.schDailyScheduler.LookAndFeel.SkinName = "Visual Studio 2013 Light";
     this.schDailyScheduler.LookAndFeel.UseDefaultLookAndFeel = false;
     this.schDailyScheduler.Name     = "schDailyScheduler";
     this.schDailyScheduler.Size     = new System.Drawing.Size(731, 426);
     this.schDailyScheduler.Start    = new System.DateTime(2018, 9, 4, 0, 0, 0, 0);
     this.schDailyScheduler.TabIndex = 1;
     this.schDailyScheduler.Views.DayView.ShowWorkTimeOnly = true;
     this.schDailyScheduler.Views.DayView.TimeRulers.Add(timeRuler4);
     this.schDailyScheduler.Views.DayView.TimeScale = System.TimeSpan.Parse("00:15:00");
     this.schDailyScheduler.Views.DayView.TimeSlots.Add(new DevExpress.XtraScheduler.TimeSlot(System.TimeSpan.Parse("00:15:00"), "15 minutes"));
     this.schDailyScheduler.Views.DayView.WorkTime     = new DevExpress.XtraScheduler.TimeOfDayInterval(System.TimeSpan.Parse("10:00:00"), System.TimeSpan.Parse("19:00:00"));
     this.schDailyScheduler.Views.FullWeekView.Enabled = true;
     this.schDailyScheduler.Views.FullWeekView.TimeRulers.Add(timeRuler5);
     this.schDailyScheduler.Views.WeekView.Enabled = false;
     this.schDailyScheduler.Views.WorkWeekView.TimeRulers.Add(timeRuler6);
     //
     // tbSearch
     //
     this.tbSearch.Controls.Add(this.gbCustomerGrid);
     this.tbSearch.Controls.Add(this.gbParameters);
     this.tbSearch.Location = new System.Drawing.Point(4, 22);
     this.tbSearch.Name     = "tbSearch";
     this.tbSearch.Size     = new System.Drawing.Size(998, 484);
     this.tbSearch.TabIndex = 2;
     this.tbSearch.Text     = "Пошук";
     this.tbSearch.UseVisualStyleBackColor = true;
     //
     // gbCustomerGrid
     //
     this.gbCustomerGrid.Controls.Add(this.lblSessions);
     this.gbCustomerGrid.Controls.Add(this.gcSessions);
     this.gbCustomerGrid.Controls.Add(this.gcCustomers);
     this.gbCustomerGrid.Location = new System.Drawing.Point(261, 3);
     this.gbCustomerGrid.Name     = "gbCustomerGrid";
     this.gbCustomerGrid.Size     = new System.Drawing.Size(729, 346);
     this.gbCustomerGrid.TabIndex = 1;
     this.gbCustomerGrid.TabStop  = false;
     this.gbCustomerGrid.Text     = "Знайдені клієнти";
     this.gbCustomerGrid.Visible  = false;
     //
     // lblSessions
     //
     this.lblSessions.AutoSize = true;
     this.lblSessions.Location = new System.Drawing.Point(6, 166);
     this.lblSessions.Name     = "lblSessions";
     this.lblSessions.Size     = new System.Drawing.Size(47, 13);
     this.lblSessions.TabIndex = 2;
     this.lblSessions.Text     = "Сеанси:";
     //
     // gcSessions
     //
     this.gcSessions.Location = new System.Drawing.Point(3, 186);
     this.gcSessions.MainView = this.gvSessions;
     this.gcSessions.Name     = "gcSessions";
     this.gcSessions.Size     = new System.Drawing.Size(695, 171);
     this.gcSessions.TabIndex = 1;
     this.gcSessions.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvSessions
     });
     //
     // gvSessions
     //
     this.gvSessions.GridControl = this.gcSessions;
     this.gvSessions.Name        = "gvSessions";
     this.gvSessions.OptionsBehavior.Editable         = false;
     this.gvSessions.OptionsCustomization.AllowFilter = false;
     this.gvSessions.OptionsCustomization.AllowGroup  = false;
     this.gvSessions.OptionsView.ShowGroupPanel       = false;
     //
     // gcCustomers
     //
     this.gcCustomers.Dock                 = System.Windows.Forms.DockStyle.Top;
     this.gcCustomers.Location             = new System.Drawing.Point(3, 16);
     this.gcCustomers.LookAndFeel.SkinName = "Visual Studio 2013 Light";
     this.gcCustomers.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gcCustomers.MainView        = this.gvCustomers;
     this.gcCustomers.Name            = "gcCustomers";
     this.gcCustomers.Size            = new System.Drawing.Size(723, 147);
     this.gcCustomers.TabIndex        = 0;
     this.gcCustomers.UseDirectXPaint = DevExpress.Utils.DefaultBoolean.False;
     this.gcCustomers.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvCustomers
     });
     //
     // gvCustomers
     //
     this.gvCustomers.GridControl = this.gcCustomers;
     this.gvCustomers.Name        = "gvCustomers";
     this.gvCustomers.OptionsBehavior.Editable         = false;
     this.gvCustomers.OptionsCustomization.AllowFilter = false;
     this.gvCustomers.OptionsCustomization.AllowGroup  = false;
     this.gvCustomers.OptionsView.ShowGroupPanel       = false;
     this.gvCustomers.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gvCustomers_RowClick);
     //
     // gbParameters
     //
     this.gbParameters.Controls.Add(this.btnEdit);
     this.gbParameters.Controls.Add(this.btnLock);
     this.gbParameters.Controls.Add(this.txtPhone);
     this.gbParameters.Controls.Add(this.lblPhone);
     this.gbParameters.Controls.Add(this.btnSearch);
     this.gbParameters.Controls.Add(this.txtSubscription);
     this.gbParameters.Controls.Add(this.txtLastName);
     this.gbParameters.Controls.Add(this.lblSubscription);
     this.gbParameters.Controls.Add(this.lblLastName);
     this.gbParameters.Location = new System.Drawing.Point(3, 3);
     this.gbParameters.Name     = "gbParameters";
     this.gbParameters.Size     = new System.Drawing.Size(252, 250);
     this.gbParameters.TabIndex = 0;
     this.gbParameters.TabStop  = false;
     this.gbParameters.Text     = "Параметри пошуку";
     //
     // btnEdit
     //
     this.btnEdit.Enabled  = false;
     this.btnEdit.Location = new System.Drawing.Point(167, 112);
     this.btnEdit.Name     = "btnEdit";
     this.btnEdit.Size     = new System.Drawing.Size(79, 23);
     this.btnEdit.TabIndex = 8;
     this.btnEdit.Text     = "Змінити";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnLock
     //
     this.btnLock.Enabled  = false;
     this.btnLock.Location = new System.Drawing.Point(86, 112);
     this.btnLock.Name     = "btnLock";
     this.btnLock.Size     = new System.Drawing.Size(75, 23);
     this.btnLock.TabIndex = 7;
     this.btnLock.Text     = "Загублено";
     this.btnLock.UseVisualStyleBackColor = true;
     this.btnLock.Click += new System.EventHandler(this.btnLock_Click);
     //
     // txtPhone
     //
     this.txtPhone.Location = new System.Drawing.Point(123, 77);
     this.txtPhone.Name     = "txtPhone";
     this.txtPhone.Size     = new System.Drawing.Size(121, 20);
     this.txtPhone.TabIndex = 6;
     //
     // lblPhone
     //
     this.lblPhone.AutoSize = true;
     this.lblPhone.Location = new System.Drawing.Point(6, 80);
     this.lblPhone.Name     = "lblPhone";
     this.lblPhone.Size     = new System.Drawing.Size(96, 13);
     this.lblPhone.TabIndex = 5;
     this.lblPhone.Text     = "Номер телефона:";
     //
     // btnSearch
     //
     this.btnSearch.Location = new System.Drawing.Point(5, 112);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(75, 23);
     this.btnSearch.TabIndex = 4;
     this.btnSearch.Text     = "Знайти";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtSubscription
     //
     this.txtSubscription.Location = new System.Drawing.Point(123, 50);
     this.txtSubscription.Name     = "txtSubscription";
     this.txtSubscription.Size     = new System.Drawing.Size(121, 20);
     this.txtSubscription.TabIndex = 3;
     //
     // txtLastName
     //
     this.txtLastName.Location = new System.Drawing.Point(123, 24);
     this.txtLastName.Name     = "txtLastName";
     this.txtLastName.Size     = new System.Drawing.Size(121, 20);
     this.txtLastName.TabIndex = 2;
     //
     // lblSubscription
     //
     this.lblSubscription.AutoSize = true;
     this.lblSubscription.Location = new System.Drawing.Point(6, 53);
     this.lblSubscription.Name     = "lblSubscription";
     this.lblSubscription.Size     = new System.Drawing.Size(108, 13);
     this.lblSubscription.TabIndex = 1;
     this.lblSubscription.Text     = "Номер абонемента:";
     //
     // lblLastName
     //
     this.lblLastName.AutoSize = true;
     this.lblLastName.Location = new System.Drawing.Point(6, 27);
     this.lblLastName.Name     = "lblLastName";
     this.lblLastName.Size     = new System.Drawing.Size(59, 13);
     this.lblLastName.TabIndex = 0;
     this.lblLastName.Text     = "Прізвище:";
     //
     // pnlNotification
     //
     this.pnlNotification.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlNotification.Location = new System.Drawing.Point(0, 484);
     this.pnlNotification.Name     = "pnlNotification";
     this.pnlNotification.Size     = new System.Drawing.Size(1006, 50);
     this.pnlNotification.TabIndex = 4;
     this.pnlNotification.Visible  = false;
     //
     // FrmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1006, 534);
     this.Controls.Add(this.pnlNotification);
     this.Controls.Add(this.tbsMain);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "FrmMain";
     this.Text          = "Salt SPA";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmMain_Load);
     this.SizeChanged  += new System.EventHandler(this.frmMain_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.adornerUIManager1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tbsMain.ResumeLayout(false);
     this.tbSaltRoom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcCurrentState)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCurrentState)).EndInit();
     this.tbScheduler.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dnCalendar.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dnCalendar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schDailyScheduler)).EndInit();
     this.tbSearch.ResumeLayout(false);
     this.gbCustomerGrid.ResumeLayout(false);
     this.gbCustomerGrid.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcSessions)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSessions)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcCustomers)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCustomers)).EndInit();
     this.gbParameters.ResumeLayout(false);
     this.gbParameters.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.customerSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }