/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraScheduler.Printing.DailyPrintStyle           dailyPrintStyle2           = new DevExpress.XtraScheduler.Printing.DailyPrintStyle();
     DevExpress.XtraScheduler.Printing.WeeklyPrintStyle          weeklyPrintStyle2          = new DevExpress.XtraScheduler.Printing.WeeklyPrintStyle();
     DevExpress.XtraScheduler.Printing.MonthlyPrintStyle         monthlyPrintStyle2         = new DevExpress.XtraScheduler.Printing.MonthlyPrintStyle();
     DevExpress.XtraScheduler.Printing.TriFoldPrintStyle         triFoldPrintStyle2         = new DevExpress.XtraScheduler.Printing.TriFoldPrintStyle();
     DevExpress.XtraScheduler.Printing.CalendarDetailsPrintStyle calendarDetailsPrintStyle2 = new DevExpress.XtraScheduler.Printing.CalendarDetailsPrintStyle();
     DevExpress.XtraScheduler.Printing.MemoPrintStyle            memoPrintStyle2            = new DevExpress.XtraScheduler.Printing.MemoPrintStyle();
     DevExpress.XtraScheduler.TimeRuler timeRuler3 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler4 = new DevExpress.XtraScheduler.TimeRuler();
     this.schedulerControl1 = new DevExpress.XtraScheduler.SchedulerControl();
     this.schedulerStorage1 = new DevExpress.XtraScheduler.SchedulerStorage();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     this.SuspendLayout();
     //
     // 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.AllowAppointmentCopy   = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentCreate = DevExpress.XtraScheduler.UsedAppointmentType.Custom;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDelete = DevExpress.XtraScheduler.UsedAppointmentType.None;
     dailyPrintStyle2.PrintTime.End = System.TimeSpan.Parse("00:00:00");
     this.schedulerControl1.PrintStyles.Add(dailyPrintStyle2);
     this.schedulerControl1.PrintStyles.Add(weeklyPrintStyle2);
     this.schedulerControl1.PrintStyles.Add(monthlyPrintStyle2);
     this.schedulerControl1.PrintStyles.Add(triFoldPrintStyle2);
     this.schedulerControl1.PrintStyles.Add(calendarDetailsPrintStyle2);
     this.schedulerControl1.PrintStyles.Add(memoPrintStyle2);
     this.schedulerControl1.Size     = new System.Drawing.Size(729, 437);
     this.schedulerControl1.Start    = new System.DateTime(2012, 6, 24, 0, 0, 0, 0);
     this.schedulerControl1.Storage  = this.schedulerStorage1;
     this.schedulerControl1.TabIndex = 1;
     this.schedulerControl1.Text     = "schedulerControl1";
     this.schedulerControl1.Views.DayView.TimeRulers.Add(timeRuler3);
     this.schedulerControl1.Views.MonthView.Enabled = false;
     this.schedulerControl1.Views.TimelineView.TimelineScrollBarVisible = true;
     this.schedulerControl1.Views.WeekView.Enabled     = false;
     this.schedulerControl1.Views.WorkWeekView.Enabled = false;
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.Add(timeRuler4);
     this.schedulerControl1.AppointmentDrop            += new DevExpress.XtraScheduler.AppointmentDragEventHandler(this.schedulerControl1_AppointmentDrop);
     this.schedulerControl1.AppointmentResized         += new DevExpress.XtraScheduler.AppointmentResizeEventHandler(this.schedulerControl1_AppointmentResized);
     this.schedulerControl1.PopupMenuShowing           += new DevExpress.XtraScheduler.PopupMenuShowingEventHandler(this.schedulerControl1_PopupMenuShowing);
     this.schedulerControl1.EditAppointmentFormShowing += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl1_EditAppointmentFormShowing);
     this.schedulerControl1.Click += new System.EventHandler(this.schedulerControl1_Click);
     //
     // ucSchedule
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.schedulerControl1);
     this.Name = "ucSchedule";
     this.Size = new System.Drawing.Size(729, 437);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
 /// il contenuto del metodo con l'editor di codice.
 /// </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.TimeScaleYear          timeScaleYear1          = new DevExpress.XtraScheduler.TimeScaleYear();
     DevExpress.XtraScheduler.TimeScaleQuarter       timeScaleQuarter1       = new DevExpress.XtraScheduler.TimeScaleQuarter();
     DevExpress.XtraScheduler.TimeScaleMonth         timeScaleMonth1         = new DevExpress.XtraScheduler.TimeScaleMonth();
     DevExpress.XtraScheduler.TimeScaleWeek          timeScaleWeek1          = new DevExpress.XtraScheduler.TimeScaleWeek();
     DevExpress.XtraScheduler.TimeScaleDay           timeScaleDay1           = new DevExpress.XtraScheduler.TimeScaleDay();
     DevExpress.XtraScheduler.TimeScaleHour          timeScaleHour1          = new DevExpress.XtraScheduler.TimeScaleHour();
     DevExpress.XtraScheduler.TimeScaleFixedInterval timeScaleFixedInterval1 = new DevExpress.XtraScheduler.TimeScaleFixedInterval();
     DevExpress.XtraScheduler.TimeRuler              timeRuler2              = new DevExpress.XtraScheduler.TimeRuler();
     System.ComponentModel.ComponentResourceManager  resources = new System.ComponentModel.ComponentResourceManager(typeof(BookingControl));
     this.splitContainerControl1          = new DevExpress.XtraEditors.SplitContainerControl();
     this.navBarControl1                  = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1                    = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroupControlContainer1    = new DevExpress.XtraNavBar.NavBarGroupControlContainer();
     this.dateNavigator1                  = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerControl1               = new DevExpress.XtraScheduler.SchedulerControl();
     this.schedulerStorage1               = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.assignmentBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     this.bookingResourceBindingSource    = new System.Windows.Forms.BindingSource(this.components);
     this.toolTipController1              = new DevExpress.Utils.ToolTipController(this.components);
     this.navBarGroupControlContainer2    = new DevExpress.XtraNavBar.NavBarGroupControlContainer();
     this.simpleButton1                   = new DevExpress.XtraEditors.SimpleButton();
     this.trackBarControl2                = new DevExpress.XtraEditors.TrackBarControl();
     this.labelControl3                   = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1                   = new DevExpress.XtraEditors.LabelControl();
     this.trackBarControl1                = new DevExpress.XtraEditors.TrackBarControl();
     this.resourcesCheckedListBoxControl1 = new DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl();
     this.labelControl2                   = new DevExpress.XtraEditors.LabelControl();
     this.navBarGroup2                    = new DevExpress.XtraNavBar.NavBarGroup();
     this.imageCollection1                = new DevExpress.Utils.ImageCollection(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     this.navBarControl1.SuspendLayout();
     this.navBarGroupControlContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.assignmentBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bookingResourceBindingSource)).BeginInit();
     this.navBarGroupControlContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     this.SuspendLayout();
     //
     // commandBar1
     //
     this.commandBar1.Size = new System.Drawing.Size(944, 109);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.navBarControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.schedulerControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(944, 614);
     this.splitContainerControl1.SplitterPosition = 214;
     this.splitContainerControl1.TabIndex         = 1;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup1;
     this.navBarControl1.Controls.Add(this.navBarGroupControlContainer1);
     this.navBarControl1.Controls.Add(this.navBarGroupControlContainer2);
     this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
         this.navBarGroup1,
         this.navBarGroup2
     });
     this.navBarControl1.Location = new System.Drawing.Point(0, 0);
     this.navBarControl1.Name     = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 202;
     this.navBarControl1.Size     = new System.Drawing.Size(214, 614);
     this.navBarControl1.TabIndex = 1;
     this.navBarControl1.Text     = "navBarControl1";
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption           = "Seleziona intervallo";
     this.navBarGroup1.ControlContainer  = this.navBarGroupControlContainer1;
     this.navBarGroup1.Expanded          = true;
     this.navBarGroup1.GroupClientHeight = 341;
     this.navBarGroup1.GroupStyle        = DevExpress.XtraNavBar.NavBarGroupStyle.ControlContainer;
     this.navBarGroup1.Name = "navBarGroup1";
     //
     // navBarGroupControlContainer1
     //
     this.navBarGroupControlContainer1.Controls.Add(this.dateNavigator1);
     this.navBarGroupControlContainer1.Name     = "navBarGroupControlContainer1";
     this.navBarGroupControlContainer1.Size     = new System.Drawing.Size(206, 334);
     this.navBarGroupControlContainer1.TabIndex = 0;
     //
     // 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.CellPadding      = new System.Windows.Forms.Padding(2);
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.Size             = new System.Drawing.Size(206, 334);
     this.dateNavigator1.TabIndex         = 0;
     //
     // schedulerControl1
     //
     this.schedulerControl1.ActiveViewType = DevExpress.XtraScheduler.SchedulerViewType.Timeline;
     this.schedulerControl1.Appearance.Appointment.Options.UseTextOptions = true;
     this.schedulerControl1.Appearance.Appointment.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.schedulerControl1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.GroupType = DevExpress.XtraScheduler.SchedulerGroupType.Resource;
     this.schedulerControl1.Location  = new System.Drawing.Point(0, 0);
     this.schedulerControl1.Name      = "schedulerControl1";
     this.schedulerControl1.OptionsBehavior.ShowRemindersForm                  = false;
     this.schedulerControl1.OptionsView.ResourceHeaders.Height                 = 100;
     this.schedulerControl1.OptionsView.ResourceHeaders.ImageAlign             = DevExpress.XtraScheduler.HeaderImageAlign.Bottom;
     this.schedulerControl1.OptionsView.ResourceHeaders.ImageInterpolationMode = System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic;
     this.schedulerControl1.OptionsView.ResourceHeaders.ImageSize              = new System.Drawing.Size(60, 60);
     this.schedulerControl1.OptionsView.ResourceHeaders.ImageSizeMode          = DevExpress.XtraScheduler.HeaderImageSizeMode.StretchImage;
     this.schedulerControl1.OptionsView.ResourceHeaders.RotateCaption          = false;
     this.schedulerControl1.OptionsView.ToolTipVisibility = DevExpress.XtraScheduler.ToolTipVisibility.Always;
     dailyPrintStyle1.PrintTime.End   = System.TimeSpan.Parse("17:00:00");
     dailyPrintStyle1.PrintTime.Start = System.TimeSpan.Parse("09:00:00");
     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(725, 614);
     this.schedulerControl1.Start                 = new System.DateTime(2012, 10, 1, 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.Enabled = false;
     this.schedulerControl1.Views.DayView.TimeRulers.Add(timeRuler1);
     this.schedulerControl1.Views.MonthView.Enabled = false;
     this.schedulerControl1.Views.TimelineView.AppointmentDisplayOptions.EndTimeVisibility   = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
     this.schedulerControl1.Views.TimelineView.AppointmentDisplayOptions.ShowRecurrence      = false;
     this.schedulerControl1.Views.TimelineView.AppointmentDisplayOptions.ShowReminder        = false;
     this.schedulerControl1.Views.TimelineView.AppointmentDisplayOptions.SnapToCellsMode     = DevExpress.XtraScheduler.AppointmentSnapToCellsMode.Never;
     this.schedulerControl1.Views.TimelineView.AppointmentDisplayOptions.StartTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
     timeScaleYear1.Enabled          = false;
     timeScaleYear1.Visible          = false;
     timeScaleQuarter1.Enabled       = false;
     timeScaleQuarter1.Visible       = false;
     timeScaleMonth1.Visible         = false;
     timeScaleHour1.Enabled          = false;
     timeScaleHour1.Visible          = false;
     timeScaleFixedInterval1.Enabled = false;
     timeScaleFixedInterval1.Visible = false;
     this.schedulerControl1.Views.TimelineView.Scales.Add(timeScaleYear1);
     this.schedulerControl1.Views.TimelineView.Scales.Add(timeScaleQuarter1);
     this.schedulerControl1.Views.TimelineView.Scales.Add(timeScaleMonth1);
     this.schedulerControl1.Views.TimelineView.Scales.Add(timeScaleWeek1);
     this.schedulerControl1.Views.TimelineView.Scales.Add(timeScaleDay1);
     this.schedulerControl1.Views.TimelineView.Scales.Add(timeScaleHour1);
     this.schedulerControl1.Views.TimelineView.Scales.Add(timeScaleFixedInterval1);
     this.schedulerControl1.Views.WeekView.Enabled     = false;
     this.schedulerControl1.Views.WorkWeekView.Enabled = false;
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.Add(timeRuler2);
     this.schedulerControl1.InitAppointmentImages          += new DevExpress.XtraScheduler.AppointmentImagesEventHandler(this.schedulerControl1_InitAppointmentImages_1);
     this.schedulerControl1.AppointmentViewInfoCustomizing += new DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventHandler(this.schedulerControl1_AppointmentViewInfoCustomizing);
     this.schedulerControl1.PopupMenuShowing                += new DevExpress.XtraScheduler.PopupMenuShowingEventHandler(this.schedulerControl1_PopupMenuShowing_1);
     this.schedulerControl1.InitNewAppointment              += new DevExpress.XtraScheduler.AppointmentEventHandler(this.schedulerControl1_InitNewAppointment);
     this.schedulerControl1.EditAppointmentFormShowing      += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl1_EditAppointmentFormShowing);
     this.schedulerControl1.CustomDrawAppointmentBackground += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawAppointmentBackground);
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.Appointments.CustomFieldMappings.Add(new DevExpress.XtraScheduler.AppointmentCustomFieldMapping("Key", "Key"));
     this.schedulerStorage1.Appointments.CustomFieldMappings.Add(new DevExpress.XtraScheduler.AppointmentCustomFieldMapping("Resource", "Resource"));
     this.schedulerStorage1.Appointments.CustomFieldMappings.Add(new DevExpress.XtraScheduler.AppointmentCustomFieldMapping("Booking", "Booking"));
     this.schedulerStorage1.Appointments.CustomFieldMappings.Add(new DevExpress.XtraScheduler.AppointmentCustomFieldMapping("BookingType", "BookingType"));
     this.schedulerStorage1.Appointments.CustomFieldMappings.Add(new DevExpress.XtraScheduler.AppointmentCustomFieldMapping("BedType", "BedType"));
     this.schedulerStorage1.Appointments.DataSource          = this.assignmentBindingSource;
     this.schedulerStorage1.Appointments.Mappings.End        = "EndDate";
     this.schedulerStorage1.Appointments.Mappings.Location   = "Notes";
     this.schedulerStorage1.Appointments.Mappings.ResourceId = "ResourceId";
     this.schedulerStorage1.Appointments.Mappings.Start      = "StartDate";
     this.schedulerStorage1.Appointments.Mappings.Subject    = "Subject";
     this.schedulerStorage1.Resources.DataSource             = this.bookingResourceBindingSource;
     this.schedulerStorage1.Resources.Mappings.Caption       = "Descrizione";
     this.schedulerStorage1.Resources.Mappings.Color         = "Color";
     this.schedulerStorage1.Resources.Mappings.Id            = "Id";
     this.schedulerStorage1.Resources.Mappings.Image         = "Image";
     this.schedulerStorage1.AppointmentInserting            += new DevExpress.XtraScheduler.PersistentObjectCancelEventHandler(this.schedulerStorage1_AppointmentInserting);
     this.schedulerStorage1.AppointmentsInserted            += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsInserted);
     this.schedulerStorage1.AppointmentChanging += new DevExpress.XtraScheduler.PersistentObjectCancelEventHandler(this.schedulerStorage1_AppointmentChanging);
     this.schedulerStorage1.AppointmentsChanged += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentDeleting += new DevExpress.XtraScheduler.PersistentObjectCancelEventHandler(this.schedulerStorage1_AppointmentDeleting);
     //
     // assignmentBindingSource
     //
     this.assignmentBindingSource.DataSource = typeof(WIN.SCHEDULING_APPLICATION.DOMAIN.Booking.Assignment);
     //
     // bookingResourceBindingSource
     //
     this.bookingResourceBindingSource.DataSource = typeof(WIN.SCHEDULING_APPLICATION.DOMAIN.Booking.BookingResource);
     //
     // toolTipController1
     //
     this.toolTipController1.AutoPopDelay = 15000;
     this.toolTipController1.BeforeShow  += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController1_BeforeShow);
     //
     // navBarGroupControlContainer2
     //
     this.navBarGroupControlContainer2.Controls.Add(this.simpleButton1);
     this.navBarGroupControlContainer2.Controls.Add(this.trackBarControl2);
     this.navBarGroupControlContainer2.Controls.Add(this.labelControl3);
     this.navBarGroupControlContainer2.Controls.Add(this.labelControl1);
     this.navBarGroupControlContainer2.Controls.Add(this.trackBarControl1);
     this.navBarGroupControlContainer2.Controls.Add(this.resourcesCheckedListBoxControl1);
     this.navBarGroupControlContainer2.Controls.Add(this.labelControl2);
     this.navBarGroupControlContainer2.Name     = "navBarGroupControlContainer2";
     this.navBarGroupControlContainer2.Size     = new System.Drawing.Size(206, 357);
     this.navBarGroupControlContainer2.TabIndex = 1;
     //
     // simpleButton1
     //
     this.simpleButton1.Image    = global::WIN.SCHEDULING_APP.GUI.Properties.Resources.print_16;
     this.simpleButton1.Location = new System.Drawing.Point(16, 148);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(142, 23);
     this.simpleButton1.TabIndex = 8;
     this.simpleButton1.Text     = "Stampa calendario";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // trackBarControl2
     //
     this.trackBarControl2.EditValue          = 10;
     this.trackBarControl2.Location           = new System.Drawing.Point(14, 100);
     this.trackBarControl2.Name               = "trackBarControl2";
     this.trackBarControl2.Properties.Maximum = 502;
     this.trackBarControl2.Properties.Minimum = 10;
     this.trackBarControl2.Size               = new System.Drawing.Size(164, 42);
     this.trackBarControl2.TabIndex           = 7;
     this.trackBarControl2.Value              = 10;
     this.trackBarControl2.EditValueChanged  += new System.EventHandler(this.trackBarControl2_EditValueChanged);
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(14, 81);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(144, 13);
     this.labelControl3.TabIndex = 6;
     this.labelControl3.Text     = "Aumenta altezza assegnazioni";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(14, 6);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(77, 13);
     this.labelControl1.TabIndex = 5;
     this.labelControl1.Text     = "Zoom temporale";
     //
     // trackBarControl1
     //
     this.trackBarControl1.EditValue = 20;
     this.trackBarControl1.Location  = new System.Drawing.Point(14, 23);
     this.trackBarControl1.Name      = "trackBarControl1";
     this.trackBarControl1.Properties.LargeChange = 50;
     this.trackBarControl1.Properties.Maximum     = 200;
     this.trackBarControl1.Properties.Minimum     = 20;
     this.trackBarControl1.Properties.SmallChange = 20;
     this.trackBarControl1.Size              = new System.Drawing.Size(164, 42);
     this.trackBarControl1.TabIndex          = 4;
     this.trackBarControl1.Value             = 20;
     this.trackBarControl1.EditValueChanged += new System.EventHandler(this.trackBarControl1_EditValueChanged);
     //
     // resourcesCheckedListBoxControl1
     //
     this.resourcesCheckedListBoxControl1.Location         = new System.Drawing.Point(14, 210);
     this.resourcesCheckedListBoxControl1.Name             = "resourcesCheckedListBoxControl1";
     this.resourcesCheckedListBoxControl1.SchedulerControl = this.schedulerControl1;
     this.resourcesCheckedListBoxControl1.Size             = new System.Drawing.Size(164, 144);
     this.resourcesCheckedListBoxControl1.TabIndex         = 3;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(16, 191);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(83, 13);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text     = "Seleziona camere";
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption           = "Opzioni di visualizzazione";
     this.navBarGroup2.ControlContainer  = this.navBarGroupControlContainer2;
     this.navBarGroup2.Expanded          = true;
     this.navBarGroup2.GroupClientHeight = 364;
     this.navBarGroup2.GroupStyle        = DevExpress.XtraNavBar.NavBarGroupStyle.ControlContainer;
     this.navBarGroup2.Name = "navBarGroup2";
     //
     // imageCollection1
     //
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     this.imageCollection1.Images.SetKeyName(0, "planned.png");
     this.imageCollection1.Images.SetKeyName(1, "deadline.png");
     this.imageCollection1.Images.SetKeyName(2, "deadtoday.png");
     this.imageCollection1.Images.SetKeyName(3, "dead.png");
     this.imageCollection1.Images.SetKeyName(4, "executed.png");
     this.imageCollection1.Images.SetKeyName(5, "closed.png");
     //
     // BookingControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "BookingControl";
     this.Size = new System.Drawing.Size(944, 614);
     this.Controls.SetChildIndex(this.splitContainerControl1, 0);
     this.Controls.SetChildIndex(this.commandBar1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     this.navBarControl1.ResumeLayout(false);
     this.navBarGroupControlContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.assignmentBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bookingResourceBindingSource)).EndInit();
     this.navBarGroupControlContainer2.ResumeLayout(false);
     this.navBarGroupControlContainer2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     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();
     System.ComponentModel.ComponentResourceManager              resources                  = new System.ComponentModel.ComponentResourceManager(typeof(frm_IsTakvimi));
     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();
     DevExpress.XtraScheduler.TimeRuler timeRuler3 = new DevExpress.XtraScheduler.TimeRuler();
     this.dateNavigator1    = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerControl1 = new DevExpress.XtraScheduler.SchedulerControl();
     this.schedulerStorage1 = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     this.SuspendLayout();
     //
     // dateNavigator1
     //
     this.dateNavigator1.AppearanceHeader.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.dateNavigator1.AppearanceHeader.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.dateNavigator1.AppearanceHeader.Image                = ((System.Drawing.Image)(resources.GetObject("dateNavigator1.AppearanceHeader.Image")));
     this.dateNavigator1.AppearanceHeader.Options.UseFont      = true;
     this.dateNavigator1.AppearanceHeader.Options.UseForeColor = true;
     this.dateNavigator1.AppearanceHeader.Options.UseImage     = true;
     this.dateNavigator1.Dock = System.Windows.Forms.DockStyle.Right;
     this.dateNavigator1.HighlightTodayCell = DevExpress.Utils.DefaultBoolean.Default;
     this.dateNavigator1.HotDate            = null;
     this.dateNavigator1.Location           = new System.Drawing.Point(994, 0);
     this.dateNavigator1.Name             = "dateNavigator1";
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.Size             = new System.Drawing.Size(250, 648);
     this.dateNavigator1.TabIndex         = 16;
     //
     // schedulerControl1
     //
     this.schedulerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
     this.schedulerControl1.Name     = "schedulerControl1";
     dailyPrintStyle1.ResourceOptions.ResourcesKind = DevExpress.XtraScheduler.Printing.ResourcesKind.OnScreen;
     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(994, 648);
     this.schedulerControl1.Start    = new System.DateTime(2018, 5, 21, 0, 0, 0, 0);
     this.schedulerControl1.Storage  = this.schedulerStorage1;
     this.schedulerControl1.TabIndex = 17;
     this.schedulerControl1.Text     = "schedulerControl1";
     this.schedulerControl1.Views.DayView.TimeRulers.Add(timeRuler1);
     this.schedulerControl1.Views.FullWeekView.Enabled = true;
     this.schedulerControl1.Views.FullWeekView.TimeRulers.Add(timeRuler2);
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.Add(timeRuler3);
     //
     // frm_IsTakvimi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1244, 648);
     this.Controls.Add(this.schedulerControl1);
     this.Controls.Add(this.dateNavigator1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frm_IsTakvimi";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "ETKİNLİK TAKVİMİ";
     this.Load           += new System.EventHandler(this.frm_IsTakvimi_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #4
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();
     System.ComponentModel.ComponentResourceManager              resources                  = new System.ComponentModel.ComponentResourceManager(typeof(uConsultaAgenda));
     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.SchedulerColorSchema schedulerColorSchema1 = new DevExpress.XtraScheduler.SchedulerColorSchema();
     DevExpress.XtraScheduler.TimeRuler            timeRuler1            = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler            timeRuler2            = new DevExpress.XtraScheduler.TimeRuler();
     this.layoutControl1            = new DevExpress.XtraLayout.LayoutControl();
     this.pictureEdit1              = new DevExpress.XtraEditors.PictureEdit();
     this.btOcorrencia              = new DevExpress.XtraEditors.SimpleButton();
     this.rteAgenda                 = new System.Windows.Forms.RichTextBox();
     this.dateNavigator1            = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerAgenda           = new DevExpress.XtraScheduler.SchedulerControl();
     this.schedulerStorage          = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.agendaBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.profissionalBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.toolTipController         = new DevExpress.Utils.ToolTipController(this.components);
     this.dateEdit1                 = new DevExpress.XtraEditors.DateEdit();
     this.btMes               = new DevExpress.XtraEditors.SimpleButton();
     this.btSemana            = new DevExpress.XtraEditors.SimpleButton();
     this.btDia               = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControlItem6  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem4     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem8  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem9  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.panelLegenda        = new DevExpress.XtraEditors.PanelControl();
     this.pictureEdit3        = new DevExpress.XtraEditors.PictureEdit();
     this.pictureEdit2        = new DevExpress.XtraEditors.PictureEdit();
     this.confirmada          = new DevExpress.XtraEditors.LabelControl();
     this.Atrasada            = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerAgenda)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.agendaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.profissionalBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelLegenda)).BeginInit();
     this.panelLegenda.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.AllowCustomization = false;
     this.layoutControl1.Controls.Add(this.pictureEdit1);
     this.layoutControl1.Controls.Add(this.btOcorrencia);
     this.layoutControl1.Controls.Add(this.rteAgenda);
     this.layoutControl1.Controls.Add(this.dateNavigator1);
     this.layoutControl1.Controls.Add(this.dateEdit1);
     this.layoutControl1.Controls.Add(this.btMes);
     this.layoutControl1.Controls.Add(this.btSemana);
     this.layoutControl1.Controls.Add(this.btDia);
     this.layoutControl1.Controls.Add(this.schedulerAgenda);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem6
     });
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(2401, 265, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(768, 470);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // pictureEdit1
     //
     this.pictureEdit1.EditValue       = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location        = new System.Drawing.Point(427, 7);
     this.pictureEdit1.Name            = "pictureEdit1";
     this.pictureEdit1.Size            = new System.Drawing.Size(20, 29);
     this.pictureEdit1.StyleController = this.layoutControl1;
     this.pictureEdit1.TabIndex        = 13;
     this.pictureEdit1.MouseEnter     += new System.EventHandler(this.pictureEdit1_MouseEnter);
     this.pictureEdit1.MouseLeave     += new System.EventHandler(this.pictureEdit1_MouseLeave);
     //
     // btOcorrencia
     //
     this.btOcorrencia.Image           = ((System.Drawing.Image)(resources.GetObject("btOcorrencia.Image")));
     this.btOcorrencia.Location        = new System.Drawing.Point(461, 7);
     this.btOcorrencia.Name            = "btOcorrencia";
     this.btOcorrencia.Size            = new System.Drawing.Size(105, 29);
     this.btOcorrencia.StyleController = this.layoutControl1;
     this.btOcorrencia.TabIndex        = 12;
     this.btOcorrencia.Text            = "Ocorrências";
     this.btOcorrencia.Click          += new System.EventHandler(this.btOcorrencia_Click);
     //
     // rteAgenda
     //
     this.rteAgenda.Location = new System.Drawing.Point(574, 180);
     this.rteAgenda.Name     = "rteAgenda";
     this.rteAgenda.Size     = new System.Drawing.Size(191, 287);
     this.rteAgenda.TabIndex = 11;
     this.rteAgenda.Text     = "";
     //
     // dateNavigator1
     //
     this.dateNavigator1.HighlightTodayCell = DevExpress.Utils.DefaultBoolean.Default;
     this.dateNavigator1.HotDate            = null;
     this.dateNavigator1.Location           = new System.Drawing.Point(574, 3);
     this.dateNavigator1.Name              = "dateNavigator1";
     this.dateNavigator1.SchedulerControl  = this.schedulerAgenda;
     this.dateNavigator1.Size              = new System.Drawing.Size(191, 173);
     this.dateNavigator1.TabIndex          = 10;
     this.dateNavigator1.EditDateModified += new System.EventHandler(this.dateNavigator1_EditDateModified);
     //
     // schedulerAgenda
     //
     this.schedulerAgenda.Appearance.Appointment.Font                               = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.schedulerAgenda.Appearance.Appointment.Options.UseFont                    = true;
     this.schedulerAgenda.Appearance.ResourceHeaderCaption.BackColor                = System.Drawing.Color.DodgerBlue;
     this.schedulerAgenda.Appearance.ResourceHeaderCaption.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.schedulerAgenda.Appearance.ResourceHeaderCaption.ForeColor                = System.Drawing.Color.White;
     this.schedulerAgenda.Appearance.ResourceHeaderCaption.Options.UseBackColor     = true;
     this.schedulerAgenda.Appearance.ResourceHeaderCaption.Options.UseFont          = true;
     this.schedulerAgenda.Appearance.ResourceHeaderCaption.Options.UseForeColor     = true;
     this.schedulerAgenda.Appearance.ResourceHeaderCaptionLine.BackColor            = System.Drawing.Color.DodgerBlue;
     this.schedulerAgenda.Appearance.ResourceHeaderCaptionLine.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.schedulerAgenda.Appearance.ResourceHeaderCaptionLine.ForeColor            = System.Drawing.Color.White;
     this.schedulerAgenda.Appearance.ResourceHeaderCaptionLine.Options.UseBackColor = true;
     this.schedulerAgenda.Appearance.ResourceHeaderCaptionLine.Options.UseFont      = true;
     this.schedulerAgenda.Appearance.ResourceHeaderCaptionLine.Options.UseForeColor = true;
     this.schedulerAgenda.BackColor = System.Drawing.SystemColors.Control;
     this.schedulerAgenda.GroupType = DevExpress.XtraScheduler.SchedulerGroupType.Resource;
     this.schedulerAgenda.LimitInterval.Duration = System.TimeSpan.Parse("2917921.23:59:59.9999999");
     this.schedulerAgenda.LimitInterval.Start    = new System.DateTime(2011, 1, 1, 0, 0, 0, 0);
     this.schedulerAgenda.Location = new System.Drawing.Point(7, 40);
     this.schedulerAgenda.Name     = "schedulerAgenda";
     this.schedulerAgenda.OptionsBehavior.ClientTimeZoneId         = "E. South America Standard Time";
     this.schedulerAgenda.OptionsBehavior.SelectOnRightClick       = true;
     this.schedulerAgenda.OptionsCustomization.AllowInplaceEditor  = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerAgenda.OptionsView.NavigationButtons.Visibility = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerAgenda.OptionsView.ResourceHeaders.Height       = 25;
     this.schedulerAgenda.OptionsView.ShowOnlyResourceAppointments = true;
     this.schedulerAgenda.OptionsView.ToolTipVisibility            = DevExpress.XtraScheduler.ToolTipVisibility.Always;
     dailyPrintStyle1.HeadingsFont = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.schedulerAgenda.PrintStyles.Add(dailyPrintStyle1);
     this.schedulerAgenda.PrintStyles.Add(weeklyPrintStyle1);
     this.schedulerAgenda.PrintStyles.Add(monthlyPrintStyle1);
     this.schedulerAgenda.PrintStyles.Add(triFoldPrintStyle1);
     this.schedulerAgenda.PrintStyles.Add(calendarDetailsPrintStyle1);
     this.schedulerAgenda.PrintStyles.Add(memoPrintStyle1);
     schedulerColorSchema1.Cell                = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(212)))), ((int)(((byte)(151)))));
     schedulerColorSchema1.CellBorder          = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(203)))), ((int)(((byte)(138)))));
     schedulerColorSchema1.CellBorderDark      = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(180)))), ((int)(((byte)(104)))));
     schedulerColorSchema1.CellLight           = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(236)))), ((int)(((byte)(188)))));
     schedulerColorSchema1.CellLightBorder     = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
     schedulerColorSchema1.CellLightBorderDark = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(162)))));
     this.schedulerAgenda.ResourceColorSchemas.Add(schedulerColorSchema1);
     this.schedulerAgenda.ResourceNavigator.Visibility = DevExpress.XtraScheduler.ResourceNavigatorVisibility.Always;
     this.schedulerAgenda.Size              = new System.Drawing.Size(559, 423);
     this.schedulerAgenda.Start             = new System.DateTime(2014, 10, 22, 0, 0, 0, 0);
     this.schedulerAgenda.Storage           = this.schedulerStorage;
     this.schedulerAgenda.TabIndex          = 0;
     this.schedulerAgenda.Text              = "schedulerControl1";
     this.schedulerAgenda.ToolTipController = this.toolTipController;
     this.schedulerAgenda.Views.DayView.Appearance.AllDayArea.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.schedulerAgenda.Views.DayView.Appearance.AllDayArea.Options.UseFont = true;
     this.schedulerAgenda.Views.DayView.ShowWorkTimeOnly = true;
     this.schedulerAgenda.Views.DayView.StatusLineWidth  = 2;
     timeRuler1.ShowMinutes = true;
     this.schedulerAgenda.Views.DayView.TimeRulers.Add(timeRuler1);
     this.schedulerAgenda.Views.DayView.WorkTime     = new DevExpress.XtraScheduler.WorkTimeInterval(System.TimeSpan.Parse("07:00:00"), System.TimeSpan.Parse("23:00:00"));
     this.schedulerAgenda.Views.WorkWeekView.Enabled = false;
     this.schedulerAgenda.Views.WorkWeekView.TimeRulers.Add(timeRuler2);
     this.schedulerAgenda.AppointmentViewInfoCustomizing += new DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventHandler(this.schedulerAgenda_AppointmentViewInfoCustomizing);
     this.schedulerAgenda.EditAppointmentFormShowing     += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerAgenda_EditAppointmentFormShowing);
     this.schedulerAgenda.Click += new System.EventHandler(this.schedulerAgenda_Click);
     //
     // schedulerStorage
     //
     this.schedulerStorage.Appointments.DataSource             = this.agendaBindingSource;
     this.schedulerStorage.Appointments.Mappings.AppointmentId = "IdAgenda";
     this.schedulerStorage.Appointments.Mappings.Description   = "AgendaDescricao";
     this.schedulerStorage.Appointments.Mappings.End           = "HoraFinal";
     this.schedulerStorage.Appointments.Mappings.Label         = "AgendaDescricao";
     this.schedulerStorage.Appointments.Mappings.ResourceId    = "Profissional.IdProfissional";
     this.schedulerStorage.Appointments.Mappings.Start         = "HoraInicial";
     this.schedulerStorage.Appointments.Mappings.Subject       = "NomeCliente";
     this.schedulerStorage.Resources.DataSource       = this.profissionalBindingSource;
     this.schedulerStorage.Resources.Mappings.Caption = "Nome";
     this.schedulerStorage.Resources.Mappings.Id      = "IdProfissional";
     //
     // agendaBindingSource
     //
     this.agendaBindingSource.DataSource = typeof(SGEntidades.Entidades.Agenda);
     //
     // profissionalBindingSource
     //
     this.profissionalBindingSource.DataSource = typeof(SGEntidades.Entidades.Profissional);
     //
     // toolTipController
     //
     this.toolTipController.BeforeShow += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController_BeforeShow);
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(574, 3);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Size            = new System.Drawing.Size(191, 20);
     this.dateEdit1.StyleController = this.layoutControl1;
     this.dateEdit1.TabIndex        = 9;
     //
     // btMes
     //
     this.btMes.Image           = ((System.Drawing.Image)(resources.GetObject("btMes.Image")));
     this.btMes.Location        = new System.Drawing.Point(181, 7);
     this.btMes.Name            = "btMes";
     this.btMes.Size            = new System.Drawing.Size(78, 29);
     this.btMes.StyleController = this.layoutControl1;
     this.btMes.TabIndex        = 8;
     this.btMes.Text            = "Mês";
     this.btMes.Click          += new System.EventHandler(this.btMes_Click);
     //
     // btSemana
     //
     this.btSemana.Image           = ((System.Drawing.Image)(resources.GetObject("btSemana.Image")));
     this.btSemana.Location        = new System.Drawing.Point(94, 7);
     this.btSemana.Name            = "btSemana";
     this.btSemana.Size            = new System.Drawing.Size(78, 29);
     this.btSemana.StyleController = this.layoutControl1;
     this.btSemana.TabIndex        = 7;
     this.btSemana.Text            = "Semana";
     this.btSemana.Click          += new System.EventHandler(this.btSemana_Click);
     //
     // btDia
     //
     this.btDia.Image           = ((System.Drawing.Image)(resources.GetObject("btDia.Image")));
     this.btDia.Location        = new System.Drawing.Point(7, 7);
     this.btDia.Name            = "btDia";
     this.btDia.Size            = new System.Drawing.Size(78, 29);
     this.btDia.StyleController = this.layoutControl1;
     this.btDia.TabIndex        = 6;
     this.btDia.Text            = "Dia";
     this.btDia.Click          += new System.EventHandler(this.btDia_Click);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.dateEdit1;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location            = new System.Drawing.Point(571, 0);
     this.layoutControlItem6.MinSize             = new System.Drawing.Size(54, 24);
     this.layoutControlItem6.Name                = "layoutControlItem6";
     this.layoutControlItem6.Size                = new System.Drawing.Size(195, 161);
     this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible         = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlGroup2,
         this.layoutControlItem7,
         this.layoutControlItem3
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(768, 470);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.emptySpaceItem2,
         this.layoutControlItem2,
         this.layoutControlItem4,
         this.emptySpaceItem3,
         this.layoutControlItem5,
         this.emptySpaceItem4,
         this.layoutControlItem8,
         this.emptySpaceItem1,
         this.layoutControlItem9
     });
     this.layoutControlGroup2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name        = "layoutControlGroup2";
     this.layoutControlGroup2.Padding     = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlGroup2.Size        = new System.Drawing.Size(571, 468);
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.schedulerAgenda;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location            = new System.Drawing.Point(0, 33);
     this.layoutControlItem1.MinSize             = new System.Drawing.Size(104, 24);
     this.layoutControlItem1.Name                = "layoutControlItem1";
     this.layoutControlItem1.Size                = new System.Drawing.Size(563, 427);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible         = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack         = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location            = new System.Drawing.Point(82, 0);
     this.emptySpaceItem2.MaxSize             = new System.Drawing.Size(5, 33);
     this.emptySpaceItem2.MinSize             = new System.Drawing.Size(5, 33);
     this.emptySpaceItem2.Name                = "emptySpaceItem2";
     this.emptySpaceItem2.Size                = new System.Drawing.Size(5, 33);
     this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem2.TextSize            = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.btDia;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location            = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.MaxSize             = new System.Drawing.Size(82, 33);
     this.layoutControlItem2.MinSize             = new System.Drawing.Size(82, 33);
     this.layoutControlItem2.Name                = "layoutControlItem2";
     this.layoutControlItem2.Size                = new System.Drawing.Size(82, 33);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible         = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btSemana;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location            = new System.Drawing.Point(87, 0);
     this.layoutControlItem4.MaxSize             = new System.Drawing.Size(82, 33);
     this.layoutControlItem4.MinSize             = new System.Drawing.Size(82, 33);
     this.layoutControlItem4.Name                = "layoutControlItem4";
     this.layoutControlItem4.Size                = new System.Drawing.Size(82, 33);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible         = false;
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack         = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location            = new System.Drawing.Point(169, 0);
     this.emptySpaceItem3.MaxSize             = new System.Drawing.Size(5, 33);
     this.emptySpaceItem3.MinSize             = new System.Drawing.Size(5, 33);
     this.emptySpaceItem3.Name                = "emptySpaceItem3";
     this.emptySpaceItem3.Size                = new System.Drawing.Size(5, 33);
     this.emptySpaceItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem3.TextSize            = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.btMes;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location            = new System.Drawing.Point(174, 0);
     this.layoutControlItem5.MaxSize             = new System.Drawing.Size(82, 33);
     this.layoutControlItem5.MinSize             = new System.Drawing.Size(82, 33);
     this.layoutControlItem5.Name                = "layoutControlItem5";
     this.layoutControlItem5.Size                = new System.Drawing.Size(82, 33);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible         = false;
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack         = false;
     this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4";
     this.emptySpaceItem4.Location            = new System.Drawing.Point(256, 0);
     this.emptySpaceItem4.MaxSize             = new System.Drawing.Size(0, 33);
     this.emptySpaceItem4.MinSize             = new System.Drawing.Size(10, 33);
     this.emptySpaceItem4.Name                = "emptySpaceItem4";
     this.emptySpaceItem4.Size                = new System.Drawing.Size(164, 33);
     this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem4.TextSize            = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.btOcorrencia;
     this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
     this.layoutControlItem8.Location            = new System.Drawing.Point(454, 0);
     this.layoutControlItem8.MaxSize             = new System.Drawing.Size(109, 33);
     this.layoutControlItem8.MinSize             = new System.Drawing.Size(109, 33);
     this.layoutControlItem8.Name                = "layoutControlItem8";
     this.layoutControlItem8.Size                = new System.Drawing.Size(109, 33);
     this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem8.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextVisible         = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack         = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location            = new System.Drawing.Point(444, 0);
     this.emptySpaceItem1.MaxSize             = new System.Drawing.Size(10, 33);
     this.emptySpaceItem1.MinSize             = new System.Drawing.Size(10, 33);
     this.emptySpaceItem1.Name                = "emptySpaceItem1";
     this.emptySpaceItem1.Size                = new System.Drawing.Size(10, 33);
     this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem1.TextSize            = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.pictureEdit1;
     this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
     this.layoutControlItem9.Location            = new System.Drawing.Point(420, 0);
     this.layoutControlItem9.MaxSize             = new System.Drawing.Size(24, 33);
     this.layoutControlItem9.MinSize             = new System.Drawing.Size(24, 33);
     this.layoutControlItem9.Name                = "layoutControlItem9";
     this.layoutControlItem9.Size                = new System.Drawing.Size(24, 33);
     this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem9.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem9.TextVisible         = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.dateNavigator1;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location            = new System.Drawing.Point(571, 0);
     this.layoutControlItem7.MaxSize             = new System.Drawing.Size(195, 177);
     this.layoutControlItem7.MinSize             = new System.Drawing.Size(195, 177);
     this.layoutControlItem7.Name                = "layoutControlItem7";
     this.layoutControlItem7.Size                = new System.Drawing.Size(195, 177);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextVisible         = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.rteAgenda;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location    = new System.Drawing.Point(571, 177);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(195, 291);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // panelLegenda
     //
     this.panelLegenda.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panelLegenda.Controls.Add(this.pictureEdit3);
     this.panelLegenda.Controls.Add(this.pictureEdit2);
     this.panelLegenda.Controls.Add(this.confirmada);
     this.panelLegenda.Controls.Add(this.Atrasada);
     this.panelLegenda.Location = new System.Drawing.Point(360, 38);
     this.panelLegenda.Name     = "panelLegenda";
     this.panelLegenda.Size     = new System.Drawing.Size(155, 68);
     this.panelLegenda.TabIndex = 1;
     this.panelLegenda.Visible  = false;
     //
     // pictureEdit3
     //
     this.pictureEdit3.Location = new System.Drawing.Point(5, 36);
     this.pictureEdit3.Name     = "pictureEdit3";
     this.pictureEdit3.Properties.Appearance.BackColor            = System.Drawing.Color.LightSkyBlue;
     this.pictureEdit3.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit3.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.pictureEdit3.Size     = new System.Drawing.Size(34, 25);
     this.pictureEdit3.TabIndex = 6;
     //
     // pictureEdit2
     //
     this.pictureEdit2.Location = new System.Drawing.Point(5, 5);
     this.pictureEdit2.Name     = "pictureEdit2";
     this.pictureEdit2.Properties.Appearance.BackColor            = System.Drawing.Color.BurlyWood;
     this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.pictureEdit2.Size     = new System.Drawing.Size(34, 25);
     this.pictureEdit2.TabIndex = 5;
     //
     // confirmada
     //
     this.confirmada.Location = new System.Drawing.Point(45, 42);
     this.confirmada.Name     = "confirmada";
     this.confirmada.Size     = new System.Drawing.Size(55, 13);
     this.confirmada.TabIndex = 4;
     this.confirmada.Text     = "Confirmada";
     //
     // Atrasada
     //
     this.Atrasada.Location = new System.Drawing.Point(45, 11);
     this.Atrasada.Name     = "Atrasada";
     this.Atrasada.Size     = new System.Drawing.Size(44, 13);
     this.Atrasada.TabIndex = 3;
     this.Atrasada.Text     = "Atrasada";
     //
     // uConsultaAgenda
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelLegenda);
     this.Controls.Add(this.layoutControl1);
     this.Name  = "uConsultaAgenda";
     this.Size  = new System.Drawing.Size(768, 470);
     this.Load += new System.EventHandler(this.uConsultaAgenda_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerAgenda)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.agendaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.profissionalBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelLegenda)).EndInit();
     this.panelLegenda.ResumeLayout(false);
     this.panelLegenda.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
     this.ResumeLayout(false);
 }