/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            this.mainCalendar = new System.Windows.Forms.Calendar.Calendar();
            this.SuspendLayout();
            // 
            // mainCalendar
            // 
            this.mainCalendar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.mainCalendar.Font = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            this.mainCalendar.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5};
            this.mainCalendar.Location = new System.Drawing.Point(0, 0);
            this.mainCalendar.Name = "mainCalendar";
            this.mainCalendar.Size = new System.Drawing.Size(1347, 733);
            this.mainCalendar.TabIndex = 0;
            // 
            // ZubosFrmCalendar
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1347, 733);
            this.Controls.Add(this.mainCalendar);
            this.Name = "ZubosFrmCalendar";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Calendar";
            this.TopMost = true;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.ZubosFrmCalendar_Load);
            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()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.mainCalendar = new System.Windows.Forms.Calendar.Calendar();
     this.SuspendLayout();
     //
     // mainCalendar
     //
     this.mainCalendar.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.mainCalendar.FirstDayOfWeek  = System.DayOfWeek.Monday;
     this.mainCalendar.Font            = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.mainCalendar.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.mainCalendar.Location = new System.Drawing.Point(0, 0);
     this.mainCalendar.Name     = "mainCalendar";
     this.mainCalendar.Size     = new System.Drawing.Size(1347, 733);
     this.mainCalendar.TabIndex = 0;
     //
     // ZubosFrmCalendar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1347, 733);
     this.Controls.Add(this.mainCalendar);
     this.Name          = "ZubosFrmCalendar";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Calendar";
     this.TopMost       = true;
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.ZubosFrmCalendar_Load);
     this.ResumeLayout(false);
 }
Ejemplo 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();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.calendar1         = new System.Windows.Forms.Calendar.Calendar();
     this.monthView1        = new System.Windows.Forms.Calendar.MonthView();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.SuspendLayout();
     //
     // calendar1
     //
     this.calendar1.Dock = System.Windows.Forms.DockStyle.Right;
     this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location = new System.Drawing.Point(311, 0);
     this.calendar1.Name     = "calendar1";
     this.calendar1.Size     = new System.Drawing.Size(869, 679);
     this.calendar1.TabIndex = 0;
     this.calendar1.Text     = "calendar1";
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.BackColor                  = System.Drawing.Color.White;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.Dock                        = System.Windows.Forms.DockStyle.Left;
     this.monthView1.ItemPadding                 = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(0, 0);
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name                        = "monthView1";
     this.monthView1.Size                        = new System.Drawing.Size(305, 679);
     this.monthView1.TabIndex                    = 1;
     this.monthView1.Text                        = "monthView1";
     this.monthView1.TodayBorderColor            = System.Drawing.Color.Maroon;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
     //
     // Calendar_Events
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1180, 679);
     this.Controls.Add(this.monthView1);
     this.Controls.Add(this.calendar1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Calendar_Events";
     this.Text            = "Calendar_View";
     this.ResumeLayout(false);
 }
Ejemplo n.º 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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.todoBindingSource    = new System.Windows.Forms.BindingSource(this.components);
     this.projectBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.sprintBindingSource  = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.taskSearchPanel1     = new Tornado14.TrayApp.Controls.Task.TaskSearchPanel();
     this.splitContainer2      = new System.Windows.Forms.SplitContainer();
     this.splitContainer3      = new System.Windows.Forms.SplitContainer();
     this.checkedListBox1      = new System.Windows.Forms.CheckedListBox();
     this.label3        = new System.Windows.Forms.Label();
     this.monthView1    = new System.Windows.Forms.Calendar.MonthView();
     this.label1        = new System.Windows.Forms.Label();
     this.calendar1     = new System.Windows.Forms.Calendar.Calendar();
     this.labelCalendar = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.todoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.projectBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sprintBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.SuspendLayout();
     //
     // todoBindingSource
     //
     this.todoBindingSource.DataSource = typeof(Tornado14.Task.Todo);
     //
     // projectBindingSource
     //
     this.projectBindingSource.DataSource = typeof(Tornado14.Task.Project);
     //
     // sprintBindingSource
     //
     this.sprintBindingSource.DataSource = typeof(Tornado14.Task.Sprint);
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.splitContainer1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location  = new System.Drawing.Point(6, 0);
     this.splitContainer1.Name      = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.taskSearchPanel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size             = new System.Drawing.Size(991, 629);
     this.splitContainer1.SplitterDistance = 384;
     this.splitContainer1.TabIndex         = 3;
     //
     // taskSearchPanel1
     //
     this.taskSearchPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.taskSearchPanel1.Location = new System.Drawing.Point(0, 0);
     this.taskSearchPanel1.Name     = "taskSearchPanel1";
     this.taskSearchPanel1.Size     = new System.Drawing.Size(384, 629);
     this.taskSearchPanel1.TabIndex = 0;
     //
     // splitContainer2
     //
     this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.calendar1);
     this.splitContainer2.Panel2.Controls.Add(this.labelCalendar);
     this.splitContainer2.Panel2.Padding   = new System.Windows.Forms.Padding(5);
     this.splitContainer2.Size             = new System.Drawing.Size(603, 629);
     this.splitContainer2.SplitterDistance = 172;
     this.splitContainer2.TabIndex         = 2;
     //
     // splitContainer3
     //
     this.splitContainer3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer3.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name        = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.checkedListBox1);
     this.splitContainer3.Panel1.Controls.Add(this.label3);
     this.splitContainer3.Panel1.Padding = new System.Windows.Forms.Padding(5);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.monthView1);
     this.splitContainer3.Panel2.Controls.Add(this.label1);
     this.splitContainer3.Panel2.Padding   = new System.Windows.Forms.Padding(5);
     this.splitContainer3.Size             = new System.Drawing.Size(603, 172);
     this.splitContainer3.SplitterDistance = 55;
     this.splitContainer3.TabIndex         = 5;
     //
     // checkedListBox1
     //
     this.checkedListBox1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.checkedListBox1.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.checkedListBox1.ColumnWidth           = 300;
     this.checkedListBox1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.checkedListBox1.ForeColor             = System.Drawing.Color.White;
     this.checkedListBox1.FormattingEnabled     = true;
     this.checkedListBox1.Location              = new System.Drawing.Point(5, 26);
     this.checkedListBox1.MultiColumn           = true;
     this.checkedListBox1.Name                  = "checkedListBox1";
     this.checkedListBox1.Size                  = new System.Drawing.Size(591, 22);
     this.checkedListBox1.TabIndex              = 6;
     this.checkedListBox1.ItemCheck            += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox1_ItemCheck);
     this.checkedListBox1.Click                += new System.EventHandler(this.checkedListBox1_Click);
     this.checkedListBox1.SelectedValueChanged += new System.EventHandler(this.checkedListBox1_SelectedValueChanged);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(5, 5);
     this.label3.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 4);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 21);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Calendar";
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.monthView1.FirstDayOfWeek              = System.DayOfWeek.Monday;
     this.monthView1.ForeColor                   = System.Drawing.Color.White;
     this.monthView1.ItemPadding                 = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(5, 26);
     this.monthView1.MaxSelectionCount           = 35;
     this.monthView1.MonthTitleColor             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
     this.monthView1.MonthTitleColorInactive     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name                        = "monthView1";
     this.monthView1.Size                        = new System.Drawing.Size(591, 80);
     this.monthView1.TabIndex                    = 1;
     this.monthView1.Text                        = "monthView1";
     this.monthView1.TodayBorderColor            = System.Drawing.Color.Maroon;
     this.monthView1.SelectionChanged           += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(5, 5);
     this.label1.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 4);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(92, 21);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Time Period";
     //
     // calendar1
     //
     this.calendar1.AllowNew           = false;
     this.calendar1.AutoScroll         = true;
     this.calendar1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.calendar1.FirstDayOfWeek     = System.DayOfWeek.Monday;
     this.calendar1.Font               = new System.Drawing.Font("Segoe UI", 9F);
     this.calendar1.ForeColor          = System.Drawing.Color.White;
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("19:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("19:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("19:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("19:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("19:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.ItemsTimeFormat   = "HH:mm";
     this.calendar1.Location          = new System.Drawing.Point(5, 26);
     this.calendar1.Name              = "calendar1";
     this.calendar1.Size              = new System.Drawing.Size(591, 420);
     this.calendar1.TabIndex          = 0;
     this.calendar1.Text              = "calendar1";
     this.calendar1.ItemCreated      += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreated);
     this.calendar1.ItemDeleted      += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDeleted);
     this.calendar1.ItemTextEdited   += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemTextEdited);
     this.calendar1.ItemDatesChanged += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDatesChanged);
     //
     // labelCalendar
     //
     this.labelCalendar.AutoSize  = true;
     this.labelCalendar.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelCalendar.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelCalendar.ForeColor = System.Drawing.Color.White;
     this.labelCalendar.Location  = new System.Drawing.Point(5, 5);
     this.labelCalendar.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 4);
     this.labelCalendar.Name      = "labelCalendar";
     this.labelCalendar.Size      = new System.Drawing.Size(40, 21);
     this.labelCalendar.TabIndex  = 5;
     this.labelCalendar.Text      = "Plan";
     //
     // TaskPlanningPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.Controls.Add(this.splitContainer1);
     this.Name    = "TaskPlanningPanel";
     this.Padding = new System.Windows.Forms.Padding(6, 0, 0, 0);
     this.Size    = new System.Drawing.Size(997, 629);
     ((System.ComponentModel.ISupportInitialize)(this.todoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.projectBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sprintBindingSource)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel1.PerformLayout();
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.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();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            this.enableScheduleCheckBox = new System.Windows.Forms.CheckBox();
            this.okButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
            this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.changeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.calendar1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // enableScheduleCheckBox
            // 
            this.enableScheduleCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.enableScheduleCheckBox.AutoSize = true;
            this.enableScheduleCheckBox.Location = new System.Drawing.Point(12, 480);
            this.enableScheduleCheckBox.Name = "enableScheduleCheckBox";
            this.enableScheduleCheckBox.Size = new System.Drawing.Size(125, 17);
            this.enableScheduleCheckBox.TabIndex = 2;
            this.enableScheduleCheckBox.Text = "Enable the Schedule";
            this.enableScheduleCheckBox.UseVisualStyleBackColor = true;
            this.enableScheduleCheckBox.CheckedChanged += new System.EventHandler(this.disableScheduleCheckBox_CheckedChanged);
            // 
            // okButton
            // 
            this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.Location = new System.Drawing.Point(733, 476);
            this.okButton.Name = "okButton";
            this.okButton.Size = new System.Drawing.Size(75, 23);
            this.okButton.TabIndex = 3;
            this.okButton.Text = "OK";
            this.okButton.UseVisualStyleBackColor = true;
            // 
            // cancelButton
            // 
            this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.Location = new System.Drawing.Point(814, 476);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.Size = new System.Drawing.Size(75, 23);
            this.cancelButton.TabIndex = 4;
            this.cancelButton.Text = "Cancel";
            this.cancelButton.UseVisualStyleBackColor = true;
            // 
            // vScrollBar1
            // 
            this.vScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.vScrollBar1.Location = new System.Drawing.Point(884, 0);
            this.vScrollBar1.Name = "vScrollBar1";
            this.vScrollBar1.Size = new System.Drawing.Size(17, 470);
            this.vScrollBar1.TabIndex = 6;
            this.vScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar1_Scroll);
            // 
            // calendar1
            // 
            this.calendar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.calendar1.ContextMenuStrip = this.contextMenuStrip1;
            this.calendar1.Controls.Add(this.splitter1);
            this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendar1.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5};
            this.calendar1.Location = new System.Drawing.Point(214, 0);
            this.calendar1.Name = "calendar1";
            this.calendar1.Size = new System.Drawing.Size(670, 470);
            this.calendar1.TabIndex = 5;
            this.calendar1.Text = "calendar1";
            this.calendar1.TimeScale = System.Windows.Forms.Calendar.CalendarTimeScale.FifteenMinutes;
            this.calendar1.LoadItems += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems_1);
            this.calendar1.ItemDatesChanged += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDatesChanged);
            this.calendar1.TimeUnitsOffsetChanged += new System.EventHandler(this.calendar1_TimeUnitsOffsetChanged);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addToolStripMenuItem,
            this.deleteToolStripMenuItem,
            this.changeToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(153, 92);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // addToolStripMenuItem
            // 
            this.addToolStripMenuItem.Name = "addToolStripMenuItem";
            this.addToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.addToolStripMenuItem.Text = "Add";
            this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.deleteToolStripMenuItem.Text = "Delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            // 
            // changeToolStripMenuItem
            // 
            this.changeToolStripMenuItem.Name = "changeToolStripMenuItem";
            this.changeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.changeToolStripMenuItem.Text = "Change";
            this.changeToolStripMenuItem.Click += new System.EventHandler(this.changeToolStripMenuItem_Click);
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(0, 0);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 470);
            this.splitter1.TabIndex = 0;
            this.splitter1.TabStop = false;
            // 
            // monthView1
            // 
            this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView1.Dock = System.Windows.Forms.DockStyle.Left;
            this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView1.Location = new System.Drawing.Point(0, 0);
            this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView1.Name = "monthView1";
            this.monthView1.Size = new System.Drawing.Size(208, 514);
            this.monthView1.TabIndex = 0;
            this.monthView1.Text = "monthView1";
            this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
            this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
            // 
            // ConfigureSchedule
            // 
            this.AcceptButton = this.okButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cancelButton;
            this.ClientSize = new System.Drawing.Size(901, 514);
            this.Controls.Add(this.vScrollBar1);
            this.Controls.Add(this.calendar1);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.enableScheduleCheckBox);
            this.Controls.Add(this.monthView1);
            this.Name = "ConfigureSchedule";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ConfigureSchedule";
            this.Load += new System.EventHandler(this.ConfigureSchedule_Load);
            this.Resize += new System.EventHandler(this.ConfigureSchedule_Resize);
            this.calendar1.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo 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()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.btnClose  = new System.Windows.Forms.Button();
     this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location                = new System.Drawing.Point(525, 390);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.Size                    = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex                = 4;
     this.btnClose.Text                    = "Закрыть";
     this.btnClose.UseVisualStyleBackColor = true;
     //
     // calendar1
     //
     this.calendar1.AllowItemEdit   = false;
     this.calendar1.AllowItemResize = false;
     this.calendar1.Anchor          = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.calendar1.FirstDayOfWeek     = System.DayOfWeek.Monday;
     this.calendar1.Font               = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("19:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("10:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("19:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("10:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("19:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("10:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("19:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("10:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("19:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("10:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location         = new System.Drawing.Point(12, 12);
     this.calendar1.MaximumFullDays  = 1;
     this.calendar1.Name             = "calendar1";
     this.calendar1.Size             = new System.Drawing.Size(588, 371);
     this.calendar1.TabIndex         = 3;
     this.calendar1.Text             = "calendar1";
     this.calendar1.ItemDeleting    += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemDeleting);
     this.calendar1.ItemDoubleClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDoubleClick);
     //
     // VisitPlanDay
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnClose;
     this.ClientSize          = new System.Drawing.Size(612, 425);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.calendar1);
     this.Name          = "VisitPlanDay";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "План на день";
     this.Activated    += new System.EventHandler(this.VisitPlanDay_Activated);
     this.Load         += new System.EventHandler(this.VisitPlanDay_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.VisitPlanDay_KeyDown);
     this.ResumeLayout(false);
 }
Ejemplo n.º 7
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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.contextMenuStrip1               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.redTagToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.yellowTagToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.greenTagToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.blueTagToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.otherColorTagToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1              = new System.Windows.Forms.ToolStripSeparator();
     this.patternToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.diagonalToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.verticalToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.horizontalToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.hatchToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3              = new System.Windows.Forms.ToolStripSeparator();
     this.noneToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.timescaleToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.hourToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4              = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem2       = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem3       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2              = new System.Windows.Forms.ToolStripSeparator();
     this.selectImageToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.imageAlignmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.northToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.eastToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.southToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.westToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5              = new System.Windows.Forms.ToolStripSeparator();
     this.editItemToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.splitter1  = new System.Windows.Forms.Splitter();
     this.calendar1  = new System.Windows.Forms.Calendar.Calendar();
     this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.redTagToolStripMenuItem,
         this.yellowTagToolStripMenuItem,
         this.greenTagToolStripMenuItem,
         this.blueTagToolStripMenuItem,
         this.otherColorTagToolStripMenuItem,
         this.toolStripMenuItem1,
         this.patternToolStripMenuItem,
         this.timescaleToolStripMenuItem,
         this.toolStripMenuItem2,
         this.selectImageToolStripMenuItem,
         this.imageAlignmentToolStripMenuItem,
         this.toolStripMenuItem5,
         this.editItemToolStripMenuItem
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(167, 242);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // redTagToolStripMenuItem
     //
     this.redTagToolStripMenuItem.Name   = "redTagToolStripMenuItem";
     this.redTagToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.redTagToolStripMenuItem.Text   = "Red tag";
     this.redTagToolStripMenuItem.Click += new System.EventHandler(this.redTagToolStripMenuItem_Click);
     //
     // yellowTagToolStripMenuItem
     //
     this.yellowTagToolStripMenuItem.Name   = "yellowTagToolStripMenuItem";
     this.yellowTagToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.yellowTagToolStripMenuItem.Text   = "Yellow tag";
     this.yellowTagToolStripMenuItem.Click += new System.EventHandler(this.yellowTagToolStripMenuItem_Click);
     //
     // greenTagToolStripMenuItem
     //
     this.greenTagToolStripMenuItem.Name   = "greenTagToolStripMenuItem";
     this.greenTagToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.greenTagToolStripMenuItem.Text   = "Green tag";
     this.greenTagToolStripMenuItem.Click += new System.EventHandler(this.greenTagToolStripMenuItem_Click);
     //
     // blueTagToolStripMenuItem
     //
     this.blueTagToolStripMenuItem.Name   = "blueTagToolStripMenuItem";
     this.blueTagToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.blueTagToolStripMenuItem.Text   = "Blue tag";
     this.blueTagToolStripMenuItem.Click += new System.EventHandler(this.blueTagToolStripMenuItem_Click);
     //
     // otherColorTagToolStripMenuItem
     //
     this.otherColorTagToolStripMenuItem.Name   = "otherColorTagToolStripMenuItem";
     this.otherColorTagToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.otherColorTagToolStripMenuItem.Text   = "Other color tag...";
     this.otherColorTagToolStripMenuItem.Click += new System.EventHandler(this.otherColorTagToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(163, 6);
     //
     // patternToolStripMenuItem
     //
     this.patternToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.diagonalToolStripMenuItem,
         this.verticalToolStripMenuItem,
         this.horizontalToolStripMenuItem,
         this.hatchToolStripMenuItem,
         this.toolStripMenuItem3,
         this.noneToolStripMenuItem
     });
     this.patternToolStripMenuItem.Name = "patternToolStripMenuItem";
     this.patternToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.patternToolStripMenuItem.Text = "Pattern";
     //
     // diagonalToolStripMenuItem
     //
     this.diagonalToolStripMenuItem.Name   = "diagonalToolStripMenuItem";
     this.diagonalToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.diagonalToolStripMenuItem.Text   = "Diagonal";
     this.diagonalToolStripMenuItem.Click += new System.EventHandler(this.diagonalToolStripMenuItem_Click);
     //
     // verticalToolStripMenuItem
     //
     this.verticalToolStripMenuItem.Name   = "verticalToolStripMenuItem";
     this.verticalToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.verticalToolStripMenuItem.Text   = "Vertical";
     this.verticalToolStripMenuItem.Click += new System.EventHandler(this.verticalToolStripMenuItem_Click);
     //
     // horizontalToolStripMenuItem
     //
     this.horizontalToolStripMenuItem.Name   = "horizontalToolStripMenuItem";
     this.horizontalToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.horizontalToolStripMenuItem.Text   = "Horizontal";
     this.horizontalToolStripMenuItem.Click += new System.EventHandler(this.horizontalToolStripMenuItem_Click);
     //
     // hatchToolStripMenuItem
     //
     this.hatchToolStripMenuItem.Name   = "hatchToolStripMenuItem";
     this.hatchToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.hatchToolStripMenuItem.Text   = "Cross";
     this.hatchToolStripMenuItem.Click += new System.EventHandler(this.hatchToolStripMenuItem_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(126, 6);
     //
     // noneToolStripMenuItem
     //
     this.noneToolStripMenuItem.Name   = "noneToolStripMenuItem";
     this.noneToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.noneToolStripMenuItem.Text   = "None";
     this.noneToolStripMenuItem.Click += new System.EventHandler(this.noneToolStripMenuItem_Click);
     //
     // timescaleToolStripMenuItem
     //
     this.timescaleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hourToolStripMenuItem,
         this.minutesToolStripMenuItem,
         this.toolStripMenuItem4,
         this.minutesToolStripMenuItem1,
         this.minutesToolStripMenuItem2,
         this.minutesToolStripMenuItem3
     });
     this.timescaleToolStripMenuItem.Name = "timescaleToolStripMenuItem";
     this.timescaleToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.timescaleToolStripMenuItem.Text = "Timescale";
     //
     // hourToolStripMenuItem
     //
     this.hourToolStripMenuItem.Name   = "hourToolStripMenuItem";
     this.hourToolStripMenuItem.Size   = new System.Drawing.Size(132, 22);
     this.hourToolStripMenuItem.Text   = "1 hour";
     this.hourToolStripMenuItem.Click += new System.EventHandler(this.hourToolStripMenuItem_Click);
     //
     // minutesToolStripMenuItem
     //
     this.minutesToolStripMenuItem.Name   = "minutesToolStripMenuItem";
     this.minutesToolStripMenuItem.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem.Text   = "30 minutes";
     this.minutesToolStripMenuItem.Click += new System.EventHandler(this.minutesToolStripMenuItem_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name   = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size   = new System.Drawing.Size(132, 22);
     this.toolStripMenuItem4.Text   = "15 minutes";
     this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
     //
     // minutesToolStripMenuItem1
     //
     this.minutesToolStripMenuItem1.Name   = "minutesToolStripMenuItem1";
     this.minutesToolStripMenuItem1.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem1.Text   = "10 minutes";
     this.minutesToolStripMenuItem1.Click += new System.EventHandler(this.minutesToolStripMenuItem1_Click);
     //
     // minutesToolStripMenuItem2
     //
     this.minutesToolStripMenuItem2.Name   = "minutesToolStripMenuItem2";
     this.minutesToolStripMenuItem2.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem2.Text   = "6 minutes";
     this.minutesToolStripMenuItem2.Click += new System.EventHandler(this.minutesToolStripMenuItem2_Click);
     //
     // minutesToolStripMenuItem3
     //
     this.minutesToolStripMenuItem3.Name   = "minutesToolStripMenuItem3";
     this.minutesToolStripMenuItem3.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem3.Text   = "5 minutes";
     this.minutesToolStripMenuItem3.Click += new System.EventHandler(this.minutesToolStripMenuItem3_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(163, 6);
     //
     // selectImageToolStripMenuItem
     //
     this.selectImageToolStripMenuItem.Name   = "selectImageToolStripMenuItem";
     this.selectImageToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.selectImageToolStripMenuItem.Text   = "Select Image...";
     this.selectImageToolStripMenuItem.Click += new System.EventHandler(this.selectImageToolStripMenuItem_Click);
     //
     // imageAlignmentToolStripMenuItem
     //
     this.imageAlignmentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.northToolStripMenuItem,
         this.eastToolStripMenuItem,
         this.southToolStripMenuItem,
         this.westToolStripMenuItem
     });
     this.imageAlignmentToolStripMenuItem.Name = "imageAlignmentToolStripMenuItem";
     this.imageAlignmentToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.imageAlignmentToolStripMenuItem.Text = "Image Alignment";
     //
     // northToolStripMenuItem
     //
     this.northToolStripMenuItem.Name   = "northToolStripMenuItem";
     this.northToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.northToolStripMenuItem.Text   = "North";
     this.northToolStripMenuItem.Click += new System.EventHandler(this.northToolStripMenuItem_Click);
     //
     // eastToolStripMenuItem
     //
     this.eastToolStripMenuItem.Name   = "eastToolStripMenuItem";
     this.eastToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.eastToolStripMenuItem.Text   = "East";
     this.eastToolStripMenuItem.Click += new System.EventHandler(this.eastToolStripMenuItem_Click);
     //
     // southToolStripMenuItem
     //
     this.southToolStripMenuItem.Name   = "southToolStripMenuItem";
     this.southToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.southToolStripMenuItem.Text   = "South";
     this.southToolStripMenuItem.Click += new System.EventHandler(this.southToolStripMenuItem_Click);
     //
     // westToolStripMenuItem
     //
     this.westToolStripMenuItem.Name   = "westToolStripMenuItem";
     this.westToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.westToolStripMenuItem.Text   = "West";
     this.westToolStripMenuItem.Click += new System.EventHandler(this.westToolStripMenuItem_Click);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(163, 6);
     //
     // editItemToolStripMenuItem
     //
     this.editItemToolStripMenuItem.Name   = "editItemToolStripMenuItem";
     this.editItemToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.editItemToolStripMenuItem.Text   = "Edit item\'s text";
     this.editItemToolStripMenuItem.Click += new System.EventHandler(this.editItemToolStripMenuItem_Click);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(196, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(6, 491);
     this.splitter1.TabIndex = 4;
     this.splitter1.TabStop  = false;
     //
     // calendar1
     //
     this.calendar1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.calendar1.ContextMenuStrip   = this.contextMenuStrip1;
     this.calendar1.DefaultStartTime   = System.TimeSpan.Parse("08:30:00");
     this.calendar1.Dock               = System.Windows.Forms.DockStyle.Fill;
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location          = new System.Drawing.Point(202, 0);
     this.calendar1.Name              = "calendar1";
     this.calendar1.Size              = new System.Drawing.Size(675, 491);
     this.calendar1.TabIndex          = 2;
     this.calendar1.Text              = "calendar1";
     this.calendar1.LoadItems        += new System.EventHandler <System.Windows.Forms.Calendar.CalendarLoadEventArgs>(this.calendar1_LoadItems);
     this.calendar1.DayHeaderClick   += new System.EventHandler <System.Windows.Forms.Calendar.CalendarDayEventArgs>(this.calendar1_DayHeaderClick);
     this.calendar1.ItemCreated      += new System.EventHandler <System.Windows.Forms.Calendar.CalendarItemCancelEventArgs>(this.calendar1_ItemCreated);
     this.calendar1.ItemDeleted      += new System.EventHandler <System.Windows.Forms.Calendar.CalendarItemEventArgs>(this.calendar1_ItemDeleted);
     this.calendar1.ItemDatesChanged += new System.EventHandler <System.Windows.Forms.Calendar.CalendarItemEventArgs>(this.calendar1_ItemDatesChanged);
     this.calendar1.ItemClick        += new System.EventHandler <System.Windows.Forms.Calendar.CalendarItemEventArgs>(this.calendar1_ItemClick);
     this.calendar1.ItemDoubleClick  += new System.EventHandler <System.Windows.Forms.Calendar.CalendarItemEventArgs>(this.calendar1_ItemDoubleClick);
     this.calendar1.ItemMouseHover   += new System.EventHandler <System.Windows.Forms.Calendar.CalendarItemEventArgs>(this.calendar1_ItemMouseHover);
     //
     // monthView1
     //
     this.monthView1.Dock              = System.Windows.Forms.DockStyle.Left;
     this.monthView1.ItemPadding       = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.monthView1.Location          = new System.Drawing.Point(0, 0);
     this.monthView1.MaxSelectionCount = 35;
     this.monthView1.Name              = "monthView1";
     this.monthView1.Size              = new System.Drawing.Size(196, 491);
     this.monthView1.TabIndex          = 3;
     this.monthView1.Text              = "monthView1";
     this.monthView1.SelectionChanged += new System.EventHandler <System.Windows.Forms.Calendar.DateRangeChangedEventArgs>(this.monthView1_SelectionChanged);
     //
     // DemoForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(877, 491);
     this.Controls.Add(this.calendar1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.monthView1);
     this.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222)));
     this.Name         = "DemoForm";
     this.Text         = "Calendar Demo";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DemoForm_FormClosing);
     this.Load        += new System.EventHandler(this.Form1_Load);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 8
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            var calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            var calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            var calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            var calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            var calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();

            this.MainCalendar = new System.Windows.Forms.Calendar.Calendar();
            this.MonthView    = new System.Windows.Forms.Calendar.MonthView();
            this.btnSave      = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // MainCalendar
            //
            this.MainCalendar.Font            = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            this.MainCalendar.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
                calendarHighlightRange1,
                calendarHighlightRange2,
                calendarHighlightRange3,
                calendarHighlightRange4,
                calendarHighlightRange5
            };
            this.MainCalendar.Location = new System.Drawing.Point(211, 5);
            this.MainCalendar.Name     = "MainCalendar";
            this.MainCalendar.Size     = new System.Drawing.Size(627, 432);
            this.MainCalendar.TabIndex = 0;
            this.MainCalendar.Text     = "calendar1";
            //
            // MonthView
            //
            this.MonthView.ArrowsColor                = System.Drawing.SystemColors.Window;
            this.MonthView.ArrowsSelectedColor        = System.Drawing.Color.Gold;
            this.MonthView.DayBackgroundColor         = System.Drawing.Color.Empty;
            this.MonthView.DayGrayedText              = System.Drawing.SystemColors.GrayText;
            this.MonthView.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.MonthView.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
            this.MonthView.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
            this.MonthView.ItemPadding                = new System.Windows.Forms.Padding(2);
            this.MonthView.Location                    = new System.Drawing.Point(4, 5);
            this.MonthView.MaxSelectionCount           = 14;
            this.MonthView.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
            this.MonthView.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
            this.MonthView.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
            this.MonthView.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.MonthView.Name              = "MonthView";
            this.MonthView.Size              = new System.Drawing.Size(201, 432);
            this.MonthView.TabIndex          = 1;
            this.MonthView.Text              = "monthView1";
            this.MonthView.TodayBorderColor  = System.Drawing.Color.Maroon;
            this.MonthView.SelectionChanged += new System.EventHandler(this.MonthView_SelectionChanged);
            //
            // btnSave
            //
            this.btnSave.Location = new System.Drawing.Point(763, 443);
            this.btnSave.Name     = "btnSave";
            this.btnSave.Size     = new System.Drawing.Size(75, 23);
            this.btnSave.TabIndex = 2;
            this.btnSave.Text     = "Kaydet";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            //
            // Calendar
            //
            this.ClientSize = new System.Drawing.Size(847, 472);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.MonthView);
            this.Controls.Add(this.MainCalendar);
            this.Name  = "Calendar";
            this.Text  = "Calendar";
            this.Load += new System.EventHandler(this.Calendar_Load);
            this.ResumeLayout(false);
        }
Ejemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.CalendarProg  = new System.Windows.Forms.Calendar.Calendar();
     this.panel3        = new System.Windows.Forms.Panel();
     this.LblTitulo2    = new System.Windows.Forms.Label();
     this.panel1        = new System.Windows.Forms.Panel();
     this.MonthViewProg = new System.Windows.Forms.Calendar.MonthView();
     this.BtnBuscar     = new System.Windows.Forms.Button();
     this.label12       = new System.Windows.Forms.Label();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // CalendarProg
     //
     this.CalendarProg.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.CalendarProg.Font            = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.CalendarProg.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.CalendarProg.Location = new System.Drawing.Point(293, 43);
     this.CalendarProg.Name     = "CalendarProg";
     this.CalendarProg.Size     = new System.Drawing.Size(892, 537);
     this.CalendarProg.TabIndex = 0;
     this.CalendarProg.Text     = "calendar1";
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
     this.panel3.Controls.Add(this.LblTitulo2);
     this.panel3.ForeColor = System.Drawing.Color.Black;
     this.panel3.Location  = new System.Drawing.Point(2, 2);
     this.panel3.Margin    = new System.Windows.Forms.Padding(4);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(1183, 34);
     this.panel3.TabIndex  = 9;
     //
     // LblTitulo2
     //
     this.LblTitulo2.BackColor = System.Drawing.Color.Transparent;
     this.LblTitulo2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.LblTitulo2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LblTitulo2.ForeColor = System.Drawing.Color.Black;
     this.LblTitulo2.Location  = new System.Drawing.Point(0, 0);
     this.LblTitulo2.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.LblTitulo2.Name      = "LblTitulo2";
     this.LblTitulo2.Size      = new System.Drawing.Size(1183, 34);
     this.LblTitulo2.TabIndex  = 0;
     this.LblTitulo2.Text      = "PROGRAMACIÓN DE PRODUCCIÓN";
     this.LblTitulo2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.panel1.BackColor   = System.Drawing.Color.Transparent;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.MonthViewProg);
     this.panel1.Controls.Add(this.BtnBuscar);
     this.panel1.Controls.Add(this.label12);
     this.panel1.ForeColor = System.Drawing.Color.Black;
     this.panel1.Location  = new System.Drawing.Point(2, 40);
     this.panel1.Margin    = new System.Windows.Forms.Padding(4);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(284, 540);
     this.panel1.TabIndex  = 10;
     //
     // MonthViewProg
     //
     this.MonthViewProg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.MonthViewProg.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.MonthViewProg.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.MonthViewProg.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.MonthViewProg.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.MonthViewProg.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.MonthViewProg.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.MonthViewProg.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.MonthViewProg.ItemPadding                = new System.Windows.Forms.Padding(2);
     this.MonthViewProg.Location                    = new System.Drawing.Point(16, 25);
     this.MonthViewProg.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.MonthViewProg.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.MonthViewProg.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.MonthViewProg.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.MonthViewProg.Name             = "MonthViewProg";
     this.MonthViewProg.Size             = new System.Drawing.Size(255, 465);
     this.MonthViewProg.TabIndex         = 169;
     this.MonthViewProg.Text             = "monthView1";
     this.MonthViewProg.TodayBorderColor = System.Drawing.Color.Maroon;
     //
     // BtnBuscar
     //
     this.BtnBuscar.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.BtnBuscar.Image      = global::SSF_NET_Produccion.Properties.Resources.lookup_reference_16x16;
     this.BtnBuscar.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.BtnBuscar.Location   = new System.Drawing.Point(16, 497);
     this.BtnBuscar.Margin     = new System.Windows.Forms.Padding(4);
     this.BtnBuscar.Name       = "BtnBuscar";
     this.BtnBuscar.Size       = new System.Drawing.Size(255, 37);
     this.BtnBuscar.TabIndex   = 168;
     this.BtnBuscar.Text       = "BUSCAR";
     this.BtnBuscar.UseVisualStyleBackColor = true;
     this.BtnBuscar.Click += new System.EventHandler(this.BtnBuscar_Click);
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.label12.Location  = new System.Drawing.Point(5, 5);
     this.label12.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(249, 17);
     this.label12.TabIndex  = 68;
     this.label12.Text      = "..:: FILTROS DE BUSQUEDA ::..";
     //
     // FrmProgramacionProd
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1186, 583);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.CalendarProg);
     this.Name = "FrmProgramacionProd";
     this.Text = "Producción - Programación de Producción";
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.enableScheduleCheckBox = new System.Windows.Forms.CheckBox();
     this.okButton                = new System.Windows.Forms.Button();
     this.cancelButton            = new System.Windows.Forms.Button();
     this.vScrollBar1             = new System.Windows.Forms.VScrollBar();
     this.calendar1               = new System.Windows.Forms.Calendar.Calendar();
     this.contextMenuStrip1       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.splitter1               = new System.Windows.Forms.Splitter();
     this.monthView1              = new System.Windows.Forms.Calendar.MonthView();
     this.openFileDialog          = new System.Windows.Forms.OpenFileDialog();
     this.calendar1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // enableScheduleCheckBox
     //
     this.enableScheduleCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.enableScheduleCheckBox.AutoSize = true;
     this.enableScheduleCheckBox.Location = new System.Drawing.Point(16, 595);
     this.enableScheduleCheckBox.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.enableScheduleCheckBox.Name     = "enableScheduleCheckBox";
     this.enableScheduleCheckBox.Size     = new System.Drawing.Size(125, 17);
     this.enableScheduleCheckBox.TabIndex = 2;
     this.enableScheduleCheckBox.Text     = "Enable the Schedule";
     this.enableScheduleCheckBox.UseVisualStyleBackColor = true;
     this.enableScheduleCheckBox.CheckedChanged         += new System.EventHandler(this.disableScheduleCheckBox_CheckedChanged);
     //
     // okButton
     //
     this.okButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.okButton.Location                = new System.Drawing.Point(977, 586);
     this.okButton.Margin                  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.okButton.Name                    = "okButton";
     this.okButton.Size                    = new System.Drawing.Size(100, 28);
     this.okButton.TabIndex                = 3;
     this.okButton.Text                    = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     //
     // cancelButton
     //
     this.cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new System.Drawing.Point(1085, 586);
     this.cancelButton.Margin                  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(100, 28);
     this.cancelButton.TabIndex                = 4;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     //
     // vScrollBar1
     //
     this.vScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.vScrollBar1.Location = new System.Drawing.Point(1179, 0);
     this.vScrollBar1.Name     = "vScrollBar1";
     this.vScrollBar1.Size     = new System.Drawing.Size(17, 578);
     this.vScrollBar1.TabIndex = 6;
     this.vScrollBar1.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar1_Scroll);
     //
     // calendar1
     //
     this.calendar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.calendar1.ContextMenuStrip = this.contextMenuStrip1;
     this.calendar1.Controls.Add(this.splitter1);
     this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location                = new System.Drawing.Point(285, 0);
     this.calendar1.Margin                  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.calendar1.Name                    = "calendar1";
     this.calendar1.Size                    = new System.Drawing.Size(893, 578);
     this.calendar1.TabIndex                = 5;
     this.calendar1.Text                    = "calendar1";
     this.calendar1.TimeScale               = System.Windows.Forms.Calendar.CalendarTimeScale.FifteenMinutes;
     this.calendar1.LoadItems              += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems_1);
     this.calendar1.ItemDatesChanged       += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDatesChanged);
     this.calendar1.TimeUnitsOffsetChanged += new System.EventHandler(this.calendar1_TimeUnitsOffsetChanged);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addToolStripMenuItem,
         this.deleteToolStripMenuItem,
         this.changeToolStripMenuItem
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(153, 92);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // addToolStripMenuItem
     //
     this.addToolStripMenuItem.Name   = "addToolStripMenuItem";
     this.addToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.addToolStripMenuItem.Text   = "Add";
     this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.deleteToolStripMenuItem.Text   = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // changeToolStripMenuItem
     //
     this.changeToolStripMenuItem.Name   = "changeToolStripMenuItem";
     this.changeToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.changeToolStripMenuItem.Text   = "Change";
     this.changeToolStripMenuItem.Click += new System.EventHandler(this.changeToolStripMenuItem_Click);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(4, 578);
     this.splitter1.TabIndex = 0;
     this.splitter1.TabStop  = false;
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.Dock                        = System.Windows.Forms.DockStyle.Left;
     this.monthView1.ItemPadding                 = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(0, 0);
     this.monthView1.Margin                      = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name                        = "monthView1";
     this.monthView1.Size                        = new System.Drawing.Size(277, 633);
     this.monthView1.TabIndex                    = 0;
     this.monthView1.Text                        = "monthView1";
     this.monthView1.TodayBorderColor            = System.Drawing.Color.Maroon;
     this.monthView1.SelectionChanged           += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // ConfigureSchedule
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(1201, 633);
     this.Controls.Add(this.vScrollBar1);
     this.Controls.Add(this.calendar1);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.enableScheduleCheckBox);
     this.Controls.Add(this.monthView1);
     this.Margin        = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name          = "ConfigureSchedule";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "ConfigureSchedule";
     this.Load         += new System.EventHandler(this.ConfigureSchedule_Load);
     this.Resize       += new System.EventHandler(this.ConfigureSchedule_Resize);
     this.calendar1.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 11
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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.toolStrip1                      = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1                 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButton1                = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2                = new System.Windows.Forms.ToolStripButton();
     this.tableLayoutPanel2               = new System.Windows.Forms.TableLayoutPanel();
     this.panel2                          = new System.Windows.Forms.Panel();
     this.userCbx                         = new MetroFramework.Controls.MetroComboBox();
     this.userPbx                         = new System.Windows.Forms.PictureBox();
     this.monthView1                      = new WindowsFormsCalendar.MonthView();
     this.calendar1                       = new System.Windows.Forms.Calendar.Calendar();
     this.label9                          = new System.Windows.Forms.Label();
     this.contextMenuStrip1               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.redTagToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.yellowTagToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.greenTagToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.blueTagToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.otherColorTagToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1              = new System.Windows.Forms.ToolStripSeparator();
     this.patternToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.diagonalToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.verticalToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.horizontalToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.hatchToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3              = new System.Windows.Forms.ToolStripSeparator();
     this.noneToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.timescaleToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.hourToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4              = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem2       = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem3       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2              = new System.Windows.Forms.ToolStripSeparator();
     this.selectImageToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.imageAlignmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.northToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.eastToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.southToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.westToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5              = new System.Windows.Forms.ToolStripSeparator();
     this.editItemToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.button1                         = new System.Windows.Forms.Button();
     this.toDateTxt                       = new System.Windows.Forms.DateTimePicker();
     this.fromDateTxt                     = new System.Windows.Forms.DateTimePicker();
     this.toolStrip1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.userPbx)).BeginInit();
     this.calendar1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.AutoSize  = false;
     this.toolStrip1.BackColor = System.Drawing.Color.White;
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.toolStripButton1,
         this.toolStripButton2
     });
     this.toolStrip1.Location   = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.Padding    = new System.Windows.Forms.Padding(10);
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip1.Size       = new System.Drawing.Size(1200, 57);
     this.toolStrip1.TabIndex   = 46;
     this.toolStrip1.Text       = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Font         = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripLabel1.ForeColor    = System.Drawing.SystemColors.GrayText;
     this.toolStripLabel1.Image        = global::ARM.Properties.Resources.Calendar_24;
     this.toolStripLabel1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripLabel1.Name         = "toolStripLabel1";
     this.toolStripLabel1.Size         = new System.Drawing.Size(112, 34);
     this.toolStripLabel1.Text         = "Calendar";
     //
     // toolStripButton1
     //
     this.toolStripButton1.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = global::ARM.Properties.Resources.Cancel_16;
     this.toolStripButton1.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 34);
     this.toolStripButton1.Text   = "toolStripButton1";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = global::ARM.Properties.Resources.Document_Add_01_16;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(23, 34);
     this.toolStripButton2.Text   = "toolStripButton2";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel2.BackColor             = System.Drawing.Color.White;
     this.tableLayoutPanel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.tableLayoutPanel2.ColumnCount           = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.05141F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 79.94859F));
     this.tableLayoutPanel2.Controls.Add(this.panel2, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.calendar1, 1, 0);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(12, 60);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1176, 618);
     this.tableLayoutPanel2.TabIndex = 47;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.panel2.Controls.Add(this.userCbx);
     this.panel2.Controls.Add(this.userPbx);
     this.panel2.Controls.Add(this.monthView1);
     this.panel2.Location = new System.Drawing.Point(3, 3);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(227, 612);
     this.panel2.TabIndex = 6;
     //
     // userCbx
     //
     this.userCbx.FormattingEnabled = true;
     this.userCbx.ItemHeight        = 23;
     this.userCbx.Location          = new System.Drawing.Point(10, 229);
     this.userCbx.Margin            = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.userCbx.Name                  = "userCbx";
     this.userCbx.PromptText            = "Employee";
     this.userCbx.Size                  = new System.Drawing.Size(211, 29);
     this.userCbx.TabIndex              = 199;
     this.userCbx.UseSelectable         = true;
     this.userCbx.SelectedIndexChanged += new System.EventHandler(this.userCbx_SelectedIndexChanged);
     //
     // userPbx
     //
     this.userPbx.Image    = global::ARM.Properties.Resources.User_Profile_128;
     this.userPbx.Location = new System.Drawing.Point(47, 265);
     this.userPbx.Name     = "userPbx";
     this.userPbx.Size     = new System.Drawing.Size(112, 95);
     this.userPbx.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.userPbx.TabIndex = 200;
     this.userPbx.TabStop  = false;
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.ItemPadding                = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(10, 13);
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name              = "monthView1";
     this.monthView1.SelectionMode     = WindowsFormsCalendar.MonthViewSelection.Week;
     this.monthView1.Size              = new System.Drawing.Size(211, 149);
     this.monthView1.TabIndex          = 12;
     this.monthView1.Text              = "monthView1";
     this.monthView1.TodayBorderColor  = System.Drawing.Color.Maroon;
     this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // calendar1
     //
     this.calendar1.Controls.Add(this.label9);
     this.calendar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location        = new System.Drawing.Point(238, 3);
     this.calendar1.MaximumFullDays = 15;
     this.calendar1.Name            = "calendar1";
     this.calendar1.Size            = new System.Drawing.Size(935, 612);
     this.calendar1.TabIndex        = 7;
     this.calendar1.Text            = "calendar1";
     this.calendar1.TimeScale       = System.Windows.Forms.Calendar.CalendarTimeScale.SixtyMinutes;
     this.calendar1.LoadItems      += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
     this.calendar1.DayHeaderClick += new System.Windows.Forms.Calendar.Calendar.CalendarDayEventHandler(this.calendar1_DayHeaderClick);
     this.calendar1.ItemCreated    += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreated);
     this.calendar1.ItemDeleted    += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDeleted);
     this.calendar1.ItemClick      += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemClick);
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.Font      = new System.Drawing.Font("Calibri", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label9.Location  = new System.Drawing.Point(-238, 290);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(35, 19);
     this.label9.TabIndex  = 201;
     this.label9.Text      = "C/O";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.redTagToolStripMenuItem,
         this.yellowTagToolStripMenuItem,
         this.greenTagToolStripMenuItem,
         this.blueTagToolStripMenuItem,
         this.otherColorTagToolStripMenuItem,
         this.toolStripMenuItem1,
         this.patternToolStripMenuItem,
         this.timescaleToolStripMenuItem,
         this.toolStripMenuItem2,
         this.selectImageToolStripMenuItem,
         this.imageAlignmentToolStripMenuItem,
         this.toolStripMenuItem5,
         this.editItemToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(167, 242);
     //
     // redTagToolStripMenuItem
     //
     this.redTagToolStripMenuItem.Name = "redTagToolStripMenuItem";
     this.redTagToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.redTagToolStripMenuItem.Text = "Red tag";
     //
     // yellowTagToolStripMenuItem
     //
     this.yellowTagToolStripMenuItem.Name = "yellowTagToolStripMenuItem";
     this.yellowTagToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.yellowTagToolStripMenuItem.Text = "Yellow tag";
     //
     // greenTagToolStripMenuItem
     //
     this.greenTagToolStripMenuItem.Name = "greenTagToolStripMenuItem";
     this.greenTagToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.greenTagToolStripMenuItem.Text = "Green tag";
     //
     // blueTagToolStripMenuItem
     //
     this.blueTagToolStripMenuItem.Name = "blueTagToolStripMenuItem";
     this.blueTagToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.blueTagToolStripMenuItem.Text = "Blue tag";
     //
     // otherColorTagToolStripMenuItem
     //
     this.otherColorTagToolStripMenuItem.Name   = "otherColorTagToolStripMenuItem";
     this.otherColorTagToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.otherColorTagToolStripMenuItem.Text   = "Other color tag...";
     this.otherColorTagToolStripMenuItem.Click += new System.EventHandler(this.otherColorTagToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(163, 6);
     //
     // patternToolStripMenuItem
     //
     this.patternToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.diagonalToolStripMenuItem,
         this.verticalToolStripMenuItem,
         this.horizontalToolStripMenuItem,
         this.hatchToolStripMenuItem,
         this.toolStripMenuItem3,
         this.noneToolStripMenuItem
     });
     this.patternToolStripMenuItem.Name = "patternToolStripMenuItem";
     this.patternToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.patternToolStripMenuItem.Text = "Pattern";
     //
     // diagonalToolStripMenuItem
     //
     this.diagonalToolStripMenuItem.Name   = "diagonalToolStripMenuItem";
     this.diagonalToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.diagonalToolStripMenuItem.Text   = "Diagonal";
     this.diagonalToolStripMenuItem.Click += new System.EventHandler(this.diagonalToolStripMenuItem_Click);
     //
     // verticalToolStripMenuItem
     //
     this.verticalToolStripMenuItem.Name = "verticalToolStripMenuItem";
     this.verticalToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.verticalToolStripMenuItem.Text = "Vertical";
     //
     // horizontalToolStripMenuItem
     //
     this.horizontalToolStripMenuItem.Name = "horizontalToolStripMenuItem";
     this.horizontalToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.horizontalToolStripMenuItem.Text = "Horizontal";
     //
     // hatchToolStripMenuItem
     //
     this.hatchToolStripMenuItem.Name = "hatchToolStripMenuItem";
     this.hatchToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
     this.hatchToolStripMenuItem.Text = "Cross";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(126, 6);
     //
     // noneToolStripMenuItem
     //
     this.noneToolStripMenuItem.Name   = "noneToolStripMenuItem";
     this.noneToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.noneToolStripMenuItem.Text   = "None";
     this.noneToolStripMenuItem.Click += new System.EventHandler(this.noneToolStripMenuItem_Click);
     //
     // timescaleToolStripMenuItem
     //
     this.timescaleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hourToolStripMenuItem,
         this.minutesToolStripMenuItem,
         this.toolStripMenuItem4,
         this.minutesToolStripMenuItem1,
         this.minutesToolStripMenuItem2,
         this.minutesToolStripMenuItem3
     });
     this.timescaleToolStripMenuItem.Name = "timescaleToolStripMenuItem";
     this.timescaleToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.timescaleToolStripMenuItem.Text = "Timescale";
     //
     // hourToolStripMenuItem
     //
     this.hourToolStripMenuItem.Name   = "hourToolStripMenuItem";
     this.hourToolStripMenuItem.Size   = new System.Drawing.Size(132, 22);
     this.hourToolStripMenuItem.Text   = "1 hour";
     this.hourToolStripMenuItem.Click += new System.EventHandler(this.hourToolStripMenuItem_Click);
     //
     // minutesToolStripMenuItem
     //
     this.minutesToolStripMenuItem.Name   = "minutesToolStripMenuItem";
     this.minutesToolStripMenuItem.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem.Text   = "30 minutes";
     this.minutesToolStripMenuItem.Click += new System.EventHandler(this.minutesToolStripMenuItem_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name   = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size   = new System.Drawing.Size(132, 22);
     this.toolStripMenuItem4.Text   = "15 minutes";
     this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
     //
     // minutesToolStripMenuItem1
     //
     this.minutesToolStripMenuItem1.Name   = "minutesToolStripMenuItem1";
     this.minutesToolStripMenuItem1.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem1.Text   = "10 minutes";
     this.minutesToolStripMenuItem1.Click += new System.EventHandler(this.minutesToolStripMenuItem1_Click);
     //
     // minutesToolStripMenuItem2
     //
     this.minutesToolStripMenuItem2.Name   = "minutesToolStripMenuItem2";
     this.minutesToolStripMenuItem2.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem2.Text   = "6 minutes";
     this.minutesToolStripMenuItem2.Click += new System.EventHandler(this.minutesToolStripMenuItem2_Click);
     //
     // minutesToolStripMenuItem3
     //
     this.minutesToolStripMenuItem3.Name   = "minutesToolStripMenuItem3";
     this.minutesToolStripMenuItem3.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem3.Text   = "5 minutes";
     this.minutesToolStripMenuItem3.Click += new System.EventHandler(this.minutesToolStripMenuItem3_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(163, 6);
     //
     // selectImageToolStripMenuItem
     //
     this.selectImageToolStripMenuItem.Name   = "selectImageToolStripMenuItem";
     this.selectImageToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.selectImageToolStripMenuItem.Text   = "Select Image...";
     this.selectImageToolStripMenuItem.Click += new System.EventHandler(this.selectImageToolStripMenuItem_Click);
     //
     // imageAlignmentToolStripMenuItem
     //
     this.imageAlignmentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.northToolStripMenuItem,
         this.eastToolStripMenuItem,
         this.southToolStripMenuItem,
         this.westToolStripMenuItem
     });
     this.imageAlignmentToolStripMenuItem.Name = "imageAlignmentToolStripMenuItem";
     this.imageAlignmentToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.imageAlignmentToolStripMenuItem.Text = "Image Alignment";
     //
     // northToolStripMenuItem
     //
     this.northToolStripMenuItem.Name = "northToolStripMenuItem";
     this.northToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
     this.northToolStripMenuItem.Text = "North";
     //
     // eastToolStripMenuItem
     //
     this.eastToolStripMenuItem.Name = "eastToolStripMenuItem";
     this.eastToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
     this.eastToolStripMenuItem.Text = "East";
     //
     // southToolStripMenuItem
     //
     this.southToolStripMenuItem.Name = "southToolStripMenuItem";
     this.southToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
     this.southToolStripMenuItem.Text = "South";
     //
     // westToolStripMenuItem
     //
     this.westToolStripMenuItem.Name = "westToolStripMenuItem";
     this.westToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
     this.westToolStripMenuItem.Text = "West";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(163, 6);
     //
     // editItemToolStripMenuItem
     //
     this.editItemToolStripMenuItem.Name   = "editItemToolStripMenuItem";
     this.editItemToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.editItemToolStripMenuItem.Text   = "Edit item\'s text";
     this.editItemToolStripMenuItem.Click += new System.EventHandler(this.editItemToolStripMenuItem_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Image      = global::ARM.Properties.Resources.Submit_02_161;
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.button1.Location   = new System.Drawing.Point(1082, 16);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(37, 26);
     this.button1.TabIndex   = 54;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // toDateTxt
     //
     this.toDateTxt.CalendarFont = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toDateTxt.Font         = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toDateTxt.Location     = new System.Drawing.Point(831, 16);
     this.toDateTxt.Name         = "toDateTxt";
     this.toDateTxt.Size         = new System.Drawing.Size(245, 26);
     this.toDateTxt.TabIndex     = 53;
     //
     // fromDateTxt
     //
     this.fromDateTxt.CalendarFont = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fromDateTxt.Font         = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fromDateTxt.Location     = new System.Drawing.Point(577, 16);
     this.fromDateTxt.Name         = "fromDateTxt";
     this.fromDateTxt.Size         = new System.Drawing.Size(248, 26);
     this.fromDateTxt.TabIndex     = 52;
     //
     // CalendarForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.ClientSize          = new System.Drawing.Size(1200, 690);
     this.ContextMenuStrip    = this.contextMenuStrip1;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.toDateTxt);
     this.Controls.Add(this.fromDateTxt);
     this.Controls.Add(this.tableLayoutPanel2);
     this.Controls.Add(this.toolStrip1);
     this.Font            = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name            = "CalendarForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "CalendarForm";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.CalendarForm_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.userPbx)).EndInit();
     this.calendar1.ResumeLayout(false);
     this.calendar1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 12
0
        /// <summary>
        /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
        /// le contenu de cette méthode avec l'éditeur de code.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.Refresh_Listbox = new System.Windows.Forms.Button();
            this.Listbox_Promotion = new System.Windows.Forms.ListBox();
            this.Listbox_Teacher = new System.Windows.Forms.ListBox();
            this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
            this.Classroom_page = new System.Windows.Forms.TabPage();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.page_promotion = new System.Windows.Forms.TabPage();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.promotion_page1 = new Base.Promotion_page();
            this.teacher_page1 = new Base.Teacher_page();
            this.students_page1 = new Base.Students_page();
            this.classroomPage1 = new Base.ClassroomPage();
            this.header = new Base.Header();
            this.tabPage3.SuspendLayout();
            this.Classroom_page.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.page_promotion.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.Refresh_Listbox);
            this.tabPage3.Controls.Add(this.Listbox_Promotion);
            this.tabPage3.Controls.Add(this.Listbox_Teacher);
            this.tabPage3.Controls.Add(this.calendar1);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(878, 420);
            this.tabPage3.TabIndex = 4;
            this.tabPage3.Text = "Calendar Classroom";
            this.tabPage3.UseVisualStyleBackColor = true;
            this.tabPage3.Click += new System.EventHandler(this.tabPage3_Click);
            // 
            // Refresh_Listbox
            // 
            this.Refresh_Listbox.Location = new System.Drawing.Point(349, 25);
            this.Refresh_Listbox.Name = "Refresh_Listbox";
            this.Refresh_Listbox.Size = new System.Drawing.Size(127, 30);
            this.Refresh_Listbox.TabIndex = 4;
            this.Refresh_Listbox.Text = "Refresh";
            this.Refresh_Listbox.UseVisualStyleBackColor = true;
            this.Refresh_Listbox.Click += new System.EventHandler(this.Refresh_Listbox_Click);
            // 
            // Listbox_Promotion
            // 
            this.Listbox_Promotion.AccessibleName = "";
            this.Listbox_Promotion.FormattingEnabled = true;
            this.Listbox_Promotion.Location = new System.Drawing.Point(196, 10);
            this.Listbox_Promotion.Name = "Listbox_Promotion";
            this.Listbox_Promotion.Size = new System.Drawing.Size(127, 56);
            this.Listbox_Promotion.TabIndex = 3;
            this.Listbox_Promotion.SelectedIndexChanged += new System.EventHandler(this.Listbox_Promotion_SelectedIndexChanged);
            this.Listbox_Promotion.DragEnter += new System.Windows.Forms.DragEventHandler(this.Listbox_Promotion_DragEnter);
            this.Listbox_Promotion.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Listbox_Promotion_MouseDown);
            // 
            // Listbox_Teacher
            // 
            this.Listbox_Teacher.FormattingEnabled = true;
            this.Listbox_Teacher.Location = new System.Drawing.Point(45, 10);
            this.Listbox_Teacher.Name = "Listbox_Teacher";
            this.Listbox_Teacher.Size = new System.Drawing.Size(127, 56);
            this.Listbox_Teacher.TabIndex = 1;
            this.Listbox_Teacher.SelectedIndexChanged += new System.EventHandler(this.Listbox_Teacher_SelectedIndexChanged);
            this.Listbox_Teacher.DragEnter += new System.Windows.Forms.DragEventHandler(this.Listbox_Teacher_DragEnter);
            this.Listbox_Teacher.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Listbox_Teacher_MouseDown);
            // 
            // calendar1
            // 
            this.calendar1.AllowDrop = true;
            this.calendar1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.calendar1.Font = new System.Drawing.Font("Segoe UI", 11.25F);
            this.calendar1.ForeColor = System.Drawing.SystemColors.ControlText;
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendar1.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5};
            this.calendar1.Location = new System.Drawing.Point(17, 72);
            this.calendar1.MaximumFullDays = 7;
            this.calendar1.Name = "calendar1";
            this.calendar1.Size = new System.Drawing.Size(844, 328);
            this.calendar1.TabIndex = 0;
            this.calendar1.Text = "calendar1";
            this.calendar1.ViewEnd = new System.DateTime(2015, 12, 13, 23, 59, 59, 0);
            this.calendar1.ViewStart = new System.DateTime(2015, 12, 9, 0, 0, 0, 0);
            this.calendar1.LoadItems += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems_1);
            this.calendar1.DragDrop += new System.Windows.Forms.DragEventHandler(this.calendar1_DragDrop);
            this.calendar1.DragOver += new System.Windows.Forms.DragEventHandler(this.calendar1_DragOver);
            // 
            // Classroom_page
            // 
            this.Classroom_page.Controls.Add(this.classroomPage1);
            this.Classroom_page.Location = new System.Drawing.Point(4, 22);
            this.Classroom_page.Name = "Classroom_page";
            this.Classroom_page.Padding = new System.Windows.Forms.Padding(3);
            this.Classroom_page.Size = new System.Drawing.Size(878, 420);
            this.Classroom_page.TabIndex = 3;
            this.Classroom_page.Text = "Classrooms";
            this.Classroom_page.UseVisualStyleBackColor = true;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.students_page1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(878, 420);
            this.tabPage1.TabIndex = 2;
            this.tabPage1.Text = "Students";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.teacher_page1);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(878, 420);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Teachers";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // page_promotion
            // 
            this.page_promotion.Controls.Add(this.promotion_page1);
            this.page_promotion.Location = new System.Drawing.Point(4, 22);
            this.page_promotion.Name = "page_promotion";
            this.page_promotion.Padding = new System.Windows.Forms.Padding(3);
            this.page_promotion.Size = new System.Drawing.Size(878, 420);
            this.page_promotion.TabIndex = 0;
            this.page_promotion.Text = "Promotion";
            this.page_promotion.UseVisualStyleBackColor = true;
            // 
            // tabControl1
            // 
            this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl1.Controls.Add(this.page_promotion);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.Classroom_page);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Location = new System.Drawing.Point(13, 118);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(886, 446);
            this.tabControl1.TabIndex = 1;
            // 
            // promotion_page1
            // 
            this.promotion_page1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.promotion_page1.Location = new System.Drawing.Point(3, 3);
            this.promotion_page1.Name = "promotion_page1";
            this.promotion_page1.Size = new System.Drawing.Size(872, 414);
            this.promotion_page1.TabIndex = 0;
            // 
            // teacher_page1
            // 
            this.teacher_page1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.teacher_page1.Location = new System.Drawing.Point(3, 3);
            this.teacher_page1.Name = "teacher_page1";
            this.teacher_page1.Size = new System.Drawing.Size(872, 414);
            this.teacher_page1.TabIndex = 0;
            // 
            // students_page1
            // 
            this.students_page1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.students_page1.Location = new System.Drawing.Point(3, 3);
            this.students_page1.Name = "students_page1";
            this.students_page1.Size = new System.Drawing.Size(872, 414);
            this.students_page1.TabIndex = 0;
            // 
            // classroomPage1
            // 
            this.classroomPage1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.classroomPage1.Location = new System.Drawing.Point(3, 3);
            this.classroomPage1.Name = "classroomPage1";
            this.classroomPage1.Size = new System.Drawing.Size(872, 414);
            this.classroomPage1.TabIndex = 0;
            // 
            // header
            // 
            this.header.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.header.Location = new System.Drawing.Point(0, 0);
            this.header.Name = "header";
            this.header.Size = new System.Drawing.Size(911, 112);
            this.header.TabIndex = 0;
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(928, 576);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.header);
            this.Name = "Main";
            this.Text = "Main";
            this.tabPage3.ResumeLayout(false);
            this.Classroom_page.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.page_promotion.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 13
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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(AnaForm));
     this.menuStrip1                         = new System.Windows.Forms.MenuStrip();
     this.dosyaToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.çıkışToolStripMenuItem1            = new System.Windows.Forms.ToolStripMenuItem();
     this.tanımlamalarToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.yeniKayıtToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3                = new System.Windows.Forms.ToolStripSeparator();
     this.firmaBilgileriToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                = new System.Windows.Forms.ToolStripSeparator();
     this.malzemeBilgileriToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                = new System.Windows.Forms.ToolStripSeparator();
     this.personelBilgileriToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.işlemlerToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.KayitListeleToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5                = new System.Windows.Forms.ToolStripSeparator();
     this.mailGönderToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator9                = new System.Windows.Forms.ToolStripSeparator();
     this.muzikcalarToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator8                = new System.Windows.Forms.ToolStripSeparator();
     this.günlükİşListesiToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator7                = new System.Windows.Forms.ToolStripSeparator();
     this.vücutBakımıToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6                = new System.Windows.Forms.ToolStripSeparator();
     this.ayarlarToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.renkDeğiştirToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.hakkındaToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.hakkındaToolStripMenuItem1         = new System.Windows.Forms.ToolStripMenuItem();
     this.çıkışToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.çıkışToolStripMenuItem2            = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1          = new System.Windows.Forms.Panel();
     this.btnCikis        = new System.Windows.Forms.Button();
     this.btnVucutBakim   = new System.Windows.Forms.Button();
     this.btnMail         = new System.Windows.Forms.Button();
     this.btnHatirlatma   = new System.Windows.Forms.Button();
     this.btnGunlukIsler  = new System.Windows.Forms.Button();
     this.btnKayitListele = new System.Windows.Forms.Button();
     this.btnYeniKayit    = new System.Windows.Forms.Button();
     this.lbltarih        = new System.Windows.Forms.Label();
     this.lblsaat         = new System.Windows.Forms.Label();
     this.lbllink         = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.tmrSaat         = new System.Windows.Forms.Timer(this.components);
     this.timer1          = new System.Windows.Forms.Timer(this.components);
     this.calendar1       = new System.Windows.Forms.Calendar.Calendar();
     this.richmetin       = new System.Windows.Forms.RichTextBox();
     this.listtarih       = new System.Windows.Forms.ListView();
     this.columnHeader1   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.monthView1      = new System.Windows.Forms.Calendar.MonthView();
     this.onalKuafor      = new System.Windows.Forms.NotifyIcon(this.components);
     this.colorDialog1    = new System.Windows.Forms.ColorDialog();
     this.menuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.calendar1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dosyaToolStripMenuItem,
         this.tanımlamalarToolStripMenuItem,
         this.işlemlerToolStripMenuItem,
         this.ayarlarToolStripMenuItem,
         this.hakkındaToolStripMenuItem,
         this.çıkışToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(737, 29);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // dosyaToolStripMenuItem
     //
     this.dosyaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.çıkışToolStripMenuItem1
     });
     this.dosyaToolStripMenuItem.Name = "dosyaToolStripMenuItem";
     this.dosyaToolStripMenuItem.Size = new System.Drawing.Size(65, 25);
     this.dosyaToolStripMenuItem.Text = "Dosya";
     //
     // çıkışToolStripMenuItem1
     //
     this.çıkışToolStripMenuItem1.Image        = global::_bitirmeKuafor.Properties.Resources.Cancel_32;
     this.çıkışToolStripMenuItem1.Name         = "çıkışToolStripMenuItem1";
     this.çıkışToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F10;
     this.çıkışToolStripMenuItem1.Size         = new System.Drawing.Size(159, 26);
     this.çıkışToolStripMenuItem1.Text         = "Çıkış";
     this.çıkışToolStripMenuItem1.Click       += new System.EventHandler(this.çıkışToolStripMenuItem1_Click);
     //
     // tanımlamalarToolStripMenuItem
     //
     this.tanımlamalarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.yeniKayıtToolStripMenuItem,
         this.toolStripSeparator3,
         this.firmaBilgileriToolStripMenuItem,
         this.toolStripSeparator2,
         this.malzemeBilgileriToolStripMenuItem,
         this.toolStripSeparator1,
         this.personelBilgileriToolStripMenuItem
     });
     this.tanımlamalarToolStripMenuItem.Name = "tanımlamalarToolStripMenuItem";
     this.tanımlamalarToolStripMenuItem.Size = new System.Drawing.Size(117, 25);
     this.tanımlamalarToolStripMenuItem.Text = "Tanımlamalar";
     //
     // yeniKayıtToolStripMenuItem
     //
     this.yeniKayıtToolStripMenuItem.Image        = global::_bitirmeKuafor.Properties.Resources.Add_32;
     this.yeniKayıtToolStripMenuItem.Name         = "yeniKayıtToolStripMenuItem";
     this.yeniKayıtToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.yeniKayıtToolStripMenuItem.Size         = new System.Drawing.Size(210, 26);
     this.yeniKayıtToolStripMenuItem.Text         = "Yeni Kayıt";
     this.yeniKayıtToolStripMenuItem.Click       += new System.EventHandler(this.yeniKayıtToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(207, 6);
     //
     // firmaBilgileriToolStripMenuItem
     //
     this.firmaBilgileriToolStripMenuItem.Image        = global::_bitirmeKuafor.Properties.Resources.Blog_32;
     this.firmaBilgileriToolStripMenuItem.Name         = "firmaBilgileriToolStripMenuItem";
     this.firmaBilgileriToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.firmaBilgileriToolStripMenuItem.Size         = new System.Drawing.Size(210, 26);
     this.firmaBilgileriToolStripMenuItem.Text         = "Satıcı Bilgileri";
     this.firmaBilgileriToolStripMenuItem.Click       += new System.EventHandler(this.firmaBilgileriToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(207, 6);
     //
     // malzemeBilgileriToolStripMenuItem
     //
     this.malzemeBilgileriToolStripMenuItem.Name   = "malzemeBilgileriToolStripMenuItem";
     this.malzemeBilgileriToolStripMenuItem.Size   = new System.Drawing.Size(210, 26);
     this.malzemeBilgileriToolStripMenuItem.Text   = "Malzeme Bilgileri";
     this.malzemeBilgileriToolStripMenuItem.Click += new System.EventHandler(this.malzemeBilgileriToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(207, 6);
     //
     // personelBilgileriToolStripMenuItem
     //
     this.personelBilgileriToolStripMenuItem.Name   = "personelBilgileriToolStripMenuItem";
     this.personelBilgileriToolStripMenuItem.Size   = new System.Drawing.Size(210, 26);
     this.personelBilgileriToolStripMenuItem.Text   = "Personel Bilgileri";
     this.personelBilgileriToolStripMenuItem.Click += new System.EventHandler(this.personelBilgileriToolStripMenuItem_Click);
     //
     // işlemlerToolStripMenuItem
     //
     this.işlemlerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.KayitListeleToolStripMenuItem,
         this.toolStripSeparator5,
         this.mailGönderToolStripMenuItem,
         this.toolStripSeparator9,
         this.muzikcalarToolStripMenuItem,
         this.toolStripSeparator8,
         this.günlükİşListesiToolStripMenuItem,
         this.toolStripSeparator7,
         this.vücutBakımıToolStripMenuItem,
         this.toolStripSeparator6
     });
     this.işlemlerToolStripMenuItem.Name = "işlemlerToolStripMenuItem";
     this.işlemlerToolStripMenuItem.Size = new System.Drawing.Size(77, 25);
     this.işlemlerToolStripMenuItem.Text = "İşlemler";
     //
     // KayitListeleToolStripMenuItem
     //
     this.KayitListeleToolStripMenuItem.Image        = global::_bitirmeKuafor.Properties.Resources.Blog_321;
     this.KayitListeleToolStripMenuItem.Name         = "KayitListeleToolStripMenuItem";
     this.KayitListeleToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F9;
     this.KayitListeleToolStripMenuItem.Size         = new System.Drawing.Size(202, 26);
     this.KayitListeleToolStripMenuItem.Text         = "Kayıt Listele";
     this.KayitListeleToolStripMenuItem.Click       += new System.EventHandler(this.KayitListeleToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(199, 6);
     //
     // mailGönderToolStripMenuItem
     //
     this.mailGönderToolStripMenuItem.Image  = global::_bitirmeKuafor.Properties.Resources.Mail;
     this.mailGönderToolStripMenuItem.Name   = "mailGönderToolStripMenuItem";
     this.mailGönderToolStripMenuItem.Size   = new System.Drawing.Size(202, 26);
     this.mailGönderToolStripMenuItem.Text   = "Mail Gönder";
     this.mailGönderToolStripMenuItem.Click += new System.EventHandler(this.mailGönderToolStripMenuItem_Click);
     //
     // toolStripSeparator9
     //
     this.toolStripSeparator9.Name = "toolStripSeparator9";
     this.toolStripSeparator9.Size = new System.Drawing.Size(199, 6);
     //
     // muzikcalarToolStripMenuItem
     //
     this.muzikcalarToolStripMenuItem.Image        = global::_bitirmeKuafor.Properties.Resources.Apps_music_player_icon;
     this.muzikcalarToolStripMenuItem.Name         = "muzikcalarToolStripMenuItem";
     this.muzikcalarToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3;
     this.muzikcalarToolStripMenuItem.Size         = new System.Drawing.Size(202, 26);
     this.muzikcalarToolStripMenuItem.Text         = "Müzik Çalar";
     this.muzikcalarToolStripMenuItem.Click       += new System.EventHandler(this.muzikcalarToolStripMenuItem_Click);
     //
     // toolStripSeparator8
     //
     this.toolStripSeparator8.Name = "toolStripSeparator8";
     this.toolStripSeparator8.Size = new System.Drawing.Size(199, 6);
     //
     // günlükİşListesiToolStripMenuItem
     //
     this.günlükİşListesiToolStripMenuItem.Image  = global::_bitirmeKuafor.Properties.Resources.Wordpress_Widgets_32;
     this.günlükİşListesiToolStripMenuItem.Name   = "günlükİşListesiToolStripMenuItem";
     this.günlükİşListesiToolStripMenuItem.Size   = new System.Drawing.Size(202, 26);
     this.günlükİşListesiToolStripMenuItem.Text   = "Günlük İş Listesi";
     this.günlükİşListesiToolStripMenuItem.Click += new System.EventHandler(this.günlükİşListesiToolStripMenuItem_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(199, 6);
     //
     // vücutBakımıToolStripMenuItem
     //
     this.vücutBakımıToolStripMenuItem.Image  = global::_bitirmeKuafor.Properties.Resources.care;
     this.vücutBakımıToolStripMenuItem.Name   = "vücutBakımıToolStripMenuItem";
     this.vücutBakımıToolStripMenuItem.Size   = new System.Drawing.Size(202, 26);
     this.vücutBakımıToolStripMenuItem.Text   = "Vücut Bakımı";
     this.vücutBakımıToolStripMenuItem.Click += new System.EventHandler(this.vücutBakımıToolStripMenuItem_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(199, 6);
     //
     // ayarlarToolStripMenuItem
     //
     this.ayarlarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.renkDeğiştirToolStripMenuItem
     });
     this.ayarlarToolStripMenuItem.Name = "ayarlarToolStripMenuItem";
     this.ayarlarToolStripMenuItem.Size = new System.Drawing.Size(72, 25);
     this.ayarlarToolStripMenuItem.Text = "Ayarlar";
     //
     // renkDeğiştirToolStripMenuItem
     //
     this.renkDeğiştirToolStripMenuItem.Image  = global::_bitirmeKuafor.Properties.Resources._062;
     this.renkDeğiştirToolStripMenuItem.Name   = "renkDeğiştirToolStripMenuItem";
     this.renkDeğiştirToolStripMenuItem.Size   = new System.Drawing.Size(183, 26);
     this.renkDeğiştirToolStripMenuItem.Text   = "Renk Değiştir";
     this.renkDeğiştirToolStripMenuItem.Click += new System.EventHandler(this.renkDeğiştirToolStripMenuItem_Click);
     //
     // hakkındaToolStripMenuItem
     //
     this.hakkındaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hakkındaToolStripMenuItem1
     });
     this.hakkındaToolStripMenuItem.Name = "hakkındaToolStripMenuItem";
     this.hakkındaToolStripMenuItem.Size = new System.Drawing.Size(87, 25);
     this.hakkındaToolStripMenuItem.Text = "Hakkında";
     //
     // hakkındaToolStripMenuItem1
     //
     this.hakkındaToolStripMenuItem1.Image        = global::_bitirmeKuafor.Properties.Resources.hakkinda;
     this.hakkındaToolStripMenuItem1.Name         = "hakkındaToolStripMenuItem1";
     this.hakkındaToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F12;
     this.hakkındaToolStripMenuItem1.Size         = new System.Drawing.Size(191, 26);
     this.hakkındaToolStripMenuItem1.Text         = "Hakkında";
     this.hakkındaToolStripMenuItem1.Click       += new System.EventHandler(this.hakkındaToolStripMenuItem1_Click);
     //
     // çıkışToolStripMenuItem
     //
     this.çıkışToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.çıkışToolStripMenuItem2
     });
     this.çıkışToolStripMenuItem.Name = "çıkışToolStripMenuItem";
     this.çıkışToolStripMenuItem.Size = new System.Drawing.Size(55, 25);
     this.çıkışToolStripMenuItem.Text = "Çıkış";
     //
     // çıkışToolStripMenuItem2
     //
     this.çıkışToolStripMenuItem2.Image        = global::_bitirmeKuafor.Properties.Resources.Cancel_32;
     this.çıkışToolStripMenuItem2.Name         = "çıkışToolStripMenuItem2";
     this.çıkışToolStripMenuItem2.ShortcutKeys = System.Windows.Forms.Keys.F10;
     this.çıkışToolStripMenuItem2.Size         = new System.Drawing.Size(159, 26);
     this.çıkışToolStripMenuItem2.Text         = "Çıkış";
     this.çıkışToolStripMenuItem2.Click       += new System.EventHandler(this.çıkışToolStripMenuItem2_Click);
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.SkyBlue;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.btnCikis);
     this.panel1.Controls.Add(this.btnVucutBakim);
     this.panel1.Controls.Add(this.btnMail);
     this.panel1.Controls.Add(this.btnHatirlatma);
     this.panel1.Controls.Add(this.btnGunlukIsler);
     this.panel1.Controls.Add(this.btnKayitListele);
     this.panel1.Controls.Add(this.btnYeniKayit);
     this.panel1.Controls.Add(this.lbltarih);
     this.panel1.Controls.Add(this.lblsaat);
     this.panel1.Controls.Add(this.lbllink);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 29);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(168, 674);
     this.panel1.TabIndex = 1;
     //
     // btnCikis
     //
     this.btnCikis.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnCikis.Image      = global::_bitirmeKuafor.Properties.Resources.Cancel_32;
     this.btnCikis.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCikis.Location   = new System.Drawing.Point(3, 616);
     this.btnCikis.Name       = "btnCikis";
     this.btnCikis.Size       = new System.Drawing.Size(159, 45);
     this.btnCikis.TabIndex   = 12;
     this.btnCikis.Text       = "ÇIKIŞ";
     this.btnCikis.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCikis.UseVisualStyleBackColor = true;
     this.btnCikis.Click += new System.EventHandler(this.btnCikis_Click);
     //
     // btnVucutBakim
     //
     this.btnVucutBakim.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnVucutBakim.Image      = global::_bitirmeKuafor.Properties.Resources.care;
     this.btnVucutBakim.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnVucutBakim.Location   = new System.Drawing.Point(4, 559);
     this.btnVucutBakim.Name       = "btnVucutBakim";
     this.btnVucutBakim.Size       = new System.Drawing.Size(159, 45);
     this.btnVucutBakim.TabIndex   = 11;
     this.btnVucutBakim.Text       = "VÜCUT BAKIMI";
     this.btnVucutBakim.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnVucutBakim.UseVisualStyleBackColor = true;
     this.btnVucutBakim.Click += new System.EventHandler(this.btnVucutBakim_Click);
     //
     // btnMail
     //
     this.btnMail.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnMail.Image      = global::_bitirmeKuafor.Properties.Resources.Mail_32;
     this.btnMail.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnMail.Location   = new System.Drawing.Point(3, 502);
     this.btnMail.Name       = "btnMail";
     this.btnMail.Size       = new System.Drawing.Size(159, 45);
     this.btnMail.TabIndex   = 10;
     this.btnMail.Text       = "MAİL";
     this.btnMail.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnMail.UseVisualStyleBackColor = true;
     this.btnMail.Click += new System.EventHandler(this.btnMail_Click);
     //
     // btnHatirlatma
     //
     this.btnHatirlatma.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnHatirlatma.Image      = global::_bitirmeKuafor.Properties.Resources.Warning_32;
     this.btnHatirlatma.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnHatirlatma.Location   = new System.Drawing.Point(3, 443);
     this.btnHatirlatma.Name       = "btnHatirlatma";
     this.btnHatirlatma.Size       = new System.Drawing.Size(159, 45);
     this.btnHatirlatma.TabIndex   = 8;
     this.btnHatirlatma.Text       = "HATIRLATMA";
     this.btnHatirlatma.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnHatirlatma.UseVisualStyleBackColor = true;
     this.btnHatirlatma.Click += new System.EventHandler(this.btnHatirlatma_Click);
     //
     // btnGunlukIsler
     //
     this.btnGunlukIsler.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnGunlukIsler.Image      = global::_bitirmeKuafor.Properties.Resources.Wordpress_Widgets_32;
     this.btnGunlukIsler.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnGunlukIsler.Location   = new System.Drawing.Point(3, 385);
     this.btnGunlukIsler.Name       = "btnGunlukIsler";
     this.btnGunlukIsler.Size       = new System.Drawing.Size(159, 45);
     this.btnGunlukIsler.TabIndex   = 7;
     this.btnGunlukIsler.Text       = "GÜNLÜK İŞLER";
     this.btnGunlukIsler.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnGunlukIsler.UseVisualStyleBackColor = true;
     this.btnGunlukIsler.Click += new System.EventHandler(this.btnGunlukIsler_Click);
     //
     // btnKayitListele
     //
     this.btnKayitListele.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnKayitListele.Image      = global::_bitirmeKuafor.Properties.Resources.Blog_32;
     this.btnKayitListele.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnKayitListele.Location   = new System.Drawing.Point(4, 327);
     this.btnKayitListele.Name       = "btnKayitListele";
     this.btnKayitListele.Size       = new System.Drawing.Size(159, 45);
     this.btnKayitListele.TabIndex   = 6;
     this.btnKayitListele.Text       = "KAYIT LİSTELE";
     this.btnKayitListele.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnKayitListele.UseVisualStyleBackColor = true;
     this.btnKayitListele.Click += new System.EventHandler(this.btnKayitListele_Click);
     //
     // btnYeniKayit
     //
     this.btnYeniKayit.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnYeniKayit.Image      = global::_bitirmeKuafor.Properties.Resources.Add_32;
     this.btnYeniKayit.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnYeniKayit.Location   = new System.Drawing.Point(3, 267);
     this.btnYeniKayit.Name       = "btnYeniKayit";
     this.btnYeniKayit.Size       = new System.Drawing.Size(159, 45);
     this.btnYeniKayit.TabIndex   = 5;
     this.btnYeniKayit.Text       = "YENİ KAYIT";
     this.btnYeniKayit.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnYeniKayit.UseVisualStyleBackColor = true;
     this.btnYeniKayit.Click += new System.EventHandler(this.btnYeniKayit_Click);
     //
     // lbltarih
     //
     this.lbltarih.AutoSize    = true;
     this.lbltarih.Font        = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lbltarih.ForeColor   = System.Drawing.SystemColors.ActiveCaptionText;
     this.lbltarih.Location    = new System.Drawing.Point(3, 219);
     this.lbltarih.MaximumSize = new System.Drawing.Size(159, 34);
     this.lbltarih.MinimumSize = new System.Drawing.Size(159, 34);
     this.lbltarih.Name        = "lbltarih";
     this.lbltarih.Size        = new System.Drawing.Size(159, 34);
     this.lbltarih.TabIndex    = 4;
     this.lbltarih.Text        = "label2";
     this.lbltarih.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblsaat
     //
     this.lblsaat.AutoSize    = true;
     this.lblsaat.Font        = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblsaat.ForeColor   = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblsaat.Location    = new System.Drawing.Point(3, 177);
     this.lblsaat.MaximumSize = new System.Drawing.Size(159, 34);
     this.lblsaat.MinimumSize = new System.Drawing.Size(159, 34);
     this.lblsaat.Name        = "lblsaat";
     this.lblsaat.Size        = new System.Drawing.Size(159, 34);
     this.lblsaat.TabIndex    = 3;
     this.lblsaat.Text        = "label2";
     this.lblsaat.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbllink
     //
     this.lbllink.AutoSize = true;
     this.lbllink.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lbllink.Location = new System.Drawing.Point(11, 152);
     this.lbllink.Name     = "lbllink";
     this.lbllink.Size     = new System.Drawing.Size(140, 15);
     this.lbllink.TabIndex = 2;
     this.lbllink.Text     = "www.onalkuafor.com";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label1.Location = new System.Drawing.Point(34, 134);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(93, 20);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Önal Kuaför";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::_bitirmeKuafor.Properties.Resources.images22;
     this.pictureBox1.Location = new System.Drawing.Point(3, 2);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(160, 129);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // tmrSaat
     //
     this.tmrSaat.Tick += new System.EventHandler(this.tmrSaat_Tick);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // calendar1
     //
     this.calendar1.Controls.Add(this.richmetin);
     this.calendar1.Controls.Add(this.listtarih);
     this.calendar1.Controls.Add(this.dateTimePicker1);
     this.calendar1.Controls.Add(this.monthView1);
     this.calendar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.calendar1.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location        = new System.Drawing.Point(168, 29);
     this.calendar1.Name            = "calendar1";
     this.calendar1.Size            = new System.Drawing.Size(569, 674);
     this.calendar1.TabIndex        = 35;
     this.calendar1.Text            = "calendar1";
     this.calendar1.LoadItems      += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
     this.calendar1.DayHeaderClick += new System.Windows.Forms.Calendar.Calendar.CalendarDayEventHandler(this.calendar1_DayHeaderClick);
     this.calendar1.ItemCreated    += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreated);
     this.calendar1.ItemDeleted    += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDeleted);
     this.calendar1.ItemMouseHover += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemMouseHover);
     //
     // richmetin
     //
     this.richmetin.Location = new System.Drawing.Point(116, 217);
     this.richmetin.Name     = "richmetin";
     this.richmetin.Size     = new System.Drawing.Size(100, 96);
     this.richmetin.TabIndex = 37;
     this.richmetin.Text     = "";
     this.richmetin.Visible  = false;
     //
     // listtarih
     //
     this.listtarih.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listtarih.GridLines = true;
     this.listtarih.Location  = new System.Drawing.Point(116, 178);
     this.listtarih.Name      = "listtarih";
     this.listtarih.Size      = new System.Drawing.Size(137, 135);
     this.listtarih.TabIndex  = 36;
     this.listtarih.UseCompatibleStateImageBehavior = false;
     this.listtarih.View    = System.Windows.Forms.View.Details;
     this.listtarih.Visible = false;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "No";
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tarih";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(116, 108);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(200, 23);
     this.dateTimePicker1.TabIndex = 0;
     this.dateTimePicker1.Visible  = false;
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.ItemPadding                = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(281, 151);
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name              = "monthView1";
     this.monthView1.Size              = new System.Drawing.Size(231, 162);
     this.monthView1.TabIndex          = 35;
     this.monthView1.Text              = "monthView1";
     this.monthView1.TodayBorderColor  = System.Drawing.Color.Maroon;
     this.monthView1.Visible           = false;
     this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // onalKuafor
     //
     this.onalKuafor.BalloonTipIcon    = System.Windows.Forms.ToolTipIcon.Info;
     this.onalKuafor.Icon              = ((System.Drawing.Icon)(resources.GetObject("onalKuafor.Icon")));
     this.onalKuafor.Text              = "OnalKuafor";
     this.onalKuafor.Visible           = true;
     this.onalKuafor.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.onalKuafor_MouseDoubleClick);
     //
     // AnaForm
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(737, 703);
     this.Controls.Add(this.calendar1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.MaximizeBox   = false;
     this.Name          = "AnaForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "** Önal Kuaför ve Güzellik Salonu ** www.onalkuafor.com.tr";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.AnaForm_FormClosed);
     this.Load         += new System.EventHandler(this.AnaForm_Load);
     this.Resize       += new System.EventHandler(this.AnaForm_Resize);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.calendar1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.EventCalendar    = new System.Windows.Forms.Calendar.Calendar();
     this.splitter1        = new System.Windows.Forms.Splitter();
     this.listTable        = new System.Windows.Forms.ListBox();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.monthView1       = new System.Windows.Forms.Calendar.MonthView();
     this.dockPanel1       = new WeifenLuo.WinFormsUI.Docking.DockPanel();
     this.EventCalendar.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // EventCalendar
     //
     this.EventCalendar.AllowItemEdit   = false;
     this.EventCalendar.AllowItemResize = false;
     this.EventCalendar.AllowNew        = false;
     this.EventCalendar.AutoScroll      = true;
     this.EventCalendar.Controls.Add(this.splitter1);
     this.EventCalendar.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     calendarHighlightRange1.DayOfWeek  = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek  = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek  = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek  = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek  = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime  = System.TimeSpan.Parse("08:00:00");
     this.EventCalendar.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.EventCalendar.Location         = new System.Drawing.Point(12, 12);
     this.EventCalendar.MaximumViewDays  = 70;
     this.EventCalendar.Name             = "EventCalendar";
     this.EventCalendar.Size             = new System.Drawing.Size(413, 241);
     this.EventCalendar.TabIndex         = 0;
     this.EventCalendar.Text             = "calendar1";
     this.EventCalendar.TimeScale        = System.Windows.Forms.Calendar.CalendarTimeScale.FifteenMinutes;
     this.EventCalendar.LoadItems       += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.EventCalendar_LoadItems);
     this.EventCalendar.ItemDeleted     += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.EventCalendar_ItemDeleted);
     this.EventCalendar.ItemDoubleClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.EventCalendar_ItemDoubleClick);
     this.EventCalendar.Scroll          += new System.Windows.Forms.ScrollEventHandler(this.EventCalendar_Scroll);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 241);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // listTable
     //
     this.listTable.FormattingEnabled = true;
     this.listTable.Location          = new System.Drawing.Point(3, 3);
     this.listTable.Name                  = "listTable";
     this.listTable.Size                  = new System.Drawing.Size(250, 121);
     this.listTable.TabIndex              = 8;
     this.listTable.SelectedIndexChanged += new System.EventHandler(this.listTable_SelectedIndexChanged);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.listTable);
     this.flowLayoutPanel1.Controls.Add(this.monthView1);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(197, 259);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(280, 344);
     this.flowLayoutPanel1.TabIndex = 10;
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.ItemPadding                = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(3, 130);
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name              = "monthView1";
     this.monthView1.Size              = new System.Drawing.Size(250, 208);
     this.monthView1.TabIndex          = 11;
     this.monthView1.Text              = "monthView1";
     this.monthView1.TodayBorderColor  = System.Drawing.Color.Maroon;
     this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // dockPanel1
     //
     this.dockPanel1.Location = new System.Drawing.Point(513, 389);
     this.dockPanel1.Name     = "dockPanel1";
     this.dockPanel1.Size     = new System.Drawing.Size(200, 100);
     this.dockPanel1.TabIndex = 11;
     //
     // EventSearchBook
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(782, 603);
     this.Controls.Add(this.dockPanel1);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.EventCalendar);
     this.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name          = "EventSearchBook";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "display";
     this.Load         += new System.EventHandler(this.displayEvent_Load);
     this.SizeChanged  += new System.EventHandler(this.displayEvent_SizeChanged);
     this.EventCalendar.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 15
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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneticForm));
     this.btnStart              = new System.Windows.Forms.Button();
     this.btnStop               = new System.Windows.Forms.Button();
     this.lblSpan               = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblIdleTime           = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip           = new System.Windows.Forms.StatusStrip();
     this.namelabel1            = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.progressBarFooter     = new System.Windows.Forms.ToolStripProgressBar();
     this.lblProgress           = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblBestTime           = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblWorkingTime        = new System.Windows.Forms.Label();
     this.calendar1             = new System.Windows.Forms.Calendar.Calendar();
     this.btnPreview            = new System.Windows.Forms.Button();
     this.groupBox3             = new System.Windows.Forms.GroupBox();
     this.propertyGrid1         = new System.Windows.Forms.PropertyGrid();
     this.button1               = new System.Windows.Forms.Button();
     this.back   = new System.Windows.Forms.Button();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.statusStrip.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // btnStart
     //
     this.btnStart.CausesValidation        = false;
     this.btnStart.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnStart.ForeColor               = System.Drawing.Color.Green;
     this.btnStart.Location                = new System.Drawing.Point(1005, 9);
     this.btnStart.Name                    = "btnStart";
     this.btnStart.Size                    = new System.Drawing.Size(75, 37);
     this.btnStart.TabIndex                = 0;
     this.btnStart.Text                    = "RUN";
     this.btnStart.UseVisualStyleBackColor = true;
     //
     // btnStop
     //
     this.btnStop.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnStop.ForeColor = System.Drawing.Color.Red;
     this.btnStop.Location  = new System.Drawing.Point(1086, 9);
     this.btnStop.Name      = "btnStop";
     this.btnStop.Size      = new System.Drawing.Size(75, 36);
     this.btnStop.TabIndex  = 0;
     this.btnStop.Text      = "STOP";
     this.btnStop.UseVisualStyleBackColor = true;
     //
     // lblSpan
     //
     this.lblSpan.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.lblSpan.Name        = "lblSpan";
     this.lblSpan.Size        = new System.Drawing.Size(4, 17);
     //
     // lblIdleTime
     //
     this.lblIdleTime.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.lblIdleTime.Name        = "lblIdleTime";
     this.lblIdleTime.Size        = new System.Drawing.Size(4, 17);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.namelabel1,
         this.lblSpan,
         this.toolStripStatusLabel3,
         this.lblIdleTime,
         this.toolStripStatusLabel1,
         this.progressBarFooter,
         this.lblProgress,
         this.toolStripStatusLabel2,
         this.lblBestTime
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 772);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Size     = new System.Drawing.Size(1484, 22);
     this.statusStrip.TabIndex = 3;
     this.statusStrip.Text     = "statusStrip1";
     //
     // namelabel1
     //
     this.namelabel1.BorderStyle = System.Windows.Forms.Border3DStyle.RaisedInner;
     this.namelabel1.Name        = "namelabel1";
     this.namelabel1.Size        = new System.Drawing.Size(64, 17);
     this.namelabel1.Text        = "Makespan:";
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.BorderStyle = System.Windows.Forms.Border3DStyle.RaisedInner;
     this.toolStripStatusLabel3.Name        = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size        = new System.Drawing.Size(88, 17);
     this.toolStripStatusLabel3.Text        = "Total Idle Time:";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(55, 17);
     this.toolStripStatusLabel1.Text = "Progress:";
     //
     // progressBarFooter
     //
     this.progressBarFooter.Name = "progressBarFooter";
     this.progressBarFooter.Size = new System.Drawing.Size(100, 16);
     //
     // lblProgress
     //
     this.lblProgress.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.lblProgress.Name        = "lblProgress";
     this.lblProgress.Size        = new System.Drawing.Size(4, 17);
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(80, 17);
     this.toolStripStatusLabel2.Text = "Best found at:";
     //
     // lblBestTime
     //
     this.lblBestTime.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.lblBestTime.Name        = "lblBestTime";
     this.lblBestTime.Size        = new System.Drawing.Size(4, 17);
     //
     // lblWorkingTime
     //
     this.lblWorkingTime.AutoSize = true;
     this.lblWorkingTime.Location = new System.Drawing.Point(4, 518);
     this.lblWorkingTime.Name     = "lblWorkingTime";
     this.lblWorkingTime.Size     = new System.Drawing.Size(0, 13);
     this.lblWorkingTime.TabIndex = 15;
     //
     // calendar1
     //
     this.calendar1.AllowItemEdit   = false;
     this.calendar1.AllowItemResize = false;
     this.calendar1.AllowNew        = false;
     this.calendar1.Anchor          = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.calendar1.FirstDayOfWeek     = System.DayOfWeek.Monday;
     this.calendar1.Font               = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location        = new System.Drawing.Point(12, 54);
     this.calendar1.Name            = "calendar1";
     this.calendar1.Size            = new System.Drawing.Size(1170, 705);
     this.calendar1.TabIndex        = 16;
     this.calendar1.LoadItems      += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
     this.calendar1.DayHeaderClick += new System.Windows.Forms.Calendar.Calendar.CalendarDayEventHandler(this.calendar1_DayHeaderClick);
     this.calendar1.ItemSelected   += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemSelected);
     //
     // btnPreview
     //
     this.btnPreview.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreview.CausesValidation        = false;
     this.btnPreview.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnPreview.ForeColor               = System.Drawing.Color.CornflowerBlue;
     this.btnPreview.Location                = new System.Drawing.Point(1259, 7);
     this.btnPreview.Name                    = "btnPreview";
     this.btnPreview.Size                    = new System.Drawing.Size(102, 37);
     this.btnPreview.TabIndex                = 18;
     this.btnPreview.Text                    = "PREVIEW";
     this.btnPreview.UseVisualStyleBackColor = true;
     this.btnPreview.Click                  += new System.EventHandler(this.button1_Click);
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.propertyGrid1);
     this.groupBox3.Location = new System.Drawing.Point(1188, 61);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(284, 698);
     this.groupBox3.TabIndex = 19;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Informações";
     //
     // propertyGrid1
     //
     this.propertyGrid1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.Location = new System.Drawing.Point(3, 16);
     this.propertyGrid1.Name     = "propertyGrid1";
     this.propertyGrid1.Size     = new System.Drawing.Size(278, 679);
     this.propertyGrid1.TabIndex = 0;
     //
     // button1
     //
     this.button1.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.CausesValidation        = false;
     this.button1.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.button1.ForeColor               = System.Drawing.Color.CornflowerBlue;
     this.button1.Location                = new System.Drawing.Point(1367, 8);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(102, 37);
     this.button1.TabIndex                = 20;
     this.button1.Text                    = "PDF";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click                  += new System.EventHandler(this.PDF_Click);
     //
     // back
     //
     this.back.BackgroundImage            = global::MEDIRM.Properties.Resources.back;
     this.back.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Stretch;
     this.back.FlatAppearance.BorderColor = System.Drawing.Color.Black;
     this.back.FlatAppearance.BorderSize  = 0;
     this.back.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.back.Location  = new System.Drawing.Point(0, 0);
     this.back.Name      = "back";
     this.back.Size      = new System.Drawing.Size(89, 50);
     this.back.TabIndex  = 21;
     this.back.UseVisualStyleBackColor = true;
     this.back.Click += new System.EventHandler(this.back_Click);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // GeneticForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1484, 794);
     this.Controls.Add(this.back);
     this.Controls.Add(this.btnStop);
     this.Controls.Add(this.btnStart);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.btnPreview);
     this.Controls.Add(this.calendar1);
     this.Controls.Add(this.lblWorkingTime);
     this.Controls.Add(this.statusStrip);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "GeneticForm";
     this.Text  = "Genetic Scheduler";
     this.Load += new System.EventHandler(this.GeneticForm_Load);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 16
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            this.Controller_Page = new System.Windows.Forms.TabControl();
            this.Teachers_Page = new System.Windows.Forms.TabPage();
            this.Classrooms_Page = new System.Windows.Forms.TabPage();
            this.teacherPage1 = new Schoolln.GUI.TeacherPage();
            this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
            this.Controller_Page.SuspendLayout();
            this.Teachers_Page.SuspendLayout();
            this.Classrooms_Page.SuspendLayout();
            this.SuspendLayout();
            // 
            // Controller_Page
            // 
            this.Controller_Page.Controls.Add(this.Teachers_Page);
            this.Controller_Page.Controls.Add(this.Classrooms_Page);
            this.Controller_Page.Location = new System.Drawing.Point(0, 3);
            this.Controller_Page.Name = "Controller_Page";
            this.Controller_Page.SelectedIndex = 0;
            this.Controller_Page.Size = new System.Drawing.Size(862, 384);
            this.Controller_Page.TabIndex = 0;
            // 
            // Teachers_Page
            // 
            this.Teachers_Page.Controls.Add(this.teacherPage1);
            this.Teachers_Page.Location = new System.Drawing.Point(4, 22);
            this.Teachers_Page.Name = "Teachers_Page";
            this.Teachers_Page.Padding = new System.Windows.Forms.Padding(3);
            this.Teachers_Page.Size = new System.Drawing.Size(854, 358);
            this.Teachers_Page.TabIndex = 0;
            this.Teachers_Page.Text = "Teachers";
            this.Teachers_Page.UseVisualStyleBackColor = true;
            this.Teachers_Page.Click += new System.EventHandler(this.Teachers_Page_Click);
            // 
            // Classrooms_Page
            // 
            this.Classrooms_Page.Controls.Add(this.calendar1);
            this.Classrooms_Page.Location = new System.Drawing.Point(4, 22);
            this.Classrooms_Page.Name = "Classrooms_Page";
            this.Classrooms_Page.Padding = new System.Windows.Forms.Padding(3);
            this.Classrooms_Page.Size = new System.Drawing.Size(854, 358);
            this.Classrooms_Page.TabIndex = 1;
            this.Classrooms_Page.Text = "Classrooms";
            this.Classrooms_Page.UseVisualStyleBackColor = true;
            // 
            // teacherPage1
            // 
            this.teacherPage1.Location = new System.Drawing.Point(9, 21);
            this.teacherPage1.Name = "teacherPage1";
            this.teacherPage1.Size = new System.Drawing.Size(827, 209);
            this.teacherPage1.TabIndex = 0;
            this.teacherPage1.Load += new System.EventHandler(this.teacherPage1_Load);
            // 
            // calendar1
            // 
            this.calendar1.Font = new System.Drawing.Font("Segoe UI", 11.25F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendar1.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5};
            this.calendar1.Location = new System.Drawing.Point(55, 29);
            this.calendar1.Name = "calendar1";
            this.calendar1.Size = new System.Drawing.Size(629, 312);
            this.calendar1.TabIndex = 0;
            this.calendar1.Text = "calendar1";
            // 
            // Body
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.Controller_Page);
            this.Name = "Body";
            this.Size = new System.Drawing.Size(892, 567);
            this.Load += new System.EventHandler(this.Body_Load);
            this.Controller_Page.ResumeLayout(false);
            this.Teachers_Page.ResumeLayout(false);
            this.Classrooms_Page.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();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange6  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange7  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange8  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange9  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange10 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(TreatmentBookingForm));
     this.PanelHeader                     = new System.Windows.Forms.Panel();
     this.LabelTitle                      = new System.Windows.Forms.Label();
     this.PictureBoxLogo                  = new System.Windows.Forms.PictureBox();
     this.ButtonMinimize                  = new System.Windows.Forms.Button();
     this.ButtonMaximize                  = new System.Windows.Forms.Button();
     this.ButtonClose                     = new System.Windows.Forms.Button();
     this.AnimalLabel                     = new System.Windows.Forms.Label();
     this.PanelHeadline                   = new System.Windows.Forms.Panel();
     this.PanelDropdownBoxes              = new System.Windows.Forms.Panel();
     this.ButtonHelp                      = new System.Windows.Forms.Button();
     this.LabelTreatmentType              = new System.Windows.Forms.Label();
     this.LabelEmployee                   = new System.Windows.Forms.Label();
     this.ComboBoxTreatmentType           = new System.Windows.Forms.ComboBox();
     this.ComboBoxEmployee                = new System.Windows.Forms.ComboBox();
     this.PanelBottom                     = new System.Windows.Forms.Panel();
     this.button_startbehandling          = new System.Windows.Forms.Button();
     this.ChooseAnimalButton              = new System.Windows.Forms.Button();
     this.ButtonCreateTreatment           = new System.Windows.Forms.Button();
     this.ButtonDelete                    = new System.Windows.Forms.Button();
     this.PanelMonthView                  = new System.Windows.Forms.Panel();
     this.PanelViewSelection              = new System.Windows.Forms.Panel();
     this.radioButtonDayView              = new System.Windows.Forms.RadioButton();
     this.radioButtonWeekView             = new System.Windows.Forms.RadioButton();
     this.MonthViewBooking                = new System.Windows.Forms.Calendar.MonthView();
     this.PanelCalendar                   = new System.Windows.Forms.Panel();
     this.CalendarBooking                 = new System.Windows.Forms.Calendar.Calendar();
     this.ContextMenuStripBooking         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ankommetToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.StartTreatmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editItemToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.itemToolTip                     = new System.Windows.Forms.ToolTip(this.components);
     this.PanelHeader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxLogo)).BeginInit();
     this.PanelHeadline.SuspendLayout();
     this.PanelDropdownBoxes.SuspendLayout();
     this.PanelBottom.SuspendLayout();
     this.PanelMonthView.SuspendLayout();
     this.PanelViewSelection.SuspendLayout();
     this.PanelCalendar.SuspendLayout();
     this.ContextMenuStripBooking.SuspendLayout();
     this.SuspendLayout();
     //
     // PanelHeader
     //
     this.PanelHeader.BackColor = System.Drawing.Color.LightSlateGray;
     this.PanelHeader.Controls.Add(this.LabelTitle);
     this.PanelHeader.Controls.Add(this.PictureBoxLogo);
     this.PanelHeader.Controls.Add(this.ButtonMinimize);
     this.PanelHeader.Controls.Add(this.ButtonMaximize);
     this.PanelHeader.Controls.Add(this.ButtonClose);
     this.PanelHeader.Dock       = System.Windows.Forms.DockStyle.Top;
     this.PanelHeader.Location   = new System.Drawing.Point(0, 0);
     this.PanelHeader.Name       = "PanelHeader";
     this.PanelHeader.Padding    = new System.Windows.Forms.Padding(0, 2, 0, 2);
     this.PanelHeader.Size       = new System.Drawing.Size(1111, 36);
     this.PanelHeader.TabIndex   = 0;
     this.PanelHeader.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PanelHeader_MouseDown);
     this.PanelHeader.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PanelHeader_MouseMove);
     this.PanelHeader.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.PanelHeader_MouseUp);
     //
     // LabelTitle
     //
     this.LabelTitle.AutoSize   = true;
     this.LabelTitle.Font       = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LabelTitle.ForeColor  = System.Drawing.Color.White;
     this.LabelTitle.Location   = new System.Drawing.Point(417, 4);
     this.LabelTitle.Name       = "LabelTitle";
     this.LabelTitle.Size       = new System.Drawing.Size(111, 29);
     this.LabelTitle.TabIndex   = 5;
     this.LabelTitle.Text       = "Kalender";
     this.LabelTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LabelTitle_MouseDown);
     this.LabelTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.LabelTitle_MouseMove);
     this.LabelTitle.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.LabelTitle_MouseUp);
     //
     // PictureBoxLogo
     //
     this.PictureBoxLogo.Dock     = System.Windows.Forms.DockStyle.Left;
     this.PictureBoxLogo.Image    = global::AnimalHouseUI.Properties.Resources.dog_sit_64px;
     this.PictureBoxLogo.Location = new System.Drawing.Point(0, 2);
     this.PictureBoxLogo.Name     = "PictureBoxLogo";
     this.PictureBoxLogo.Size     = new System.Drawing.Size(50, 32);
     this.PictureBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.PictureBoxLogo.TabIndex = 1;
     this.PictureBoxLogo.TabStop  = false;
     //
     // ButtonMinimize
     //
     this.ButtonMinimize.AutoSizeMode              = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ButtonMinimize.BackgroundImage           = global::AnimalHouseUI.Properties.Resources.icons8_minimize_window_32px;
     this.ButtonMinimize.Dock                      = System.Windows.Forms.DockStyle.Right;
     this.ButtonMinimize.FlatAppearance.BorderSize = 0;
     this.ButtonMinimize.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.ButtonMinimize.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ButtonMinimize.Location                  = new System.Drawing.Point(1015, 2);
     this.ButtonMinimize.Name                      = "ButtonMinimize";
     this.ButtonMinimize.Size                      = new System.Drawing.Size(32, 32);
     this.ButtonMinimize.TabIndex                  = 3;
     this.ButtonMinimize.UseVisualStyleBackColor   = true;
     this.ButtonMinimize.Click                    += new System.EventHandler(this.ButtonMinimize_Click);
     //
     // ButtonMaximize
     //
     this.ButtonMaximize.AutoSizeMode              = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ButtonMaximize.BackgroundImage           = global::AnimalHouseUI.Properties.Resources.icons8_maximize_button_32px;
     this.ButtonMaximize.Dock                      = System.Windows.Forms.DockStyle.Right;
     this.ButtonMaximize.FlatAppearance.BorderSize = 0;
     this.ButtonMaximize.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.ButtonMaximize.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ButtonMaximize.Location                  = new System.Drawing.Point(1047, 2);
     this.ButtonMaximize.Name                      = "ButtonMaximize";
     this.ButtonMaximize.Size                      = new System.Drawing.Size(32, 32);
     this.ButtonMaximize.TabIndex                  = 2;
     this.ButtonMaximize.UseVisualStyleBackColor   = true;
     this.ButtonMaximize.Click                    += new System.EventHandler(this.ButtonMaximize_Click);
     //
     // ButtonClose
     //
     this.ButtonClose.AutoSizeMode              = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ButtonClose.BackgroundImage           = global::AnimalHouseUI.Properties.Resources.icons8_close_window_32px;
     this.ButtonClose.Dock                      = System.Windows.Forms.DockStyle.Right;
     this.ButtonClose.FlatAppearance.BorderSize = 0;
     this.ButtonClose.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.ButtonClose.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ButtonClose.Location                  = new System.Drawing.Point(1079, 2);
     this.ButtonClose.Name                      = "ButtonClose";
     this.ButtonClose.Size                      = new System.Drawing.Size(32, 32);
     this.ButtonClose.TabIndex                  = 1;
     this.ButtonClose.UseVisualStyleBackColor   = true;
     this.ButtonClose.Click                    += new System.EventHandler(this.ButtonClose_Click);
     //
     // AnimalLabel
     //
     this.AnimalLabel.AutoSize = true;
     this.AnimalLabel.Font     = new System.Drawing.Font("Segoe Print", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AnimalLabel.Location = new System.Drawing.Point(12, 10);
     this.AnimalLabel.Name     = "AnimalLabel";
     this.AnimalLabel.Size     = new System.Drawing.Size(0, 47);
     this.AnimalLabel.TabIndex = 8;
     //
     // PanelHeadline
     //
     this.PanelHeadline.Controls.Add(this.PanelDropdownBoxes);
     this.PanelHeadline.Controls.Add(this.AnimalLabel);
     this.PanelHeadline.Dock     = System.Windows.Forms.DockStyle.Top;
     this.PanelHeadline.Location = new System.Drawing.Point(0, 36);
     this.PanelHeadline.Name     = "PanelHeadline";
     this.PanelHeadline.Size     = new System.Drawing.Size(1111, 70);
     this.PanelHeadline.TabIndex = 11;
     //
     // PanelDropdownBoxes
     //
     this.PanelDropdownBoxes.Controls.Add(this.ButtonHelp);
     this.PanelDropdownBoxes.Controls.Add(this.LabelTreatmentType);
     this.PanelDropdownBoxes.Controls.Add(this.LabelEmployee);
     this.PanelDropdownBoxes.Controls.Add(this.ComboBoxTreatmentType);
     this.PanelDropdownBoxes.Controls.Add(this.ComboBoxEmployee);
     this.PanelDropdownBoxes.Dock     = System.Windows.Forms.DockStyle.Right;
     this.PanelDropdownBoxes.Location = new System.Drawing.Point(561, 0);
     this.PanelDropdownBoxes.Name     = "PanelDropdownBoxes";
     this.PanelDropdownBoxes.Size     = new System.Drawing.Size(550, 70);
     this.PanelDropdownBoxes.TabIndex = 15;
     //
     // ButtonHelp
     //
     this.ButtonHelp.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(227)))), ((int)(((byte)(254)))));
     this.ButtonHelp.BackgroundImage           = global::AnimalHouseUI.Properties.Resources.question_mark_32px;
     this.ButtonHelp.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Center;
     this.ButtonHelp.FlatAppearance.BorderSize = 0;
     this.ButtonHelp.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.ButtonHelp.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ButtonHelp.Location = new System.Drawing.Point(495, 20);
     this.ButtonHelp.Name     = "ButtonHelp";
     this.ButtonHelp.Size     = new System.Drawing.Size(45, 36);
     this.ButtonHelp.TabIndex = 29;
     this.ButtonHelp.UseVisualStyleBackColor = false;
     this.ButtonHelp.Click += new System.EventHandler(this.ButtonHelp_Click);
     //
     // LabelTreatmentType
     //
     this.LabelTreatmentType.AutoSize = true;
     this.LabelTreatmentType.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LabelTreatmentType.Location = new System.Drawing.Point(267, 13);
     this.LabelTreatmentType.Name     = "LabelTreatmentType";
     this.LabelTreatmentType.Size     = new System.Drawing.Size(89, 20);
     this.LabelTreatmentType.TabIndex = 13;
     this.LabelTreatmentType.Text     = "Behandling";
     //
     // LabelEmployee
     //
     this.LabelEmployee.AutoSize = true;
     this.LabelEmployee.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LabelEmployee.Location = new System.Drawing.Point(31, 13);
     this.LabelEmployee.Name     = "LabelEmployee";
     this.LabelEmployee.Size     = new System.Drawing.Size(98, 20);
     this.LabelEmployee.TabIndex = 12;
     this.LabelEmployee.Text     = "Medarbejder";
     //
     // ComboBoxTreatmentType
     //
     this.ComboBoxTreatmentType.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBoxTreatmentType.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.ComboBoxTreatmentType.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ComboBoxTreatmentType.FormattingEnabled     = true;
     this.ComboBoxTreatmentType.Location              = new System.Drawing.Point(271, 36);
     this.ComboBoxTreatmentType.Name                  = "ComboBoxTreatmentType";
     this.ComboBoxTreatmentType.Size                  = new System.Drawing.Size(196, 28);
     this.ComboBoxTreatmentType.TabIndex              = 14;
     this.ComboBoxTreatmentType.SelectedIndexChanged += new System.EventHandler(this.ComboBoxTreatmentType_SelectedIndexChanged);
     //
     // ComboBoxEmployee
     //
     this.ComboBoxEmployee.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBoxEmployee.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.ComboBoxEmployee.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ComboBoxEmployee.FormattingEnabled     = true;
     this.ComboBoxEmployee.Location              = new System.Drawing.Point(35, 36);
     this.ComboBoxEmployee.Name                  = "ComboBoxEmployee";
     this.ComboBoxEmployee.Size                  = new System.Drawing.Size(196, 28);
     this.ComboBoxEmployee.TabIndex              = 12;
     this.ComboBoxEmployee.SelectedIndexChanged += new System.EventHandler(this.ComboBoxEmployee_SelectedIndexChanged);
     //
     // PanelBottom
     //
     this.PanelBottom.Controls.Add(this.button_startbehandling);
     this.PanelBottom.Controls.Add(this.ChooseAnimalButton);
     this.PanelBottom.Controls.Add(this.ButtonCreateTreatment);
     this.PanelBottom.Controls.Add(this.ButtonDelete);
     this.PanelBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.PanelBottom.Location = new System.Drawing.Point(0, 532);
     this.PanelBottom.Name     = "PanelBottom";
     this.PanelBottom.Size     = new System.Drawing.Size(1111, 113);
     this.PanelBottom.TabIndex = 6;
     //
     // button_startbehandling
     //
     this.button_startbehandling.BackColor = System.Drawing.Color.AliceBlue;
     this.button_startbehandling.FlatAppearance.BorderSize = 0;
     this.button_startbehandling.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button_startbehandling.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button_startbehandling.Location  = new System.Drawing.Point(636, 15);
     this.button_startbehandling.Name      = "button_startbehandling";
     this.button_startbehandling.Size      = new System.Drawing.Size(118, 73);
     this.button_startbehandling.TabIndex  = 16;
     this.button_startbehandling.Text      = "Start Behandling";
     this.button_startbehandling.UseVisualStyleBackColor = false;
     this.button_startbehandling.Click += new System.EventHandler(this.button_startbehandling_Click);
     //
     // ChooseAnimalButton
     //
     this.ChooseAnimalButton.BackColor = System.Drawing.Color.AliceBlue;
     this.ChooseAnimalButton.FlatAppearance.BorderSize = 0;
     this.ChooseAnimalButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ChooseAnimalButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChooseAnimalButton.Location  = new System.Drawing.Point(264, 15);
     this.ChooseAnimalButton.Name      = "ChooseAnimalButton";
     this.ChooseAnimalButton.Size      = new System.Drawing.Size(118, 73);
     this.ChooseAnimalButton.TabIndex  = 15;
     this.ChooseAnimalButton.Text      = "Vælg dyr til behandling";
     this.ChooseAnimalButton.UseVisualStyleBackColor = false;
     this.ChooseAnimalButton.Click += new System.EventHandler(this.ChooseAnimalButton_Click);
     //
     // ButtonCreateTreatment
     //
     this.ButtonCreateTreatment.BackColor = System.Drawing.Color.AliceBlue;
     this.ButtonCreateTreatment.FlatAppearance.BorderSize = 0;
     this.ButtonCreateTreatment.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ButtonCreateTreatment.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ButtonCreateTreatment.Location  = new System.Drawing.Point(388, 15);
     this.ButtonCreateTreatment.Name      = "ButtonCreateTreatment";
     this.ButtonCreateTreatment.Size      = new System.Drawing.Size(118, 73);
     this.ButtonCreateTreatment.TabIndex  = 14;
     this.ButtonCreateTreatment.Text      = "Opret aftale";
     this.ButtonCreateTreatment.UseVisualStyleBackColor = false;
     this.ButtonCreateTreatment.Click += new System.EventHandler(this.ButtonCreateTreatment_Click);
     //
     // ButtonDelete
     //
     this.ButtonDelete.BackColor = System.Drawing.Color.AliceBlue;
     this.ButtonDelete.FlatAppearance.BorderSize = 0;
     this.ButtonDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ButtonDelete.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ButtonDelete.Location  = new System.Drawing.Point(512, 15);
     this.ButtonDelete.Name      = "ButtonDelete";
     this.ButtonDelete.Size      = new System.Drawing.Size(118, 73);
     this.ButtonDelete.TabIndex  = 13;
     this.ButtonDelete.Text      = "Slet valgte aftale";
     this.ButtonDelete.UseVisualStyleBackColor = false;
     this.ButtonDelete.Click += new System.EventHandler(this.ButtonDelete_Click);
     //
     // PanelMonthView
     //
     this.PanelMonthView.BackColor = System.Drawing.Color.Transparent;
     this.PanelMonthView.Controls.Add(this.PanelViewSelection);
     this.PanelMonthView.Controls.Add(this.MonthViewBooking);
     this.PanelMonthView.Dock     = System.Windows.Forms.DockStyle.Left;
     this.PanelMonthView.Location = new System.Drawing.Point(0, 106);
     this.PanelMonthView.Name     = "PanelMonthView";
     this.PanelMonthView.Size     = new System.Drawing.Size(261, 426);
     this.PanelMonthView.TabIndex = 12;
     //
     // PanelViewSelection
     //
     this.PanelViewSelection.Controls.Add(this.radioButtonDayView);
     this.PanelViewSelection.Controls.Add(this.radioButtonWeekView);
     this.PanelViewSelection.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.PanelViewSelection.Location = new System.Drawing.Point(0, 326);
     this.PanelViewSelection.Name     = "PanelViewSelection";
     this.PanelViewSelection.Size     = new System.Drawing.Size(261, 100);
     this.PanelViewSelection.TabIndex = 1;
     //
     // radioButtonDayView
     //
     this.radioButtonDayView.AutoSize = true;
     this.radioButtonDayView.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioButtonDayView.Location = new System.Drawing.Point(39, 45);
     this.radioButtonDayView.Name     = "radioButtonDayView";
     this.radioButtonDayView.Size     = new System.Drawing.Size(80, 24);
     this.radioButtonDayView.TabIndex = 1;
     this.radioButtonDayView.Text     = "Vis dag";
     this.radioButtonDayView.UseVisualStyleBackColor = true;
     //
     // radioButtonWeekView
     //
     this.radioButtonWeekView.AutoSize = true;
     this.radioButtonWeekView.Checked  = true;
     this.radioButtonWeekView.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioButtonWeekView.Location = new System.Drawing.Point(39, 15);
     this.radioButtonWeekView.Name     = "radioButtonWeekView";
     this.radioButtonWeekView.Size     = new System.Drawing.Size(80, 24);
     this.radioButtonWeekView.TabIndex = 0;
     this.radioButtonWeekView.TabStop  = true;
     this.radioButtonWeekView.Text     = "Vis uge";
     this.radioButtonWeekView.UseVisualStyleBackColor = true;
     this.radioButtonWeekView.CheckedChanged         += new System.EventHandler(this.radioButtonWeekView_CheckedChanged);
     //
     // MonthViewBooking
     //
     this.MonthViewBooking.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.MonthViewBooking.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.MonthViewBooking.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(227)))), ((int)(((byte)(254)))));
     this.MonthViewBooking.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.MonthViewBooking.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.MonthViewBooking.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.MonthViewBooking.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.MonthViewBooking.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.MonthViewBooking.ItemPadding                = new System.Windows.Forms.Padding(2);
     this.MonthViewBooking.Location                    = new System.Drawing.Point(20, 6);
     this.MonthViewBooking.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.MonthViewBooking.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.MonthViewBooking.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.MonthViewBooking.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.MonthViewBooking.Name              = "MonthViewBooking";
     this.MonthViewBooking.SelectionMode     = System.Windows.Forms.Calendar.MonthView.MonthViewSelection.WorkWeek;
     this.MonthViewBooking.Size              = new System.Drawing.Size(229, 294);
     this.MonthViewBooking.TabIndex          = 0;
     this.MonthViewBooking.Text              = "monthView1";
     this.MonthViewBooking.TodayBorderColor  = System.Drawing.Color.Maroon;
     this.MonthViewBooking.SelectionChanged += new System.EventHandler(this.MonthViewBooking_SelectionChanged);
     //
     // PanelCalendar
     //
     this.PanelCalendar.Controls.Add(this.CalendarBooking);
     this.PanelCalendar.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PanelCalendar.Location = new System.Drawing.Point(261, 106);
     this.PanelCalendar.Name     = "PanelCalendar";
     this.PanelCalendar.Padding  = new System.Windows.Forms.Padding(10);
     this.PanelCalendar.Size     = new System.Drawing.Size(850, 426);
     this.PanelCalendar.TabIndex = 0;
     //
     // CalendarBooking
     //
     this.CalendarBooking.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.CalendarBooking.Font            = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange6.DayOfWeek    = System.DayOfWeek.Monday;
     calendarHighlightRange6.EndTime      = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange6.StartTime    = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange7.DayOfWeek    = System.DayOfWeek.Tuesday;
     calendarHighlightRange7.EndTime      = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange7.StartTime    = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange8.DayOfWeek    = System.DayOfWeek.Wednesday;
     calendarHighlightRange8.EndTime      = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange8.StartTime    = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange9.DayOfWeek    = System.DayOfWeek.Thursday;
     calendarHighlightRange9.EndTime      = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange9.StartTime    = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange10.DayOfWeek   = System.DayOfWeek.Friday;
     calendarHighlightRange10.EndTime     = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange10.StartTime   = System.TimeSpan.Parse("08:00:00");
     this.CalendarBooking.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange6,
         calendarHighlightRange7,
         calendarHighlightRange8,
         calendarHighlightRange9,
         calendarHighlightRange10
     };
     this.CalendarBooking.Location          = new System.Drawing.Point(10, 10);
     this.CalendarBooking.Name              = "CalendarBooking";
     this.CalendarBooking.Size              = new System.Drawing.Size(830, 406);
     this.CalendarBooking.TabIndex          = 0;
     this.CalendarBooking.Text              = "calendar1";
     this.CalendarBooking.TimeScale         = System.Windows.Forms.Calendar.CalendarTimeScale.FifteenMinutes;
     this.CalendarBooking.LoadItems        += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.CalendarBooking_LoadItems);
     this.CalendarBooking.ItemCreating     += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.CalendarBooking_ItemCreating);
     this.CalendarBooking.ItemDeleting     += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.CalendarBooking_ItemDeleting);
     this.CalendarBooking.ItemDatesChanged += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.CalendarBooking_ItemDatesChanged);
     this.CalendarBooking.ItemClick        += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.CalendarBooking_ItemClick);
     this.CalendarBooking.ItemDoubleClick  += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.CalendarBooking_ItemDoubleClick);
     this.CalendarBooking.ItemMouseHover   += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.CalendarBooking_ItemMouseHover);
     this.CalendarBooking.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.CalendarBooking_KeyDown);
     this.CalendarBooking.MouseClick       += new System.Windows.Forms.MouseEventHandler(this.CalendarBooking_MouseClick);
     //
     // ContextMenuStripBooking
     //
     this.ContextMenuStripBooking.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ankommetToolStripMenuItem,
         this.StartTreatmentToolStripMenuItem,
         this.editItemToolStripMenuItem,
         this.deleteToolStripMenuItem
     });
     this.ContextMenuStripBooking.Name     = "contextMenuStrip1";
     this.ContextMenuStripBooking.Size     = new System.Drawing.Size(162, 92);
     this.ContextMenuStripBooking.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripBooking_Opening);
     //
     // ankommetToolStripMenuItem
     //
     this.ankommetToolStripMenuItem.Name   = "ankommetToolStripMenuItem";
     this.ankommetToolStripMenuItem.Size   = new System.Drawing.Size(161, 22);
     this.ankommetToolStripMenuItem.Text   = "Ankommet";
     this.ankommetToolStripMenuItem.Click += new System.EventHandler(this.AnkommetToolStripMenuItem_Click);
     //
     // StartTreatmentToolStripMenuItem
     //
     this.StartTreatmentToolStripMenuItem.Name    = "StartTreatmentToolStripMenuItem";
     this.StartTreatmentToolStripMenuItem.Size    = new System.Drawing.Size(161, 22);
     this.StartTreatmentToolStripMenuItem.Text    = "Start Behandling";
     this.StartTreatmentToolStripMenuItem.Visible = false;
     this.StartTreatmentToolStripMenuItem.Click  += new System.EventHandler(this.StartTreatmentToolStripMenuItem_Click);
     //
     // editItemToolStripMenuItem
     //
     this.editItemToolStripMenuItem.Name   = "editItemToolStripMenuItem";
     this.editItemToolStripMenuItem.Size   = new System.Drawing.Size(161, 22);
     this.editItemToolStripMenuItem.Text   = "Rediger tekst";
     this.editItemToolStripMenuItem.Click += new System.EventHandler(this.editItemToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(161, 22);
     this.deleteToolStripMenuItem.Text   = "Slet";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // TreatmentBookingForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(227)))), ((int)(((byte)(254)))));
     this.ClientSize          = new System.Drawing.Size(1111, 650);
     this.Controls.Add(this.PanelCalendar);
     this.Controls.Add(this.PanelMonthView);
     this.Controls.Add(this.PanelBottom);
     this.Controls.Add(this.PanelHeadline);
     this.Controls.Add(this.PanelHeader);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "TreatmentBookingForm";
     this.Padding         = new System.Windows.Forms.Padding(0, 0, 0, 5);
     this.Text            = "Kalender";
     this.Load           += new System.EventHandler(this.TreatmentBookingForm_Load);
     this.PanelHeader.ResumeLayout(false);
     this.PanelHeader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBoxLogo)).EndInit();
     this.PanelHeadline.ResumeLayout(false);
     this.PanelHeadline.PerformLayout();
     this.PanelDropdownBoxes.ResumeLayout(false);
     this.PanelDropdownBoxes.PerformLayout();
     this.PanelBottom.ResumeLayout(false);
     this.PanelMonthView.ResumeLayout(false);
     this.PanelViewSelection.ResumeLayout(false);
     this.PanelViewSelection.PerformLayout();
     this.PanelCalendar.ResumeLayout(false);
     this.ContextMenuStripBooking.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 18
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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange6 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange7 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange8 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange9 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange10 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            this.dateTimePickerDealEnd = new System.Windows.Forms.DateTimePicker();
            this.bindingSourceDeal = new System.Windows.Forms.BindingSource(this.components);
            this.labelEnd = new System.Windows.Forms.Label();
            this.dateTimePickerDealBegin = new System.Windows.Forms.DateTimePicker();
            this.labelDealDate = new System.Windows.Forms.Label();
            this.textBoxReference = new System.Windows.Forms.TextBox();
            this.labelRef = new System.Windows.Forms.Label();
            this.textBoxDealName = new System.Windows.Forms.TextBox();
            this.labelDeal = new System.Windows.Forms.Label();
            this.panelMain = new System.Windows.Forms.Panel();
            this.labelTotalDays = new System.Windows.Forms.Label();
            this.labelTotalPrice = new System.Windows.Forms.Label();
            this.textBoxTotalDays = new System.Windows.Forms.TextBox();
            this.textBoxTotalPrice = new System.Windows.Forms.TextBox();
            this.commentUserControl = new Chiffrage.Common.Module.Views.CommentUserControl();
            this.tabControlDeal = new System.Windows.Forms.TabControl();
            this.tabPageDeal = new System.Windows.Forms.TabPage();
            this.tabPageSummaryItems = new System.Windows.Forms.TabPage();
            this.dataGridViewItemSummary = new System.Windows.Forms.DataGridView();
            this.itemTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.projectItemsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dealSummaryItemViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.tabPageScheduling = new System.Windows.Forms.TabPage();
            this.calendarProjects = new System.Windows.Forms.Calendar.Calendar();
            this.panelSelectDate = new System.Windows.Forms.Panel();
            this.monthView = new System.Windows.Forms.Calendar.MonthView();
            this.comboBoxProjects = new System.Windows.Forms.ComboBox();
            this.tabPageCostSummary = new System.Windows.Forms.TabPage();
            this.chartProjectCost = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.tabPageSummary = new System.Windows.Forms.TabPage();
            this.dataGridViewSummary = new System.Windows.Forms.DataGridView();
            this.ColumnCostImg = new System.Windows.Forms.DataGridViewImageColumn();
            this.ColumnCostType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnCostTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnCostTotal = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSourceDeal)).BeginInit();
            this.panelMain.SuspendLayout();
            this.tabControlDeal.SuspendLayout();
            this.tabPageDeal.SuspendLayout();
            this.tabPageSummaryItems.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewItemSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dealSummaryItemViewModelBindingSource)).BeginInit();
            this.tabPageScheduling.SuspendLayout();
            this.panelSelectDate.SuspendLayout();
            this.tabPageSummary.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartProjectCost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSummary)).BeginInit();
            this.SuspendLayout();
            // 
            // dateTimePickerDealEnd
            // 
            this.dateTimePickerDealEnd.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSourceDeal, "EndDate", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.dateTimePickerDealEnd.Location = new System.Drawing.Point(76, 87);
            this.dateTimePickerDealEnd.Name = "dateTimePickerDealEnd";
            this.dateTimePickerDealEnd.Size = new System.Drawing.Size(200, 20);
            this.dateTimePickerDealEnd.TabIndex = 3;
            // 
            // bindingSourceDeal
            // 
            this.bindingSourceDeal.DataSource = typeof(Chiffrage.Projects.Module.ViewModel.DealViewModel);
            // 
            // labelEnd
            // 
            this.labelEnd.AutoSize = true;
            this.labelEnd.Location = new System.Drawing.Point(10, 93);
            this.labelEnd.Name = "labelEnd";
            this.labelEnd.Size = new System.Drawing.Size(24, 13);
            this.labelEnd.TabIndex = 2;
            this.labelEnd.Text = "Fin:";
            // 
            // dateTimePickerDealBegin
            // 
            this.dateTimePickerDealBegin.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSourceDeal, "StartDate", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.dateTimePickerDealBegin.Location = new System.Drawing.Point(76, 61);
            this.dateTimePickerDealBegin.Name = "dateTimePickerDealBegin";
            this.dateTimePickerDealBegin.Size = new System.Drawing.Size(200, 20);
            this.dateTimePickerDealBegin.TabIndex = 3;
            // 
            // labelDealDate
            // 
            this.labelDealDate.AutoSize = true;
            this.labelDealDate.Location = new System.Drawing.Point(10, 67);
            this.labelDealDate.Name = "labelDealDate";
            this.labelDealDate.Size = new System.Drawing.Size(39, 13);
            this.labelDealDate.TabIndex = 2;
            this.labelDealDate.Text = "Début:";
            // 
            // textBoxReference
            // 
            this.textBoxReference.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceDeal, "Reference", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.textBoxReference.Location = new System.Drawing.Point(76, 36);
            this.textBoxReference.Name = "textBoxReference";
            this.textBoxReference.Size = new System.Drawing.Size(200, 20);
            this.textBoxReference.TabIndex = 1;
            // 
            // labelRef
            // 
            this.labelRef.AutoSize = true;
            this.labelRef.Location = new System.Drawing.Point(10, 39);
            this.labelRef.Name = "labelRef";
            this.labelRef.Size = new System.Drawing.Size(60, 13);
            this.labelRef.TabIndex = 0;
            this.labelRef.Text = "Référence:";
            // 
            // textBoxDealName
            // 
            this.textBoxDealName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceDeal, "Name", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.textBoxDealName.Location = new System.Drawing.Point(76, 10);
            this.textBoxDealName.Name = "textBoxDealName";
            this.textBoxDealName.Size = new System.Drawing.Size(200, 20);
            this.textBoxDealName.TabIndex = 1;
            // 
            // labelDeal
            // 
            this.labelDeal.AutoSize = true;
            this.labelDeal.Location = new System.Drawing.Point(10, 13);
            this.labelDeal.Name = "labelDeal";
            this.labelDeal.Size = new System.Drawing.Size(40, 13);
            this.labelDeal.TabIndex = 0;
            this.labelDeal.Text = "Affaire:";
            // 
            // panelMain
            // 
            this.panelMain.Controls.Add(this.labelTotalDays);
            this.panelMain.Controls.Add(this.labelTotalPrice);
            this.panelMain.Controls.Add(this.dateTimePickerDealEnd);
            this.panelMain.Controls.Add(this.textBoxTotalDays);
            this.panelMain.Controls.Add(this.labelEnd);
            this.panelMain.Controls.Add(this.textBoxTotalPrice);
            this.panelMain.Controls.Add(this.dateTimePickerDealBegin);
            this.panelMain.Controls.Add(this.labelDealDate);
            this.panelMain.Controls.Add(this.textBoxReference);
            this.panelMain.Controls.Add(this.labelRef);
            this.panelMain.Controls.Add(this.textBoxDealName);
            this.panelMain.Controls.Add(this.labelDeal);
            this.panelMain.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelMain.Location = new System.Drawing.Point(3, 3);
            this.panelMain.Name = "panelMain";
            this.panelMain.Size = new System.Drawing.Size(810, 121);
            this.panelMain.TabIndex = 9;
            // 
            // labelTotalDays
            // 
            this.labelTotalDays.AutoSize = true;
            this.labelTotalDays.Location = new System.Drawing.Point(294, 13);
            this.labelTotalDays.Name = "labelTotalDays";
            this.labelTotalDays.Size = new System.Drawing.Size(69, 13);
            this.labelTotalDays.TabIndex = 20;
            this.labelTotalDays.Text = "Temps Total:";
            // 
            // labelTotalPrice
            // 
            this.labelTotalPrice.AutoSize = true;
            this.labelTotalPrice.Location = new System.Drawing.Point(294, 39);
            this.labelTotalPrice.Name = "labelTotalPrice";
            this.labelTotalPrice.Size = new System.Drawing.Size(59, 13);
            this.labelTotalPrice.TabIndex = 19;
            this.labelTotalPrice.Text = "Coût Total:";
            // 
            // textBoxTotalDays
            // 
            this.textBoxTotalDays.Location = new System.Drawing.Point(369, 10);
            this.textBoxTotalDays.Name = "textBoxTotalDays";
            this.textBoxTotalDays.ReadOnly = true;
            this.textBoxTotalDays.Size = new System.Drawing.Size(88, 20);
            this.textBoxTotalDays.TabIndex = 21;
            // 
            // textBoxTotalPrice
            // 
            this.textBoxTotalPrice.Location = new System.Drawing.Point(369, 36);
            this.textBoxTotalPrice.Name = "textBoxTotalPrice";
            this.textBoxTotalPrice.ReadOnly = true;
            this.textBoxTotalPrice.Size = new System.Drawing.Size(88, 20);
            this.textBoxTotalPrice.TabIndex = 22;
            // 
            // commentUserControl
            // 
            this.commentUserControl.DataBindings.Add(new System.Windows.Forms.Binding("Rtf", this.bindingSourceDeal, "Comment", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.commentUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.commentUserControl.Location = new System.Drawing.Point(3, 124);
            this.commentUserControl.Name = "commentUserControl";
            this.commentUserControl.ReadOnly = false;
            this.commentUserControl.Rtf = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1036{\\fonttbl{\\f0\\fnil\\fcharset0 Microsoft S" +
    "ans Serif;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs17 trertre\\par\r\ntreterert\\par\r\n}\r\n";
            this.commentUserControl.Size = new System.Drawing.Size(810, 316);
            this.commentUserControl.TabIndex = 8;
            // 
            // tabControlDeal
            // 
            this.tabControlDeal.Controls.Add(this.tabPageDeal);
            this.tabControlDeal.Controls.Add(this.tabPageSummaryItems);
            this.tabControlDeal.Controls.Add(this.tabPageSummary);
            this.tabControlDeal.Controls.Add(this.tabPageScheduling);
            this.tabControlDeal.Controls.Add(this.tabPageCostSummary);
            this.tabControlDeal.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlDeal.Location = new System.Drawing.Point(0, 0);
            this.tabControlDeal.Name = "tabControlDeal";
            this.tabControlDeal.SelectedIndex = 0;
            this.tabControlDeal.Size = new System.Drawing.Size(824, 469);
            this.tabControlDeal.TabIndex = 10;
            // 
            // tabPageDeal
            // 
            this.tabPageDeal.Controls.Add(this.commentUserControl);
            this.tabPageDeal.Controls.Add(this.panelMain);
            this.tabPageDeal.Location = new System.Drawing.Point(4, 22);
            this.tabPageDeal.Name = "tabPageDeal";
            this.tabPageDeal.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageDeal.Size = new System.Drawing.Size(816, 443);
            this.tabPageDeal.TabIndex = 0;
            this.tabPageDeal.Text = "Affaire";
            this.tabPageDeal.UseVisualStyleBackColor = true;
            // 
            // tabPageSummaryItems
            // 
            this.tabPageSummaryItems.Controls.Add(this.dataGridViewItemSummary);
            this.tabPageSummaryItems.Location = new System.Drawing.Point(4, 22);
            this.tabPageSummaryItems.Name = "tabPageSummaryItems";
            this.tabPageSummaryItems.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageSummaryItems.Size = new System.Drawing.Size(816, 443);
            this.tabPageSummaryItems.TabIndex = 1;
            this.tabPageSummaryItems.Text = "Récap matériels";
            this.tabPageSummaryItems.UseVisualStyleBackColor = true;
            // 
            // dataGridViewItemSummary
            // 
            this.dataGridViewItemSummary.AllowUserToAddRows = false;
            this.dataGridViewItemSummary.AllowUserToDeleteRows = false;
            dataGridViewCellStyle8.BackColor = System.Drawing.Color.AliceBlue;
            this.dataGridViewItemSummary.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
            this.dataGridViewItemSummary.AutoGenerateColumns = false;
            this.dataGridViewItemSummary.BackgroundColor = System.Drawing.SystemColors.Window;
            this.dataGridViewItemSummary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dataGridViewItemSummary.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewItemSummary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
            this.dataGridViewItemSummary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.itemTypeDataGridViewTextBoxColumn,
            this.nameDataGridViewTextBoxColumn,
            this.projectItemsDataGridViewTextBoxColumn});
            this.dataGridViewItemSummary.DataSource = this.dealSummaryItemViewModelBindingSource;
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewItemSummary.DefaultCellStyle = dataGridViewCellStyle10;
            this.dataGridViewItemSummary.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridViewItemSummary.GridColor = System.Drawing.SystemColors.ControlLight;
            this.dataGridViewItemSummary.Location = new System.Drawing.Point(3, 3);
            this.dataGridViewItemSummary.Name = "dataGridViewItemSummary";
            this.dataGridViewItemSummary.ReadOnly = true;
            this.dataGridViewItemSummary.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewItemSummary.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
            this.dataGridViewItemSummary.RowHeadersVisible = false;
            this.dataGridViewItemSummary.Size = new System.Drawing.Size(810, 437);
            this.dataGridViewItemSummary.TabIndex = 3;
            this.dataGridViewItemSummary.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dataGridViewItemSummary_CellPainting);
            // 
            // itemTypeDataGridViewTextBoxColumn
            // 
            this.itemTypeDataGridViewTextBoxColumn.DataPropertyName = "ItemType";
            this.itemTypeDataGridViewTextBoxColumn.HeaderText = "Type";
            this.itemTypeDataGridViewTextBoxColumn.Name = "itemTypeDataGridViewTextBoxColumn";
            this.itemTypeDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // nameDataGridViewTextBoxColumn
            // 
            this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
            this.nameDataGridViewTextBoxColumn.HeaderText = "Nom";
            this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
            this.nameDataGridViewTextBoxColumn.ReadOnly = true;
            this.nameDataGridViewTextBoxColumn.Width = 200;
            // 
            // projectItemsDataGridViewTextBoxColumn
            // 
            this.projectItemsDataGridViewTextBoxColumn.DataPropertyName = "ProjectItems";
            this.projectItemsDataGridViewTextBoxColumn.HeaderText = "ProjectItems";
            this.projectItemsDataGridViewTextBoxColumn.Name = "projectItemsDataGridViewTextBoxColumn";
            this.projectItemsDataGridViewTextBoxColumn.ReadOnly = true;
            this.projectItemsDataGridViewTextBoxColumn.Visible = false;
            // 
            // dealSummaryItemViewModelBindingSource
            // 
            this.dealSummaryItemViewModelBindingSource.DataSource = typeof(Chiffrage.Projects.Module.ViewModel.DealSummaryItemViewModel);
            // 
            // tabPageScheduling
            // 
            this.tabPageScheduling.Controls.Add(this.calendarProjects);
            this.tabPageScheduling.Controls.Add(this.panelSelectDate);
            this.tabPageScheduling.Location = new System.Drawing.Point(4, 22);
            this.tabPageScheduling.Name = "tabPageScheduling";
            this.tabPageScheduling.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageScheduling.Size = new System.Drawing.Size(816, 443);
            this.tabPageScheduling.TabIndex = 2;
            this.tabPageScheduling.Text = "Planning";
            this.tabPageScheduling.UseVisualStyleBackColor = true;
            // 
            // calendarProjects
            // 
            this.calendarProjects.AllowItemEdit = false;
            this.calendarProjects.AllowItemResize = false;
            this.calendarProjects.AllowNew = false;
            this.calendarProjects.Dock = System.Windows.Forms.DockStyle.Fill;
            this.calendarProjects.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.calendarProjects.Font = new System.Drawing.Font("Segoe UI", 11.25F);
            calendarHighlightRange6.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange6.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange6.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange7.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange7.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange7.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange8.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange8.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange8.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange9.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange9.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange9.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange10.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange10.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange10.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendarProjects.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange6,
        calendarHighlightRange7,
        calendarHighlightRange8,
        calendarHighlightRange9,
        calendarHighlightRange10};
            this.calendarProjects.Location = new System.Drawing.Point(218, 3);
            this.calendarProjects.Name = "calendarProjects";
            this.calendarProjects.Size = new System.Drawing.Size(595, 437);
            this.calendarProjects.TabIndex = 0;
            this.calendarProjects.Text = "calendar1";
            this.calendarProjects.LoadItems += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
            // 
            // panelSelectDate
            // 
            this.panelSelectDate.Controls.Add(this.monthView);
            this.panelSelectDate.Controls.Add(this.comboBoxProjects);
            this.panelSelectDate.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelSelectDate.Location = new System.Drawing.Point(3, 3);
            this.panelSelectDate.Name = "panelSelectDate";
            this.panelSelectDate.Size = new System.Drawing.Size(215, 437);
            this.panelSelectDate.TabIndex = 1;
            // 
            // monthView
            // 
            this.monthView.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.monthView.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.monthView.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView.Location = new System.Drawing.Point(0, 21);
            this.monthView.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView.Name = "monthView";
            this.monthView.Size = new System.Drawing.Size(215, 416);
            this.monthView.TabIndex = 0;
            this.monthView.TodayBorderColor = System.Drawing.Color.Maroon;
            this.monthView.SelectionChanged += new System.EventHandler(this.monthView_SelectionChanged);
            // 
            // comboBoxProjects
            // 
            this.comboBoxProjects.Dock = System.Windows.Forms.DockStyle.Top;
            this.comboBoxProjects.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxProjects.FormattingEnabled = true;
            this.comboBoxProjects.Location = new System.Drawing.Point(0, 0);
            this.comboBoxProjects.Name = "comboBoxProjects";
            this.comboBoxProjects.Size = new System.Drawing.Size(215, 21);
            this.comboBoxProjects.TabIndex = 0;
            this.comboBoxProjects.SelectedIndexChanged += new System.EventHandler(this.comboBoxProjects_SelectedIndexChanged);
            // 
            // tabPageCostSummary
            // 
            this.tabPageCostSummary.Controls.Add(this.chartProjectCost);
            this.tabPageCostSummary.Location = new System.Drawing.Point(4, 22);
            this.tabPageCostSummary.Name = "tabPageCostSummary";
            this.tabPageCostSummary.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageCostSummary.Size = new System.Drawing.Size(816, 443);
            this.tabPageCostSummary.TabIndex = 3;
            this.tabPageCostSummary.Text = "Coût par projet";
            this.tabPageCostSummary.UseVisualStyleBackColor = true;
            // 
            // chartProjectCost
            // 
            chartArea1.Name = "ChartArea1";
            this.chartProjectCost.ChartAreas.Add(chartArea1);
            this.chartProjectCost.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            legend1.TextWrapThreshold = 70;
            this.chartProjectCost.Legends.Add(legend1);
            this.chartProjectCost.Location = new System.Drawing.Point(3, 3);
            this.chartProjectCost.Name = "chartProjectCost";
            series1.ChartArea = "ChartArea1";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series1.Legend = "Legend1";
            series1.Name = "Series1";
            this.chartProjectCost.Series.Add(series1);
            this.chartProjectCost.Size = new System.Drawing.Size(810, 437);
            this.chartProjectCost.TabIndex = 0;
            this.chartProjectCost.Text = "chartProjectCost";
            // 
            // tabPageSummary
            // 
            this.tabPageSummary.Controls.Add(this.dataGridViewSummary);
            this.tabPageSummary.Location = new System.Drawing.Point(4, 22);
            this.tabPageSummary.Name = "tabPageSummary";
            this.tabPageSummary.Size = new System.Drawing.Size(816, 443);
            this.tabPageSummary.TabIndex = 4;
            this.tabPageSummary.Text = "Récap coût";
            this.tabPageSummary.UseVisualStyleBackColor = true;
            // 
            // dataGridViewSummary
            // 
            this.dataGridViewSummary.AllowUserToAddRows = false;
            this.dataGridViewSummary.AllowUserToDeleteRows = false;
            this.dataGridViewSummary.AllowUserToResizeRows = false;
            this.dataGridViewSummary.BackgroundColor = System.Drawing.SystemColors.Window;
            this.dataGridViewSummary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dataGridViewSummary.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            this.dataGridViewSummary.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewSummary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
            this.dataGridViewSummary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridViewSummary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnCostImg,
            this.ColumnCostType,
            this.ColumnCostTime,
            this.ColumnCostTotal});
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewSummary.DefaultCellStyle = dataGridViewCellStyle6;
            this.dataGridViewSummary.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridViewSummary.GridColor = System.Drawing.SystemColors.ControlLight;
            this.dataGridViewSummary.Location = new System.Drawing.Point(0, 0);
            this.dataGridViewSummary.Name = "dataGridViewSummary";
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewSummary.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
            this.dataGridViewSummary.RowHeadersVisible = false;
            this.dataGridViewSummary.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewSummary.Size = new System.Drawing.Size(816, 443);
            this.dataGridViewSummary.TabIndex = 7;
            // 
            // ColumnCostImg
            // 
            this.ColumnCostImg.HeaderText = "";
            this.ColumnCostImg.Name = "ColumnCostImg";
            this.ColumnCostImg.ReadOnly = true;
            this.ColumnCostImg.Width = 30;
            // 
            // ColumnCostType
            // 
            this.ColumnCostType.HeaderText = "Type";
            this.ColumnCostType.Name = "ColumnCostType";
            this.ColumnCostType.Width = 200;
            // 
            // ColumnCostTime
            // 
            this.ColumnCostTime.HeaderText = "Temps";
            this.ColumnCostTime.Name = "ColumnCostTime";
            // 
            // ColumnCostTotal
            // 
            this.ColumnCostTotal.HeaderText = "Coût";
            this.ColumnCostTotal.Name = "ColumnCostTotal";
            // 
            // DealUserControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabControlDeal);
            this.Name = "DealUserControl";
            this.Size = new System.Drawing.Size(824, 469);
            this.Load += new System.EventHandler(this.DealUserControl_Load);
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSourceDeal)).EndInit();
            this.panelMain.ResumeLayout(false);
            this.panelMain.PerformLayout();
            this.tabControlDeal.ResumeLayout(false);
            this.tabPageDeal.ResumeLayout(false);
            this.tabPageSummaryItems.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewItemSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dealSummaryItemViewModelBindingSource)).EndInit();
            this.tabPageScheduling.ResumeLayout(false);
            this.panelSelectDate.ResumeLayout(false);
            this.tabPageSummary.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chartProjectCost)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSummary)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange6 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange7 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(FreeTimeDialog));
     this.cclFreeTime       = new CalendarControl.CalendarControl();
     this.btnSelect         = new System.Windows.Forms.Button();
     this.btnLastWeek       = new System.Windows.Forms.Button();
     this.btnNextWeek       = new System.Windows.Forms.Button();
     this.btnCurrentWeek    = new System.Windows.Forms.Button();
     this.lblNextWeek       = new System.Windows.Forms.Label();
     this.lblLastWeek       = new System.Windows.Forms.Label();
     this.lblDate           = new System.Windows.Forms.Label();
     this.lblSelectFreeTime = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // cclFreeTime
     //
     this.cclFreeTime.AllowDrop       = true;
     this.cclFreeTime.AllowItemEdit   = false;
     this.cclFreeTime.AllowItemResize = false;
     this.cclFreeTime.AllowNew        = false;
     this.cclFreeTime.Anchor          = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.cclFreeTime.Calendar            = null;
     this.cclFreeTime.CalendarControlView = CalendarControl.CalendarControl.CalendarView.WeekView;
     this.cclFreeTime.Font             = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Sunday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange6.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange6.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange6.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange7.DayOfWeek = System.DayOfWeek.Saturday;
     calendarHighlightRange7.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange7.StartTime = System.TimeSpan.Parse("08:00:00");
     this.cclFreeTime.HighlightRanges  = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5,
         calendarHighlightRange6,
         calendarHighlightRange7
     };
     this.cclFreeTime.Location                  = new System.Drawing.Point(12, 127);
     this.cclFreeTime.Name                      = "cclFreeTime";
     this.cclFreeTime.Size                      = new System.Drawing.Size(1057, 459);
     this.cclFreeTime.SundayDate                = new System.DateTime(2017, 4, 9, 0, 0, 0, 0);
     this.cclFreeTime.TabIndex                  = 16;
     this.cclFreeTime.TabStop                   = false;
     this.cclFreeTime.CalendarItemSelected     += new CalendarControl.CalendarControl.ScheduleEventMethod(this.freeTimeCalendar_CalendarItemSelected);
     this.cclFreeTime.ScheduleEventDoubleClick += new CalendarControl.CalendarControl.ScheduleEventMethod(this.freeTimeCalendar_ScheduleEventDoubleClick);
     this.cclFreeTime.MouseClick               += new System.Windows.Forms.MouseEventHandler(this.freeTimeCalendar_MouseClick);
     //
     // btnSelect
     //
     this.btnSelect.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(55)))), ((int)(((byte)(50)))));
     this.btnSelect.Enabled    = false;
     this.btnSelect.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.btnSelect.Font       = new System.Drawing.Font("Guttman Myamfix", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btnSelect.ForeColor  = System.Drawing.Color.White;
     this.btnSelect.Image      = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
     this.btnSelect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSelect.Location   = new System.Drawing.Point(12, 75);
     this.btnSelect.Name       = "btnSelect";
     this.btnSelect.Size       = new System.Drawing.Size(108, 35);
     this.btnSelect.TabIndex   = 0;
     this.btnSelect.Text       = "Select";
     this.btnSelect.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSelect.UseVisualStyleBackColor = false;
     this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
     //
     // btnLastWeek
     //
     this.btnLastWeek.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnLastWeek.AutoSize              = true;
     this.btnLastWeek.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.btnLastWeek.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnLastWeek.BackgroundImage")));
     this.btnLastWeek.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnLastWeek.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.btnLastWeek.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.btnLastWeek.Location              = new System.Drawing.Point(871, 48);
     this.btnLastWeek.Name     = "btnLastWeek";
     this.btnLastWeek.Size     = new System.Drawing.Size(32, 42);
     this.btnLastWeek.TabIndex = 3;
     this.btnLastWeek.UseVisualStyleBackColor = false;
     this.btnLastWeek.Click += new System.EventHandler(this.btnNextWeek_Click);
     //
     // btnNextWeek
     //
     this.btnNextWeek.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNextWeek.AutoSize              = true;
     this.btnNextWeek.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.btnNextWeek.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnNextWeek.BackgroundImage")));
     this.btnNextWeek.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnNextWeek.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.btnNextWeek.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.btnNextWeek.Location              = new System.Drawing.Point(1012, 48);
     this.btnNextWeek.Name     = "btnNextWeek";
     this.btnNextWeek.Size     = new System.Drawing.Size(32, 42);
     this.btnNextWeek.TabIndex = 2;
     this.btnNextWeek.UseVisualStyleBackColor = false;
     this.btnNextWeek.Click += new System.EventHandler(this.btnNextWeek_Click);
     //
     // btnCurrentWeek
     //
     this.btnCurrentWeek.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCurrentWeek.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.btnCurrentWeek.BackgroundImageLayout      = System.Windows.Forms.ImageLayout.Zoom;
     this.btnCurrentWeek.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.btnCurrentWeek.FlatStyle                  = System.Windows.Forms.FlatStyle.Flat;
     this.btnCurrentWeek.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.btnCurrentWeek.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(141)))), ((int)(((byte)(118)))));
     this.btnCurrentWeek.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCurrentWeek.Location   = new System.Drawing.Point(893, 52);
     this.btnCurrentWeek.Name       = "btnCurrentWeek";
     this.btnCurrentWeek.Size       = new System.Drawing.Size(130, 32);
     this.btnCurrentWeek.TabIndex   = 1;
     this.btnCurrentWeek.Text       = "Current Week";
     this.btnCurrentWeek.UseVisualStyleBackColor = false;
     this.btnCurrentWeek.Click += new System.EventHandler(this.btnCurrentWeek_Click);
     //
     // lblNextWeek
     //
     this.lblNextWeek.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblNextWeek.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNextWeek.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(141)))), ((int)(((byte)(118)))));
     this.lblNextWeek.Location  = new System.Drawing.Point(976, 93);
     this.lblNextWeek.Name      = "lblNextWeek";
     this.lblNextWeek.Size      = new System.Drawing.Size(92, 27);
     this.lblNextWeek.TabIndex  = 17;
     this.lblNextWeek.Text      = "next week";
     //
     // lblLastWeek
     //
     this.lblLastWeek.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblLastWeek.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLastWeek.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(141)))), ((int)(((byte)(118)))));
     this.lblLastWeek.Location  = new System.Drawing.Point(859, 93);
     this.lblLastWeek.Name      = "lblLastWeek";
     this.lblLastWeek.Size      = new System.Drawing.Size(92, 27);
     this.lblLastWeek.TabIndex  = 18;
     this.lblLastWeek.Text      = "last week";
     //
     // lblDate
     //
     this.lblDate.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDate.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(141)))), ((int)(((byte)(118)))));
     this.lblDate.Location  = new System.Drawing.Point(608, 82);
     this.lblDate.Name      = "lblDate";
     this.lblDate.Size      = new System.Drawing.Size(237, 38);
     this.lblDate.TabIndex  = 19;
     this.lblDate.Text      = "date";
     this.lblDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblSelectFreeTime
     //
     this.lblSelectFreeTime.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.lblSelectFreeTime.AutoSize  = true;
     this.lblSelectFreeTime.Font      = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSelectFreeTime.ForeColor = System.Drawing.Color.White;
     this.lblSelectFreeTime.Location  = new System.Drawing.Point(338, 9);
     this.lblSelectFreeTime.Name      = "lblSelectFreeTime";
     this.lblSelectFreeTime.Size      = new System.Drawing.Size(404, 55);
     this.lblSelectFreeTime.TabIndex  = 20;
     this.lblSelectFreeTime.Text      = "Select Free Time";
     //
     // FreeTimeDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
     this.ClientSize          = new System.Drawing.Size(1081, 598);
     this.Controls.Add(this.btnLastWeek);
     this.Controls.Add(this.btnNextWeek);
     this.Controls.Add(this.btnCurrentWeek);
     this.Controls.Add(this.lblNextWeek);
     this.Controls.Add(this.lblLastWeek);
     this.Controls.Add(this.lblDate);
     this.Controls.Add(this.lblSelectFreeTime);
     this.Controls.Add(this.cclFreeTime);
     this.Controls.Add(this.btnSelect);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(1097, 637);
     this.Name          = "FreeTimeDialog";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Select Free Time";
     this.Load         += new System.EventHandler(this.FreeTimeDialog_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange6  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange7  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange8  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange9  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange10 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.gbDetails         = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.lblTitle          = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.lblDetails        = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.lblStart          = new System.Windows.Forms.Label();
     this.lblEnd            = new System.Windows.Forms.Label();
     this.lblExtra          = new System.Windows.Forms.Label();
     this.lblExtraInfo      = new System.Windows.Forms.Label();
     this.panelRemoveEdit   = new System.Windows.Forms.Panel();
     this.btnRemove         = new MetroFramework.Controls.MetroButton();
     this.btnEdit           = new MetroFramework.Controls.MetroButton();
     this.btnAdd            = new MetroFramework.Controls.MetroButton();
     this.calendar1         = new System.Windows.Forms.Calendar.Calendar();
     this.monthView1        = new System.Windows.Forms.Calendar.MonthView();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.pictureBox3       = new System.Windows.Forms.PictureBox();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.label3            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.label7            = new System.Windows.Forms.Label();
     this.gbDetails.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.panelRemoveEdit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // gbDetails
     //
     this.gbDetails.Controls.Add(this.tableLayoutPanel1);
     this.gbDetails.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.gbDetails.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbDetails.Location  = new System.Drawing.Point(12, 187);
     this.gbDetails.Name      = "gbDetails";
     this.gbDetails.Size      = new System.Drawing.Size(208, 341);
     this.gbDetails.TabIndex  = 7;
     this.gbDetails.TabStop   = false;
     this.gbDetails.Text      = "Agenda";
     this.gbDetails.Enter    += new System.EventHandler(this.gbDetails_Enter);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.lblTitle, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblDetails, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label4, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.label6, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.lblStart, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.lblEnd, 0, 7);
     this.tableLayoutPanel1.Controls.Add(this.lblExtra, 0, 8);
     this.tableLayoutPanel1.Controls.Add(this.lblExtraInfo, 0, 9);
     this.tableLayoutPanel1.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 19);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 10;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(200, 316);
     this.tableLayoutPanel1.TabIndex = 2;
     this.tableLayoutPanel1.Tag      = "notnull";
     this.tableLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
     //
     // lblTitle
     //
     this.lblTitle.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.lblTitle.AutoSize = true;
     this.lblTitle.Location = new System.Drawing.Point(61, 20);
     this.lblTitle.Name     = "lblTitle";
     this.lblTitle.Size     = new System.Drawing.Size(77, 13);
     this.lblTitle.TabIndex = 1;
     this.lblTitle.Text     = "SoftEng Class";
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(86, 3);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(28, 13);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Title";
     this.label2.Click   += new System.EventHandler(this.label2_Click);
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(79, 53);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(42, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Details";
     this.label1.Click   += new System.EventHandler(this.label2_Click);
     //
     // lblDetails
     //
     this.lblDetails.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.lblDetails.AutoSize = true;
     this.lblDetails.Location = new System.Drawing.Point(23, 70);
     this.lblDetails.Name     = "lblDetails";
     this.lblDetails.Size     = new System.Drawing.Size(154, 13);
     this.lblDetails.TabIndex = 1;
     this.lblDetails.Text     = "Implement Schedule Module";
     //
     // label4
     //
     this.label4.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(83, 123);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(33, 13);
     this.label4.TabIndex = 1;
     this.label4.Text     = "From";
     this.label4.Click   += new System.EventHandler(this.label2_Click);
     //
     // label6
     //
     this.label6.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(91, 183);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(18, 13);
     this.label6.TabIndex = 1;
     this.label6.Text     = "To";
     this.label6.Click   += new System.EventHandler(this.label2_Click);
     //
     // lblStart
     //
     this.lblStart.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.lblStart.AutoSize = true;
     this.lblStart.Location = new System.Drawing.Point(71, 140);
     this.lblStart.Name     = "lblStart";
     this.lblStart.Size     = new System.Drawing.Size(57, 26);
     this.lblStart.TabIndex = 1;
     this.lblStart.Text     = "8/24/2017\r\n09:15";
     //
     // lblEnd
     //
     this.lblEnd.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.lblEnd.AutoSize = true;
     this.lblEnd.Location = new System.Drawing.Point(71, 200);
     this.lblEnd.Name     = "lblEnd";
     this.lblEnd.Size     = new System.Drawing.Size(57, 26);
     this.lblEnd.TabIndex = 1;
     this.lblEnd.Text     = "8/24/2017\r\n21:00";
     //
     // lblExtra
     //
     this.lblExtra.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lblExtra.AutoSize = true;
     this.lblExtra.Location = new System.Drawing.Point(34, 243);
     this.lblExtra.Name     = "lblExtra";
     this.lblExtra.Size     = new System.Drawing.Size(132, 13);
     this.lblExtra.TabIndex = 1;
     this.lblExtra.Text     = "Nothing/Minister/Venue";
     this.lblExtra.Click   += new System.EventHandler(this.label2_Click);
     //
     // lblExtraInfo
     //
     this.lblExtraInfo.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.lblExtraInfo.AutoSize = true;
     this.lblExtraInfo.Location = new System.Drawing.Point(78, 260);
     this.lblExtraInfo.Name     = "lblExtraInfo";
     this.lblExtraInfo.Size     = new System.Drawing.Size(43, 13);
     this.lblExtraInfo.TabIndex = 1;
     this.lblExtraInfo.Text     = "Blobby";
     //
     // panelRemoveEdit
     //
     this.panelRemoveEdit.Controls.Add(this.btnRemove);
     this.panelRemoveEdit.Controls.Add(this.btnEdit);
     this.panelRemoveEdit.Enabled  = false;
     this.panelRemoveEdit.Location = new System.Drawing.Point(15, 153);
     this.panelRemoveEdit.Name     = "panelRemoveEdit";
     this.panelRemoveEdit.Size     = new System.Drawing.Size(128, 28);
     this.panelRemoveEdit.TabIndex = 3;
     //
     // btnRemove
     //
     this.btnRemove.Anchor        = System.Windows.Forms.AnchorStyles.Right;
     this.btnRemove.Location      = new System.Drawing.Point(3, 2);
     this.btnRemove.Name          = "btnRemove";
     this.btnRemove.Size          = new System.Drawing.Size(53, 23);
     this.btnRemove.TabIndex      = 3;
     this.btnRemove.Text          = "Remove";
     this.btnRemove.UseSelectable = true;
     this.btnRemove.Click        += new System.EventHandler(this.btnRemove_Click);
     //
     // btnEdit
     //
     this.btnEdit.Anchor        = System.Windows.Forms.AnchorStyles.Right;
     this.btnEdit.Location      = new System.Drawing.Point(72, 2);
     this.btnEdit.Name          = "btnEdit";
     this.btnEdit.Size          = new System.Drawing.Size(53, 23);
     this.btnEdit.TabIndex      = 3;
     this.btnEdit.Text          = "Edit";
     this.btnEdit.UseSelectable = true;
     this.btnEdit.Click        += new System.EventHandler(this.btnEdit_Click);
     //
     // btnAdd
     //
     this.btnAdd.Location      = new System.Drawing.Point(167, 155);
     this.btnAdd.Name          = "btnAdd";
     this.btnAdd.Size          = new System.Drawing.Size(53, 23);
     this.btnAdd.TabIndex      = 3;
     this.btnAdd.Text          = "Add";
     this.btnAdd.UseSelectable = true;
     this.btnAdd.Click        += new System.EventHandler(this.btnAdd_Click);
     //
     // calendar1
     //
     this.calendar1.AllowItemEdit   = false;
     this.calendar1.AllowItemResize = false;
     this.calendar1.AllowNew        = false;
     this.calendar1.Anchor          = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.calendar1.BackColor           = System.Drawing.Color.OrangeRed;
     this.calendar1.Font                = new System.Drawing.Font("Segoe UI", 9F);
     this.calendar1.ForeColor           = System.Drawing.Color.Maroon;
     calendarHighlightRange6.DayOfWeek  = System.DayOfWeek.Monday;
     calendarHighlightRange6.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange6.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange7.DayOfWeek  = System.DayOfWeek.Tuesday;
     calendarHighlightRange7.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange7.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange8.DayOfWeek  = System.DayOfWeek.Wednesday;
     calendarHighlightRange8.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange8.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange9.DayOfWeek  = System.DayOfWeek.Thursday;
     calendarHighlightRange9.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange9.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange10.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange10.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange10.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges     = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange6,
         calendarHighlightRange7,
         calendarHighlightRange8,
         calendarHighlightRange9,
         calendarHighlightRange10
     };
     this.calendar1.Location          = new System.Drawing.Point(226, 12);
     this.calendar1.Name              = "calendar1";
     this.calendar1.Size              = new System.Drawing.Size(705, 645);
     this.calendar1.TabIndex          = 4;
     this.calendar1.Text              = "calendar1";
     this.calendar1.LoadItems        += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
     this.calendar1.ItemCreating     += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreating);
     this.calendar1.ItemClick        += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemClick);
     this.calendar1.ItemMouseHover   += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemMouseHover);
     this.calendar1.MouseClick       += new System.Windows.Forms.MouseEventHandler(this.calendar1_MouseClick);
     this.calendar1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.calendar1_MouseDoubleClick);
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.Color.LightGray;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.White;
     this.monthView1.BackColor                  = System.Drawing.Color.DarkGray;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.Color.LightGray;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.ItemPadding                = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(12, 12);
     this.monthView1.MaxSelectionCount           = 35;
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.Color.DimGray;
     this.monthView1.MonthTitleTextColor         = System.Drawing.Color.White;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.Color.WhiteSmoke;
     this.monthView1.Name              = "monthView1";
     this.monthView1.Size              = new System.Drawing.Size(208, 135);
     this.monthView1.TabIndex          = 5;
     this.monthView1.Text              = "monthView1";
     this.monthView1.TodayBorderColor  = System.Drawing.Color.LightGreen;
     this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.pictureBox1.Image    = global::ParishSystem.Properties.Resources.dot_unspecified;
     this.pictureBox1.Location = new System.Drawing.Point(7, 4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(30, 30);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 8;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.pictureBox2.Image    = global::ParishSystem.Properties.Resources.dot_schedule;
     this.pictureBox2.Location = new System.Drawing.Point(7, 42);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(30, 30);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 8;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox3
     //
     this.pictureBox3.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.pictureBox3.Image    = global::ParishSystem.Properties.Resources.dot_bloodletting;
     this.pictureBox3.Location = new System.Drawing.Point(7, 81);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(30, 30);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex = 8;
     this.pictureBox3.TabStop  = false;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78F));
     this.tableLayoutPanel2.Controls.Add(this.pictureBox1, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.label3, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.pictureBox2, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.pictureBox3, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.label5, 1, 1);
     this.tableLayoutPanel2.Controls.Add(this.label7, 1, 2);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(12, 541);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 3;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(200, 116);
     this.tableLayoutPanel2.TabIndex = 10;
     //
     // label3
     //
     this.label3.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(47, 11);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(80, 16);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Unspecified";
     //
     // label5
     //
     this.label5.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(47, 49);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(83, 16);
     this.label5.TabIndex = 9;
     this.label5.Text     = "Appointment";
     //
     // label7
     //
     this.label7.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(47, 88);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(145, 16);
     this.label7.TabIndex = 9;
     this.label7.Text     = "Blood Donation Events";
     //
     // ScheduleModule
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(943, 669);
     this.Controls.Add(this.tableLayoutPanel2);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.panelRemoveEdit);
     this.Controls.Add(this.gbDetails);
     this.Controls.Add(this.calendar1);
     this.Controls.Add(this.monthView1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "ScheduleModule";
     this.Text            = "Schedule Form";
     this.Load           += new System.EventHandler(this.ScheduleModule_Load);
     this.gbDetails.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.panelRemoveEdit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 21
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.tabControl1                = new System.Windows.Forms.TabControl();
     this.tabPage1                   = new System.Windows.Forms.TabPage();
     this.splitContainer1            = new System.Windows.Forms.SplitContainer();
     this.splitContainer2            = new System.Windows.Forms.SplitContainer();
     this.splitContainer9            = new System.Windows.Forms.SplitContainer();
     this.pictureBox1                = new System.Windows.Forms.PictureBox();
     this.pictureBox2                = new System.Windows.Forms.PictureBox();
     this.splitContainer4            = new System.Windows.Forms.SplitContainer();
     this.cmbAreasComunes            = new System.Windows.Forms.ComboBox();
     this.splitContainer5            = new System.Windows.Forms.SplitContainer();
     this.btnPrueba2                 = new System.Windows.Forms.Button();
     this.splitContainer6            = new System.Windows.Forms.SplitContainer();
     this.btbPrueba                  = new System.Windows.Forms.Button();
     this.splitContainer7            = new System.Windows.Forms.SplitContainer();
     this.btnPrueba3                 = new System.Windows.Forms.Button();
     this.splitContainer8            = new System.Windows.Forms.SplitContainer();
     this.btnPrueba4                 = new System.Windows.Forms.Button();
     this.dataGridView1              = new System.Windows.Forms.DataGridView();
     this.tabPage2                   = new System.Windows.Forms.TabPage();
     this.splitContainer3            = new System.Windows.Forms.SplitContainer();
     this.monthView1                 = new System.Windows.Forms.Calendar.MonthView();
     this.calendar1                  = new System.Windows.Forms.Calendar.Calendar();
     this.tabPage3                   = new System.Windows.Forms.TabPage();
     this.Opcion                     = new System.Windows.Forms.GroupBox();
     this.btnCancelar                = new System.Windows.Forms.Button();
     this.chkNo                      = new System.Windows.Forms.CheckBox();
     this.chkSi                      = new System.Windows.Forms.CheckBox();
     this.btnAceptar                 = new System.Windows.Forms.Button();
     this.contextMenuStrip1          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1         = new System.Windows.Forms.ToolStripMenuItem();
     this.ingresarToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.eliminarToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.button1                    = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer9)).BeginInit();
     this.splitContainer9.Panel1.SuspendLayout();
     this.splitContainer9.Panel2.SuspendLayout();
     this.splitContainer9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
     this.splitContainer5.Panel1.SuspendLayout();
     this.splitContainer5.Panel2.SuspendLayout();
     this.splitContainer5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
     this.splitContainer6.Panel1.SuspendLayout();
     this.splitContainer6.Panel2.SuspendLayout();
     this.splitContainer6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).BeginInit();
     this.splitContainer7.Panel1.SuspendLayout();
     this.splitContainer7.Panel2.SuspendLayout();
     this.splitContainer7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).BeginInit();
     this.splitContainer8.Panel1.SuspendLayout();
     this.splitContainer8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.Opcion.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(727, 315);
     this.panel1.TabIndex = 1;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location      = new System.Drawing.Point(12, 12);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(704, 295);
     this.tabControl1.TabIndex      = 2;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
     this.tabPage1.Controls.Add(this.splitContainer1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(696, 269);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "tabPage1";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
     this.splitContainer1.Size             = new System.Drawing.Size(690, 263);
     this.splitContainer1.SplitterDistance = 196;
     this.splitContainer1.TabIndex         = 4;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name     = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer9);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.splitContainer2.Size             = new System.Drawing.Size(196, 263);
     this.splitContainer2.SplitterDistance = 64;
     this.splitContainer2.TabIndex         = 0;
     //
     // splitContainer9
     //
     this.splitContainer9.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer9.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer9.Name        = "splitContainer9";
     this.splitContainer9.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer9.Panel1
     //
     this.splitContainer9.Panel1.Controls.Add(this.pictureBox1);
     //
     // splitContainer9.Panel2
     //
     this.splitContainer9.Panel2.Controls.Add(this.pictureBox2);
     this.splitContainer9.Size             = new System.Drawing.Size(64, 263);
     this.splitContainer9.SplitterDistance = 80;
     this.splitContainer9.TabIndex         = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = global::SARR.Presentacion.Properties.Resources.Logo_Psicólogo_en_casa_11_300x300;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(64, 80);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox2.Image    = global::SARR.Presentacion.Properties.Resources.saar;
     this.pictureBox2.Location = new System.Drawing.Point(0, 0);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(64, 179);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 0;
     this.pictureBox2.TabStop  = false;
     //
     // splitContainer4
     //
     this.splitContainer4.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name        = "splitContainer4";
     this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.cmbAreasComunes);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.splitContainer5);
     this.splitContainer4.Size             = new System.Drawing.Size(128, 263);
     this.splitContainer4.SplitterDistance = 42;
     this.splitContainer4.TabIndex         = 0;
     //
     // cmbAreasComunes
     //
     this.cmbAreasComunes.FormattingEnabled = true;
     this.cmbAreasComunes.Location          = new System.Drawing.Point(3, 8);
     this.cmbAreasComunes.Name     = "cmbAreasComunes";
     this.cmbAreasComunes.Size     = new System.Drawing.Size(122, 21);
     this.cmbAreasComunes.TabIndex = 0;
     //
     // splitContainer5
     //
     this.splitContainer5.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer5.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer5.Name        = "splitContainer5";
     this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer5.Panel1
     //
     this.splitContainer5.Panel1.Controls.Add(this.btnPrueba2);
     //
     // splitContainer5.Panel2
     //
     this.splitContainer5.Panel2.Controls.Add(this.splitContainer6);
     this.splitContainer5.Size             = new System.Drawing.Size(128, 217);
     this.splitContainer5.SplitterDistance = 42;
     this.splitContainer5.TabIndex         = 0;
     //
     // btnPrueba2
     //
     this.btnPrueba2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrueba2.Location = new System.Drawing.Point(19, 3);
     this.btnPrueba2.Name     = "btnPrueba2";
     this.btnPrueba2.Size     = new System.Drawing.Size(86, 29);
     this.btnPrueba2.TabIndex = 4;
     this.btnPrueba2.Text     = "Nuevo";
     this.btnPrueba2.UseVisualStyleBackColor = true;
     this.btnPrueba2.Click += new System.EventHandler(this.btnPrueba2_Click);
     //
     // splitContainer6
     //
     this.splitContainer6.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer6.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer6.Name        = "splitContainer6";
     this.splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer6.Panel1
     //
     this.splitContainer6.Panel1.Controls.Add(this.btbPrueba);
     //
     // splitContainer6.Panel2
     //
     this.splitContainer6.Panel2.Controls.Add(this.splitContainer7);
     this.splitContainer6.Size             = new System.Drawing.Size(128, 171);
     this.splitContainer6.SplitterDistance = 42;
     this.splitContainer6.TabIndex         = 0;
     //
     // btbPrueba
     //
     this.btbPrueba.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btbPrueba.Location = new System.Drawing.Point(19, 3);
     this.btbPrueba.Name     = "btbPrueba";
     this.btbPrueba.Size     = new System.Drawing.Size(86, 29);
     this.btbPrueba.TabIndex = 1;
     this.btbPrueba.Text     = "Actualizar";
     this.btbPrueba.UseVisualStyleBackColor = true;
     //
     // splitContainer7
     //
     this.splitContainer7.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer7.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer7.Name        = "splitContainer7";
     this.splitContainer7.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer7.Panel1
     //
     this.splitContainer7.Panel1.Controls.Add(this.btnPrueba3);
     //
     // splitContainer7.Panel2
     //
     this.splitContainer7.Panel2.Controls.Add(this.splitContainer8);
     this.splitContainer7.Size             = new System.Drawing.Size(128, 125);
     this.splitContainer7.SplitterDistance = 46;
     this.splitContainer7.TabIndex         = 0;
     //
     // btnPrueba3
     //
     this.btnPrueba3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrueba3.Location = new System.Drawing.Point(19, 10);
     this.btnPrueba3.Name     = "btnPrueba3";
     this.btnPrueba3.Size     = new System.Drawing.Size(86, 29);
     this.btnPrueba3.TabIndex = 5;
     this.btnPrueba3.Text     = "Eliminar";
     this.btnPrueba3.UseVisualStyleBackColor = true;
     //
     // splitContainer8
     //
     this.splitContainer8.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer8.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer8.Name        = "splitContainer8";
     this.splitContainer8.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer8.Panel1
     //
     this.splitContainer8.Panel1.Controls.Add(this.btnPrueba4);
     this.splitContainer8.Size             = new System.Drawing.Size(128, 75);
     this.splitContainer8.SplitterDistance = 42;
     this.splitContainer8.TabIndex         = 0;
     //
     // btnPrueba4
     //
     this.btnPrueba4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrueba4.Location = new System.Drawing.Point(19, 6);
     this.btnPrueba4.Name     = "btnPrueba4";
     this.btnPrueba4.Size     = new System.Drawing.Size(86, 29);
     this.btnPrueba4.TabIndex = 6;
     this.btnPrueba4.Text     = "Cancelar";
     this.btnPrueba4.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.Size     = new System.Drawing.Size(490, 263);
     this.dataGridView1.TabIndex = 0;
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
     this.tabPage2.Controls.Add(this.splitContainer3);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(696, 269);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "tabPage2";
     //
     // splitContainer3
     //
     this.splitContainer3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(3, 3);
     this.splitContainer3.Name     = "splitContainer3";
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.monthView1);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.calendar1);
     this.splitContainer3.Size             = new System.Drawing.Size(690, 263);
     this.splitContainer3.SplitterDistance = 230;
     this.splitContainer3.TabIndex         = 0;
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.ItemPadding                = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(3, 16);
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name              = "monthView1";
     this.monthView1.Size              = new System.Drawing.Size(199, 137);
     this.monthView1.TabIndex          = 0;
     this.monthView1.Text              = "monthView1";
     this.monthView1.TodayBorderColor  = System.Drawing.Color.Maroon;
     this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged_1);
     //
     // calendar1
     //
     this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location = new System.Drawing.Point(22, 25);
     this.calendar1.Name     = "calendar1";
     this.calendar1.Size     = new System.Drawing.Size(431, 211);
     this.calendar1.TabIndex = 1;
     this.calendar1.Text     = "calendar1";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.button1);
     this.tabPage3.Controls.Add(this.Opcion);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(696, 269);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "tabPage3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // Opcion
     //
     this.Opcion.Controls.Add(this.btnCancelar);
     this.Opcion.Controls.Add(this.chkNo);
     this.Opcion.Controls.Add(this.chkSi);
     this.Opcion.Controls.Add(this.btnAceptar);
     this.Opcion.Location = new System.Drawing.Point(81, 38);
     this.Opcion.Name     = "Opcion";
     this.Opcion.Size     = new System.Drawing.Size(279, 145);
     this.Opcion.TabIndex = 0;
     this.Opcion.TabStop  = false;
     this.Opcion.Text     = "Opcion";
     //
     // btnCancelar
     //
     this.btnCancelar.Location = new System.Drawing.Point(65, 107);
     this.btnCancelar.Name     = "btnCancelar";
     this.btnCancelar.Size     = new System.Drawing.Size(75, 23);
     this.btnCancelar.TabIndex = 3;
     this.btnCancelar.Text     = "Cancelar";
     this.btnCancelar.UseVisualStyleBackColor = true;
     //
     // chkNo
     //
     this.chkNo.AutoSize = true;
     this.chkNo.Location = new System.Drawing.Point(106, 19);
     this.chkNo.Name     = "chkNo";
     this.chkNo.Size     = new System.Drawing.Size(40, 17);
     this.chkNo.TabIndex = 2;
     this.chkNo.Text     = "No";
     this.chkNo.UseVisualStyleBackColor = true;
     this.chkNo.CheckedChanged         += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // chkSi
     //
     this.chkSi.AutoSize = true;
     this.chkSi.Location = new System.Drawing.Point(20, 20);
     this.chkSi.Name     = "chkSi";
     this.chkSi.Size     = new System.Drawing.Size(35, 17);
     this.chkSi.TabIndex = 1;
     this.chkSi.Text     = "Si";
     this.chkSi.UseVisualStyleBackColor = true;
     //
     // btnAceptar
     //
     this.btnAceptar.Location = new System.Drawing.Point(65, 68);
     this.btnAceptar.Name     = "btnAceptar";
     this.btnAceptar.Size     = new System.Drawing.Size(75, 23);
     this.btnAceptar.TabIndex = 0;
     this.btnAceptar.Text     = "Aceptar";
     this.btnAceptar.UseVisualStyleBackColor = true;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.ingresarToolStripMenuItem,
         this.eliminarToolStripMenuItem,
         this.modificarToolStripMenuItem
     });
     this.contextMenuStrip1.Name            = "contextMenuStrip1";
     this.contextMenuStrip1.RenderMode      = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.contextMenuStrip1.ShowImageMargin = false;
     this.contextMenuStrip1.Size            = new System.Drawing.Size(101, 92);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(100, 22);
     this.toolStripMenuItem1.Text = "Ver";
     //
     // ingresarToolStripMenuItem
     //
     this.ingresarToolStripMenuItem.Name = "ingresarToolStripMenuItem";
     this.ingresarToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
     this.ingresarToolStripMenuItem.Text = "Ingresar";
     //
     // eliminarToolStripMenuItem
     //
     this.eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem";
     this.eliminarToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
     this.eliminarToolStripMenuItem.Text = "Eliminar";
     //
     // modificarToolStripMenuItem
     //
     this.modificarToolStripMenuItem.Name = "modificarToolStripMenuItem";
     this.modificarToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
     this.modificarToolStripMenuItem.Text = "Modificar";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(528, 58);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(727, 315);
     this.Controls.Add(this.panel1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer9.Panel1.ResumeLayout(false);
     this.splitContainer9.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer9)).EndInit();
     this.splitContainer9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     this.splitContainer5.Panel1.ResumeLayout(false);
     this.splitContainer5.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
     this.splitContainer5.ResumeLayout(false);
     this.splitContainer6.Panel1.ResumeLayout(false);
     this.splitContainer6.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
     this.splitContainer6.ResumeLayout(false);
     this.splitContainer7.Panel1.ResumeLayout(false);
     this.splitContainer7.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).EndInit();
     this.splitContainer7.ResumeLayout(false);
     this.splitContainer8.Panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).EndInit();
     this.splitContainer8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.Opcion.ResumeLayout(false);
     this.Opcion.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(frmConsultasPaciente));
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.label5              = new System.Windows.Forms.Label();
     this.toolStrip2          = new System.Windows.Forms.ToolStrip();
     this.tobBuscarPaciente   = new System.Windows.Forms.ToolStripButton();
     this.label3              = new System.Windows.Forms.Label();
     this.TxtNombre           = new System.Windows.Forms.TextBox();
     this.label1              = new System.Windows.Forms.Label();
     this.TxtNumExpediente    = new AMS.TextBox.NumericTextBox();
     this.panel1              = new System.Windows.Forms.Panel();
     this.oCalendario         = new System.Windows.Forms.Calendar.Calendar();
     this.grouper1            = new CodeVendor.Controls.Grouper();
     this.lblDetalleCita      = new System.Windows.Forms.Label();
     this.label11             = new System.Windows.Forms.Label();
     this.lblPrioridad        = new System.Windows.Forms.Label();
     this.txtIdCita           = new System.Windows.Forms.TextBox();
     this.pictPrioridad       = new System.Windows.Forms.PictureBox();
     this.label2              = new System.Windows.Forms.Label();
     this.toolStrip4          = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel2     = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel3     = new System.Windows.Forms.ToolStripLabel();
     this.tobNuevaCita        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tobModificarCita    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tobEliminarCita     = new System.Windows.Forms.ToolStripButton();
     this.grouper3            = new CodeVendor.Controls.Grouper();
     this.monthView1          = new System.Windows.Forms.Calendar.MonthView();
     this.label4              = new System.Windows.Forms.Label();
     this.timer1              = new System.Windows.Forms.Timer(this.components);
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tobBuscar           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tobIngresar         = new System.Windows.Forms.ToolStripButton();
     this.label6              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.textBox1            = new System.Windows.Forms.TextBox();
     this.toolStrip3          = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1    = new System.Windows.Forms.ToolStripButton();
     this.panel2              = new System.Windows.Forms.Panel();
     this.panelOpciones       = new System.Windows.Forms.Panel();
     this.panel4              = new System.Windows.Forms.Panel();
     this.panel3              = new System.Windows.Forms.Panel();
     this.btnMinimize         = new G_Clinic.ImagenCambiantePictureBox();
     this.btnSalir            = new G_Clinic.ImagenCambiantePictureBox();
     this.toolStrip2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.oCalendario.SuspendLayout();
     this.grouper1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictPrioridad)).BeginInit();
     this.toolStrip4.SuspendLayout();
     this.grouper3.SuspendLayout();
     this.monthView1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.toolStrip3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panelOpciones.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnMinimize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSalir)).BeginInit();
     this.SuspendLayout();
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(534, 131);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(51, 2);
     this.label5.TabIndex  = 288;
     //
     // toolStrip2
     //
     this.toolStrip2.BackColor             = System.Drawing.Color.Transparent;
     this.toolStrip2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip2.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip2.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip2.ImageScalingSize = new System.Drawing.Size(38, 38);
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tobBuscarPaciente
     });
     this.toolStrip2.Location   = new System.Drawing.Point(534, 0);
     this.toolStrip2.Name       = "toolStrip2";
     this.toolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip2.Size       = new System.Drawing.Size(51, 60);
     this.toolStrip2.TabIndex   = 287;
     this.toolStrip2.Text       = "toolStrip2";
     //
     // tobBuscarPaciente
     //
     this.tobBuscarPaciente.Font                  = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tobBuscarPaciente.ForeColor             = System.Drawing.Color.Black;
     this.tobBuscarPaciente.Image                 = ((System.Drawing.Image)(resources.GetObject("tobBuscarPaciente.Image")));
     this.tobBuscarPaciente.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tobBuscarPaciente.Name                  = "tobBuscarPaciente";
     this.tobBuscarPaciente.Size                  = new System.Drawing.Size(48, 57);
     this.tobBuscarPaciente.Text                  = "Buscar";
     this.tobBuscarPaciente.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tobBuscarPaciente.ToolTipText           = "Buscar Paciente";
     this.tobBuscarPaciente.Click                += new System.EventHandler(this.tobBuscarPaciente_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(201, 22);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(58, 15);
     this.label3.TabIndex  = 286;
     this.label3.Text      = "Paciente:";
     //
     // TxtNombre
     //
     this.TxtNombre.BackColor = System.Drawing.Color.White;
     this.TxtNombre.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TxtNombre.ForeColor = System.Drawing.Color.Black;
     this.TxtNombre.Location  = new System.Drawing.Point(260, 20);
     this.TxtNombre.MaxLength = 65;
     this.TxtNombre.Name      = "TxtNombre";
     this.TxtNombre.ReadOnly  = true;
     this.TxtNombre.Size      = new System.Drawing.Size(271, 20);
     this.TxtNombre.TabIndex  = 284;
     this.TxtNombre.Tag       = "nombre";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(3, 22);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(107, 15);
     this.label1.TabIndex  = 285;
     this.label1.Text      = "N° de Expediente:";
     //
     // TxtNumExpediente
     //
     this.TxtNumExpediente.AllowNegative    = false;
     this.TxtNumExpediente.BackColor        = System.Drawing.Color.White;
     this.TxtNumExpediente.DigitsInGroup    = 0;
     this.TxtNumExpediente.Flags            = 65536;
     this.TxtNumExpediente.Font             = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TxtNumExpediente.ForeColor        = System.Drawing.Color.Red;
     this.TxtNumExpediente.Location         = new System.Drawing.Point(113, 18);
     this.TxtNumExpediente.MaxDecimalPlaces = 0;
     this.TxtNumExpediente.MaxLength        = 8;
     this.TxtNumExpediente.MaxWholeDigits   = 9;
     this.TxtNumExpediente.Name             = "TxtNumExpediente";
     this.TxtNumExpediente.Prefix           = "";
     this.TxtNumExpediente.RangeMax         = 1.7976931348623157E+308;
     this.TxtNumExpediente.RangeMin         = -1.7976931348623157E+308;
     this.TxtNumExpediente.ReadOnly         = true;
     this.TxtNumExpediente.Size             = new System.Drawing.Size(82, 22);
     this.TxtNumExpediente.TabIndex         = 283;
     this.TxtNumExpediente.Tag       = "num_expediente";
     this.TxtNumExpediente.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.oCalendario);
     this.panel1.Location = new System.Drawing.Point(6, 131);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(590, 461);
     this.panel1.TabIndex = 289;
     //
     // oCalendario
     //
     this.oCalendario.BackColor = System.Drawing.Color.LightGray;
     this.oCalendario.Controls.Add(this.grouper1);
     this.oCalendario.Dock = System.Windows.Forms.DockStyle.Fill;
     this.oCalendario.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.oCalendario.GradientBackground = true;
     this.oCalendario.GradientColor1     = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(202)))), ((int)(((byte)(255)))));
     this.oCalendario.GradientColor2     = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(202)))), ((int)(((byte)(255)))));
     calendarHighlightRange1.DayOfWeek   = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime     = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime   = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek   = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime     = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime   = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek   = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime     = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime   = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek   = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime     = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime   = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek   = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime     = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime   = System.TimeSpan.Parse("08:00:00");
     this.oCalendario.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.oCalendario.Location = new System.Drawing.Point(0, 0);
     this.oCalendario.Name     = "oCalendario";
     this.oCalendario.Size     = new System.Drawing.Size(590, 461);
     this.oCalendario.TabIndex = 0;
     this.oCalendario.Text     = "calendar1";
     //
     // grouper1
     //
     this.grouper1.BackgroundColor         = System.Drawing.Color.White;
     this.grouper1.BackgroundGradientColor = System.Drawing.Color.Transparent;
     this.grouper1.BackgroundGradientMode  = CodeVendor.Controls.Grouper.GroupBoxGradientMode.Vertical;
     this.grouper1.BorderColor             = System.Drawing.Color.Black;
     this.grouper1.BorderThickness         = 1F;
     this.grouper1.Controls.Add(this.lblDetalleCita);
     this.grouper1.Controls.Add(this.label11);
     this.grouper1.Controls.Add(this.lblPrioridad);
     this.grouper1.Controls.Add(this.txtIdCita);
     this.grouper1.Controls.Add(this.pictPrioridad);
     this.grouper1.CustomGroupBoxColor = System.Drawing.Color.White;
     this.grouper1.GroupImage          = null;
     this.grouper1.GroupTitle          = "";
     this.grouper1.Location            = new System.Drawing.Point(65, 52);
     this.grouper1.Name            = "grouper1";
     this.grouper1.Padding         = new System.Windows.Forms.Padding(20);
     this.grouper1.PaintGroupBox   = false;
     this.grouper1.RoundCorners    = 10;
     this.grouper1.ShadowColor     = System.Drawing.Color.DimGray;
     this.grouper1.ShadowControl   = true;
     this.grouper1.ShadowThickness = 3;
     this.grouper1.Size            = new System.Drawing.Size(188, 251);
     this.grouper1.TabIndex        = 276;
     this.grouper1.Visible         = false;
     //
     // lblDetalleCita
     //
     this.lblDetalleCita.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDetalleCita.ForeColor = System.Drawing.Color.Black;
     this.lblDetalleCita.Location  = new System.Drawing.Point(10, 51);
     this.lblDetalleCita.Name      = "lblDetalleCita";
     this.lblDetalleCita.Size      = new System.Drawing.Size(167, 190);
     this.lblDetalleCita.TabIndex  = 0;
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Black;
     this.label11.Location  = new System.Drawing.Point(45, 26);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(71, 16);
     this.label11.TabIndex  = 2;
     this.label11.Text      = "Prioridad:";
     //
     // lblPrioridad
     //
     this.lblPrioridad.AutoSize  = true;
     this.lblPrioridad.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPrioridad.ForeColor = System.Drawing.Color.Red;
     this.lblPrioridad.Location  = new System.Drawing.Point(114, 26);
     this.lblPrioridad.Name      = "lblPrioridad";
     this.lblPrioridad.Size      = new System.Drawing.Size(0, 16);
     this.lblPrioridad.TabIndex  = 2;
     //
     // txtIdCita
     //
     this.txtIdCita.Location = new System.Drawing.Point(217, -17);
     this.txtIdCita.Name     = "txtIdCita";
     this.txtIdCita.Size     = new System.Drawing.Size(51, 23);
     this.txtIdCita.TabIndex = 10;
     this.txtIdCita.Visible  = false;
     //
     // pictPrioridad
     //
     this.pictPrioridad.Location = new System.Drawing.Point(15, 22);
     this.pictPrioridad.Name     = "pictPrioridad";
     this.pictPrioridad.Size     = new System.Drawing.Size(24, 24);
     this.pictPrioridad.TabIndex = 1;
     this.pictPrioridad.TabStop  = false;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(592, 597);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(212, 2);
     this.label2.TabIndex  = 291;
     //
     // toolStrip4
     //
     this.toolStrip4.AutoSize              = false;
     this.toolStrip4.BackColor             = System.Drawing.Color.Transparent;
     this.toolStrip4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip4.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip4.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip4.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel2,
         this.toolStripLabel3,
         this.tobNuevaCita,
         this.toolStripSeparator2,
         this.tobModificarCita,
         this.toolStripSeparator1,
         this.tobEliminarCita
     });
     this.toolStrip4.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
     this.toolStrip4.Location    = new System.Drawing.Point(593, 382);
     this.toolStrip4.Name        = "toolStrip4";
     this.toolStrip4.RenderMode  = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip4.Size        = new System.Drawing.Size(209, 217);
     this.toolStrip4.TabIndex    = 290;
     this.toolStrip4.Text        = "toolStrip4";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Font                  = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripLabel2.ForeColor             = System.Drawing.Color.White;
     this.toolStripLabel2.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripLabel2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripLabel2.Name                  = "toolStripLabel2";
     this.toolStripLabel2.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.toolStripLabel2.Size                  = new System.Drawing.Size(207, 0);
     this.toolStripLabel2.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripLabel2.ToolTipText           = "Ingresar un Nuevo Paciente (Ctrl + N)";
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.AutoSize = false;
     this.toolStripLabel3.Name     = "toolStripLabel3";
     this.toolStripLabel3.Size     = new System.Drawing.Size(8, 32);
     //
     // tobNuevaCita
     //
     this.tobNuevaCita.Font                  = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tobNuevaCita.ForeColor             = System.Drawing.Color.Black;
     this.tobNuevaCita.Image                 = ((System.Drawing.Image)(resources.GetObject("tobNuevaCita.Image")));
     this.tobNuevaCita.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     this.tobNuevaCita.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tobNuevaCita.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tobNuevaCita.Name                  = "tobNuevaCita";
     this.tobNuevaCita.Size                  = new System.Drawing.Size(207, 52);
     this.tobNuevaCita.Text                  = "Generar nueva cita";
     this.tobNuevaCita.ToolTipText           = "Generar una nueva cita";
     this.tobNuevaCita.Click                += new System.EventHandler(this.tobNuevaCita_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.AutoSize = false;
     this.toolStripSeparator2.Name     = "toolStripSeparator2";
     this.toolStripSeparator2.Size     = new System.Drawing.Size(190, 6);
     //
     // tobModificarCita
     //
     this.tobModificarCita.Font                  = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tobModificarCita.ForeColor             = System.Drawing.Color.Black;
     this.tobModificarCita.Image                 = ((System.Drawing.Image)(resources.GetObject("tobModificarCita.Image")));
     this.tobModificarCita.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     this.tobModificarCita.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tobModificarCita.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tobModificarCita.Name                  = "tobModificarCita";
     this.tobModificarCita.Size                  = new System.Drawing.Size(207, 52);
     this.tobModificarCita.Text                  = "Modificar cita existente";
     this.tobModificarCita.ToolTipText           = "Modificar los valores de una cita existente";
     this.tobModificarCita.Click                += new System.EventHandler(this.tobModificarCita_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize = false;
     this.toolStripSeparator1.Name     = "toolStripSeparator1";
     this.toolStripSeparator1.Size     = new System.Drawing.Size(190, 6);
     //
     // tobEliminarCita
     //
     this.tobEliminarCita.Font                  = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tobEliminarCita.ForeColor             = System.Drawing.Color.Black;
     this.tobEliminarCita.Image                 = ((System.Drawing.Image)(resources.GetObject("tobEliminarCita.Image")));
     this.tobEliminarCita.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     this.tobEliminarCita.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tobEliminarCita.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tobEliminarCita.Name                  = "tobEliminarCita";
     this.tobEliminarCita.Size                  = new System.Drawing.Size(207, 52);
     this.tobEliminarCita.Text                  = "Eliminar cita existente";
     this.tobEliminarCita.ToolTipText           = "Eliminar una cita existente del sistema";
     this.tobEliminarCita.Click                += new System.EventHandler(this.tobEliminarCita_Click);
     //
     // grouper3
     //
     this.grouper3.BackgroundColor         = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
     this.grouper3.BackgroundGradientColor = System.Drawing.Color.White;
     this.grouper3.BackgroundGradientMode  = CodeVendor.Controls.Grouper.GroupBoxGradientMode.Vertical;
     this.grouper3.BorderColor             = System.Drawing.Color.Black;
     this.grouper3.BorderThickness         = 1F;
     this.grouper3.Controls.Add(this.monthView1);
     this.grouper3.CustomGroupBoxColor = System.Drawing.Color.White;
     this.grouper3.GroupImage          = null;
     this.grouper3.GroupTitle          = "";
     this.grouper3.Location            = new System.Drawing.Point(596, 122);
     this.grouper3.Name            = "grouper3";
     this.grouper3.Padding         = new System.Windows.Forms.Padding(20);
     this.grouper3.PaintGroupBox   = false;
     this.grouper3.RoundCorners    = 8;
     this.grouper3.ShadowColor     = System.Drawing.Color.DarkGray;
     this.grouper3.ShadowControl   = false;
     this.grouper3.ShadowThickness = 3;
     this.grouper3.Size            = new System.Drawing.Size(196, 290);
     this.grouper3.TabIndex        = 292;
     //
     // monthView1
     //
     this.monthView1.ArrowsColor         = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
     this.monthView1.Controls.Add(this.label4);
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.Color.DarkOrange;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.ItemPadding                 = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(4, 11);
     this.monthView1.MaxSelectionCount           = 31;
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name              = "monthView1";
     this.monthView1.SelectionMode     = System.Windows.Forms.Calendar.MonthView.MonthViewSelection.Month;
     this.monthView1.Size              = new System.Drawing.Size(189, 276);
     this.monthView1.TabIndex          = 1;
     this.monthView1.Text              = "monthView1";
     this.monthView1.TodayBorderColor  = System.Drawing.Color.DeepSkyBlue;
     this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.label4.Location  = new System.Drawing.Point(-1, -4);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(193, 5);
     this.label4.TabIndex  = 287;
     //
     // timer1
     //
     this.timer1.Interval = 500;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location  = new System.Drawing.Point(198, 8);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(415, 60);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex  = 295;
     this.pictureBox1.TabStop   = false;
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor             = System.Drawing.Color.Transparent;
     this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(38, 38);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tobBuscar,
         this.toolStripSeparator3,
         this.tobIngresar
     });
     this.toolStrip1.Location   = new System.Drawing.Point(15, 11);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip1.Size       = new System.Drawing.Size(120, 60);
     this.toolStrip1.TabIndex   = 296;
     this.toolStrip1.Text       = "toolStrip1";
     //
     // tobBuscar
     //
     this.tobBuscar.Checked               = true;
     this.tobBuscar.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.tobBuscar.Font                  = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tobBuscar.ForeColor             = System.Drawing.Color.Black;
     this.tobBuscar.Image                 = ((System.Drawing.Image)(resources.GetObject("tobBuscar.Image")));
     this.tobBuscar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tobBuscar.Name                  = "tobBuscar";
     this.tobBuscar.Size                  = new System.Drawing.Size(52, 57);
     this.tobBuscar.Text                  = "Buscar";
     this.tobBuscar.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tobBuscar.ToolTipText           = "Buscar un Paciente Existente entre los pacientes del sistema";
     this.tobBuscar.Click                += new System.EventHandler(this.tobBuscar_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(6, 45);
     //
     // tobIngresar
     //
     this.tobIngresar.Font                  = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tobIngresar.ForeColor             = System.Drawing.Color.Black;
     this.tobIngresar.Image                 = ((System.Drawing.Image)(resources.GetObject("tobIngresar.Image")));
     this.tobIngresar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tobIngresar.Name                  = "tobIngresar";
     this.tobIngresar.Size                  = new System.Drawing.Size(59, 57);
     this.tobIngresar.Text                  = "Ingresar";
     this.tobIngresar.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tobIngresar.ToolTipText           = "Ingresar el nombre del paciente manualmente \r\n(para pacientes no existentes en la" +
                                              " base de datos)";
     this.tobIngresar.Click += new System.EventHandler(this.tobIngresar_Click);
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(12, 69);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(148, 2);
     this.label6.TabIndex  = 297;
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location  = new System.Drawing.Point(2, 23);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(183, 15);
     this.label7.TabIndex  = 288;
     this.label7.Text      = "Ingrese el nombre del paciente:";
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.White;
     this.textBox1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.ForeColor = System.Drawing.Color.Black;
     this.textBox1.Location  = new System.Drawing.Point(185, 19);
     this.textBox1.MaxLength = 65;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(275, 20);
     this.textBox1.TabIndex  = 287;
     this.textBox1.Tag       = "nombre";
     //
     // toolStrip3
     //
     this.toolStrip3.AutoSize              = false;
     this.toolStrip3.BackColor             = System.Drawing.Color.Transparent;
     this.toolStrip3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStrip3.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip3.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip3.ImageScalingSize = new System.Drawing.Size(38, 38);
     this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1
     });
     this.toolStrip3.Location   = new System.Drawing.Point(463, 0);
     this.toolStrip3.Name       = "toolStrip3";
     this.toolStrip3.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip3.Size       = new System.Drawing.Size(82, 59);
     this.toolStrip3.TabIndex   = 289;
     this.toolStrip3.Text       = "toolStrip3";
     //
     // toolStripButton1
     //
     this.toolStripButton1.AutoSize              = false;
     this.toolStripButton1.Font                  = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripButton1.ForeColor             = System.Drawing.Color.Black;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name                  = "toolStripButton1";
     this.toolStripButton1.Size                  = new System.Drawing.Size(52, 47);
     this.toolStripButton1.TextImageRelation     = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton1.ToolTipText           = "Buscar Paciente";
     this.toolStripButton1.Click                += new System.EventHandler(this.toolStripButton1_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.textBox1);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.toolStrip3);
     this.panel2.Location = new System.Drawing.Point(587, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(587, 58);
     this.panel2.TabIndex = 290;
     //
     // panelOpciones
     //
     this.panelOpciones.BackColor = System.Drawing.Color.Transparent;
     this.panelOpciones.Controls.Add(this.label1);
     this.panelOpciones.Controls.Add(this.TxtNumExpediente);
     this.panelOpciones.Controls.Add(this.TxtNombre);
     this.panelOpciones.Controls.Add(this.label3);
     this.panelOpciones.Controls.Add(this.toolStrip2);
     this.panelOpciones.Location = new System.Drawing.Point(0, 0);
     this.panelOpciones.Name     = "panelOpciones";
     this.panelOpciones.Size     = new System.Drawing.Size(582, 58);
     this.panelOpciones.TabIndex = 291;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.Transparent;
     this.panel4.Controls.Add(this.panel3);
     this.panel4.Location = new System.Drawing.Point(15, 70);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(587, 57);
     this.panel4.TabIndex = 298;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Transparent;
     this.panel3.Controls.Add(this.panelOpciones);
     this.panel3.Controls.Add(this.panel2);
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1123, 57);
     this.panel3.TabIndex = 299;
     this.panel3.Move    += new System.EventHandler(this.panel3_Move);
     //
     // btnMinimize
     //
     this.btnMinimize.BackColor        = System.Drawing.Color.Transparent;
     this.btnMinimize.HighlightedImage = ((System.Drawing.Image)(resources.GetObject("btnMinimize.HighlightedImage")));
     this.btnMinimize.Image            = ((System.Drawing.Image)(resources.GetObject("btnMinimize.Image")));
     this.btnMinimize.Location         = new System.Drawing.Point(720, 0);
     this.btnMinimize.Name             = "btnMinimize";
     this.btnMinimize.Size             = new System.Drawing.Size(24, 17);
     this.btnMinimize.SizeMode         = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.btnMinimize.TabIndex         = 294;
     this.btnMinimize.TabStop          = false;
     this.btnMinimize.Click           += new System.EventHandler(this.btnMinimize_Click);
     //
     // btnSalir
     //
     this.btnSalir.BackColor        = System.Drawing.Color.Transparent;
     this.btnSalir.HighlightedImage = ((System.Drawing.Image)(resources.GetObject("btnSalir.HighlightedImage")));
     this.btnSalir.Image            = ((System.Drawing.Image)(resources.GetObject("btnSalir.Image")));
     this.btnSalir.Location         = new System.Drawing.Point(743, 0);
     this.btnSalir.Name             = "btnSalir";
     this.btnSalir.Size             = new System.Drawing.Size(42, 17);
     this.btnSalir.SizeMode         = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.btnSalir.TabIndex         = 293;
     this.btnSalir.TabStop          = false;
     this.btnSalir.Click           += new System.EventHandler(this.btnSalir_Click);
     //
     // frmConsultasPaciente
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.GreenYellow;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(810, 622);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.btnMinimize);
     this.Controls.Add(this.btnSalir);
     this.Controls.Add(this.grouper3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.toolStrip4);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.pictureBox1);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.Name            = "frmConsultasPaciente";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Consultas existentes por Paciente";
     this.TransparencyKey = System.Drawing.Color.GreenYellow;
     this.Load           += new System.EventHandler(this.frmConsultasPaciente1_Load);
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.oCalendario.ResumeLayout(false);
     this.grouper1.ResumeLayout(false);
     this.grouper1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictPrioridad)).EndInit();
     this.toolStrip4.ResumeLayout(false);
     this.toolStrip4.PerformLayout();
     this.grouper3.ResumeLayout(false);
     this.monthView1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStrip3.ResumeLayout(false);
     this.toolStrip3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panelOpciones.ResumeLayout(false);
     this.panelOpciones.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnMinimize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSalir)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 23
0
        /// <summary>
        /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
        /// le contenu de cette méthode avec l'éditeur de code.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAppli));
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange6 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange7 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnSynchro = new System.Windows.Forms.Button();
            this.btnAddEntry = new System.Windows.Forms.Button();
            this.lblNbToSchedule = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.lstToSchedule = new System.Windows.Forms.ListView();
            this.colFlag = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colVille = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPhoto = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDatePrevious = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.lstPeriode = new System.Windows.Forms.ComboBox();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fichierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.nouveauPlanningToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sauvegarderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.importerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.quitterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.paramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mailingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.reportMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aProposToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.consulterLesTracesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.checkUpdateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.changesLogsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.informationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.modifierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.imprimerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.dupliquerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteEntryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cmbViewType = new System.Windows.Forms.ComboBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lblMonth = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.imgList = new System.Windows.Forms.ImageList(this.components);
            this.lblShift = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.statusImgGoogle = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusLabelGoogle = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
            this.objCalendar = new System.Windows.Forms.Calendar.Calendar();
            this.headerMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.displaySchoolItem = new System.Windows.Forms.ToolStripMenuItem();
            this.scheduledSchoolItem = new System.Windows.Forms.ToolStripMenuItem();
            this.nonScheduledSchoolItem = new System.Windows.Forms.ToolStripMenuItem();
            this.AllSchoolItem = new System.Windows.Forms.ToolStripMenuItem();
            this.comptaMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.headerMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnSynchro);
            this.groupBox1.Controls.Add(this.btnAddEntry);
            this.groupBox1.Controls.Add(this.lblNbToSchedule);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.lstToSchedule);
            this.groupBox1.Location = new System.Drawing.Point(0, 35);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(518, 591);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Liste des écoles";
            // 
            // btnSynchro
            // 
            this.btnSynchro.Location = new System.Drawing.Point(218, 561);
            this.btnSynchro.Name = "btnSynchro";
            this.btnSynchro.Size = new System.Drawing.Size(194, 24);
            this.btnSynchro.TabIndex = 7;
            this.btnSynchro.Text = "Synchroniser Google...";
            this.btnSynchro.UseVisualStyleBackColor = true;
            this.btnSynchro.Click += new System.EventHandler(this.btnSynchro_Click);
            // 
            // btnAddEntry
            // 
            this.btnAddEntry.Location = new System.Drawing.Point(8, 561);
            this.btnAddEntry.Name = "btnAddEntry";
            this.btnAddEntry.Size = new System.Drawing.Size(194, 24);
            this.btnAddEntry.TabIndex = 7;
            this.btnAddEntry.Text = "Ajouter une entrée...";
            this.btnAddEntry.UseVisualStyleBackColor = true;
            this.btnAddEntry.Click += new System.EventHandler(this.btnAddEntry_Click);
            // 
            // lblNbToSchedule
            // 
            this.lblNbToSchedule.AutoSize = true;
            this.lblNbToSchedule.Location = new System.Drawing.Point(154, 20);
            this.lblNbToSchedule.Name = "lblNbToSchedule";
            this.lblNbToSchedule.Size = new System.Drawing.Size(0, 13);
            this.lblNbToSchedule.TabIndex = 6;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(7, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(140, 13);
            this.label1.TabIndex = 5;
            this.label1.Text = "Nombre d\'écoles à planifier :";
            // 
            // lstToSchedule
            // 
            this.lstToSchedule.AllowDrop = true;
            this.lstToSchedule.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colFlag,
            this.colName,
            this.colVille,
            this.colDate,
            this.colPhoto,
            this.colId,
            this.colDatePrevious});
            this.lstToSchedule.Font = new System.Drawing.Font("Segoe UI", 7F);
            this.lstToSchedule.FullRowSelect = true;
            this.lstToSchedule.Location = new System.Drawing.Point(6, 36);
            this.lstToSchedule.MultiSelect = false;
            this.lstToSchedule.Name = "lstToSchedule";
            this.lstToSchedule.Size = new System.Drawing.Size(506, 519);
            this.lstToSchedule.TabIndex = 4;
            this.lstToSchedule.UseCompatibleStateImageBehavior = false;
            this.lstToSchedule.View = System.Windows.Forms.View.Details;
            this.lstToSchedule.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstToSchedule_ColumnClick);
            this.lstToSchedule.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.lstToSchedule_ItemDrag);
            this.lstToSchedule.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lstToSchedule_ItemSelectionChanged);
            this.lstToSchedule.DragOver += new System.Windows.Forms.DragEventHandler(this.lstToSchedule_DragOver);
            this.lstToSchedule.DoubleClick += new System.EventHandler(this.lstToSchedule_DoubleClick);
            this.lstToSchedule.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lstToSchedule_MouseClick);
            // 
            // colFlag
            // 
            this.colFlag.Tag = "colFlag";
            this.colFlag.Text = "?";
            this.colFlag.Width = 10;
            // 
            // colName
            // 
            this.colName.DisplayIndex = 2;
            this.colName.Tag = "colName";
            this.colName.Text = "Nom";
            this.colName.Width = 210;
            // 
            // colVille
            // 
            this.colVille.DisplayIndex = 1;
            this.colVille.Tag = "colVille";
            this.colVille.Text = "Ville";
            this.colVille.Width = 80;
            // 
            // colDate
            // 
            this.colDate.Tag = "colDate";
            this.colDate.Text = "Saison";
            this.colDate.Width = 80;
            // 
            // colPhoto
            // 
            this.colPhoto.DisplayIndex = 5;
            this.colPhoto.Tag = "colPhoto";
            this.colPhoto.Text = "Photographe";
            this.colPhoto.Width = 100;
            // 
            // colId
            // 
            this.colId.DisplayIndex = 6;
            this.colId.Tag = "colId";
            this.colId.Text = "Code";
            this.colId.Width = 70;
            // 
            // colDatePrevious
            // 
            this.colDatePrevious.DisplayIndex = 4;
            this.colDatePrevious.Tag = "colDatePrevious";
            this.colDatePrevious.Text = "Saison Préc.";
            this.colDatePrevious.Width = 80;
            // 
            // lstPeriode
            // 
            this.lstPeriode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.lstPeriode.FormattingEnabled = true;
            this.lstPeriode.Location = new System.Drawing.Point(19, 22);
            this.lstPeriode.Name = "lstPeriode";
            this.lstPeriode.Size = new System.Drawing.Size(154, 21);
            this.lstPeriode.TabIndex = 9;
            this.lstPeriode.SelectedIndexChanged += new System.EventHandler(this.lstPeriode_SelectedIndexChanged);
            // 
            // openFileDialog
            // 
            this.openFileDialog.Title = "Choisir le fichier des écoles";
            // 
            // saveFileDialog
            // 
            this.saveFileDialog.Filter = "Fichier XML|*.xml";
            this.saveFileDialog.RestoreDirectory = true;
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fichierToolStripMenuItem,
            this.paramToolStripMenuItem,
            this.mailingToolStripMenuItem,
            this.reportMenuItem,
            this.comptaMenuItem,
            this.aboutToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1280, 24);
            this.menuStrip1.TabIndex = 4;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fichierToolStripMenuItem
            // 
            this.fichierToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nouveauPlanningToolStripMenuItem,
            this.sauvegarderToolStripMenuItem,
            this.toolStripSeparator4,
            this.importerToolStripMenuItem,
            this.toolStripSeparator1,
            this.quitterToolStripMenuItem});
            this.fichierToolStripMenuItem.Name = "fichierToolStripMenuItem";
            this.fichierToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
            this.fichierToolStripMenuItem.Text = "Fichier";
            // 
            // nouveauPlanningToolStripMenuItem
            // 
            this.nouveauPlanningToolStripMenuItem.Name = "nouveauPlanningToolStripMenuItem";
            this.nouveauPlanningToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.nouveauPlanningToolStripMenuItem.Text = "Nouveau/Ouvrir...";
            this.nouveauPlanningToolStripMenuItem.Click += new System.EventHandler(this.menuNewOpenToolStripMenuItem_Click);
            // 
            // sauvegarderToolStripMenuItem
            // 
            this.sauvegarderToolStripMenuItem.Name = "sauvegarderToolStripMenuItem";
            this.sauvegarderToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.sauvegarderToolStripMenuItem.Text = "Sauvegarder sous...";
            this.sauvegarderToolStripMenuItem.Click += new System.EventHandler(this.sauvegarderToolStripMenuItem_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(172, 6);
            // 
            // importerToolStripMenuItem
            // 
            this.importerToolStripMenuItem.Name = "importerToolStripMenuItem";
            this.importerToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.importerToolStripMenuItem.Text = "Importer...";
            this.importerToolStripMenuItem.Click += new System.EventHandler(this.importerToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(172, 6);
            // 
            // quitterToolStripMenuItem
            // 
            this.quitterToolStripMenuItem.Name = "quitterToolStripMenuItem";
            this.quitterToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
            this.quitterToolStripMenuItem.Text = "Quitter";
            this.quitterToolStripMenuItem.Click += new System.EventHandler(this.quitterToolStripMenuItem_Click);
            // 
            // paramToolStripMenuItem
            // 
            this.paramToolStripMenuItem.Name = "paramToolStripMenuItem";
            this.paramToolStripMenuItem.Size = new System.Drawing.Size(86, 20);
            this.paramToolStripMenuItem.Text = "Paramétrage";
            this.paramToolStripMenuItem.Click += new System.EventHandler(this.paramToolStripMenuItem_Click);
            // 
            // mailingToolStripMenuItem
            // 
            this.mailingToolStripMenuItem.Name = "mailingToolStripMenuItem";
            this.mailingToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.mailingToolStripMenuItem.Text = "Mailing";
            this.mailingToolStripMenuItem.Click += new System.EventHandler(this.mailingToolStripMenuItem_Click);
            // 
            // reportMenuItem
            // 
            this.reportMenuItem.Name = "reportMenuItem";
            this.reportMenuItem.Size = new System.Drawing.Size(71, 20);
            this.reportMenuItem.Text = "Reporting";
            this.reportMenuItem.Click += new System.EventHandler(this.reportMenuItem_Click);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aProposToolStripMenuItem,
            this.consulterLesTracesToolStripMenuItem,
            this.checkUpdateToolStripMenuItem,
            this.changesLogsToolStripMenuItem});
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(24, 20);
            this.aboutToolStripMenuItem.Text = "?";
            // 
            // aProposToolStripMenuItem
            // 
            this.aProposToolStripMenuItem.Name = "aProposToolStripMenuItem";
            this.aProposToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.aProposToolStripMenuItem.Text = "A propos";
            this.aProposToolStripMenuItem.Click += new System.EventHandler(this.aProposToolStripMenuItem_Click);
            // 
            // consulterLesTracesToolStripMenuItem
            // 
            this.consulterLesTracesToolStripMenuItem.Name = "consulterLesTracesToolStripMenuItem";
            this.consulterLesTracesToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.consulterLesTracesToolStripMenuItem.Text = "Envoyer les logs...";
            this.consulterLesTracesToolStripMenuItem.Click += new System.EventHandler(this.consulterLesTracesToolStripMenuItem_Click);
            // 
            // checkUpdateToolStripMenuItem
            // 
            this.checkUpdateToolStripMenuItem.Name = "checkUpdateToolStripMenuItem";
            this.checkUpdateToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.checkUpdateToolStripMenuItem.Text = "Vérifier la mise à jour...";
            this.checkUpdateToolStripMenuItem.Click += new System.EventHandler(this.checkUpdateToolStripMenuItem_Click);
            // 
            // changesLogsToolStripMenuItem
            // 
            this.changesLogsToolStripMenuItem.Name = "changesLogsToolStripMenuItem";
            this.changesLogsToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
            this.changesLogsToolStripMenuItem.Text = "Changes Logs";
            this.changesLogsToolStripMenuItem.Click += new System.EventHandler(this.changesLogsToolStripMenuItem_Click);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.informationsToolStripMenuItem,
            this.modifierToolStripMenuItem,
            this.imprimerToolStripMenuItem,
            this.toolStripSeparator2,
            this.dupliquerToolStripMenuItem,
            this.deleteEntryMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(201, 120);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // informationsToolStripMenuItem
            // 
            this.informationsToolStripMenuItem.Name = "informationsToolStripMenuItem";
            this.informationsToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
            this.informationsToolStripMenuItem.Text = "Informations";
            this.informationsToolStripMenuItem.Click += new System.EventHandler(this.informationsToolStripMenuItem_Click);
            // 
            // modifierToolStripMenuItem
            // 
            this.modifierToolStripMenuItem.Name = "modifierToolStripMenuItem";
            this.modifierToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
            this.modifierToolStripMenuItem.Tag = "modifier";
            this.modifierToolStripMenuItem.Text = "Modifier la planification";
            this.modifierToolStripMenuItem.Click += new System.EventHandler(this.modifierToolStripMenuItem_Click);
            // 
            // imprimerToolStripMenuItem
            // 
            this.imprimerToolStripMenuItem.Name = "imprimerToolStripMenuItem";
            this.imprimerToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
            this.imprimerToolStripMenuItem.Text = "Imprimer...";
            this.imprimerToolStripMenuItem.Click += new System.EventHandler(this.imprimerToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(197, 6);
            // 
            // dupliquerToolStripMenuItem
            // 
            this.dupliquerToolStripMenuItem.Name = "dupliquerToolStripMenuItem";
            this.dupliquerToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
            this.dupliquerToolStripMenuItem.Text = "Dupliquer";
            this.dupliquerToolStripMenuItem.Click += new System.EventHandler(this.dupliquerToolStripMenuItem_Click);
            // 
            // deleteEntryMenuItem
            // 
            this.deleteEntryMenuItem.Name = "deleteEntryMenuItem";
            this.deleteEntryMenuItem.Size = new System.Drawing.Size(200, 22);
            this.deleteEntryMenuItem.Text = "Supprimer l\'entrée";
            this.deleteEntryMenuItem.Click += new System.EventHandler(this.deleteEntryMenuItem_Click);
            // 
            // cmbViewType
            // 
            this.cmbViewType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbViewType.FormattingEnabled = true;
            this.cmbViewType.Items.AddRange(new object[] {
            "Vue Semaine",
            "Vue Mois"});
            this.cmbViewType.Location = new System.Drawing.Point(56, 15);
            this.cmbViewType.Name = "cmbViewType";
            this.cmbViewType.Size = new System.Drawing.Size(121, 21);
            this.cmbViewType.TabIndex = 5;
            this.cmbViewType.SelectedIndexChanged += new System.EventHandler(this.cmbViewType_SelectedIndexChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lblMonth);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.cmbViewType);
            this.groupBox2.Location = new System.Drawing.Point(721, 35);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(547, 43);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Affichage";
            // 
            // lblMonth
            // 
            this.lblMonth.AutoSize = true;
            this.lblMonth.Font = new System.Drawing.Font("Segoe UI", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMonth.Location = new System.Drawing.Point(297, 13);
            this.lblMonth.Name = "lblMonth";
            this.lblMonth.Size = new System.Drawing.Size(0, 21);
            this.lblMonth.TabIndex = 7;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(210, 19);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(81, 13);
            this.label3.TabIndex = 6;
            this.label3.Text = "Mois consulté : ";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(24, 19);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(26, 13);
            this.label2.TabIndex = 6;
            this.label2.Text = "Vue";
            // 
            // imgList
            // 
            this.imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
            this.imgList.TransparentColor = System.Drawing.Color.Transparent;
            this.imgList.Images.SetKeyName(0, "coche.png");
            // 
            // lblShift
            // 
            this.lblShift.AutoSize = true;
            this.lblShift.Location = new System.Drawing.Point(557, 596);
            this.lblShift.Name = "lblShift";
            this.lblShift.Size = new System.Drawing.Size(35, 13);
            this.lblShift.TabIndex = 7;
            this.lblShift.Text = "label4";
            this.lblShift.Visible = false;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.lstPeriode);
            this.groupBox3.Location = new System.Drawing.Point(524, 35);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(191, 59);
            this.groupBox3.TabIndex = 8;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Saison";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusImgGoogle,
            this.statusLabelGoogle,
            this.statusLabel});
            this.statusStrip1.Location = new System.Drawing.Point(0, 625);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.ShowItemToolTips = true;
            this.statusStrip1.Size = new System.Drawing.Size(1280, 22);
            this.statusStrip1.TabIndex = 9;
            this.statusStrip1.Text = "statusBar";
            // 
            // statusImgGoogle
            // 
            this.statusImgGoogle.AutoToolTip = true;
            this.statusImgGoogle.Name = "statusImgGoogle";
            this.statusImgGoogle.Size = new System.Drawing.Size(0, 17);
            // 
            // statusLabelGoogle
            // 
            this.statusLabelGoogle.Name = "statusLabelGoogle";
            this.statusLabelGoogle.Size = new System.Drawing.Size(0, 17);
            // 
            // statusLabel
            // 
            this.statusLabel.Name = "statusLabel";
            this.statusLabel.Size = new System.Drawing.Size(0, 17);
            // 
            // monthView1
            // 
            this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView1.Location = new System.Drawing.Point(524, 100);
            this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView1.Name = "monthView1";
            this.monthView1.SelectionMode = System.Windows.Forms.Calendar.MonthView.MonthViewSelection.WorkWeek;
            this.monthView1.Size = new System.Drawing.Size(191, 461);
            this.monthView1.TabIndex = 2;
            this.monthView1.Text = "monthView1";
            this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
            this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
            this.monthView1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.monthView1_MouseMove);
            // 
            // objCalendar
            // 
            this.objCalendar.AllowDrop = true;
            this.objCalendar.AllowNew = false;
            this.objCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.objCalendar.Font = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange6.DayOfWeek = System.DayOfWeek.Saturday;
            calendarHighlightRange6.EndTime = System.TimeSpan.Parse("00:00:00");
            calendarHighlightRange6.StartTime = System.TimeSpan.Parse("00:00:00");
            calendarHighlightRange7.DayOfWeek = System.DayOfWeek.Sunday;
            calendarHighlightRange7.EndTime = System.TimeSpan.Parse("00:00:00");
            calendarHighlightRange7.StartTime = System.TimeSpan.Parse("00:00:00");
            this.objCalendar.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5,
        calendarHighlightRange6,
        calendarHighlightRange7};
            this.objCalendar.Location = new System.Drawing.Point(721, 84);
            this.objCalendar.MaximumFullDays = 7;
            this.objCalendar.Name = "objCalendar";
            this.objCalendar.Size = new System.Drawing.Size(565, 486);
            this.objCalendar.TabIndex = 1;
            this.objCalendar.Text = "calendar";
            this.objCalendar.ItemDeleting += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.objCalendar_ItemDeleting);
            this.objCalendar.ItemDatesChanged += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.objCalendar_ItemDatesChanged);
            this.objCalendar.ItemClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.objCalendar_ItemClick);
            this.objCalendar.ItemDoubleClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.objCalendar_ItemDoubleClick);
            this.objCalendar.DragDrop += new System.Windows.Forms.DragEventHandler(this.objCalendar_DragDrop);
            this.objCalendar.DragEnter += new System.Windows.Forms.DragEventHandler(this.objCalendar_DragEnter);
            this.objCalendar.DoubleClick += new System.EventHandler(this.objCalendar_DoubleClick);
            // 
            // headerMenu
            // 
            this.headerMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.displaySchoolItem});
            this.headerMenu.Name = "headerMenu";
            this.headerMenu.Size = new System.Drawing.Size(170, 26);
            // 
            // displaySchoolItem
            // 
            this.displaySchoolItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.scheduledSchoolItem,
            this.nonScheduledSchoolItem,
            this.AllSchoolItem});
            this.displaySchoolItem.Name = "displaySchoolItem";
            this.displaySchoolItem.Size = new System.Drawing.Size(169, 22);
            this.displaySchoolItem.Text = "Afficher les écoles";
            // 
            // scheduledSchoolItem
            // 
            this.scheduledSchoolItem.Name = "scheduledSchoolItem";
            this.scheduledSchoolItem.Size = new System.Drawing.Size(150, 22);
            this.scheduledSchoolItem.Text = "Planifiées";
            this.scheduledSchoolItem.Click += new System.EventHandler(this.scheduledSchoolItem_Click);
            // 
            // nonScheduledSchoolItem
            // 
            this.nonScheduledSchoolItem.Name = "nonScheduledSchoolItem";
            this.nonScheduledSchoolItem.Size = new System.Drawing.Size(150, 22);
            this.nonScheduledSchoolItem.Text = "Non Planifiées";
            this.nonScheduledSchoolItem.Click += new System.EventHandler(this.nonScheduledSchoolItem_Click);
            // 
            // AllSchoolItem
            // 
            this.AllSchoolItem.Name = "AllSchoolItem";
            this.AllSchoolItem.Size = new System.Drawing.Size(150, 22);
            this.AllSchoolItem.Text = "Toutes";
            this.AllSchoolItem.Click += new System.EventHandler(this.AllSchoolItem_Click);
            // 
            // comptaMenuItem
            // 
            this.comptaMenuItem.Name = "comptaMenuItem";
            this.comptaMenuItem.Size = new System.Drawing.Size(62, 20);
            this.comptaMenuItem.Text = "Compta";
            this.comptaMenuItem.Click += new System.EventHandler(this.comptaMenuItem_Click);
            // 
            // frmAppli
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1280, 647);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.lblShift);
            this.Controls.Add(this.monthView1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.objCalendar);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "frmAppli";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Planning Prise de Vue";
            this.Load += new System.EventHandler(this.frmAppli_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.contextMenuStrip1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.headerMenu.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            this.panel1 = new System.Windows.Forms.Panel();
            this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
            this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.buttonAgregarVehiculo = new System.Windows.Forms.Button();
            this.textModelo = new System.Windows.Forms.TextBox();
            this.textDominio = new System.Windows.Forms.TextBox();
            this.buttonBuscarVehiculo = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.buttonNuevoCliente = new System.Windows.Forms.Button();
            this.textNombre = new System.Windows.Forms.TextBox();
            this.textApellido = new System.Windows.Forms.TextBox();
            this.buttonBuscarCliente = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.Controls.Add(this.calendar1);
            this.panel1.Location = new System.Drawing.Point(228, 97);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(657, 495);
            this.panel1.TabIndex = 8;
            // 
            // calendar1
            // 
            this.calendar1.AllowItemResize = false;
            this.calendar1.AutoScroll = true;
            this.calendar1.Dock = System.Windows.Forms.DockStyle.Top;
            this.calendar1.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("21:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("21:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("21:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("21:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("21:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendar1.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5};
            this.calendar1.Location = new System.Drawing.Point(0, 0);
            this.calendar1.Name = "calendar1";
            this.calendar1.Size = new System.Drawing.Size(640, 1067);
            this.calendar1.TabIndex = 8;
            this.calendar1.Text = "calendar1";
            this.calendar1.ItemCreated += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreated_1);
            // 
            // monthView1
            // 
            this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView1.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView1.Location = new System.Drawing.Point(12, 97);
            this.monthView1.MaxSelectionCount = 3;
            this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView1.Name = "monthView1";
            this.monthView1.Size = new System.Drawing.Size(210, 480);
            this.monthView1.TabIndex = 7;
            this.monthView1.Text = "monthView1";
            this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
            this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.buttonAgregarVehiculo);
            this.groupBox2.Controls.Add(this.textModelo);
            this.groupBox2.Controls.Add(this.textDominio);
            this.groupBox2.Controls.Add(this.buttonBuscarVehiculo);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Location = new System.Drawing.Point(557, 10);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(328, 81);
            this.groupBox2.TabIndex = 15;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Datos Vehículo";
            // 
            // buttonAgregarVehiculo
            // 
            this.buttonAgregarVehiculo.Location = new System.Drawing.Point(281, 17);
            this.buttonAgregarVehiculo.Name = "buttonAgregarVehiculo";
            this.buttonAgregarVehiculo.Size = new System.Drawing.Size(27, 23);
            this.buttonAgregarVehiculo.TabIndex = 7;
            this.buttonAgregarVehiculo.Text = "+";
            this.buttonAgregarVehiculo.UseVisualStyleBackColor = true;
            // 
            // textModelo
            // 
            this.textModelo.Location = new System.Drawing.Point(114, 52);
            this.textModelo.Name = "textModelo";
            this.textModelo.ReadOnly = true;
            this.textModelo.Size = new System.Drawing.Size(126, 20);
            this.textModelo.TabIndex = 6;
            // 
            // textDominio
            // 
            this.textDominio.Location = new System.Drawing.Point(114, 18);
            this.textDominio.Name = "textDominio";
            this.textDominio.ReadOnly = true;
            this.textDominio.Size = new System.Drawing.Size(126, 20);
            this.textDominio.TabIndex = 5;
            // 
            // buttonBuscarVehiculo
            // 
            this.buttonBuscarVehiculo.Location = new System.Drawing.Point(248, 17);
            this.buttonBuscarVehiculo.Name = "buttonBuscarVehiculo";
            this.buttonBuscarVehiculo.Size = new System.Drawing.Size(27, 23);
            this.buttonBuscarVehiculo.TabIndex = 0;
            this.buttonBuscarVehiculo.Text = "...";
            this.buttonBuscarVehiculo.UseVisualStyleBackColor = true;
            this.buttonBuscarVehiculo.Click += new System.EventHandler(this.buttonBuscarVehiculo_Click);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(24, 56);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(81, 13);
            this.label4.TabIndex = 3;
            this.label4.Text = "Marca, Modelo:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(57, 22);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(48, 13);
            this.label3.TabIndex = 2;
            this.label3.Text = "Dominio:";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.buttonNuevoCliente);
            this.groupBox1.Controls.Add(this.textNombre);
            this.groupBox1.Controls.Add(this.textApellido);
            this.groupBox1.Controls.Add(this.buttonBuscarCliente);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(247, 10);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(304, 81);
            this.groupBox1.TabIndex = 14;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Cliente :: Datos Personales";
            // 
            // buttonNuevoCliente
            // 
            this.buttonNuevoCliente.Location = new System.Drawing.Point(265, 20);
            this.buttonNuevoCliente.Name = "buttonNuevoCliente";
            this.buttonNuevoCliente.Size = new System.Drawing.Size(27, 23);
            this.buttonNuevoCliente.TabIndex = 6;
            this.buttonNuevoCliente.Text = "+";
            this.buttonNuevoCliente.UseVisualStyleBackColor = true;
            // 
            // textNombre
            // 
            this.textNombre.Location = new System.Drawing.Point(79, 21);
            this.textNombre.Name = "textNombre";
            this.textNombre.ReadOnly = true;
            this.textNombre.Size = new System.Drawing.Size(145, 20);
            this.textNombre.TabIndex = 3;
            // 
            // textApellido
            // 
            this.textApellido.Location = new System.Drawing.Point(79, 52);
            this.textApellido.Name = "textApellido";
            this.textApellido.ReadOnly = true;
            this.textApellido.Size = new System.Drawing.Size(145, 20);
            this.textApellido.TabIndex = 4;
            // 
            // buttonBuscarCliente
            // 
            this.buttonBuscarCliente.Location = new System.Drawing.Point(232, 20);
            this.buttonBuscarCliente.Name = "buttonBuscarCliente";
            this.buttonBuscarCliente.Size = new System.Drawing.Size(27, 23);
            this.buttonBuscarCliente.TabIndex = 0;
            this.buttonBuscarCliente.Text = "...";
            this.buttonBuscarCliente.UseVisualStyleBackColor = true;
            this.buttonBuscarCliente.Click += new System.EventHandler(this.buttonBuscarCliente_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(26, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Nombre:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(26, 56);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Apellido:";
            // 
            // frmAgregarEditarTurnos
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(897, 629);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.monthView1);
            this.Name = "frmAgregarEditarTurnos";
            this.Text = "Turnos";
            this.Load += new System.EventHandler(this.frmAgregarEditarTurnos_Load);
            this.panel1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }
Ejemplo n.º 25
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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.redTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.yellowTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.greenTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.blueTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.otherColorTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.patternToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.diagonalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.verticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.horizontalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.timescaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.minutesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.minutesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.minutesToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.minutesToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.selectImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.imageAlignmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.northToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.eastToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.southToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.westToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
            this.editItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
            this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.redTagToolStripMenuItem,
            this.yellowTagToolStripMenuItem,
            this.greenTagToolStripMenuItem,
            this.blueTagToolStripMenuItem,
            this.otherColorTagToolStripMenuItem,
            this.toolStripMenuItem1,
            this.patternToolStripMenuItem,
            this.timescaleToolStripMenuItem,
            this.toolStripMenuItem2,
            this.selectImageToolStripMenuItem,
            this.imageAlignmentToolStripMenuItem,
            this.toolStripMenuItem5,
            this.editItemToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(200, 282);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // redTagToolStripMenuItem
            // 
            this.redTagToolStripMenuItem.Name = "redTagToolStripMenuItem";
            this.redTagToolStripMenuItem.Size = new System.Drawing.Size(199, 26);
            this.redTagToolStripMenuItem.Text = "Red tag";
            this.redTagToolStripMenuItem.Click += new System.EventHandler(this.redTagToolStripMenuItem_Click);
            // 
            // yellowTagToolStripMenuItem
            // 
            this.yellowTagToolStripMenuItem.Name = "yellowTagToolStripMenuItem";
            this.yellowTagToolStripMenuItem.Size = new System.Drawing.Size(199, 26);
            this.yellowTagToolStripMenuItem.Text = "Yellow tag";
            this.yellowTagToolStripMenuItem.Click += new System.EventHandler(this.yellowTagToolStripMenuItem_Click);
            // 
            // greenTagToolStripMenuItem
            // 
            this.greenTagToolStripMenuItem.Name = "greenTagToolStripMenuItem";
            this.greenTagToolStripMenuItem.Size = new System.Drawing.Size(199, 26);
            this.greenTagToolStripMenuItem.Text = "Green tag";
            this.greenTagToolStripMenuItem.Click += new System.EventHandler(this.greenTagToolStripMenuItem_Click);
            // 
            // blueTagToolStripMenuItem
            // 
            this.blueTagToolStripMenuItem.Name = "blueTagToolStripMenuItem";
            this.blueTagToolStripMenuItem.Size = new System.Drawing.Size(199, 26);
            this.blueTagToolStripMenuItem.Text = "Blue tag";
            this.blueTagToolStripMenuItem.Click += new System.EventHandler(this.blueTagToolStripMenuItem_Click);
            // 
            // otherColorTagToolStripMenuItem
            // 
            this.otherColorTagToolStripMenuItem.Name = "otherColorTagToolStripMenuItem";
            this.otherColorTagToolStripMenuItem.Size = new System.Drawing.Size(199, 26);
            this.otherColorTagToolStripMenuItem.Text = "Other color tag...";
            this.otherColorTagToolStripMenuItem.Click += new System.EventHandler(this.otherColorTagToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(196, 6);
            // 
            // patternToolStripMenuItem
            // 
            this.patternToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.diagonalToolStripMenuItem,
            this.verticalToolStripMenuItem,
            this.horizontalToolStripMenuItem,
            this.hatchToolStripMenuItem,
            this.toolStripMenuItem3,
            this.noneToolStripMenuItem});
            this.patternToolStripMenuItem.Name = "patternToolStripMenuItem";
            this.patternToolStripMenuItem.Size = new System.Drawing.Size(199, 26);
            this.patternToolStripMenuItem.Text = "Pattern";
            // 
            // diagonalToolStripMenuItem
            // 
            this.diagonalToolStripMenuItem.Name = "diagonalToolStripMenuItem";
            this.diagonalToolStripMenuItem.Size = new System.Drawing.Size(154, 26);
            this.diagonalToolStripMenuItem.Text = "Diagonal";
            this.diagonalToolStripMenuItem.Click += new System.EventHandler(this.diagonalToolStripMenuItem_Click);
            // 
            // verticalToolStripMenuItem
            // 
            this.verticalToolStripMenuItem.Name = "verticalToolStripMenuItem";
            this.verticalToolStripMenuItem.Size = new System.Drawing.Size(154, 26);
            this.verticalToolStripMenuItem.Text = "Vertical";
            this.verticalToolStripMenuItem.Click += new System.EventHandler(this.verticalToolStripMenuItem_Click);
            // 
            // horizontalToolStripMenuItem
            // 
            this.horizontalToolStripMenuItem.Name = "horizontalToolStripMenuItem";
            this.horizontalToolStripMenuItem.Size = new System.Drawing.Size(154, 26);
            this.horizontalToolStripMenuItem.Text = "Horizontal";
            this.horizontalToolStripMenuItem.Click += new System.EventHandler(this.horizontalToolStripMenuItem_Click);
            // 
            // hatchToolStripMenuItem
            // 
            this.hatchToolStripMenuItem.Name = "hatchToolStripMenuItem";
            this.hatchToolStripMenuItem.Size = new System.Drawing.Size(154, 26);
            this.hatchToolStripMenuItem.Text = "Cross";
            this.hatchToolStripMenuItem.Click += new System.EventHandler(this.hatchToolStripMenuItem_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(151, 6);
            // 
            // noneToolStripMenuItem
            // 
            this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
            this.noneToolStripMenuItem.Size = new System.Drawing.Size(154, 26);
            this.noneToolStripMenuItem.Text = "None";
            this.noneToolStripMenuItem.Click += new System.EventHandler(this.noneToolStripMenuItem_Click);
            // 
            // timescaleToolStripMenuItem
            // 
            this.timescaleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.hourToolStripMenuItem,
            this.minutesToolStripMenuItem,
            this.toolStripMenuItem4,
            this.minutesToolStripMenuItem1,
            this.minutesToolStripMenuItem2,
            this.minutesToolStripMenuItem3});
            this.timescaleToolStripMenuItem.Name = "timescaleToolStripMenuItem";
            this.timescaleToolStripMenuItem.Size = new System.Drawing.Size(199, 26);
            this.timescaleToolStripMenuItem.Text = "Timescale";
            // 
            // hourToolStripMenuItem
            // 
            this.hourToolStripMenuItem.Name = "hourToolStripMenuItem";
            this.hourToolStripMenuItem.Size = new System.Drawing.Size(156, 26);
            this.hourToolStripMenuItem.Text = "1 hour";
            this.hourToolStripMenuItem.Click += new System.EventHandler(this.hourToolStripMenuItem_Click);
            // 
            // minutesToolStripMenuItem
            // 
            this.minutesToolStripMenuItem.Name = "minutesToolStripMenuItem";
            this.minutesToolStripMenuItem.Size = new System.Drawing.Size(156, 26);
            this.minutesToolStripMenuItem.Text = "30 minutes";
            this.minutesToolStripMenuItem.Click += new System.EventHandler(this.minutesToolStripMenuItem_Click);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(156, 26);
            this.toolStripMenuItem4.Text = "15 minutes";
            this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
            // 
            // minutesToolStripMenuItem1
            // 
            this.minutesToolStripMenuItem1.Name = "minutesToolStripMenuItem1";
            this.minutesToolStripMenuItem1.Size = new System.Drawing.Size(156, 26);
            this.minutesToolStripMenuItem1.Text = "10 minutes";
            this.minutesToolStripMenuItem1.Click += new System.EventHandler(this.minutesToolStripMenuItem1_Click);
            // 
            // minutesToolStripMenuItem2
            // 
            this.minutesToolStripMenuItem2.Name = "minutesToolStripMenuItem2";
            this.minutesToolStripMenuItem2.Size = new System.Drawing.Size(156, 26);
            this.minutesToolStripMenuItem2.Text = "6 minutes";
            this.minutesToolStripMenuItem2.Click += new System.EventHandler(this.minutesToolStripMenuItem2_Click);
            // 
            // minutesToolStripMenuItem3
            // 
            this.minutesToolStripMenuItem3.Name = "minutesToolStripMenuItem3";
            this.minutesToolStripMenuItem3.Size = new System.Drawing.Size(156, 26);
            this.minutesToolStripMenuItem3.Text = "5 minutes";
            this.minutesToolStripMenuItem3.Click += new System.EventHandler(this.minutesToolStripMenuItem3_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(196, 6);
            // 
            // selectImageToolStripMenuItem
            // 
            this.selectImageToolStripMenuItem.Name = "selectImageToolStripMenuItem";
            this.selectImageToolStripMenuItem.Size = new System.Drawing.Size(199, 26);
            this.selectImageToolStripMenuItem.Text = "Select Image...";
            this.selectImageToolStripMenuItem.Click += new System.EventHandler(this.selectImageToolStripMenuItem_Click);
            // 
            // imageAlignmentToolStripMenuItem
            // 
            this.imageAlignmentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.northToolStripMenuItem,
            this.eastToolStripMenuItem,
            this.southToolStripMenuItem,
            this.westToolStripMenuItem});
            this.imageAlignmentToolStripMenuItem.Name = "imageAlignmentToolStripMenuItem";
            this.imageAlignmentToolStripMenuItem.Size = new System.Drawing.Size(199, 26);
            this.imageAlignmentToolStripMenuItem.Text = "Image Alignment";
            // 
            // northToolStripMenuItem
            // 
            this.northToolStripMenuItem.Name = "northToolStripMenuItem";
            this.northToolStripMenuItem.Size = new System.Drawing.Size(122, 26);
            this.northToolStripMenuItem.Text = "North";
            this.northToolStripMenuItem.Click += new System.EventHandler(this.northToolStripMenuItem_Click);
            // 
            // eastToolStripMenuItem
            // 
            this.eastToolStripMenuItem.Name = "eastToolStripMenuItem";
            this.eastToolStripMenuItem.Size = new System.Drawing.Size(122, 26);
            this.eastToolStripMenuItem.Text = "East";
            this.eastToolStripMenuItem.Click += new System.EventHandler(this.eastToolStripMenuItem_Click);
            // 
            // southToolStripMenuItem
            // 
            this.southToolStripMenuItem.Name = "southToolStripMenuItem";
            this.southToolStripMenuItem.Size = new System.Drawing.Size(122, 26);
            this.southToolStripMenuItem.Text = "South";
            this.southToolStripMenuItem.Click += new System.EventHandler(this.southToolStripMenuItem_Click);
            // 
            // westToolStripMenuItem
            // 
            this.westToolStripMenuItem.Name = "westToolStripMenuItem";
            this.westToolStripMenuItem.Size = new System.Drawing.Size(122, 26);
            this.westToolStripMenuItem.Text = "West";
            this.westToolStripMenuItem.Click += new System.EventHandler(this.westToolStripMenuItem_Click);
            // 
            // toolStripMenuItem5
            // 
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            this.toolStripMenuItem5.Size = new System.Drawing.Size(196, 6);
            // 
            // editItemToolStripMenuItem
            // 
            this.editItemToolStripMenuItem.Name = "editItemToolStripMenuItem";
            this.editItemToolStripMenuItem.Size = new System.Drawing.Size(199, 26);
            this.editItemToolStripMenuItem.Text = "Edit item\'s text";
            this.editItemToolStripMenuItem.Click += new System.EventHandler(this.editItemToolStripMenuItem_Click);
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(277, 0);
            this.splitter1.Margin = new System.Windows.Forms.Padding(4);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(7, 600);
            this.splitter1.TabIndex = 4;
            this.splitter1.TabStop = false;
            // 
            // calendar1
            // 
            this.calendar1.ContextMenuStrip = this.contextMenuStrip1;
            this.calendar1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.calendar1.Font = new System.Drawing.Font("Segoe UI", 8F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendar1.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5};
            this.calendar1.Location = new System.Drawing.Point(284, 0);
            this.calendar1.Margin = new System.Windows.Forms.Padding(4);
            this.calendar1.Name = "calendar1";
            this.calendar1.Size = new System.Drawing.Size(874, 600);
            this.calendar1.TabIndex = 2;
            this.calendar1.Text = "calendar1";
            this.calendar1.LoadItems += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
            this.calendar1.DayHeaderClick += new System.Windows.Forms.Calendar.Calendar.CalendarDayEventHandler(this.calendar1_DayHeaderClick);
            this.calendar1.ItemCreated += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreated);
            this.calendar1.ItemDeleted += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDeleted);
            this.calendar1.ItemClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemClick);
            this.calendar1.ItemDoubleClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDoubleClick);
            this.calendar1.ItemMouseHover += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemMouseHover);
            // 
            // monthView1
            // 
            this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView1.Dock = System.Windows.Forms.DockStyle.Left;
            this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView1.Location = new System.Drawing.Point(0, 0);
            this.monthView1.Margin = new System.Windows.Forms.Padding(4);
            this.monthView1.MaxSelectionCount = 35;
            this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView1.Name = "monthView1";
            this.monthView1.Size = new System.Drawing.Size(277, 600);
            this.monthView1.TabIndex = 3;
            this.monthView1.Text = "monthView1";
            this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
            this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
            // 
            // DemoForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1158, 600);
            this.Controls.Add(this.calendar1);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.monthView1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "DemoForm";
            this.Text = "Calendar Demo";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DemoForm_FormClosing);
            this.Load += new System.EventHandler(this.Form1_Load);
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 26
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange6 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange7 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange8 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange9 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange10 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form13));
            this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
            this.monthView2 = new System.Windows.Forms.Calendar.MonthView();
            this.monthView3 = new System.Windows.Forms.Calendar.MonthView();
            this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
            this.button1 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // monthView1
            // 
            this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView1.Location = new System.Drawing.Point(2, 3);
            this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView1.Name = "monthView1";
            this.monthView1.Size = new System.Drawing.Size(241, 183);
            this.monthView1.TabIndex = 0;
            this.monthView1.Text = "monthView1";
            this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
            // 
            // monthView2
            // 
            this.monthView2.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView2.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView2.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView2.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView2.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView2.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView2.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView2.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView2.Location = new System.Drawing.Point(2, 192);
            this.monthView2.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView2.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView2.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView2.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView2.Name = "monthView2";
            this.monthView2.Size = new System.Drawing.Size(241, 197);
            this.monthView2.TabIndex = 1;
            this.monthView2.Text = "monthView2";
            this.monthView2.TodayBorderColor = System.Drawing.Color.Maroon;
            // 
            // monthView3
            // 
            this.monthView3.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView3.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView3.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView3.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView3.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView3.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView3.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView3.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView3.Location = new System.Drawing.Point(2, 395);
            this.monthView3.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView3.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView3.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView3.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView3.Name = "monthView3";
            this.monthView3.Size = new System.Drawing.Size(241, 182);
            this.monthView3.TabIndex = 2;
            this.monthView3.Text = "monthView3";
            this.monthView3.TodayBorderColor = System.Drawing.Color.Maroon;
            // 
            // calendar1
            // 
            this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange6.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange6.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange6.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange7.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange7.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange7.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange8.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange8.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange8.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange9.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange9.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange9.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange10.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange10.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange10.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendar1.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange6,
        calendarHighlightRange7,
        calendarHighlightRange8,
        calendarHighlightRange9,
        calendarHighlightRange10};
            this.calendar1.Location = new System.Drawing.Point(249, 3);
            this.calendar1.Name = "calendar1";
            this.calendar1.Size = new System.Drawing.Size(800, 655);
            this.calendar1.TabIndex = 3;
            this.calendar1.Text = "calendar1";
            // 
            // button1
            // 
            this.button1.Image = global::cal.Properties.Resources._1225770321258316602emyller_close_button_svg1;
            this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button1.Location = new System.Drawing.Point(65, 608);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 4;
            this.button1.Text = "Close";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Form13
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(834, 662);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.calendar1);
            this.Controls.Add(this.monthView3);
            this.Controls.Add(this.monthView2);
            this.Controls.Add(this.monthView1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form13";
            this.Text = "Day View";
            this.Load += new System.EventHandler(this.Form13_Load);
            this.Resize += new System.EventHandler(this.Form13_Resize);
            this.ResumeLayout(false);

        }
Ejemplo n.º 27
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange41 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange42 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange43 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange44 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange45 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            this.dataGridViewTask = new System.Windows.Forms.DataGridView();
            this.calendar = new System.Windows.Forms.Calendar.Calendar();
            this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.label6 = new System.Windows.Forms.Label();
            this.buttonClient = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.statusComboBox = new System.Windows.Forms.ComboBox();
            this.userComboBox = new System.Windows.Forms.ComboBox();
            this.buttonGoogle = new System.Windows.Forms.Button();
            this.buttonSync = new System.Windows.Forms.Button();
            this.buttonAdd = new System.Windows.Forms.Button();
            this.buttonDelete = new System.Windows.Forms.Button();
            this.buttonEdit = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTask)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridViewTask
            // 
            this.dataGridViewTask.AllowUserToAddRows = false;
            this.dataGridViewTask.AllowUserToDeleteRows = false;
            this.dataGridViewTask.AllowUserToResizeRows = false;
            this.dataGridViewTask.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewTask.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridViewTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewTask.Location = new System.Drawing.Point(6, 90);
            this.dataGridViewTask.Name = "dataGridViewTask";
            this.dataGridViewTask.ReadOnly = true;
            this.dataGridViewTask.RowHeadersVisible = false;
            this.dataGridViewTask.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewTask.Size = new System.Drawing.Size(915, 223);
            this.dataGridViewTask.TabIndex = 0;
            // 
            // calendar
            // 
            this.calendar.AllowItemEdit = false;
            this.calendar.AllowItemResize = false;
            this.calendar.AllowNew = false;
            this.calendar.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.calendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.calendar.Font = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange41.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange41.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange41.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange42.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange42.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange42.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange43.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange43.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange43.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange44.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange44.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange44.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange45.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange45.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange45.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendar.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange41,
        calendarHighlightRange42,
        calendarHighlightRange43,
        calendarHighlightRange44,
        calendarHighlightRange45};
            this.calendar.Location = new System.Drawing.Point(3, 3);
            this.calendar.MaximumViewDays = 42;
            this.calendar.Name = "calendar";
            this.calendar.Size = new System.Drawing.Size(1148, 304);
            this.calendar.TabIndex = 9;
            this.calendar.Text = "calendar1";
            this.calendar.TimeScale = System.Windows.Forms.Calendar.CalendarTimeScale.SixtyMinutes;
            // 
            // monthView1
            // 
            this.monthView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView1.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView1.Location = new System.Drawing.Point(927, 8);
            this.monthView1.MaxSelectionCount = 42;
            this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView1.Name = "monthView1";
            this.monthView1.Size = new System.Drawing.Size(219, 305);
            this.monthView1.TabIndex = 11;
            this.monthView1.Text = "monthView1";
            this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
            this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splitContainer1.Location = new System.Drawing.Point(4, 2);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.label6);
            this.splitContainer1.Panel1.Controls.Add(this.buttonClient);
            this.splitContainer1.Panel1.Controls.Add(this.label5);
            this.splitContainer1.Panel1.Controls.Add(this.label4);
            this.splitContainer1.Panel1.Controls.Add(this.label3);
            this.splitContainer1.Panel1.Controls.Add(this.label2);
            this.splitContainer1.Panel1.Controls.Add(this.label1);
            this.splitContainer1.Panel1.Controls.Add(this.statusComboBox);
            this.splitContainer1.Panel1.Controls.Add(this.userComboBox);
            this.splitContainer1.Panel1.Controls.Add(this.monthView1);
            this.splitContainer1.Panel1.Controls.Add(this.buttonGoogle);
            this.splitContainer1.Panel1.Controls.Add(this.buttonSync);
            this.splitContainer1.Panel1.Controls.Add(this.dataGridViewTask);
            this.splitContainer1.Panel1.Controls.Add(this.buttonAdd);
            this.splitContainer1.Panel1.Controls.Add(this.buttonDelete);
            this.splitContainer1.Panel1.Controls.Add(this.buttonEdit);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.calendar);
            this.splitContainer1.Size = new System.Drawing.Size(1153, 638);
            this.splitContainer1.SplitterDistance = 320;
            this.splitContainer1.TabIndex = 12;
            // 
            // label6
            // 
            this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(741, 56);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(51, 13);
            this.label6.TabIndex = 20;
            this.label6.Text = "Клиенты";
            this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // buttonClient
            // 
            this.buttonClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClient.Image = global::TasksDevite.Properties.Resources.kuser_8291;
            this.buttonClient.Location = new System.Drawing.Point(744, 3);
            this.buttonClient.Name = "buttonClient";
            this.buttonClient.Size = new System.Drawing.Size(50, 50);
            this.buttonClient.TabIndex = 19;
            this.buttonClient.UseVisualStyleBackColor = true;
            this.buttonClient.Click += new System.EventHandler(this.button3_Click);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(401, 56);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(102, 31);
            this.label5.TabIndex = 18;
            this.label5.Text = "Синхронизировать с Google Calendar";
            this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(311, 56);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(84, 31);
            this.label4.TabIndex = 17;
            this.label4.Text = "Сформировать за месяц";
            this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(162, 56);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(50, 13);
            this.label3.TabIndex = 16;
            this.label3.Text = "Удалить";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(71, 56);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(84, 13);
            this.label2.TabIndex = 15;
            this.label2.Text = "Редактировать";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(8, 56);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(57, 13);
            this.label1.TabIndex = 14;
            this.label1.Text = "Добавить";
            // 
            // statusComboBox
            // 
            this.statusComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.statusComboBox.FormattingEnabled = true;
            this.statusComboBox.Items.AddRange(new object[] {
            "Все",
            "Открытые",
            "Закрытые"});
            this.statusComboBox.Location = new System.Drawing.Point(800, 36);
            this.statusComboBox.Name = "statusComboBox";
            this.statusComboBox.Size = new System.Drawing.Size(121, 21);
            this.statusComboBox.TabIndex = 13;
            this.statusComboBox.SelectedIndexChanged += new System.EventHandler(this.statusComboBox_SelectedIndexChanged);
            // 
            // userComboBox
            // 
            this.userComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.userComboBox.FormattingEnabled = true;
            this.userComboBox.Items.AddRange(new object[] {
            "Все",
            "Клейменов",
            "Булгаков",
            "Свиридов"});
            this.userComboBox.Location = new System.Drawing.Point(800, 63);
            this.userComboBox.Name = "userComboBox";
            this.userComboBox.Size = new System.Drawing.Size(121, 21);
            this.userComboBox.TabIndex = 12;
            // 
            // buttonGoogle
            // 
            this.buttonGoogle.Image = global::TasksDevite.Properties.Resources.phone_6363;
            this.buttonGoogle.Location = new System.Drawing.Point(426, 3);
            this.buttonGoogle.Name = "buttonGoogle";
            this.buttonGoogle.Size = new System.Drawing.Size(50, 50);
            this.buttonGoogle.TabIndex = 7;
            this.buttonGoogle.UseVisualStyleBackColor = true;
            this.buttonGoogle.Click += new System.EventHandler(this.button1_Click);
            // 
            // buttonSync
            // 
            this.buttonSync.Image = global::TasksDevite.Properties.Resources.down_2313;
            this.buttonSync.Location = new System.Drawing.Point(327, 3);
            this.buttonSync.Name = "buttonSync";
            this.buttonSync.Size = new System.Drawing.Size(50, 50);
            this.buttonSync.TabIndex = 8;
            this.buttonSync.UseVisualStyleBackColor = true;
            this.buttonSync.Click += new System.EventHandler(this.button2_Click);
            // 
            // buttonAdd
            // 
            this.buttonAdd.Image = global::TasksDevite.Properties.Resources.add_8579;
            this.buttonAdd.Location = new System.Drawing.Point(11, 3);
            this.buttonAdd.Name = "buttonAdd";
            this.buttonAdd.Size = new System.Drawing.Size(50, 50);
            this.buttonAdd.TabIndex = 1;
            this.buttonAdd.UseVisualStyleBackColor = true;
            this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
            // 
            // buttonDelete
            // 
            this.buttonDelete.Image = global::TasksDevite.Properties.Resources.cancel_2821;
            this.buttonDelete.Location = new System.Drawing.Point(162, 3);
            this.buttonDelete.Name = "buttonDelete";
            this.buttonDelete.Size = new System.Drawing.Size(50, 50);
            this.buttonDelete.TabIndex = 2;
            this.buttonDelete.UseVisualStyleBackColor = true;
            this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
            // 
            // buttonEdit
            // 
            this.buttonEdit.Image = global::TasksDevite.Properties.Resources.edit_8791;
            this.buttonEdit.Location = new System.Drawing.Point(87, 3);
            this.buttonEdit.Name = "buttonEdit";
            this.buttonEdit.Size = new System.Drawing.Size(50, 50);
            this.buttonEdit.TabIndex = 3;
            this.buttonEdit.UseVisualStyleBackColor = true;
            this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click);
            // 
            // TasksForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1177, 660);
            this.Controls.Add(this.splitContainer1);
            this.KeyPreview = true;
            this.Name = "TasksForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "TasksForm";
            this.Load += new System.EventHandler(this.TasksForm_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TasksForm_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTask)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.calendar1  = new System.Windows.Forms.Calendar.Calendar();
     this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
     this.SuspendLayout();
     //
     // calendar1
     //
     this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location   = new System.Drawing.Point(245, 12);
     this.calendar1.Name       = "calendar1";
     this.calendar1.Size       = new System.Drawing.Size(1056, 640);
     this.calendar1.TabIndex   = 0;
     this.calendar1.Text       = "calendar1";
     this.calendar1.TimeScale  = System.Windows.Forms.Calendar.CalendarTimeScale.SixtyMinutes;
     this.calendar1.LoadItems += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.ItemPadding                = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(12, 12);
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name              = "monthView1";
     this.monthView1.Size              = new System.Drawing.Size(227, 632);
     this.monthView1.TabIndex          = 1;
     this.monthView1.Text              = "monthView1";
     this.monthView1.TodayBorderColor  = System.Drawing.Color.Maroon;
     this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // CalendarHome
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1297, 656);
     this.Controls.Add(this.monthView1);
     this.Controls.Add(this.calendar1);
     this.Name        = "CalendarHome";
     this.Text        = "Devetest";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.CalendarHome_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 29
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(CalendarEditor));
     this.calendarView            = new System.Windows.Forms.Calendar.Calendar();
     this.dateSelect              = new System.Windows.Forms.MonthCalendar();
     this.listEntries             = new System.Windows.Forms.ListBox();
     this.contextMenuStrip1       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.modifyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.btReadWrite             = new System.Windows.Forms.Button();
     this.label1   = new System.Windows.Forms.Label();
     this.btAdd    = new System.Windows.Forms.Button();
     this.btDelete = new System.Windows.Forms.Button();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // calendarView
     //
     this.calendarView.Font            = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendarView.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendarView.Location          = new System.Drawing.Point(257, 1);
     this.calendarView.Name              = "calendarView";
     this.calendarView.Size              = new System.Drawing.Size(526, 365);
     this.calendarView.TabIndex          = 0;
     this.calendarView.Text              = "calendar1";
     this.calendarView.LoadItems        += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendarView_LoadItems);
     this.calendarView.ItemCreated      += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendarView_ItemCreated);
     this.calendarView.ItemDeleted      += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendarView_ItemDeleted);
     this.calendarView.ItemDatesChanged += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendarView_ItemDatesChanged);
     this.calendarView.ItemDoubleClick  += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendarView_ItemDoubleClick);
     this.calendarView.ItemSelected     += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendarView_ItemSelected);
     //
     // dateSelect
     //
     this.dateSelect.Location          = new System.Drawing.Point(16, 1);
     this.dateSelect.MaxSelectionCount = 1;
     this.dateSelect.Name         = "dateSelect";
     this.dateSelect.TabIndex     = 1;
     this.dateSelect.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.dateSelect_DateChanged);
     //
     // listEntries
     //
     this.listEntries.ContextMenuStrip  = this.contextMenuStrip1;
     this.listEntries.FormattingEnabled = true;
     this.listEntries.Location          = new System.Drawing.Point(16, 201);
     this.listEntries.Name                  = "listEntries";
     this.listEntries.Size                  = new System.Drawing.Size(227, 199);
     this.listEntries.TabIndex              = 2;
     this.listEntries.SelectedIndexChanged += new System.EventHandler(this.listEntries_SelectedIndexChanged);
     this.listEntries.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.listEntries_MouseDoubleClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addToolStripMenuItem,
         this.deleteToolStripMenuItem,
         this.modifyToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(166, 70);
     //
     // addToolStripMenuItem
     //
     this.addToolStripMenuItem.Name   = "addToolStripMenuItem";
     this.addToolStripMenuItem.Size   = new System.Drawing.Size(165, 22);
     this.addToolStripMenuItem.Text   = "Add Week of Day";
     this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(165, 22);
     this.deleteToolStripMenuItem.Text   = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // modifyToolStripMenuItem
     //
     this.modifyToolStripMenuItem.Name   = "modifyToolStripMenuItem";
     this.modifyToolStripMenuItem.Size   = new System.Drawing.Size(165, 22);
     this.modifyToolStripMenuItem.Text   = "Modify";
     this.modifyToolStripMenuItem.Click += new System.EventHandler(this.modifyToolStripMenuItem_Click);
     //
     // btReadWrite
     //
     this.btReadWrite.Location = new System.Drawing.Point(615, 372);
     this.btReadWrite.Name     = "btReadWrite";
     this.btReadWrite.Size     = new System.Drawing.Size(149, 35);
     this.btReadWrite.TabIndex = 3;
     this.btReadWrite.Text     = "Write && Read back";
     this.btReadWrite.UseVisualStyleBackColor = true;
     this.btReadWrite.Click += new System.EventHandler(this.btReadWrite_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 182);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(75, 13);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Dates entries :";
     //
     // btAdd
     //
     this.btAdd.Location  = new System.Drawing.Point(319, 376);
     this.btAdd.Name      = "btAdd";
     this.btAdd.Size      = new System.Drawing.Size(51, 24);
     this.btAdd.TabIndex  = 7;
     this.btAdd.Text      = "Add";
     this.btAdd.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btAdd.UseVisualStyleBackColor = true;
     this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
     //
     // btDelete
     //
     this.btDelete.Location  = new System.Drawing.Point(257, 376);
     this.btDelete.Name      = "btDelete";
     this.btDelete.Size      = new System.Drawing.Size(51, 24);
     this.btDelete.TabIndex  = 8;
     this.btDelete.Text      = "Delete";
     this.btDelete.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btDelete.UseVisualStyleBackColor = true;
     this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
     //
     // CalendarEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 415);
     this.Controls.Add(this.btDelete);
     this.Controls.Add(this.btAdd);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btReadWrite);
     this.Controls.Add(this.listEntries);
     this.Controls.Add(this.dateSelect);
     this.Controls.Add(this.calendarView);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "CalendarEditor";
     this.Text            = "Calendar Editor";
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmReminder));
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange16 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange17 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange18 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange19 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange20 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.mthCalReminder    = new System.Windows.Forms.MonthCalendar();
     this.lvReminderOps     = new System.Windows.Forms.ListView();
     this.clmnId            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmnBudget        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmnDueDate       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label1            = new System.Windows.Forms.Label();
     this.calReminder       = new System.Windows.Forms.Calendar.Calendar();
     this.btnOK             = new System.Windows.Forms.Button();
     this.btnModifyReminder = new System.Windows.Forms.Button();
     this.btnDeleteReminder = new System.Windows.Forms.Button();
     this.btnAddReminder    = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // mthCalReminder
     //
     resources.ApplyResources(this.mthCalReminder, "mthCalReminder");
     this.mthCalReminder.Name         = "mthCalReminder";
     this.mthCalReminder.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mthCalReminder_DateChanged);
     //
     // lvReminderOps
     //
     resources.ApplyResources(this.lvReminderOps, "lvReminderOps");
     this.lvReminderOps.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clmnId,
         this.clmnBudget,
         this.clmnDueDate
     });
     this.lvReminderOps.FullRowSelect = true;
     this.lvReminderOps.GridLines     = true;
     this.lvReminderOps.Name          = "lvReminderOps";
     this.lvReminderOps.UseCompatibleStateImageBehavior = false;
     this.lvReminderOps.View = System.Windows.Forms.View.Details;
     //
     // clmnId
     //
     resources.ApplyResources(this.clmnId, "clmnId");
     //
     // clmnBudget
     //
     resources.ApplyResources(this.clmnBudget, "clmnBudget");
     //
     // clmnDueDate
     //
     resources.ApplyResources(this.clmnDueDate, "clmnDueDate");
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // calReminder
     //
     resources.ApplyResources(this.calReminder, "calReminder");
     calendarHighlightRange16.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange16.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange16.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange17.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange17.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange17.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange18.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange18.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange18.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange19.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange19.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange19.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange20.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange20.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange20.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calReminder.HighlightRanges   = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange16,
         calendarHighlightRange17,
         calendarHighlightRange18,
         calendarHighlightRange19,
         calendarHighlightRange20
     };
     this.calReminder.Name = "calReminder";
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Name                    = "btnOK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click                  += new System.EventHandler(this.btnOK_Click);
     //
     // btnModifyReminder
     //
     resources.ApplyResources(this.btnModifyReminder, "btnModifyReminder");
     this.btnModifyReminder.Image = global::CrediNET.Properties.Resources.page_edit;
     this.btnModifyReminder.Name  = "btnModifyReminder";
     this.btnModifyReminder.UseVisualStyleBackColor = true;
     this.btnModifyReminder.Click += new System.EventHandler(this.btnModifyReminder_Click);
     //
     // btnDeleteReminder
     //
     resources.ApplyResources(this.btnDeleteReminder, "btnDeleteReminder");
     this.btnDeleteReminder.Image = global::CrediNET.Properties.Resources.page_delete;
     this.btnDeleteReminder.Name  = "btnDeleteReminder";
     this.btnDeleteReminder.UseVisualStyleBackColor = true;
     this.btnDeleteReminder.Click += new System.EventHandler(this.btnDeleteReminder_Click);
     //
     // btnAddReminder
     //
     resources.ApplyResources(this.btnAddReminder, "btnAddReminder");
     this.btnAddReminder.Image = global::CrediNET.Properties.Resources.page_add;
     this.btnAddReminder.Name  = "btnAddReminder";
     this.btnAddReminder.UseVisualStyleBackColor = true;
     this.btnAddReminder.Click += new System.EventHandler(this.btnAddReminder_Click);
     //
     // FrmReminder
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnModifyReminder);
     this.Controls.Add(this.btnDeleteReminder);
     this.Controls.Add(this.btnAddReminder);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lvReminderOps);
     this.Controls.Add(this.calReminder);
     this.Controls.Add(this.mthCalReminder);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmReminder";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Load           += new System.EventHandler(this.FrmReminder_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.vOutlookNavPane1 = new VIBlend.WinForms.Controls.vOutlookNavPane();
     this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label12 = new System.Windows.Forms.Label();
     this.comboDoctor = new System.Windows.Forms.ComboBox();
     this.comboCiudad = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.comboObra = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.maskedCelular = new System.Windows.Forms.MaskedTextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.maskedNacimiento = new System.Windows.Forms.MaskedTextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.textDireccion = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.textDni = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.textApellido = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.textNombre = new System.Windows.Forms.TextBox();
     this.button1 = new System.Windows.Forms.Button();
     this.vOutlookNavPane1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // vOutlookNavPane1
     //
     this.vOutlookNavPane1.Dock = System.Windows.Forms.DockStyle.Left;
     this.vOutlookNavPane1.Location = new System.Drawing.Point(0, 0);
     this.vOutlookNavPane1.Name = "vOutlookNavPane1";
     this.vOutlookNavPane1.SelectedItem = null;
     this.vOutlookNavPane1.Size = new System.Drawing.Size(97, 554);
     this.vOutlookNavPane1.TabIndex = 2;
     this.vOutlookNavPane1.Text = "vOutlookNavPane1";
     this.vOutlookNavPane1.VIBlendTheme = VIBlend.Utilities.VIBLEND_THEME.VISTABLUE;
     //
     // monthView1
     //
     this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
     this.monthView1.Dock = System.Windows.Forms.DockStyle.Left;
     this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
     this.monthView1.Location = new System.Drawing.Point(97, 0);
     this.monthView1.MaxSelectionCount = 35;
     this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name = "monthView1";
     this.monthView1.Size = new System.Drawing.Size(210, 554);
     this.monthView1.TabIndex = 7;
     this.monthView1.Text = "monthView1";
     this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
     this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.calendar1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(307, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(666, 366);
     this.panel1.TabIndex = 8;
     //
     // calendar1
     //
     this.calendar1.AllowItemResize = false;
     this.calendar1.AutoScroll = true;
     this.calendar1.Dock = System.Windows.Forms.DockStyle.Top;
     this.calendar1.FirstDayOfWeek = System.DayOfWeek.Monday;
     this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime = System.TimeSpan.Parse("21:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime = System.TimeSpan.Parse("21:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime = System.TimeSpan.Parse("21:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime = System.TimeSpan.Parse("21:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime = System.TimeSpan.Parse("21:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
     calendarHighlightRange1,
     calendarHighlightRange2,
     calendarHighlightRange3,
     calendarHighlightRange4,
     calendarHighlightRange5};
     this.calendar1.Location = new System.Drawing.Point(0, 0);
     this.calendar1.Name = "calendar1";
     this.calendar1.Size = new System.Drawing.Size(645, 870);
     this.calendar1.TabIndex = 7;
     this.calendar1.Text = "calendar1";
     this.calendar1.ItemCreated += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreated);
     this.calendar1.ItemDeleted += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDeleted);
     this.calendar1.ItemClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemClick);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.comboDoctor);
     this.groupBox1.Controls.Add(this.comboCiudad);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.comboObra);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.maskedCelular);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.maskedNacimiento);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textDireccion);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.textDni);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.textApellido);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.textNombre);
     this.groupBox1.Location = new System.Drawing.Point(441, 384);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(422, 161);
     this.groupBox1.TabIndex = 11;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Datos Personales";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(6, 130);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(42, 13);
     this.label12.TabIndex = 10;
     this.label12.Text = "Doctor:";
     //
     // comboDoctor
     //
     this.comboDoctor.FormattingEnabled = true;
     this.comboDoctor.Location = new System.Drawing.Point(57, 127);
     this.comboDoctor.Name = "comboDoctor";
     this.comboDoctor.Size = new System.Drawing.Size(121, 21);
     this.comboDoctor.TabIndex = 9;
     //
     // comboCiudad
     //
     this.comboCiudad.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.comboCiudad.FormattingEnabled = true;
     this.comboCiudad.Location = new System.Drawing.Point(277, 97);
     this.comboCiudad.Name = "comboCiudad";
     this.comboCiudad.Size = new System.Drawing.Size(121, 21);
     this.comboCiudad.TabIndex = 7;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 26);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Nombre:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 52);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(47, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "Apellido:";
     //
     // comboObra
     //
     this.comboObra.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.comboObra.FormattingEnabled = true;
     this.comboObra.Location = new System.Drawing.Point(275, 21);
     this.comboObra.Name = "comboObra";
     this.comboObra.Size = new System.Drawing.Size(121, 21);
     this.comboObra.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 78);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(38, 13);
     this.label3.TabIndex = 2;
     this.label3.Text = "D.N.I.:";
     //
     // maskedCelular
     //
     this.maskedCelular.Location = new System.Drawing.Point(277, 47);
     this.maskedCelular.Mask = "0000-000000";
     this.maskedCelular.Name = "maskedCelular";
     this.maskedCelular.Size = new System.Drawing.Size(74, 20);
     this.maskedCelular.TabIndex = 6;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(209, 51);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(42, 13);
     this.label4.TabIndex = 3;
     this.label4.Text = "Celular:";
     //
     // maskedNacimiento
     //
     this.maskedNacimiento.Location = new System.Drawing.Point(123, 101);
     this.maskedNacimiento.Mask = "00/00/00";
     this.maskedNacimiento.Name = "maskedNacimiento";
     this.maskedNacimiento.Size = new System.Drawing.Size(55, 20);
     this.maskedNacimiento.TabIndex = 4;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(209, 76);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(55, 13);
     this.label5.TabIndex = 4;
     this.label5.Text = "Dirección:";
     //
     // textDireccion
     //
     this.textDireccion.Location = new System.Drawing.Point(277, 72);
     this.textDireccion.Name = "textDireccion";
     this.textDireccion.Size = new System.Drawing.Size(121, 20);
     this.textDireccion.TabIndex = 8;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 104);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(111, 13);
     this.label6.TabIndex = 5;
     this.label6.Text = "Fecha de Nacimiento:";
     //
     // textDni
     //
     this.textDni.Location = new System.Drawing.Point(57, 75);
     this.textDni.Name = "textDni";
     this.textDni.Size = new System.Drawing.Size(121, 20);
     this.textDni.TabIndex = 3;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(209, 101);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(43, 13);
     this.label7.TabIndex = 6;
     this.label7.Text = "Ciudad:";
     //
     // textApellido
     //
     this.textApellido.Location = new System.Drawing.Point(57, 48);
     this.textApellido.Name = "textApellido";
     this.textApellido.Size = new System.Drawing.Size(121, 20);
     this.textApellido.TabIndex = 2;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(209, 26);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(65, 13);
     this.label8.TabIndex = 7;
     this.label8.Text = "Obra Social:";
     //
     // textNombre
     //
     this.textNombre.Location = new System.Drawing.Point(57, 22);
     this.textNombre.Name = "textNombre";
     this.textNombre.Size = new System.Drawing.Size(121, 20);
     this.textNombre.TabIndex = 1;
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(871, 470);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(90, 75);
     this.button1.TabIndex = 12;
     this.button1.Text = "Guardar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // frmTurno
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(973, 554);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.monthView1);
     this.Controls.Add(this.vOutlookNavPane1);
     this.Name = "frmTurno";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Turnos";
     this.Load += new System.EventHandler(this.frmTurno_Load);
     this.vOutlookNavPane1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     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()
        {
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            this.btnClose = new System.Windows.Forms.Button();
            this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnClose.Location = new System.Drawing.Point(525, 390);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 23);
            this.btnClose.TabIndex = 4;
            this.btnClose.Text = "Закрыть";
            this.btnClose.UseVisualStyleBackColor = true;
            // 
            // calendar1
            // 
            this.calendar1.AllowItemEdit = false;
            this.calendar1.AllowItemResize = false;
            this.calendar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.calendar1.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("19:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("10:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("19:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("10:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("19:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("10:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("19:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("10:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("19:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("10:00:00");
            this.calendar1.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5};
            this.calendar1.Location = new System.Drawing.Point(12, 12);
            this.calendar1.MaximumFullDays = 1;
            this.calendar1.Name = "calendar1";
            this.calendar1.Size = new System.Drawing.Size(588, 371);
            this.calendar1.TabIndex = 3;
            this.calendar1.Text = "calendar1";
            this.calendar1.ItemDeleting += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemDeleting);
            this.calendar1.ItemDoubleClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDoubleClick);
            // 
            // VisitPlanDay
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.ClientSize = new System.Drawing.Size(612, 425);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.calendar1);
            this.Name = "VisitPlanDay";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "План на день";
            this.Activated += new System.EventHandler(this.VisitPlanDay_Activated);
            this.Load += new System.EventHandler(this.VisitPlanDay_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.VisitPlanDay_KeyDown);
            this.ResumeLayout(false);

        }
Ejemplo n.º 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange6  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange7  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange8  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange9  = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange10 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.button1 = new System.Windows.Forms.Button();
     this.verPrecosTableAdapter1 = new MEDIRM.MedirmDBDataSetTableAdapters.VerPrecosTableAdapter();
     this.calendar2       = new System.Windows.Forms.Calendar.Calendar();
     this.button2         = new System.Windows.Forms.Button();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.label1          = new System.Windows.Forms.Label();
     this.NomeEncomenda   = new System.Windows.Forms.Label();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(12, 12);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Gerar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // verPrecosTableAdapter1
     //
     this.verPrecosTableAdapter1.ClearBeforeFill = true;
     //
     // calendar2
     //
     this.calendar2.AllowItemEdit       = false;
     this.calendar2.AllowItemResize     = false;
     this.calendar2.AllowNew            = false;
     this.calendar2.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.calendar2.FirstDayOfWeek      = System.DayOfWeek.Monday;
     this.calendar2.Font                = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange6.DayOfWeek  = System.DayOfWeek.Monday;
     calendarHighlightRange6.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange6.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange7.DayOfWeek  = System.DayOfWeek.Tuesday;
     calendarHighlightRange7.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange7.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange8.DayOfWeek  = System.DayOfWeek.Wednesday;
     calendarHighlightRange8.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange8.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange9.DayOfWeek  = System.DayOfWeek.Thursday;
     calendarHighlightRange9.EndTime    = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange9.StartTime  = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange10.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange10.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange10.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar2.HighlightRanges     = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange6,
         calendarHighlightRange7,
         calendarHighlightRange8,
         calendarHighlightRange9,
         calendarHighlightRange10
     };
     this.calendar2.Location = new System.Drawing.Point(0, 0);
     this.calendar2.Name     = "calendar2";
     this.calendar2.Size     = new System.Drawing.Size(1248, 548);
     this.calendar2.TabIndex = 2;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(93, 12);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 3;
     this.button2.Text     = "Planificar";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.NomeEncomenda);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(392, 305);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Dados";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Encomenda";
     //
     // NomeEncomenda
     //
     this.NomeEncomenda.AutoSize = true;
     this.NomeEncomenda.Location = new System.Drawing.Point(77, 20);
     this.NomeEncomenda.Name     = "NomeEncomenda";
     this.NomeEncomenda.Size     = new System.Drawing.Size(99, 13);
     this.NomeEncomenda.TabIndex = 1;
     this.NomeEncomenda.Text     = "#NomeEncomenda";
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.Location = new System.Drawing.Point(1, 41);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.calendar2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
     this.splitContainer1.Size             = new System.Drawing.Size(1647, 548);
     this.splitContainer1.SplitterDistance = 1248;
     this.splitContainer1.TabIndex         = 5;
     //
     // ScheduleForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1647, 588);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Name = "ScheduleForm";
     this.Text = "ScheduleForm";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.tabControl1      = new System.Windows.Forms.TabControl();
     this.tabPage1         = new System.Windows.Forms.TabPage();
     this.calendar1        = new System.Windows.Forms.Calendar.Calendar();
     this.monthView1       = new System.Windows.Forms.Calendar.MonthView();
     this.tabPage2         = new System.Windows.Forms.TabPage();
     this.btnPrint         = new System.Windows.Forms.Button();
     this.btnSendInvoices  = new System.Windows.Forms.Button();
     this.btnMarkPaid      = new System.Windows.Forms.Button();
     this.btnEditInvoice   = new System.Windows.Forms.Button();
     this.btnInvoice       = new System.Windows.Forms.Button();
     this.dtTo             = new System.Windows.Forms.DateTimePicker();
     this.dtFrom           = new System.Windows.Forms.DateTimePicker();
     this.grdBilling       = new System.Windows.Forms.DataGridView();
     this.lstBillParents   = new System.Windows.Forms.ListBox();
     this.tabPage3         = new System.Windows.Forms.TabPage();
     this.btnNewParent     = new System.Windows.Forms.Button();
     this.btnEditParent    = new System.Windows.Forms.Button();
     this.grdParents       = new System.Windows.Forms.DataGridView();
     this.tabPage4         = new System.Windows.Forms.TabPage();
     this.btnNewStudent    = new System.Windows.Forms.Button();
     this.btnEditStudent   = new System.Windows.Forms.Button();
     this.grdStudents      = new System.Windows.Forms.DataGridView();
     this.tabPage5         = new System.Windows.Forms.TabPage();
     this.linkLabel1       = new System.Windows.Forms.LinkLabel();
     this.label10          = new System.Windows.Forms.Label();
     this.label9           = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.txtTwilioPhone   = new System.Windows.Forms.TextBox();
     this.label7           = new System.Windows.Forms.Label();
     this.txtTwilioAuthKey = new System.Windows.Forms.TextBox();
     this.txtTwilioSID     = new System.Windows.Forms.TextBox();
     this.label6           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.btnSave          = new System.Windows.Forms.Button();
     this.btnChangePass    = new System.Windows.Forms.Button();
     this.txtVenmo         = new System.Windows.Forms.TextBox();
     this.txtPayPalEmail   = new System.Windows.Forms.TextBox();
     this.txtBizName       = new System.Windows.Forms.TextBox();
     this.txtEmail         = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdBilling)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdParents)).BeginInit();
     this.tabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdStudents)).BeginInit();
     this.tabPage5.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Location      = new System.Drawing.Point(32, 29);
     this.tabControl1.Margin        = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(3015, 1281);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.calendar1);
     this.tabPage1.Controls.Add(this.monthView1);
     this.tabPage1.Location = new System.Drawing.Point(10, 48);
     this.tabPage1.Margin   = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.tabPage1.Size     = new System.Drawing.Size(2995, 1223);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Schedule";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // calendar1
     //
     this.calendar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location   = new System.Drawing.Point(715, 14);
     this.calendar1.Margin     = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.calendar1.Name       = "calendar1";
     this.calendar1.Size       = new System.Drawing.Size(2301, 1252);
     this.calendar1.TabIndex   = 1;
     this.calendar1.Text       = "calendar1";
     this.calendar1.LoadItems += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
     //
     // monthView1
     //
     this.monthView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.ItemPadding                = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(8, 7);
     this.monthView1.Margin                      = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name              = "monthView1";
     this.monthView1.Size              = new System.Drawing.Size(691, 1199);
     this.monthView1.TabIndex          = 0;
     this.monthView1.Text              = "monthView1";
     this.monthView1.TodayBorderColor  = System.Drawing.Color.Maroon;
     this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.btnPrint);
     this.tabPage2.Controls.Add(this.btnSendInvoices);
     this.tabPage2.Controls.Add(this.btnMarkPaid);
     this.tabPage2.Controls.Add(this.btnEditInvoice);
     this.tabPage2.Controls.Add(this.btnInvoice);
     this.tabPage2.Controls.Add(this.dtTo);
     this.tabPage2.Controls.Add(this.dtFrom);
     this.tabPage2.Controls.Add(this.grdBilling);
     this.tabPage2.Controls.Add(this.lstBillParents);
     this.tabPage2.Location = new System.Drawing.Point(10, 48);
     this.tabPage2.Margin   = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.tabPage2.Size     = new System.Drawing.Size(2995, 1223);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Billing";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // btnPrint
     //
     this.btnPrint.Location = new System.Drawing.Point(1737, 604);
     this.btnPrint.Name     = "btnPrint";
     this.btnPrint.Size     = new System.Drawing.Size(367, 71);
     this.btnPrint.TabIndex = 8;
     this.btnPrint.Text     = "Print";
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnSendInvoices
     //
     this.btnSendInvoices.Location = new System.Drawing.Point(1737, 376);
     this.btnSendInvoices.Name     = "btnSendInvoices";
     this.btnSendInvoices.Size     = new System.Drawing.Size(367, 71);
     this.btnSendInvoices.TabIndex = 6;
     this.btnSendInvoices.Text     = "Send Invoices";
     this.btnSendInvoices.UseVisualStyleBackColor = true;
     this.btnSendInvoices.Click += new System.EventHandler(this.btnSendInvoices_Click);
     //
     // btnMarkPaid
     //
     this.btnMarkPaid.Location = new System.Drawing.Point(1737, 489);
     this.btnMarkPaid.Name     = "btnMarkPaid";
     this.btnMarkPaid.Size     = new System.Drawing.Size(367, 71);
     this.btnMarkPaid.TabIndex = 7;
     this.btnMarkPaid.Text     = "Mark Paid";
     this.btnMarkPaid.UseVisualStyleBackColor = true;
     this.btnMarkPaid.Click += new System.EventHandler(this.btnMarkPaid_Click);
     //
     // btnEditInvoice
     //
     this.btnEditInvoice.Location = new System.Drawing.Point(1737, 150);
     this.btnEditInvoice.Name     = "btnEditInvoice";
     this.btnEditInvoice.Size     = new System.Drawing.Size(367, 71);
     this.btnEditInvoice.TabIndex = 4;
     this.btnEditInvoice.Text     = "Adjust Amount";
     this.btnEditInvoice.UseVisualStyleBackColor = true;
     this.btnEditInvoice.Click += new System.EventHandler(this.btnEditInvoice_Click);
     //
     // btnInvoice
     //
     this.btnInvoice.Location = new System.Drawing.Point(1737, 263);
     this.btnInvoice.Name     = "btnInvoice";
     this.btnInvoice.Size     = new System.Drawing.Size(367, 71);
     this.btnInvoice.TabIndex = 5;
     this.btnInvoice.Text     = "Create Invoices";
     this.btnInvoice.UseVisualStyleBackColor = true;
     this.btnInvoice.Click += new System.EventHandler(this.btnInvoice_Click);
     //
     // dtTo
     //
     this.dtTo.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtTo.Location      = new System.Drawing.Point(1355, 74);
     this.dtTo.Margin        = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.dtTo.Name          = "dtTo";
     this.dtTo.Size          = new System.Drawing.Size(297, 38);
     this.dtTo.TabIndex      = 2;
     this.dtTo.ValueChanged += new System.EventHandler(this.dtToOrFrom_ValueChanged);
     //
     // dtFrom
     //
     this.dtFrom.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtFrom.Location      = new System.Drawing.Point(827, 74);
     this.dtFrom.Margin        = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.dtFrom.Name          = "dtFrom";
     this.dtFrom.Size          = new System.Drawing.Size(279, 38);
     this.dtFrom.TabIndex      = 1;
     this.dtFrom.ValueChanged += new System.EventHandler(this.dtToOrFrom_ValueChanged);
     //
     // grdBilling
     //
     this.grdBilling.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdBilling.Location          = new System.Drawing.Point(571, 150);
     this.grdBilling.Margin            = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.grdBilling.MultiSelect       = false;
     this.grdBilling.Name              = "grdBilling";
     this.grdBilling.RowHeadersVisible = false;
     this.grdBilling.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdBilling.Size              = new System.Drawing.Size(1088, 982);
     this.grdBilling.TabIndex          = 3;
     this.grdBilling.CellDoubleClick  += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdBilling_CellDoubleClick);
     //
     // lstBillParents
     //
     this.lstBillParents.FormattingEnabled = true;
     this.lstBillParents.ItemHeight        = 31;
     this.lstBillParents.Location          = new System.Drawing.Point(59, 38);
     this.lstBillParents.Margin            = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lstBillParents.Name                  = "lstBillParents";
     this.lstBillParents.Size                  = new System.Drawing.Size(393, 1089);
     this.lstBillParents.TabIndex              = 0;
     this.lstBillParents.SelectedIndexChanged += new System.EventHandler(this.lstBillParents_SelectedIndexChanged);
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.btnNewParent);
     this.tabPage3.Controls.Add(this.btnEditParent);
     this.tabPage3.Controls.Add(this.grdParents);
     this.tabPage3.Location = new System.Drawing.Point(10, 48);
     this.tabPage3.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tabPage3.Size     = new System.Drawing.Size(2995, 1223);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Parents";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // btnNewParent
     //
     this.btnNewParent.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNewParent.Location = new System.Drawing.Point(2386, 1132);
     this.btnNewParent.Margin   = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.btnNewParent.Name     = "btnNewParent";
     this.btnNewParent.Size     = new System.Drawing.Size(295, 73);
     this.btnNewParent.TabIndex = 2;
     this.btnNewParent.Text     = "New";
     this.btnNewParent.UseVisualStyleBackColor = true;
     this.btnNewParent.Click += new System.EventHandler(this.btnNewParent_Click);
     //
     // btnEditParent
     //
     this.btnEditParent.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEditParent.Location = new System.Drawing.Point(2697, 1132);
     this.btnEditParent.Margin   = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.btnEditParent.Name     = "btnEditParent";
     this.btnEditParent.Size     = new System.Drawing.Size(287, 73);
     this.btnEditParent.TabIndex = 1;
     this.btnEditParent.Text     = "Edit";
     this.btnEditParent.UseVisualStyleBackColor = true;
     this.btnEditParent.Click += new System.EventHandler(this.btnEditParent_Click);
     //
     // grdParents
     //
     this.grdParents.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.grdParents.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.grdParents.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdParents.Location           = new System.Drawing.Point(5, 5);
     this.grdParents.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.grdParents.MultiSelect        = false;
     this.grdParents.Name               = "grdParents";
     this.grdParents.RowHeadersVisible  = false;
     this.grdParents.RowTemplate.Height = 40;
     this.grdParents.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdParents.Size               = new System.Drawing.Size(2988, 1087);
     this.grdParents.TabIndex           = 0;
     this.grdParents.CellDoubleClick   += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdParents_CellDoubleClick);
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.btnNewStudent);
     this.tabPage4.Controls.Add(this.btnEditStudent);
     this.tabPage4.Controls.Add(this.grdStudents);
     this.tabPage4.Location = new System.Drawing.Point(10, 48);
     this.tabPage4.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tabPage4.Size     = new System.Drawing.Size(2995, 1223);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Students";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // btnNewStudent
     //
     this.btnNewStudent.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNewStudent.Location = new System.Drawing.Point(2386, 1132);
     this.btnNewStudent.Margin   = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.btnNewStudent.Name     = "btnNewStudent";
     this.btnNewStudent.Size     = new System.Drawing.Size(295, 73);
     this.btnNewStudent.TabIndex = 4;
     this.btnNewStudent.Text     = "New";
     this.btnNewStudent.UseVisualStyleBackColor = true;
     this.btnNewStudent.Click += new System.EventHandler(this.btnNewStudent_Click);
     //
     // btnEditStudent
     //
     this.btnEditStudent.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEditStudent.Location = new System.Drawing.Point(2697, 1132);
     this.btnEditStudent.Margin   = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.btnEditStudent.Name     = "btnEditStudent";
     this.btnEditStudent.Size     = new System.Drawing.Size(287, 73);
     this.btnEditStudent.TabIndex = 3;
     this.btnEditStudent.Text     = "Edit";
     this.btnEditStudent.UseVisualStyleBackColor = true;
     this.btnEditStudent.Click += new System.EventHandler(this.btnEditStudent_Click);
     //
     // grdStudents
     //
     this.grdStudents.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.grdStudents.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.grdStudents.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdStudents.Location           = new System.Drawing.Point(5, 5);
     this.grdStudents.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.grdStudents.MultiSelect        = false;
     this.grdStudents.Name               = "grdStudents";
     this.grdStudents.RowHeadersVisible  = false;
     this.grdStudents.RowTemplate.Height = 40;
     this.grdStudents.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdStudents.Size               = new System.Drawing.Size(2983, 1085);
     this.grdStudents.TabIndex           = 1;
     this.grdStudents.CellDoubleClick   += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdStudents_CellDoubleClick);
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.linkLabel1);
     this.tabPage5.Controls.Add(this.label10);
     this.tabPage5.Controls.Add(this.label9);
     this.tabPage5.Controls.Add(this.label8);
     this.tabPage5.Controls.Add(this.txtTwilioPhone);
     this.tabPage5.Controls.Add(this.label7);
     this.tabPage5.Controls.Add(this.txtTwilioAuthKey);
     this.tabPage5.Controls.Add(this.txtTwilioSID);
     this.tabPage5.Controls.Add(this.label6);
     this.tabPage5.Controls.Add(this.label5);
     this.tabPage5.Controls.Add(this.btnSave);
     this.tabPage5.Controls.Add(this.btnChangePass);
     this.tabPage5.Controls.Add(this.txtVenmo);
     this.tabPage5.Controls.Add(this.txtPayPalEmail);
     this.tabPage5.Controls.Add(this.txtBizName);
     this.tabPage5.Controls.Add(this.txtEmail);
     this.tabPage5.Controls.Add(this.label4);
     this.tabPage5.Controls.Add(this.label3);
     this.tabPage5.Controls.Add(this.label2);
     this.tabPage5.Controls.Add(this.label1);
     this.tabPage5.Location = new System.Drawing.Point(10, 48);
     this.tabPage5.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Padding  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tabPage5.Size     = new System.Drawing.Size(2995, 1223);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text     = "Config";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize     = true;
     this.linkLabel1.Location     = new System.Drawing.Point(840, 614);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(150, 32);
     this.linkLabel1.TabIndex     = 19;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "Twilio.com";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(840, 551);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(1162, 32);
     this.label10.TabIndex = 18;
     this.label10.Text     = "Enter each into the related boxes here.  Please enter only the area code and phon" +
                             "e number\r\n";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(840, 480);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(774, 32);
     this.label9.TabIndex = 17;
     this.label9.Text     = "Twilio will provide three values, SID, Auth Key and Phone #. ";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(840, 403);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(818, 32);
     this.label8.TabIndex = 16;
     this.label8.Text     = "To setup Twilio, please go to twilio.com and create an account.  ";
     //
     // txtTwilioPhone
     //
     this.txtTwilioPhone.Location  = new System.Drawing.Point(318, 551);
     this.txtTwilioPhone.MaxLength = 50;
     this.txtTwilioPhone.Name      = "txtTwilioPhone";
     this.txtTwilioPhone.Size      = new System.Drawing.Size(417, 38);
     this.txtTwilioPhone.TabIndex  = 15;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(94, 554);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(210, 32);
     this.label7.TabIndex = 14;
     this.label7.Text     = "Twilio Phone #:";
     //
     // txtTwilioAuthKey
     //
     this.txtTwilioAuthKey.Location  = new System.Drawing.Point(318, 477);
     this.txtTwilioAuthKey.MaxLength = 50;
     this.txtTwilioAuthKey.Name      = "txtTwilioAuthKey";
     this.txtTwilioAuthKey.Size      = new System.Drawing.Size(417, 38);
     this.txtTwilioAuthKey.TabIndex  = 13;
     //
     // txtTwilioSID
     //
     this.txtTwilioSID.Location  = new System.Drawing.Point(318, 403);
     this.txtTwilioSID.MaxLength = 50;
     this.txtTwilioSID.Name      = "txtTwilioSID";
     this.txtTwilioSID.Size      = new System.Drawing.Size(417, 38);
     this.txtTwilioSID.TabIndex  = 12;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(85, 480);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(219, 32);
     this.label6.TabIndex = 11;
     this.label6.Text     = "Twilio Auth Key:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(157, 403);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(150, 32);
     this.label5.TabIndex = 10;
     this.label5.Text     = "Twilio SID:";
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(609, 629);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(126, 60);
     this.btnSave.TabIndex = 9;
     this.btnSave.Text     = "Save";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnChangePass
     //
     this.btnChangePass.Location = new System.Drawing.Point(274, 629);
     this.btnChangePass.Name     = "btnChangePass";
     this.btnChangePass.Size     = new System.Drawing.Size(309, 60);
     this.btnChangePass.TabIndex = 8;
     this.btnChangePass.Text     = "Change Password";
     this.btnChangePass.UseVisualStyleBackColor = true;
     this.btnChangePass.Click += new System.EventHandler(this.btnChangePass_Click);
     //
     // txtVenmo
     //
     this.txtVenmo.Location  = new System.Drawing.Point(318, 327);
     this.txtVenmo.MaxLength = 50;
     this.txtVenmo.Name      = "txtVenmo";
     this.txtVenmo.Size      = new System.Drawing.Size(417, 38);
     this.txtVenmo.TabIndex  = 7;
     //
     // txtPayPalEmail
     //
     this.txtPayPalEmail.Location  = new System.Drawing.Point(318, 248);
     this.txtPayPalEmail.MaxLength = 50;
     this.txtPayPalEmail.Name      = "txtPayPalEmail";
     this.txtPayPalEmail.Size      = new System.Drawing.Size(417, 38);
     this.txtPayPalEmail.TabIndex  = 6;
     //
     // txtBizName
     //
     this.txtBizName.Location  = new System.Drawing.Point(318, 169);
     this.txtBizName.MaxLength = 50;
     this.txtBizName.Name      = "txtBizName";
     this.txtBizName.Size      = new System.Drawing.Size(417, 38);
     this.txtBizName.TabIndex  = 5;
     //
     // txtEmail
     //
     this.txtEmail.Location  = new System.Drawing.Point(318, 90);
     this.txtEmail.MaxLength = 50;
     this.txtEmail.Name      = "txtEmail";
     this.txtEmail.Size      = new System.Drawing.Size(417, 38);
     this.txtEmail.TabIndex  = 4;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(57, 330);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(250, 32);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Venmo Username:"******"label3";
     this.label3.Size     = new System.Drawing.Size(193, 32);
     this.label3.TabIndex = 2;
     this.label3.Text     = "PayPal Email:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(86, 172);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(221, 32);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Business Name:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(212, 93);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(95, 32);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Email:";
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 31F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(3064, 1326);
     this.Controls.Add(this.tabControl1);
     this.Margin        = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.Name          = "Main";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "MusicMan";
     this.Load         += new System.EventHandler(this.Main_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdBilling)).EndInit();
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdParents)).EndInit();
     this.tabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdStudents)).EndInit();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 35
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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange41 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange42 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange43 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange44 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange45 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.employeeBindingSource3 = new System.Windows.Forms.BindingSource(this.components);

            this.employeeBindingSource1 = new System.Windows.Forms.BindingSource(this.components);

            this.employeeBindingSource = new System.Windows.Forms.BindingSource(this.components);

            this.employeeTableAdapter1 = new ProjektFrisorSalongSlutGiltigt.IsProjektDataSet1TableAdapters.employeeTableAdapter();
            this.employeeBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
            this.employeeTableAdapter2 = new ProjektFrisorSalongSlutGiltigt.IsProjektDataSet2TableAdapters.employeeTableAdapter();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.EmployeeDataGridView = new System.Windows.Forms.DataGridView();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.delEmpBtn = new System.Windows.Forms.Button();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
            this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
            this.LaggTillBokning = new System.Windows.Forms.Button();
            this.redigeraBokning = new System.Windows.Forms.Button();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.button5 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.CustomerDataGridView = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource3)).BeginInit();

            ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource1)).BeginInit();

            ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource)).BeginInit();

            ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource2)).BeginInit();
            this.tabPage4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.EmployeeDataGridView)).BeginInit();
            this.tabPage1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.CustomerDataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // employeeBindingSource3
            // 

            // 
            // isProjektDataSet2

            // 
            // employeeTableAdapter2
            // 
            this.employeeTableAdapter2.ClearBeforeFill = true;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.delEmpBtn);
            this.tabPage4.Controls.Add(this.button2);
            this.tabPage4.Controls.Add(this.button1);
            this.tabPage4.Controls.Add(this.EmployeeDataGridView);
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(999, 510);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "Anställd";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // EmployeeDataGridView
            // 
            this.EmployeeDataGridView.AllowUserToAddRows = false;
            this.EmployeeDataGridView.AllowUserToDeleteRows = false;
            this.EmployeeDataGridView.AllowUserToResizeRows = false;
            this.EmployeeDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.EmployeeDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
            this.EmployeeDataGridView.BackgroundColor = System.Drawing.Color.White;
            this.EmployeeDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.EmployeeDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.EmployeeDataGridView.Location = new System.Drawing.Point(6, 0);
            this.EmployeeDataGridView.Name = "EmployeeDataGridView";
            this.EmployeeDataGridView.ReadOnly = true;
            this.EmployeeDataGridView.Size = new System.Drawing.Size(999, 416);
            this.EmployeeDataGridView.TabIndex = 0;
            this.EmployeeDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.EmployeeDataGridView_CellContentClick);
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.White;
            this.button1.Location = new System.Drawing.Point(917, 422);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "Lägg till";
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click_2);
            // 
            // button2
            // 
            this.button2.BackColor = System.Drawing.Color.White;
            this.button2.Location = new System.Drawing.Point(917, 451);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 2;
            this.button2.Text = "Redigera";
            this.button2.UseVisualStyleBackColor = false;
            this.button2.Click += new System.EventHandler(this.button2_Click_1);
            // 
            // delEmpBtn
            // 
            this.delEmpBtn.BackColor = System.Drawing.Color.White;
            this.delEmpBtn.Location = new System.Drawing.Point(917, 480);
            this.delEmpBtn.Name = "delEmpBtn";
            this.delEmpBtn.Size = new System.Drawing.Size(75, 23);
            this.delEmpBtn.TabIndex = 3;
            this.delEmpBtn.Text = "Ta bort";
            this.delEmpBtn.UseVisualStyleBackColor = false;
            this.delEmpBtn.Click += new System.EventHandler(this.delEmpBtn_Click);
            // 
            // tabPage1
            // 
            this.tabPage1.AutoScroll = true;
            this.tabPage1.Controls.Add(this.redigeraBokning);
            this.tabPage1.Controls.Add(this.LaggTillBokning);
            this.tabPage1.Controls.Add(this.monthView1);
            this.tabPage1.Controls.Add(this.calendar1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(999, 510);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Bokningar";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // calendar1
            // 
            this.calendar1.AllowItemEdit = false;
            this.calendar1.AllowNew = false;
            this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange41.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange41.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange41.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange42.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange42.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange42.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange43.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange43.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange43.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange44.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange44.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange44.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange45.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange45.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange45.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendar1.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange41,
        calendarHighlightRange42,
        calendarHighlightRange43,
        calendarHighlightRange44,
        calendarHighlightRange45};
            this.calendar1.Location = new System.Drawing.Point(262, 3);
            this.calendar1.Name = "calendar1";
            this.calendar1.Size = new System.Drawing.Size(734, 504);
            this.calendar1.TabIndex = 1;
            this.calendar1.Text = "calendar1";
            this.calendar1.LoadItems += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
            // 
            // monthView1
            // 
            this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView1.Location = new System.Drawing.Point(30, 16);
            this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView1.Name = "monthView1";
            this.monthView1.Size = new System.Drawing.Size(213, 161);
            this.monthView1.TabIndex = 4;
            this.monthView1.Text = "monthView1";
            this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
            this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged_1);
            // 
            // LaggTillBokning
            // 
            this.LaggTillBokning.BackColor = System.Drawing.Color.White;
            this.LaggTillBokning.Location = new System.Drawing.Point(56, 360);
            this.LaggTillBokning.Name = "LaggTillBokning";
            this.LaggTillBokning.Size = new System.Drawing.Size(146, 23);
            this.LaggTillBokning.TabIndex = 6;
            this.LaggTillBokning.Text = "Lägg Till bokning";
            this.LaggTillBokning.UseVisualStyleBackColor = false;
            this.LaggTillBokning.Click += new System.EventHandler(this.LaggTillBokning_Click);
            // 
            // redigeraBokning
            // 
            this.redigeraBokning.BackColor = System.Drawing.Color.White;
            this.redigeraBokning.Location = new System.Drawing.Point(56, 405);
            this.redigeraBokning.Name = "redigeraBokning";
            this.redigeraBokning.Size = new System.Drawing.Size(146, 23);
            this.redigeraBokning.TabIndex = 7;
            this.redigeraBokning.Text = "Nuvarande bokningar";
            this.redigeraBokning.UseVisualStyleBackColor = false;
            this.redigeraBokning.Click += new System.EventHandler(this.redigeraBokning_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Location = new System.Drawing.Point(1, 2);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1007, 536);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.button5);
            this.tabPage3.Controls.Add(this.button4);
            this.tabPage3.Controls.Add(this.button3);
            this.tabPage3.Controls.Add(this.CustomerDataGridView);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(999, 510);
            this.tabPage3.TabIndex = 4;
            this.tabPage3.Text = "Kund";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // button5
            // 
            this.button5.BackColor = System.Drawing.Color.White;
            this.button5.Location = new System.Drawing.Point(917, 480);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 3;
            this.button5.Text = "Ta bort";
            this.button5.UseVisualStyleBackColor = false;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button4
            // 
            this.button4.BackColor = System.Drawing.Color.White;
            this.button4.Location = new System.Drawing.Point(917, 451);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 2;
            this.button4.Text = "Redigera";
            this.button4.UseVisualStyleBackColor = false;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button3
            // 
            this.button3.BackColor = System.Drawing.Color.White;
            this.button3.Location = new System.Drawing.Point(917, 422);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 1;
            this.button3.Text = "Lägg till";
            this.button3.UseVisualStyleBackColor = false;
            this.button3.Click += new System.EventHandler(this.button3_Click_1);
            // 
            // CustomerDataGridView
            // 
            this.CustomerDataGridView.AllowUserToAddRows = false;
            this.CustomerDataGridView.AllowUserToDeleteRows = false;
            this.CustomerDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.CustomerDataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
            this.CustomerDataGridView.BackgroundColor = System.Drawing.Color.White;
            this.CustomerDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.CustomerDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.CustomerDataGridView.Location = new System.Drawing.Point(0, 0);
            this.CustomerDataGridView.Name = "CustomerDataGridView";
            this.CustomerDataGridView.ReadOnly = true;
            this.CustomerDataGridView.Size = new System.Drawing.Size(999, 416);
            this.CustomerDataGridView.TabIndex = 0;
            // 
            // FirstView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.ClientSize = new System.Drawing.Size(1009, 539);
            this.Controls.Add(this.tabControl1);
            this.Name = "FirstView";
            this.Text = "Projekt Avokado";
            this.Load += new System.EventHandler(this.FirstView_Load);
            ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource3)).EndInit();

            ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource1)).EndInit();

            ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource)).EndInit();
 
            ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource2)).EndInit();
            this.tabPage4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.EmployeeDataGridView)).EndInit();
            this.tabPage1.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.CustomerDataGridView)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
     this.calendar1  = new System.Windows.Forms.Calendar.Calendar();
     this.SuspendLayout();
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.Dock                        = System.Windows.Forms.DockStyle.Left;
     this.monthView1.ItemPadding                 = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(0, 0);
     this.monthView1.MaxSelectionCount           = 35;
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name                        = "monthView1";
     this.monthView1.Size                        = new System.Drawing.Size(208, 279);
     this.monthView1.TabIndex                    = 5;
     this.monthView1.Text                        = "monthView1";
     this.monthView1.TodayBorderColor            = System.Drawing.Color.Maroon;
     this.monthView1.SelectionChanged           += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // calendar1
     //
     this.calendar1.AllowDrop          = true;
     this.calendar1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.calendar1.Font               = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location   = new System.Drawing.Point(208, 0);
     this.calendar1.Name       = "calendar1";
     this.calendar1.Size       = new System.Drawing.Size(475, 279);
     this.calendar1.TabIndex   = 4;
     this.calendar1.Text       = "calendar1";
     this.calendar1.LoadItems += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
     //
     // DemoForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(683, 279);
     this.Controls.Add(this.calendar1);
     this.Controls.Add(this.monthView1);
     this.Name = "DemoForm";
     this.Text = "DemoForm";
     this.ResumeLayout(false);
 }
Ejemplo n.º 37
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.dayView                = new Calendar.DayView();
     this.dgvTechnicien          = new System.Windows.Forms.DataGridView();
     this.ColNomTech             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColPrenomTech          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColLoginTech           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lblSelectionTechnicien = new System.Windows.Forms.Label();
     this.panel1                   = new System.Windows.Forms.Panel();
     this.calendar1                = new System.Windows.Forms.Calendar.Calendar();
     this.lblValDureeInterv        = new System.Windows.Forms.Label();
     this.lblDureeInterv           = new System.Windows.Forms.Label();
     this.lblValFinInterv          = new System.Windows.Forms.Label();
     this.lblFinInterv             = new System.Windows.Forms.Label();
     this.lblValDebInter           = new System.Windows.Forms.Label();
     this.lblHeureDdebutInter      = new System.Windows.Forms.Label();
     this.BtnSupprimerIntervention = new System.Windows.Forms.Button();
     this.monthCalendar            = new System.Windows.Forms.MonthCalendar();
     ((System.ComponentModel.ISupportInitialize)(this.dgvTechnicien)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // dayView
     //
     drawTool1.DayView                 = this.dayView;
     this.dayView.ActiveTool           = drawTool1;
     this.dayView.AmPmDisplay          = false;
     this.dayView.AppHeightMode        = Calendar.DayView.AppHeightDrawMode.TrueHeightAll;
     this.dayView.DrawAllAppBorder     = false;
     this.dayView.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dayView.HalfHourHeight       = 17;
     this.dayView.Location             = new System.Drawing.Point(248, 8);
     this.dayView.MinHalfHourApp       = false;
     this.dayView.Name                 = "dayView";
     this.dayView.SelectionEnd         = new System.DateTime(((long)(0)));
     this.dayView.SelectionStart       = new System.DateTime(((long)(0)));
     this.dayView.Size                 = new System.Drawing.Size(178, 383);
     this.dayView.SlotsPerHour         = 2;
     this.dayView.StartDate            = new System.DateTime(((long)(0)));
     this.dayView.TabIndex             = 12;
     this.dayView.Text                 = "dayView1";
     this.dayView.SelectionChanged    += new System.EventHandler(this.dayView_SelectionChanged);
     this.dayView.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.dayView_ResolveAppointments);
     //
     // dgvTechnicien
     //
     this.dgvTechnicien.AllowUserToAddRows          = false;
     this.dgvTechnicien.AllowUserToDeleteRows       = false;
     this.dgvTechnicien.AllowUserToOrderColumns     = true;
     this.dgvTechnicien.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvTechnicien.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ColNomTech,
         this.ColPrenomTech,
         this.ColLoginTech
     });
     this.dgvTechnicien.Location          = new System.Drawing.Point(12, 47);
     this.dgvTechnicien.Name              = "dgvTechnicien";
     this.dgvTechnicien.ReadOnly          = true;
     this.dgvTechnicien.RowHeadersVisible = false;
     this.dgvTechnicien.Size              = new System.Drawing.Size(205, 158);
     this.dgvTechnicien.TabIndex          = 46;
     this.dgvTechnicien.TabStop           = false;
     this.dgvTechnicien.CellClick        += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvTechnicien_CellClick);
     //
     // ColNomTech
     //
     this.ColNomTech.HeaderText = "Nom";
     this.ColNomTech.Name       = "ColNomTech";
     this.ColNomTech.ReadOnly   = true;
     //
     // ColPrenomTech
     //
     this.ColPrenomTech.HeaderText = "Prenom";
     this.ColPrenomTech.Name       = "ColPrenomTech";
     this.ColPrenomTech.ReadOnly   = true;
     //
     // ColLoginTech
     //
     this.ColLoginTech.HeaderText = "Login";
     this.ColLoginTech.Name       = "ColLoginTech";
     this.ColLoginTech.ReadOnly   = true;
     this.ColLoginTech.Visible    = false;
     //
     // lblSelectionTechnicien
     //
     this.lblSelectionTechnicien.AutoSize = true;
     this.lblSelectionTechnicien.Location = new System.Drawing.Point(18, 21);
     this.lblSelectionTechnicien.Name     = "lblSelectionTechnicien";
     this.lblSelectionTechnicien.Size     = new System.Drawing.Size(127, 13);
     this.lblSelectionTechnicien.TabIndex = 45;
     this.lblSelectionTechnicien.Text     = "Sélection du technicien : ";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dayView);
     this.panel1.Controls.Add(this.calendar1);
     this.panel1.Controls.Add(this.lblValDureeInterv);
     this.panel1.Controls.Add(this.lblDureeInterv);
     this.panel1.Controls.Add(this.lblValFinInterv);
     this.panel1.Controls.Add(this.lblFinInterv);
     this.panel1.Controls.Add(this.lblValDebInter);
     this.panel1.Controls.Add(this.lblHeureDdebutInter);
     this.panel1.Controls.Add(this.BtnSupprimerIntervention);
     this.panel1.Controls.Add(this.monthCalendar);
     this.panel1.Location = new System.Drawing.Point(232, 6);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(429, 421);
     this.panel1.TabIndex = 47;
     //
     // calendar1
     //
     this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location = new System.Drawing.Point(0, 0);
     this.calendar1.Name     = "calendar1";
     this.calendar1.Size     = new System.Drawing.Size(0, 0);
     this.calendar1.TabIndex = 11;
     //
     // lblValDureeInterv
     //
     this.lblValDureeInterv.AutoSize = true;
     this.lblValDureeInterv.Location = new System.Drawing.Point(115, 266);
     this.lblValDureeInterv.Name     = "lblValDureeInterv";
     this.lblValDureeInterv.Size     = new System.Drawing.Size(0, 13);
     this.lblValDureeInterv.TabIndex = 8;
     //
     // lblDureeInterv
     //
     this.lblDureeInterv.AutoSize = true;
     this.lblDureeInterv.Location = new System.Drawing.Point(6, 266);
     this.lblDureeInterv.Name     = "lblDureeInterv";
     this.lblDureeInterv.Size     = new System.Drawing.Size(103, 13);
     this.lblDureeInterv.TabIndex = 7;
     this.lblDureeInterv.Text     = "Durée intervention : ";
     //
     // lblValFinInterv
     //
     this.lblValFinInterv.AutoSize = true;
     this.lblValFinInterv.Location = new System.Drawing.Point(115, 235);
     this.lblValFinInterv.Name     = "lblValFinInterv";
     this.lblValFinInterv.Size     = new System.Drawing.Size(0, 13);
     this.lblValFinInterv.TabIndex = 6;
     //
     // lblFinInterv
     //
     this.lblFinInterv.AutoSize = true;
     this.lblFinInterv.Location = new System.Drawing.Point(6, 235);
     this.lblFinInterv.Name     = "lblFinInterv";
     this.lblFinInterv.Size     = new System.Drawing.Size(88, 13);
     this.lblFinInterv.TabIndex = 5;
     this.lblFinInterv.Text     = "Fin intervention : ";
     //
     // lblValDebInter
     //
     this.lblValDebInter.AutoSize = true;
     this.lblValDebInter.Location = new System.Drawing.Point(115, 206);
     this.lblValDebInter.Name     = "lblValDebInter";
     this.lblValDebInter.Size     = new System.Drawing.Size(0, 13);
     this.lblValDebInter.TabIndex = 4;
     //
     // lblHeureDdebutInter
     //
     this.lblHeureDdebutInter.AutoSize = true;
     this.lblHeureDdebutInter.Location = new System.Drawing.Point(6, 206);
     this.lblHeureDdebutInter.Name     = "lblHeureDdebutInter";
     this.lblHeureDdebutInter.Size     = new System.Drawing.Size(103, 13);
     this.lblHeureDdebutInter.TabIndex = 3;
     this.lblHeureDdebutInter.Text     = "Début intervention : ";
     //
     // BtnSupprimerIntervention
     //
     this.BtnSupprimerIntervention.Location = new System.Drawing.Point(34, 344);
     this.BtnSupprimerIntervention.Name     = "BtnSupprimerIntervention";
     this.BtnSupprimerIntervention.Size     = new System.Drawing.Size(159, 23);
     this.BtnSupprimerIntervention.TabIndex = 2;
     this.BtnSupprimerIntervention.Text     = "Supprimer intervention";
     this.BtnSupprimerIntervention.UseVisualStyleBackColor = true;
     this.BtnSupprimerIntervention.Click += new System.EventHandler(this.BtnSupprimerIntervention_Click);
     //
     // monthCalendar
     //
     this.monthCalendar.Location     = new System.Drawing.Point(9, 0);
     this.monthCalendar.Name         = "monthCalendar";
     this.monthCalendar.TabIndex     = 0;
     this.monthCalendar.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar_DateChanged);
     //
     // SupprimerInterventionForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(658, 428);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.dgvTechnicien);
     this.Controls.Add(this.lblSelectionTechnicien);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(674, 466);
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(674, 466);
     this.Name        = "SupprimerInterventionForm";
     this.Text        = "Supprimer intervention";
     this.Load       += new System.EventHandler(this.SupprimerInterventionForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvTechnicien)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 38
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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
            this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
            this.SuspendLayout();
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(277, 0);
            this.splitter1.Margin = new System.Windows.Forms.Padding(4);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(7, 600);
            this.splitter1.TabIndex = 4;
            this.splitter1.TabStop = false;
            // 
            // calendar1
            // 
            this.calendar1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.calendar1.Font = new System.Drawing.Font("Segoe UI", 8F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendar1.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5};
            this.calendar1.Location = new System.Drawing.Point(284, 0);
            this.calendar1.Margin = new System.Windows.Forms.Padding(4);
            this.calendar1.Name = "calendar1";
            this.calendar1.Size = new System.Drawing.Size(874, 600);
            this.calendar1.TabIndex = 2;
            this.calendar1.Text = "calendar1";
            this.calendar1.LoadItems += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
            this.calendar1.DayHeaderClick += new System.Windows.Forms.Calendar.Calendar.CalendarDayEventHandler(this.calendar1_DayHeaderClick);
            this.calendar1.ItemCreated += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreated);
            this.calendar1.ItemDeleted += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDeleted);
            this.calendar1.ItemTextEdited += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemTextEdited);
            this.calendar1.ItemDatesChanged += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDatesChanged);
            this.calendar1.ItemClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemClick);
            this.calendar1.ItemDoubleClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDoubleClick);
            // 
            // monthView1
            // 
            this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView1.Dock = System.Windows.Forms.DockStyle.Left;
            this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView1.Location = new System.Drawing.Point(0, 0);
            this.monthView1.Margin = new System.Windows.Forms.Padding(4);
            this.monthView1.MaxSelectionCount = 35;
            this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView1.Name = "monthView1";
            this.monthView1.Size = new System.Drawing.Size(277, 600);
            this.monthView1.TabIndex = 3;
            this.monthView1.Text = "monthView1";
            this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
            this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
            // 
            // MindMateCalendar
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1158, 600);
            this.Controls.Add(this.calendar1);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.monthView1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "MindMateCalendar";
            this.Text = "Calendar - Mind Mate";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_FormClosing);
            this.Load += new System.EventHandler(this.Form_Load);
            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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.mainTableLayoutPanel   = new System.Windows.Forms.TableLayoutPanel();
     this.middleTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.calendar                          = new System.Windows.Forms.Calendar.Calendar();
     this.leftTableLayoutPanel              = new System.Windows.Forms.TableLayoutPanel();
     this.monthView                         = new System.Windows.Forms.Calendar.MonthView();
     this.leftBottomPanel                   = new System.Windows.Forms.Panel();
     this.rightPanel                        = new System.Windows.Forms.Panel();
     this.contextMenuStrip1                 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.backgroundWorker1                 = new System.ComponentModel.BackgroundWorker();
     this.monthviewSettingsMenuStrip        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.timeIntervalToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.minuteInterval5ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.minuteInterval10ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.minuteInterval15ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.minuteInterval30ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.minuteInterval60ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.findEventUserControl              = new EZKO.UserControls.Dashboard.FindEventUserControl();
     this.visitUserControl                  = new EZKO.UserControls.Dashboard.VisitUserControl();
     this.mainTableLayoutPanel.SuspendLayout();
     this.middleTableLayoutPanel.SuspendLayout();
     this.leftTableLayoutPanel.SuspendLayout();
     this.rightPanel.SuspendLayout();
     this.monthviewSettingsMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // mainTableLayoutPanel
     //
     this.mainTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.mainTableLayoutPanel.AutoScroll  = true;
     this.mainTableLayoutPanel.ColumnCount = 3;
     this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 290F));
     this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 395F));
     this.mainTableLayoutPanel.Controls.Add(this.middleTableLayoutPanel, 1, 0);
     this.mainTableLayoutPanel.Controls.Add(this.leftTableLayoutPanel, 0, 0);
     this.mainTableLayoutPanel.Controls.Add(this.rightPanel, 2, 0);
     this.mainTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
     this.mainTableLayoutPanel.Name     = "mainTableLayoutPanel";
     this.mainTableLayoutPanel.RowCount = 1;
     this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.mainTableLayoutPanel.Size     = new System.Drawing.Size(1289, 761);
     this.mainTableLayoutPanel.TabIndex = 1;
     //
     // middleTableLayoutPanel
     //
     this.middleTableLayoutPanel.ColumnCount = 1;
     this.middleTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.middleTableLayoutPanel.Controls.Add(this.findEventUserControl, 0, 0);
     this.middleTableLayoutPanel.Controls.Add(this.calendar, 0, 1);
     this.middleTableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.middleTableLayoutPanel.Location = new System.Drawing.Point(293, 3);
     this.middleTableLayoutPanel.Name     = "middleTableLayoutPanel";
     this.middleTableLayoutPanel.RowCount = 2;
     this.middleTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.middleTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.middleTableLayoutPanel.Size     = new System.Drawing.Size(598, 755);
     this.middleTableLayoutPanel.TabIndex = 2;
     //
     // calendar
     //
     this.calendar.AllowNew = false;
     this.calendar.Anchor   = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.calendar.Font = new System.Drawing.Font("Segoe UI", 11.25F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar.HighlightRanges     = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar.Location          = new System.Drawing.Point(3, 79);
     this.calendar.Name              = "calendar";
     this.calendar.Size              = new System.Drawing.Size(592, 673);
     this.calendar.TabIndex          = 0;
     this.calendar.Text              = "calendar1";
     this.calendar.LoadItems        += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar_LoadItems);
     this.calendar.DayHeaderClick   += new System.Windows.Forms.Calendar.Calendar.CalendarDayEventHandler(this.calendar_DayHeaderClick);
     this.calendar.ItemDeleted      += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar_ItemDeleted);
     this.calendar.ItemTextEdited   += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar_ItemTextEdited);
     this.calendar.ItemDatesChanged += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar_ItemDatesChanged);
     this.calendar.ItemDoubleClick  += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar_ItemDoubleClick);
     this.calendar.MouseClick       += new System.Windows.Forms.MouseEventHandler(this.calendar_MouseClick);
     //
     // leftTableLayoutPanel
     //
     this.leftTableLayoutPanel.ColumnCount = 1;
     this.leftTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.leftTableLayoutPanel.Controls.Add(this.monthView, 0, 0);
     this.leftTableLayoutPanel.Controls.Add(this.leftBottomPanel, 0, 1);
     this.leftTableLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.leftTableLayoutPanel.Location = new System.Drawing.Point(3, 3);
     this.leftTableLayoutPanel.Name     = "leftTableLayoutPanel";
     this.leftTableLayoutPanel.RowCount = 2;
     this.leftTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.leftTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.leftTableLayoutPanel.Size     = new System.Drawing.Size(284, 755);
     this.leftTableLayoutPanel.TabIndex = 3;
     //
     // monthView
     //
     this.monthView.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.monthView.EventsDurationByDate        = null;
     this.monthView.ItemPadding                 = new System.Windows.Forms.Padding(2);
     this.monthView.Location                    = new System.Drawing.Point(3, 3);
     this.monthView.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView.Name              = "monthView";
     this.monthView.Size              = new System.Drawing.Size(278, 371);
     this.monthView.TabIndex          = 0;
     this.monthView.Text              = "monthView1";
     this.monthView.TodayBorderColor  = System.Drawing.Color.Maroon;
     this.monthView.SelectionChanged += new System.EventHandler(this.monthView_SelectionChanged);
     //
     // leftBottomPanel
     //
     this.leftBottomPanel.Location = new System.Drawing.Point(3, 380);
     this.leftBottomPanel.Name     = "leftBottomPanel";
     this.leftBottomPanel.Size     = new System.Drawing.Size(278, 372);
     this.leftBottomPanel.TabIndex = 1;
     //
     // rightPanel
     //
     this.rightPanel.AutoScroll = true;
     this.rightPanel.AutoSize   = true;
     this.rightPanel.Controls.Add(this.visitUserControl);
     this.rightPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.rightPanel.Location = new System.Drawing.Point(897, 3);
     this.rightPanel.Name     = "rightPanel";
     this.rightPanel.Size     = new System.Drawing.Size(389, 755);
     this.rightPanel.TabIndex = 4;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Name             = "contextMenuStrip1";
     this.contextMenuStrip1.Size             = new System.Drawing.Size(61, 4);
     //
     // monthviewSettingsMenuStrip
     //
     this.monthviewSettingsMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.monthviewSettingsMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.timeIntervalToolStripMenuItem
     });
     this.monthviewSettingsMenuStrip.Name = "monthviewSettingsMenuStrip";
     this.monthviewSettingsMenuStrip.Size = new System.Drawing.Size(155, 26);
     //
     // timeIntervalToolStripMenuItem
     //
     this.timeIntervalToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.minuteInterval5ToolStripMenuItem,
         this.minuteInterval10ToolStripMenuItem,
         this.minuteInterval15ToolStripMenuItem,
         this.minuteInterval30ToolStripMenuItem,
         this.minuteInterval60ToolStripMenuItem
     });
     this.timeIntervalToolStripMenuItem.Name = "timeIntervalToolStripMenuItem";
     this.timeIntervalToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.timeIntervalToolStripMenuItem.Text = "Časový interval";
     //
     // minuteInterval5ToolStripMenuItem
     //
     this.minuteInterval5ToolStripMenuItem.Name   = "minuteInterval5ToolStripMenuItem";
     this.minuteInterval5ToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.minuteInterval5ToolStripMenuItem.Text   = "5 minút";
     this.minuteInterval5ToolStripMenuItem.Click += new System.EventHandler(this.minuteInterval5ToolStripMenuItem_Click);
     //
     // minuteInterval10ToolStripMenuItem
     //
     this.minuteInterval10ToolStripMenuItem.Name   = "minuteInterval10ToolStripMenuItem";
     this.minuteInterval10ToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.minuteInterval10ToolStripMenuItem.Text   = "10 minút";
     this.minuteInterval10ToolStripMenuItem.Click += new System.EventHandler(this.minuteInterval10ToolStripMenuItem_Click);
     //
     // minuteInterval15ToolStripMenuItem
     //
     this.minuteInterval15ToolStripMenuItem.Name   = "minuteInterval15ToolStripMenuItem";
     this.minuteInterval15ToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.minuteInterval15ToolStripMenuItem.Text   = "15 minút";
     this.minuteInterval15ToolStripMenuItem.Click += new System.EventHandler(this.minuteInterval15ToolStripMenuItem_Click);
     //
     // minuteInterval30ToolStripMenuItem
     //
     this.minuteInterval30ToolStripMenuItem.Name   = "minuteInterval30ToolStripMenuItem";
     this.minuteInterval30ToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.minuteInterval30ToolStripMenuItem.Text   = "30 minút";
     this.minuteInterval30ToolStripMenuItem.Click += new System.EventHandler(this.minuteInterval30ToolStripMenuItem_Click);
     //
     // minuteInterval60ToolStripMenuItem
     //
     this.minuteInterval60ToolStripMenuItem.Name   = "minuteInterval60ToolStripMenuItem";
     this.minuteInterval60ToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
     this.minuteInterval60ToolStripMenuItem.Text   = "60 minút";
     this.minuteInterval60ToolStripMenuItem.Click += new System.EventHandler(this.minuteInterval60ToolStripMenuItem_Click);
     //
     // findEventUserControl
     //
     this.findEventUserControl.AutoSize     = true;
     this.findEventUserControl.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.findEventUserControl.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.findEventUserControl.Location     = new System.Drawing.Point(2, 2);
     this.findEventUserControl.Margin       = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.findEventUserControl.Name         = "findEventUserControl";
     this.findEventUserControl.Size         = new System.Drawing.Size(594, 72);
     this.findEventUserControl.TabIndex     = 0;
     //
     // visitUserControl
     //
     this.visitUserControl.AutoScroll = true;
     this.visitUserControl.BackColor  = System.Drawing.Color.White;
     this.visitUserControl.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.visitUserControl.Location   = new System.Drawing.Point(0, 0);
     this.visitUserControl.Margin     = new System.Windows.Forms.Padding(2);
     this.visitUserControl.Name       = "visitUserControl";
     this.visitUserControl.Size       = new System.Drawing.Size(389, 755);
     this.visitUserControl.TabIndex   = 0;
     //
     // GoogleIntegratedCalendarControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Controls.Add(this.mainTableLayoutPanel);
     this.Name    = "GoogleIntegratedCalendarControl";
     this.Size    = new System.Drawing.Size(1289, 761);
     this.Load   += new System.EventHandler(this.GoogleIntegratedCalendarControl_Load);
     this.Resize += new System.EventHandler(this.GoogleIntegratedCalendarControl_Resize);
     this.mainTableLayoutPanel.ResumeLayout(false);
     this.mainTableLayoutPanel.PerformLayout();
     this.middleTableLayoutPanel.ResumeLayout(false);
     this.middleTableLayoutPanel.PerformLayout();
     this.leftTableLayoutPanel.ResumeLayout(false);
     this.rightPanel.ResumeLayout(false);
     this.monthviewSettingsMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 40
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange6 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CalendarForm));
            this.MonthView = new System.Windows.Forms.Calendar.MonthView();
            this.Calendar = new System.Windows.Forms.Calendar.Calendar();
            this.StatusStrip = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.StatusStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // MonthView
            // 
            this.MonthView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.MonthView.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.MonthView.ItemPadding = new System.Windows.Forms.Padding(1, 2, 1, 2);
            this.MonthView.Location = new System.Drawing.Point(-2, 4);
            this.MonthView.MaxSelectionCount = 30;
            this.MonthView.Name = "MonthView";
            this.MonthView.Size = new System.Drawing.Size(190, 449);
            this.MonthView.TabIndex = 0;
            this.MonthView.TabStop = false;
            this.MonthView.SelectionChanged += new System.EventHandler<System.Windows.Forms.Calendar.DateRangeChangedEventArgs>(this.MonthView_SelectionChanged);
            // 
            // Calendar
            // 
            this.Calendar.AllowItemDelete = false;
            this.Calendar.AllowItemEdit = false;
            this.Calendar.AllowNew = false;
            this.Calendar.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.Calendar.DefaultStartTime = System.TimeSpan.Parse("08:30:00");
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("18:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("18:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("18:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("18:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("18:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange6.DayOfWeek = System.DayOfWeek.Saturday;
            calendarHighlightRange6.EndTime = System.TimeSpan.Parse("18:00:00");
            calendarHighlightRange6.StartTime = System.TimeSpan.Parse("08:00:00");
            this.Calendar.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5,
        calendarHighlightRange6};
            this.Calendar.Location = new System.Drawing.Point(194, 4);
            this.Calendar.Name = "Calendar";
            this.Calendar.Size = new System.Drawing.Size(570, 448);
            this.Calendar.TabIndex = 0;
            this.Calendar.LoadItems += new System.EventHandler<System.Windows.Forms.Calendar.CalendarLoadEventArgs>(this.Calendar_LoadItems);
            this.Calendar.ItemCreating += new System.EventHandler<System.Windows.Forms.Calendar.CalendarItemCancelEventArgs>(this.Calendar_ItemCreating);
            this.Calendar.ItemDoubleClick += new System.EventHandler<System.Windows.Forms.Calendar.CalendarItemEventArgs>(this.Calendar_ItemDoubleClick);
            // 
            // StatusStrip
            // 
            this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1});
            this.StatusStrip.Location = new System.Drawing.Point(0, 455);
            this.StatusStrip.Name = "StatusStrip";
            this.StatusStrip.Size = new System.Drawing.Size(764, 22);
            this.StatusStrip.TabIndex = 2;
            this.StatusStrip.Text = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
            // 
            // frmCalendar
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(764, 477);
            this.Controls.Add(this.StatusStrip);
            this.Controls.Add(this.Calendar);
            this.Controls.Add(this.MonthView);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmCalendar";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Calendar";
            this.Load += new System.EventHandler(this.CalendarForm_Load);
            this.ResizeEnd += new System.EventHandler(this.CalendarForm_ResizeEnd);
            this.StatusStrip.ResumeLayout(false);
            this.StatusStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 41
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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.redTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.yellowTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.greenTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.blueTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.otherColorTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.patternToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.diagonalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.verticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.horizontalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.crossToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.timescaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.minutesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.minutesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.minutesToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.minutesToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.minutesToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.selectImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.imageAlignmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.northToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.eastToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.southToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.westToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.editItemsTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // calendar1
            // 
            this.calendar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.calendar1.ContextMenuStrip = this.contextMenuStrip1;
            this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendar1.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5};
            this.calendar1.Location = new System.Drawing.Point(235, 2);
            this.calendar1.Name = "calendar1";
            this.calendar1.Size = new System.Drawing.Size(574, 409);
            this.calendar1.TabIndex = 0;
            this.calendar1.Text = "calendar1";
            this.calendar1.LoadItems += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
            this.calendar1.DayHeaderClick += new System.Windows.Forms.Calendar.Calendar.CalendarDayEventHandler(this.calendar1_DayHeaderClick);
            this.calendar1.ItemCreated += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreated);
            this.calendar1.ItemDeleted += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDeleted);
            this.calendar1.ItemClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemClick);
            this.calendar1.ItemDoubleClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDoubleClick);
            this.calendar1.ItemMouseHover += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemMouseHover);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.redTagToolStripMenuItem,
            this.yellowTagToolStripMenuItem,
            this.greenTagToolStripMenuItem,
            this.blueTagToolStripMenuItem,
            this.otherColorTagToolStripMenuItem,
            this.toolStripSeparator1,
            this.patternToolStripMenuItem,
            this.timescaleToolStripMenuItem,
            this.toolStripSeparator3,
            this.selectImageToolStripMenuItem,
            this.imageAlignmentToolStripMenuItem,
            this.toolStripSeparator4,
            this.editItemsTextToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(167, 264);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // redTagToolStripMenuItem
            // 
            this.redTagToolStripMenuItem.Name = "redTagToolStripMenuItem";
            this.redTagToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.redTagToolStripMenuItem.Text = "Red Tag";
            this.redTagToolStripMenuItem.Click += new System.EventHandler(this.redTagToolStripMenuItem_Click);
            // 
            // yellowTagToolStripMenuItem
            // 
            this.yellowTagToolStripMenuItem.Name = "yellowTagToolStripMenuItem";
            this.yellowTagToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.yellowTagToolStripMenuItem.Text = "Yellow tag";
            this.yellowTagToolStripMenuItem.Click += new System.EventHandler(this.yellowTagToolStripMenuItem_Click);
            // 
            // greenTagToolStripMenuItem
            // 
            this.greenTagToolStripMenuItem.Name = "greenTagToolStripMenuItem";
            this.greenTagToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.greenTagToolStripMenuItem.Text = "Green tag";
            this.greenTagToolStripMenuItem.Click += new System.EventHandler(this.greenTagToolStripMenuItem_Click);
            // 
            // blueTagToolStripMenuItem
            // 
            this.blueTagToolStripMenuItem.Name = "blueTagToolStripMenuItem";
            this.blueTagToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.blueTagToolStripMenuItem.Text = "Blue tag";
            this.blueTagToolStripMenuItem.Click += new System.EventHandler(this.blueTagToolStripMenuItem_Click);
            // 
            // otherColorTagToolStripMenuItem
            // 
            this.otherColorTagToolStripMenuItem.Name = "otherColorTagToolStripMenuItem";
            this.otherColorTagToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.otherColorTagToolStripMenuItem.Text = "Other color tag...";
            this.otherColorTagToolStripMenuItem.Click += new System.EventHandler(this.otherColorTagToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(163, 6);
            // 
            // patternToolStripMenuItem
            // 
            this.patternToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.diagonalToolStripMenuItem,
            this.verticalToolStripMenuItem,
            this.horizontalToolStripMenuItem,
            this.crossToolStripMenuItem,
            this.toolStripSeparator2,
            this.noneToolStripMenuItem});
            this.patternToolStripMenuItem.Name = "patternToolStripMenuItem";
            this.patternToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.patternToolStripMenuItem.Text = "Pattern";
            // 
            // diagonalToolStripMenuItem
            // 
            this.diagonalToolStripMenuItem.Name = "diagonalToolStripMenuItem";
            this.diagonalToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.diagonalToolStripMenuItem.Text = "Diagonal";
            this.diagonalToolStripMenuItem.Click += new System.EventHandler(this.diagonalToolStripMenuItem_Click);
            // 
            // verticalToolStripMenuItem
            // 
            this.verticalToolStripMenuItem.Name = "verticalToolStripMenuItem";
            this.verticalToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.verticalToolStripMenuItem.Text = "Vertical";
            this.verticalToolStripMenuItem.Click += new System.EventHandler(this.verticalToolStripMenuItem_Click);
            // 
            // horizontalToolStripMenuItem
            // 
            this.horizontalToolStripMenuItem.Name = "horizontalToolStripMenuItem";
            this.horizontalToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.horizontalToolStripMenuItem.Text = "Horizontal";
            this.horizontalToolStripMenuItem.Click += new System.EventHandler(this.horizontalToolStripMenuItem_Click);
            // 
            // crossToolStripMenuItem
            // 
            this.crossToolStripMenuItem.Name = "crossToolStripMenuItem";
            this.crossToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.crossToolStripMenuItem.Text = "Cross";
            this.crossToolStripMenuItem.Click += new System.EventHandler(this.hatchToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
            // 
            // noneToolStripMenuItem
            // 
            this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
            this.noneToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.noneToolStripMenuItem.Text = "None";
            this.noneToolStripMenuItem.Click += new System.EventHandler(this.noneToolStripMenuItem_Click);
            // 
            // timescaleToolStripMenuItem
            // 
            this.timescaleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.hourToolStripMenuItem,
            this.minutesToolStripMenuItem,
            this.minutesToolStripMenuItem1,
            this.minutesToolStripMenuItem2,
            this.minutesToolStripMenuItem3,
            this.minutesToolStripMenuItem4});
            this.timescaleToolStripMenuItem.Name = "timescaleToolStripMenuItem";
            this.timescaleToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.timescaleToolStripMenuItem.Text = "Timescale";
            // 
            // hourToolStripMenuItem
            // 
            this.hourToolStripMenuItem.Name = "hourToolStripMenuItem";
            this.hourToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.hourToolStripMenuItem.Text = "1 hour";
            this.hourToolStripMenuItem.Click += new System.EventHandler(this.hourToolStripMenuItem_Click);
            // 
            // minutesToolStripMenuItem
            // 
            this.minutesToolStripMenuItem.Name = "minutesToolStripMenuItem";
            this.minutesToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.minutesToolStripMenuItem.Text = "30 minutes";
            this.minutesToolStripMenuItem.Click += new System.EventHandler(this.minutesToolStripMenuItem_Click);
            // 
            // minutesToolStripMenuItem1
            // 
            this.minutesToolStripMenuItem1.Name = "minutesToolStripMenuItem1";
            this.minutesToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
            this.minutesToolStripMenuItem1.Text = "15 minutes";
            this.minutesToolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
            // 
            // minutesToolStripMenuItem2
            // 
            this.minutesToolStripMenuItem2.Name = "minutesToolStripMenuItem2";
            this.minutesToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
            this.minutesToolStripMenuItem2.Text = "10 minutes";
            this.minutesToolStripMenuItem2.Click += new System.EventHandler(this.minutesToolStripMenuItem1_Click);
            // 
            // minutesToolStripMenuItem3
            // 
            this.minutesToolStripMenuItem3.Name = "minutesToolStripMenuItem3";
            this.minutesToolStripMenuItem3.Size = new System.Drawing.Size(152, 22);
            this.minutesToolStripMenuItem3.Text = "6 minutes";
            this.minutesToolStripMenuItem3.Click += new System.EventHandler(this.minutesToolStripMenuItem2_Click);
            // 
            // minutesToolStripMenuItem4
            // 
            this.minutesToolStripMenuItem4.Name = "minutesToolStripMenuItem4";
            this.minutesToolStripMenuItem4.Size = new System.Drawing.Size(152, 22);
            this.minutesToolStripMenuItem4.Text = "5 minutes";
            this.minutesToolStripMenuItem4.Click += new System.EventHandler(this.minutesToolStripMenuItem3_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(163, 6);
            // 
            // selectImageToolStripMenuItem
            // 
            this.selectImageToolStripMenuItem.Name = "selectImageToolStripMenuItem";
            this.selectImageToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.selectImageToolStripMenuItem.Text = "Select Image...";
            this.selectImageToolStripMenuItem.Click += new System.EventHandler(this.selectImageToolStripMenuItem_Click);
            // 
            // imageAlignmentToolStripMenuItem
            // 
            this.imageAlignmentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.northToolStripMenuItem,
            this.eastToolStripMenuItem,
            this.southToolStripMenuItem,
            this.westToolStripMenuItem});
            this.imageAlignmentToolStripMenuItem.Name = "imageAlignmentToolStripMenuItem";
            this.imageAlignmentToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.imageAlignmentToolStripMenuItem.Text = "Image Alignment";
            // 
            // northToolStripMenuItem
            // 
            this.northToolStripMenuItem.Name = "northToolStripMenuItem";
            this.northToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.northToolStripMenuItem.Text = "North";
            this.northToolStripMenuItem.Click += new System.EventHandler(this.northToolStripMenuItem_Click);
            // 
            // eastToolStripMenuItem
            // 
            this.eastToolStripMenuItem.Name = "eastToolStripMenuItem";
            this.eastToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.eastToolStripMenuItem.Text = "East";
            this.eastToolStripMenuItem.Click += new System.EventHandler(this.eastToolStripMenuItem_Click);
            // 
            // southToolStripMenuItem
            // 
            this.southToolStripMenuItem.Name = "southToolStripMenuItem";
            this.southToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.southToolStripMenuItem.Text = "South";
            this.southToolStripMenuItem.Click += new System.EventHandler(this.southToolStripMenuItem_Click);
            // 
            // westToolStripMenuItem
            // 
            this.westToolStripMenuItem.Name = "westToolStripMenuItem";
            this.westToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.westToolStripMenuItem.Text = "West";
            this.westToolStripMenuItem.Click += new System.EventHandler(this.westToolStripMenuItem_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(163, 6);
            // 
            // editItemsTextToolStripMenuItem
            // 
            this.editItemsTextToolStripMenuItem.Name = "editItemsTextToolStripMenuItem";
            this.editItemsTextToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.editItemsTextToolStripMenuItem.Text = "Edit item\'s text";
            this.editItemsTextToolStripMenuItem.Click += new System.EventHandler(this.editItemToolStripMenuItem_Click);
            // 
            // monthView1
            // 
            this.monthView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView1.Location = new System.Drawing.Point(-4, 2);
            this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView1.Name = "monthView1";
            this.monthView1.Size = new System.Drawing.Size(233, 385);
            this.monthView1.TabIndex = 1;
            this.monthView1.Text = "monthView1";
            this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
            this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
            // 
            // CalendarForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(821, 423);
            this.Controls.Add(this.monthView1);
            this.Controls.Add(this.calendar1);
            this.Name = "CalendarForm";
            this.Text = "CalendarForm";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DemoForm_FormClosing);
            this.Load += new System.EventHandler(this.Form1_Load);
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.calendar1 = new System.Windows.Forms.Calendar.Calendar();
     this.button2   = new System.Windows.Forms.Button();
     this.button1   = new System.Windows.Forms.Button();
     this.button3   = new System.Windows.Forms.Button();
     this.label1    = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // calendar1
     //
     this.calendar1.AllowItemEdit      = false;
     this.calendar1.AllowItemResize    = false;
     this.calendar1.AllowNew           = false;
     this.calendar1.Cursor             = System.Windows.Forms.Cursors.Default;
     this.calendar1.Enabled            = false;
     this.calendar1.FirstDayOfWeek     = System.DayOfWeek.Monday;
     this.calendar1.Font               = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location  = new System.Drawing.Point(68, 48);
     this.calendar1.Margin    = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.calendar1.Name      = "calendar1";
     this.calendar1.Size      = new System.Drawing.Size(1388, 634);
     this.calendar1.TabIndex  = 0;
     this.calendar1.Text      = "calendar1";
     this.calendar1.TimeScale = System.Windows.Forms.Calendar.CalendarTimeScale.SixtyMinutes;
     this.calendar1.Layout   += new System.Windows.Forms.LayoutEventHandler(this.calendar1_Layout);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location = new System.Drawing.Point(670, 716);
     this.button2.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(167, 46);
     this.button2.TabIndex = 5;
     this.button2.Text     = "Retour";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(1464, 48);
     this.button1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(44, 634);
     this.button1.TabIndex = 6;
     this.button1.Text     = ">";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(16, 48);
     this.button3.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(44, 634);
     this.button3.TabIndex = 7;
     this.button3.Text     = "<";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(68, 16);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(51, 20);
     this.label1.TabIndex = 8;
     this.label1.Text     = "label1";
     //
     // ViewHoraire
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1536, 786);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.calendar1);
     this.Font   = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name   = "ViewHoraire";
     this.Text   = "Horaire";
     this.Load  += new System.EventHandler(this.ViewHoraire_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 43
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.dayView                     = new Calendar.DayView();
     this.lblSelectionClient          = new System.Windows.Forms.Label();
     this.lblContact                  = new System.Windows.Forms.Label();
     this.txtBoxPrenomContact         = new System.Windows.Forms.TextBox();
     this.lblPrenomContact            = new System.Windows.Forms.Label();
     this.lblNomContact               = new System.Windows.Forms.Label();
     this.txtBoxNomContact            = new System.Windows.Forms.TextBox();
     this.lblTelContact               = new System.Windows.Forms.Label();
     this.mTxtBoxTelephone            = new System.Windows.Forms.MaskedTextBox();
     this.lblObjetVisite              = new System.Windows.Forms.Label();
     this.txtBoxObjetVisite           = new System.Windows.Forms.TextBox();
     this.pictureBoxImageIntervention = new System.Windows.Forms.PictureBox();
     this.lblImageLieuIntervention    = new System.Windows.Forms.Label();
     this.lblSelectionTechnicien      = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lblEtatIntervention         = new System.Windows.Forms.Label();
     this.cboxEtatIntervention        = new System.Windows.Forms.ComboBox();
     this.calendar1                   = new System.Windows.Forms.Calendar.Calendar();
     this.lblValDureeInterv           = new System.Windows.Forms.Label();
     this.lblDureeInterv              = new System.Windows.Forms.Label();
     this.lblValFinInterv             = new System.Windows.Forms.Label();
     this.lblFinInterv                = new System.Windows.Forms.Label();
     this.lblValDebInter              = new System.Windows.Forms.Label();
     this.lblHeureDdebutInter         = new System.Windows.Forms.Label();
     this.BtnModificationIntervention = new System.Windows.Forms.Button();
     this.monthCalendar               = new System.Windows.Forms.MonthCalendar();
     this.dgvTechnicien               = new System.Windows.Forms.DataGridView();
     this.ColNomTech                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColPrenomTech               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColLoginTech                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnModifierImage            = new System.Windows.Forms.Button();
     this.maskedTextBoxTelClient      = new System.Windows.Forms.MaskedTextBox();
     this.lblTelephone                = new System.Windows.Forms.Label();
     this.txtBoxNomEntreprise         = new System.Windows.Forms.TextBox();
     this.lblNomEntreprise            = new System.Windows.Forms.Label();
     this.txtBoxPrenomClient          = new System.Windows.Forms.TextBox();
     this.txtBoxNomClient             = new System.Windows.Forms.TextBox();
     this.lblPrenomClient             = new System.Windows.Forms.Label();
     this.lblNomClient                = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxImageIntervention)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvTechnicien)).BeginInit();
     this.SuspendLayout();
     //
     // dayView
     //
     drawTool1.DayView                 = this.dayView;
     this.dayView.ActiveTool           = drawTool1;
     this.dayView.AmPmDisplay          = false;
     this.dayView.AppHeightMode        = Calendar.DayView.AppHeightDrawMode.TrueHeightAll;
     this.dayView.DrawAllAppBorder     = false;
     this.dayView.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dayView.Location             = new System.Drawing.Point(248, 8);
     this.dayView.MinHalfHourApp       = false;
     this.dayView.Name                 = "dayView";
     this.dayView.SelectionEnd         = new System.DateTime(((long)(0)));
     this.dayView.SelectionStart       = new System.DateTime(((long)(0)));
     this.dayView.Size                 = new System.Drawing.Size(178, 383);
     this.dayView.SlotsPerHour         = 2;
     this.dayView.StartDate            = new System.DateTime(((long)(0)));
     this.dayView.TabIndex             = 12;
     this.dayView.Text                 = "dayView1";
     this.dayView.SelectionChanged    += new System.EventHandler(this.dayView_SelectionChanged);
     this.dayView.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.dayView_ResolveAppointments);
     this.dayView.AppointmentMove     += new System.EventHandler <Calendar.AppointmentEventArgs>(this.dayView_AppointmentMove);
     //
     // lblSelectionClient
     //
     this.lblSelectionClient.AutoSize = true;
     this.lblSelectionClient.Location = new System.Drawing.Point(20, 9);
     this.lblSelectionClient.Name     = "lblSelectionClient";
     this.lblSelectionClient.Size     = new System.Drawing.Size(177, 13);
     this.lblSelectionClient.TabIndex = 1;
     this.lblSelectionClient.Text     = "Client ayant demandé l\'intervention :";
     //
     // lblContact
     //
     this.lblContact.AutoSize = true;
     this.lblContact.Location = new System.Drawing.Point(20, 193);
     this.lblContact.Name     = "lblContact";
     this.lblContact.Size     = new System.Drawing.Size(146, 13);
     this.lblContact.TabIndex = 2;
     this.lblContact.Text     = "Contact lors de l\'intervention :";
     //
     // txtBoxPrenomContact
     //
     this.txtBoxPrenomContact.Location = new System.Drawing.Point(90, 220);
     this.txtBoxPrenomContact.Name     = "txtBoxPrenomContact";
     this.txtBoxPrenomContact.Size     = new System.Drawing.Size(151, 20);
     this.txtBoxPrenomContact.TabIndex = 3;
     //
     // lblPrenomContact
     //
     this.lblPrenomContact.AutoSize = true;
     this.lblPrenomContact.Location = new System.Drawing.Point(20, 220);
     this.lblPrenomContact.Name     = "lblPrenomContact";
     this.lblPrenomContact.Size     = new System.Drawing.Size(52, 13);
     this.lblPrenomContact.TabIndex = 4;
     this.lblPrenomContact.Text     = "Prenom : ";
     //
     // lblNomContact
     //
     this.lblNomContact.AutoSize = true;
     this.lblNomContact.Location = new System.Drawing.Point(20, 255);
     this.lblNomContact.Name     = "lblNomContact";
     this.lblNomContact.Size     = new System.Drawing.Size(38, 13);
     this.lblNomContact.TabIndex = 6;
     this.lblNomContact.Text     = "Nom : ";
     //
     // txtBoxNomContact
     //
     this.txtBoxNomContact.Location = new System.Drawing.Point(90, 255);
     this.txtBoxNomContact.Name     = "txtBoxNomContact";
     this.txtBoxNomContact.Size     = new System.Drawing.Size(151, 20);
     this.txtBoxNomContact.TabIndex = 5;
     //
     // lblTelContact
     //
     this.lblTelContact.AutoSize = true;
     this.lblTelContact.Location = new System.Drawing.Point(20, 290);
     this.lblTelContact.Name     = "lblTelContact";
     this.lblTelContact.Size     = new System.Drawing.Size(67, 13);
     this.lblTelContact.TabIndex = 8;
     this.lblTelContact.Text     = "Téléphone : ";
     //
     // mTxtBoxTelephone
     //
     this.mTxtBoxTelephone.BeepOnError = true;
     this.mTxtBoxTelephone.Location    = new System.Drawing.Point(90, 290);
     this.mTxtBoxTelephone.Mask        = "0000000000";
     this.mTxtBoxTelephone.Name        = "mTxtBoxTelephone";
     this.mTxtBoxTelephone.PromptChar  = ' ';
     this.mTxtBoxTelephone.Size        = new System.Drawing.Size(70, 20);
     this.mTxtBoxTelephone.TabIndex    = 16;
     this.mTxtBoxTelephone.MouseClick += new System.Windows.Forms.MouseEventHandler(this.mTxtBoxTelephone_MouseClick);
     //
     // lblObjetVisite
     //
     this.lblObjetVisite.AutoSize = true;
     this.lblObjetVisite.Location = new System.Drawing.Point(20, 341);
     this.lblObjetVisite.Name     = "lblObjetVisite";
     this.lblObjetVisite.Size     = new System.Drawing.Size(65, 13);
     this.lblObjetVisite.TabIndex = 17;
     this.lblObjetVisite.Text     = "Objet visite :";
     //
     // txtBoxObjetVisite
     //
     this.txtBoxObjetVisite.Location  = new System.Drawing.Point(90, 326);
     this.txtBoxObjetVisite.Multiline = true;
     this.txtBoxObjetVisite.Name      = "txtBoxObjetVisite";
     this.txtBoxObjetVisite.Size      = new System.Drawing.Size(173, 79);
     this.txtBoxObjetVisite.TabIndex  = 18;
     //
     // pictureBoxImageIntervention
     //
     this.pictureBoxImageIntervention.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.pictureBoxImageIntervention.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBoxImageIntervention.Location    = new System.Drawing.Point(298, 199);
     this.pictureBoxImageIntervention.Name        = "pictureBoxImageIntervention";
     this.pictureBoxImageIntervention.Size        = new System.Drawing.Size(205, 170);
     this.pictureBoxImageIntervention.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxImageIntervention.TabIndex    = 36;
     this.pictureBoxImageIntervention.TabStop     = false;
     //
     // lblImageLieuIntervention
     //
     this.lblImageLieuIntervention.AutoSize = true;
     this.lblImageLieuIntervention.Location = new System.Drawing.Point(295, 183);
     this.lblImageLieuIntervention.Name     = "lblImageLieuIntervention";
     this.lblImageLieuIntervention.Size     = new System.Drawing.Size(119, 13);
     this.lblImageLieuIntervention.TabIndex = 37;
     this.lblImageLieuIntervention.Text     = "Image lieu intervention :";
     //
     // lblSelectionTechnicien
     //
     this.lblSelectionTechnicien.AutoSize = true;
     this.lblSelectionTechnicien.Location = new System.Drawing.Point(344, 9);
     this.lblSelectionTechnicien.Name     = "lblSelectionTechnicien";
     this.lblSelectionTechnicien.Size     = new System.Drawing.Size(127, 13);
     this.lblSelectionTechnicien.TabIndex = 39;
     this.lblSelectionTechnicien.Text     = "Sélection du technicien : ";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lblEtatIntervention);
     this.panel1.Controls.Add(this.cboxEtatIntervention);
     this.panel1.Controls.Add(this.dayView);
     this.panel1.Controls.Add(this.calendar1);
     this.panel1.Controls.Add(this.lblValDureeInterv);
     this.panel1.Controls.Add(this.lblDureeInterv);
     this.panel1.Controls.Add(this.lblValFinInterv);
     this.panel1.Controls.Add(this.lblFinInterv);
     this.panel1.Controls.Add(this.lblValDebInter);
     this.panel1.Controls.Add(this.lblHeureDdebutInter);
     this.panel1.Controls.Add(this.BtnModificationIntervention);
     this.panel1.Controls.Add(this.monthCalendar);
     this.panel1.Location = new System.Drawing.Point(567, 4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(429, 394);
     this.panel1.TabIndex = 40;
     //
     // lblEtatIntervention
     //
     this.lblEtatIntervention.AutoSize = true;
     this.lblEtatIntervention.Location = new System.Drawing.Point(6, 293);
     this.lblEtatIntervention.Name     = "lblEtatIntervention";
     this.lblEtatIntervention.Size     = new System.Drawing.Size(93, 13);
     this.lblEtatIntervention.TabIndex = 14;
     this.lblEtatIntervention.Text     = "Etat intervention : ";
     //
     // cboxEtatIntervention
     //
     this.cboxEtatIntervention.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboxEtatIntervention.FormattingEnabled = true;
     this.cboxEtatIntervention.Items.AddRange(new object[] {
         "",
         "planifiée",
         "effectuée",
         "absence",
         "aRenouveler"
     });
     this.cboxEtatIntervention.Location = new System.Drawing.Point(105, 290);
     this.cboxEtatIntervention.Name     = "cboxEtatIntervention";
     this.cboxEtatIntervention.Size     = new System.Drawing.Size(121, 21);
     this.cboxEtatIntervention.TabIndex = 13;
     //
     // calendar1
     //
     this.calendar1.Font = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location = new System.Drawing.Point(0, 0);
     this.calendar1.Name     = "calendar1";
     this.calendar1.Size     = new System.Drawing.Size(0, 0);
     this.calendar1.TabIndex = 11;
     //
     // lblValDureeInterv
     //
     this.lblValDureeInterv.AutoSize = true;
     this.lblValDureeInterv.Location = new System.Drawing.Point(115, 249);
     this.lblValDureeInterv.Name     = "lblValDureeInterv";
     this.lblValDureeInterv.Size     = new System.Drawing.Size(0, 13);
     this.lblValDureeInterv.TabIndex = 8;
     //
     // lblDureeInterv
     //
     this.lblDureeInterv.AutoSize = true;
     this.lblDureeInterv.Location = new System.Drawing.Point(6, 249);
     this.lblDureeInterv.Name     = "lblDureeInterv";
     this.lblDureeInterv.Size     = new System.Drawing.Size(103, 13);
     this.lblDureeInterv.TabIndex = 7;
     this.lblDureeInterv.Text     = "Durée intervention : ";
     //
     // lblValFinInterv
     //
     this.lblValFinInterv.AutoSize = true;
     this.lblValFinInterv.Location = new System.Drawing.Point(115, 218);
     this.lblValFinInterv.Name     = "lblValFinInterv";
     this.lblValFinInterv.Size     = new System.Drawing.Size(0, 13);
     this.lblValFinInterv.TabIndex = 6;
     //
     // lblFinInterv
     //
     this.lblFinInterv.AutoSize = true;
     this.lblFinInterv.Location = new System.Drawing.Point(6, 218);
     this.lblFinInterv.Name     = "lblFinInterv";
     this.lblFinInterv.Size     = new System.Drawing.Size(88, 13);
     this.lblFinInterv.TabIndex = 5;
     this.lblFinInterv.Text     = "Fin intervention : ";
     //
     // lblValDebInter
     //
     this.lblValDebInter.AutoSize = true;
     this.lblValDebInter.Location = new System.Drawing.Point(115, 189);
     this.lblValDebInter.Name     = "lblValDebInter";
     this.lblValDebInter.Size     = new System.Drawing.Size(0, 13);
     this.lblValDebInter.TabIndex = 4;
     //
     // lblHeureDdebutInter
     //
     this.lblHeureDdebutInter.AutoSize = true;
     this.lblHeureDdebutInter.Location = new System.Drawing.Point(6, 189);
     this.lblHeureDdebutInter.Name     = "lblHeureDdebutInter";
     this.lblHeureDdebutInter.Size     = new System.Drawing.Size(103, 13);
     this.lblHeureDdebutInter.TabIndex = 3;
     this.lblHeureDdebutInter.Text     = "Début intervention : ";
     //
     // BtnModificationIntervention
     //
     this.BtnModificationIntervention.Location = new System.Drawing.Point(9, 368);
     this.BtnModificationIntervention.Name     = "BtnModificationIntervention";
     this.BtnModificationIntervention.Size     = new System.Drawing.Size(159, 23);
     this.BtnModificationIntervention.TabIndex = 2;
     this.BtnModificationIntervention.Text     = "Modification intervention";
     this.BtnModificationIntervention.UseVisualStyleBackColor = true;
     this.BtnModificationIntervention.Click += new System.EventHandler(this.BtnModificationIntervention_Click);
     //
     // monthCalendar
     //
     this.monthCalendar.Location     = new System.Drawing.Point(9, 0);
     this.monthCalendar.Name         = "monthCalendar";
     this.monthCalendar.TabIndex     = 0;
     this.monthCalendar.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar_DateChanged);
     //
     // dgvTechnicien
     //
     this.dgvTechnicien.AllowUserToAddRows          = false;
     this.dgvTechnicien.AllowUserToDeleteRows       = false;
     this.dgvTechnicien.AllowUserToOrderColumns     = true;
     this.dgvTechnicien.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvTechnicien.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ColNomTech,
         this.ColPrenomTech,
         this.ColLoginTech
     });
     this.dgvTechnicien.Location          = new System.Drawing.Point(298, 25);
     this.dgvTechnicien.Name              = "dgvTechnicien";
     this.dgvTechnicien.ReadOnly          = true;
     this.dgvTechnicien.RowHeadersVisible = false;
     this.dgvTechnicien.Size              = new System.Drawing.Size(205, 145);
     this.dgvTechnicien.TabIndex          = 44;
     this.dgvTechnicien.TabStop           = false;
     this.dgvTechnicien.CellClick        += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvTechnicien_CellClick);
     //
     // ColNomTech
     //
     this.ColNomTech.HeaderText = "Nom";
     this.ColNomTech.Name       = "ColNomTech";
     this.ColNomTech.ReadOnly   = true;
     //
     // ColPrenomTech
     //
     this.ColPrenomTech.HeaderText = "Prenom";
     this.ColPrenomTech.Name       = "ColPrenomTech";
     this.ColPrenomTech.ReadOnly   = true;
     //
     // ColLoginTech
     //
     this.ColLoginTech.HeaderText = "Login";
     this.ColLoginTech.Name       = "ColLoginTech";
     this.ColLoginTech.ReadOnly   = true;
     this.ColLoginTech.Visible    = false;
     //
     // btnModifierImage
     //
     this.btnModifierImage.Location = new System.Drawing.Point(347, 375);
     this.btnModifierImage.Name     = "btnModifierImage";
     this.btnModifierImage.Size     = new System.Drawing.Size(92, 23);
     this.btnModifierImage.TabIndex = 45;
     this.btnModifierImage.TabStop  = false;
     this.btnModifierImage.Text     = "Modifier l\'image";
     this.btnModifierImage.UseVisualStyleBackColor = true;
     this.btnModifierImage.Click += new System.EventHandler(this.btnModifierImage_Click);
     //
     // maskedTextBoxTelClient
     //
     this.maskedTextBoxTelClient.BeepOnError = true;
     this.maskedTextBoxTelClient.Location    = new System.Drawing.Point(90, 145);
     this.maskedTextBoxTelClient.Mask        = "0000000000";
     this.maskedTextBoxTelClient.Name        = "maskedTextBoxTelClient";
     this.maskedTextBoxTelClient.PromptChar  = ' ';
     this.maskedTextBoxTelClient.ReadOnly    = true;
     this.maskedTextBoxTelClient.Size        = new System.Drawing.Size(70, 20);
     this.maskedTextBoxTelClient.TabIndex    = 51;
     //
     // lblTelephone
     //
     this.lblTelephone.AutoSize = true;
     this.lblTelephone.Location = new System.Drawing.Point(20, 145);
     this.lblTelephone.Name     = "lblTelephone";
     this.lblTelephone.Size     = new System.Drawing.Size(64, 13);
     this.lblTelephone.TabIndex = 59;
     this.lblTelephone.Text     = "Téléphone :";
     //
     // txtBoxNomEntreprise
     //
     this.txtBoxNomEntreprise.Location  = new System.Drawing.Point(90, 40);
     this.txtBoxNomEntreprise.MaxLength = 128;
     this.txtBoxNomEntreprise.Name      = "txtBoxNomEntreprise";
     this.txtBoxNomEntreprise.ReadOnly  = true;
     this.txtBoxNomEntreprise.Size      = new System.Drawing.Size(126, 20);
     this.txtBoxNomEntreprise.TabIndex  = 50;
     //
     // lblNomEntreprise
     //
     this.lblNomEntreprise.AutoSize = true;
     this.lblNomEntreprise.Location = new System.Drawing.Point(20, 40);
     this.lblNomEntreprise.Name     = "lblNomEntreprise";
     this.lblNomEntreprise.Size     = new System.Drawing.Size(63, 13);
     this.lblNomEntreprise.TabIndex = 56;
     this.lblNomEntreprise.Text     = "Entreprise : ";
     //
     // txtBoxPrenomClient
     //
     this.txtBoxPrenomClient.Location  = new System.Drawing.Point(90, 75);
     this.txtBoxPrenomClient.MaxLength = 50;
     this.txtBoxPrenomClient.Name      = "txtBoxPrenomClient";
     this.txtBoxPrenomClient.ReadOnly  = true;
     this.txtBoxPrenomClient.Size      = new System.Drawing.Size(153, 20);
     this.txtBoxPrenomClient.TabIndex  = 52;
     //
     // txtBoxNomClient
     //
     this.txtBoxNomClient.Location  = new System.Drawing.Point(90, 110);
     this.txtBoxNomClient.MaxLength = 50;
     this.txtBoxNomClient.Name      = "txtBoxNomClient";
     this.txtBoxNomClient.ReadOnly  = true;
     this.txtBoxNomClient.Size      = new System.Drawing.Size(153, 20);
     this.txtBoxNomClient.TabIndex  = 55;
     //
     // lblPrenomClient
     //
     this.lblPrenomClient.AutoSize = true;
     this.lblPrenomClient.Location = new System.Drawing.Point(20, 75);
     this.lblPrenomClient.Name     = "lblPrenomClient";
     this.lblPrenomClient.Size     = new System.Drawing.Size(49, 13);
     this.lblPrenomClient.TabIndex = 54;
     this.lblPrenomClient.Text     = "Prénom :";
     //
     // lblNomClient
     //
     this.lblNomClient.AutoSize = true;
     this.lblNomClient.Location = new System.Drawing.Point(20, 110);
     this.lblNomClient.Name     = "lblNomClient";
     this.lblNomClient.Size     = new System.Drawing.Size(35, 13);
     this.lblNomClient.TabIndex = 53;
     this.lblNomClient.Text     = "Nom :";
     //
     // ModifierInterventionForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(999, 410);
     this.Controls.Add(this.maskedTextBoxTelClient);
     this.Controls.Add(this.lblTelephone);
     this.Controls.Add(this.txtBoxNomEntreprise);
     this.Controls.Add(this.lblNomEntreprise);
     this.Controls.Add(this.txtBoxPrenomClient);
     this.Controls.Add(this.txtBoxNomClient);
     this.Controls.Add(this.lblPrenomClient);
     this.Controls.Add(this.lblNomClient);
     this.Controls.Add(this.btnModifierImage);
     this.Controls.Add(this.dgvTechnicien);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lblSelectionTechnicien);
     this.Controls.Add(this.lblImageLieuIntervention);
     this.Controls.Add(this.pictureBoxImageIntervention);
     this.Controls.Add(this.txtBoxObjetVisite);
     this.Controls.Add(this.lblObjetVisite);
     this.Controls.Add(this.mTxtBoxTelephone);
     this.Controls.Add(this.lblTelContact);
     this.Controls.Add(this.lblNomContact);
     this.Controls.Add(this.txtBoxNomContact);
     this.Controls.Add(this.lblPrenomContact);
     this.Controls.Add(this.txtBoxPrenomContact);
     this.Controls.Add(this.lblContact);
     this.Controls.Add(this.lblSelectionClient);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "ModifierInterventionForm";
     this.Text        = "Modification Intervention";
     this.Load       += new System.EventHandler(this.ModifierInterventionForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxImageIntervention)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvTechnicien)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.contextMenuStrip1                = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.redTagToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.yellowTagToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.greenTagToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.blueTagToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1               = new System.Windows.Forms.ToolStripSeparator();
     this.patternToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.diagonalToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.verticalToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.horizontalToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.hatchToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3               = new System.Windows.Forms.ToolStripSeparator();
     this.noneToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.timescaleToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.hourToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4               = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem1        = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem2        = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem3        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2               = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem5               = new System.Windows.Forms.ToolStripSeparator();
     this.deleteItemToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.editItemToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.updateStatusToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.scheduledStatusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.checkedInStatusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.completeStatusToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.northToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.eastToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.southToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.westToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.splitter1           = new System.Windows.Forms.Splitter();
     this.panel1              = new System.Windows.Forms.Panel();
     this.CancelButton2       = new System.Windows.Forms.Button();
     this.SelectProviderLabel = new System.Windows.Forms.Label();
     this.ProviderComboBox    = new System.Windows.Forms.ComboBox();
     this.appointmentBox      = new System.Windows.Forms.Label();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.eMRDatabaseDataSet  = new Shifaa_EMR_System.EMRDatabaseDataSet();
     this.schedulersBelongingToProviderBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.schedulersBelongingToProviderTableAdapter  = new Shifaa_EMR_System.EMRDatabaseDataSetTableAdapters.SchedulersBelongingToProviderTableAdapter();
     this.panel2        = new System.Windows.Forms.Panel();
     this.CancelButton1 = new System.Windows.Forms.Button();
     this.calendar1     = new System.Windows.Forms.Calendar.Calendar();
     this.monthView1    = new System.Windows.Forms.Calendar.MonthView();
     this.contextMenuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.eMRDatabaseDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulersBelongingToProviderBindingSource)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.redTagToolStripMenuItem,
         this.yellowTagToolStripMenuItem,
         this.greenTagToolStripMenuItem,
         this.blueTagToolStripMenuItem,
         this.toolStripMenuItem1,
         this.patternToolStripMenuItem,
         this.timescaleToolStripMenuItem,
         this.toolStripMenuItem2,
         this.toolStripMenuItem5,
         this.deleteItemToolStripMenuItem,
         this.editItemToolStripMenuItem,
         this.updateStatusToolStripMenuItem
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(222, 220);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // redTagToolStripMenuItem
     //
     this.redTagToolStripMenuItem.Name   = "redTagToolStripMenuItem";
     this.redTagToolStripMenuItem.Size   = new System.Drawing.Size(221, 22);
     this.redTagToolStripMenuItem.Text   = "Red tag";
     this.redTagToolStripMenuItem.Click += new System.EventHandler(this.redTagToolStripMenuItem_Click);
     //
     // yellowTagToolStripMenuItem
     //
     this.yellowTagToolStripMenuItem.Name   = "yellowTagToolStripMenuItem";
     this.yellowTagToolStripMenuItem.Size   = new System.Drawing.Size(221, 22);
     this.yellowTagToolStripMenuItem.Text   = "Yellow tag";
     this.yellowTagToolStripMenuItem.Click += new System.EventHandler(this.yellowTagToolStripMenuItem_Click);
     //
     // greenTagToolStripMenuItem
     //
     this.greenTagToolStripMenuItem.Name   = "greenTagToolStripMenuItem";
     this.greenTagToolStripMenuItem.Size   = new System.Drawing.Size(221, 22);
     this.greenTagToolStripMenuItem.Text   = "Green tag";
     this.greenTagToolStripMenuItem.Click += new System.EventHandler(this.greenTagToolStripMenuItem_Click);
     //
     // blueTagToolStripMenuItem
     //
     this.blueTagToolStripMenuItem.Name   = "blueTagToolStripMenuItem";
     this.blueTagToolStripMenuItem.Size   = new System.Drawing.Size(221, 22);
     this.blueTagToolStripMenuItem.Text   = "Blue tag";
     this.blueTagToolStripMenuItem.Click += new System.EventHandler(this.blueTagToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(218, 6);
     //
     // patternToolStripMenuItem
     //
     this.patternToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.diagonalToolStripMenuItem,
         this.verticalToolStripMenuItem,
         this.horizontalToolStripMenuItem,
         this.hatchToolStripMenuItem,
         this.toolStripMenuItem3,
         this.noneToolStripMenuItem
     });
     this.patternToolStripMenuItem.Name = "patternToolStripMenuItem";
     this.patternToolStripMenuItem.Size = new System.Drawing.Size(221, 22);
     this.patternToolStripMenuItem.Text = "Pattern";
     //
     // diagonalToolStripMenuItem
     //
     this.diagonalToolStripMenuItem.Name   = "diagonalToolStripMenuItem";
     this.diagonalToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.diagonalToolStripMenuItem.Text   = "Diagonal";
     this.diagonalToolStripMenuItem.Click += new System.EventHandler(this.diagonalToolStripMenuItem_Click);
     //
     // verticalToolStripMenuItem
     //
     this.verticalToolStripMenuItem.Name   = "verticalToolStripMenuItem";
     this.verticalToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.verticalToolStripMenuItem.Text   = "Vertical";
     this.verticalToolStripMenuItem.Click += new System.EventHandler(this.verticalToolStripMenuItem_Click);
     //
     // horizontalToolStripMenuItem
     //
     this.horizontalToolStripMenuItem.Name   = "horizontalToolStripMenuItem";
     this.horizontalToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.horizontalToolStripMenuItem.Text   = "Horizontal";
     this.horizontalToolStripMenuItem.Click += new System.EventHandler(this.horizontalToolStripMenuItem_Click);
     //
     // hatchToolStripMenuItem
     //
     this.hatchToolStripMenuItem.Name   = "hatchToolStripMenuItem";
     this.hatchToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.hatchToolStripMenuItem.Text   = "Cross";
     this.hatchToolStripMenuItem.Click += new System.EventHandler(this.hatchToolStripMenuItem_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(126, 6);
     //
     // noneToolStripMenuItem
     //
     this.noneToolStripMenuItem.Name   = "noneToolStripMenuItem";
     this.noneToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.noneToolStripMenuItem.Text   = "None";
     this.noneToolStripMenuItem.Click += new System.EventHandler(this.noneToolStripMenuItem_Click);
     //
     // timescaleToolStripMenuItem
     //
     this.timescaleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hourToolStripMenuItem,
         this.minutesToolStripMenuItem,
         this.toolStripMenuItem4,
         this.minutesToolStripMenuItem1,
         this.minutesToolStripMenuItem2,
         this.minutesToolStripMenuItem3
     });
     this.timescaleToolStripMenuItem.Name = "timescaleToolStripMenuItem";
     this.timescaleToolStripMenuItem.Size = new System.Drawing.Size(221, 22);
     this.timescaleToolStripMenuItem.Text = "Timescale";
     //
     // hourToolStripMenuItem
     //
     this.hourToolStripMenuItem.Name   = "hourToolStripMenuItem";
     this.hourToolStripMenuItem.Size   = new System.Drawing.Size(132, 22);
     this.hourToolStripMenuItem.Text   = "1 hour";
     this.hourToolStripMenuItem.Click += new System.EventHandler(this.hourToolStripMenuItem_Click);
     //
     // minutesToolStripMenuItem
     //
     this.minutesToolStripMenuItem.Name   = "minutesToolStripMenuItem";
     this.minutesToolStripMenuItem.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem.Text   = "30 minutes";
     this.minutesToolStripMenuItem.Click += new System.EventHandler(this.minutesToolStripMenuItem_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name   = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size   = new System.Drawing.Size(132, 22);
     this.toolStripMenuItem4.Text   = "15 minutes";
     this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
     //
     // minutesToolStripMenuItem1
     //
     this.minutesToolStripMenuItem1.Name   = "minutesToolStripMenuItem1";
     this.minutesToolStripMenuItem1.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem1.Text   = "10 minutes";
     this.minutesToolStripMenuItem1.Click += new System.EventHandler(this.minutesToolStripMenuItem1_Click);
     //
     // minutesToolStripMenuItem2
     //
     this.minutesToolStripMenuItem2.Name   = "minutesToolStripMenuItem2";
     this.minutesToolStripMenuItem2.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem2.Text   = "6 minutes";
     this.minutesToolStripMenuItem2.Click += new System.EventHandler(this.minutesToolStripMenuItem2_Click);
     //
     // minutesToolStripMenuItem3
     //
     this.minutesToolStripMenuItem3.Name   = "minutesToolStripMenuItem3";
     this.minutesToolStripMenuItem3.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem3.Text   = "5 minutes";
     this.minutesToolStripMenuItem3.Click += new System.EventHandler(this.minutesToolStripMenuItem3_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(218, 6);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(218, 6);
     //
     // deleteItemToolStripMenuItem
     //
     this.deleteItemToolStripMenuItem.Name   = "deleteItemToolStripMenuItem";
     this.deleteItemToolStripMenuItem.Size   = new System.Drawing.Size(221, 22);
     this.deleteItemToolStripMenuItem.Text   = "Delete this appointment";
     this.deleteItemToolStripMenuItem.Click += new System.EventHandler(this.deleteItemToolStripMenuItem_Click);
     //
     // editItemToolStripMenuItem
     //
     this.editItemToolStripMenuItem.Name   = "editItemToolStripMenuItem";
     this.editItemToolStripMenuItem.Size   = new System.Drawing.Size(221, 22);
     this.editItemToolStripMenuItem.Text   = "Edit this appointment";
     this.editItemToolStripMenuItem.Click += new System.EventHandler(this.editItemToolStripMenuItem_Click);
     //
     // updateStatusToolStripMenuItem
     //
     this.updateStatusToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.scheduledStatusToolStripMenuItem,
         this.checkedInStatusToolStripMenuItem,
         this.completeStatusToolStripMenuItem
     });
     this.updateStatusToolStripMenuItem.Name = "updateStatusToolStripMenuItem";
     this.updateStatusToolStripMenuItem.Size = new System.Drawing.Size(221, 22);
     this.updateStatusToolStripMenuItem.Text = "Update appointment status ";
     //
     // scheduledStatusToolStripMenuItem
     //
     this.scheduledStatusToolStripMenuItem.Name   = "scheduledStatusToolStripMenuItem";
     this.scheduledStatusToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.scheduledStatusToolStripMenuItem.Text   = "Scheduled";
     this.scheduledStatusToolStripMenuItem.Click += new System.EventHandler(this.ScheduledClick);
     //
     // checkedInStatusToolStripMenuItem
     //
     this.checkedInStatusToolStripMenuItem.Name   = "checkedInStatusToolStripMenuItem";
     this.checkedInStatusToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.checkedInStatusToolStripMenuItem.Text   = "Checked In";
     this.checkedInStatusToolStripMenuItem.Click += new System.EventHandler(this.CheckedInClick);
     //
     // completeStatusToolStripMenuItem
     //
     this.completeStatusToolStripMenuItem.Name   = "completeStatusToolStripMenuItem";
     this.completeStatusToolStripMenuItem.Size   = new System.Drawing.Size(133, 22);
     this.completeStatusToolStripMenuItem.Text   = "Complete";
     this.completeStatusToolStripMenuItem.Click += new System.EventHandler(this.CompleteClick);
     //
     // northToolStripMenuItem
     //
     this.northToolStripMenuItem.Name   = "northToolStripMenuItem";
     this.northToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.northToolStripMenuItem.Text   = "North";
     this.northToolStripMenuItem.Click += new System.EventHandler(this.northToolStripMenuItem_Click);
     //
     // eastToolStripMenuItem
     //
     this.eastToolStripMenuItem.Name   = "eastToolStripMenuItem";
     this.eastToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.eastToolStripMenuItem.Text   = "East";
     this.eastToolStripMenuItem.Click += new System.EventHandler(this.eastToolStripMenuItem_Click);
     //
     // southToolStripMenuItem
     //
     this.southToolStripMenuItem.Name   = "southToolStripMenuItem";
     this.southToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.southToolStripMenuItem.Text   = "South";
     this.southToolStripMenuItem.Click += new System.EventHandler(this.southToolStripMenuItem_Click);
     //
     // westToolStripMenuItem
     //
     this.westToolStripMenuItem.Name   = "westToolStripMenuItem";
     this.westToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.westToolStripMenuItem.Text   = "West";
     this.westToolStripMenuItem.Click += new System.EventHandler(this.westToolStripMenuItem_Click);
     //
     // splitter1
     //
     this.splitter1.Location       = new System.Drawing.Point(228, 40);
     this.splitter1.Name           = "splitter1";
     this.splitter1.Size           = new System.Drawing.Size(5, 1316);
     this.splitter1.TabIndex       = 4;
     this.splitter1.TabStop        = false;
     this.splitter1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter1_SplitterMoved);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.panel1.Controls.Add(this.CancelButton2);
     this.panel1.Controls.Add(this.SelectProviderLabel);
     this.panel1.Controls.Add(this.ProviderComboBox);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(233, 40);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(0, 20, 0, 0);
     this.panel1.Size     = new System.Drawing.Size(1177, 69);
     this.panel1.TabIndex = 5;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // CancelButton2
     //
     this.CancelButton2.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelButton2.AutoSize     = true;
     this.CancelButton2.BackColor    = System.Drawing.SystemColors.ActiveCaption;
     this.CancelButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelButton2.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption;
     this.CancelButton2.FlatAppearance.BorderSize  = 0;
     this.CancelButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton2.Font      = new System.Drawing.Font("Bahnschrift Light", 14.25F);
     this.CancelButton2.Location  = new System.Drawing.Point(1029, 16);
     this.CancelButton2.Name      = "CancelButton2";
     this.CancelButton2.Size      = new System.Drawing.Size(142, 35);
     this.CancelButton2.TabIndex  = 55;
     this.CancelButton2.Text      = "Cancel";
     this.CancelButton2.UseVisualStyleBackColor = false;
     this.CancelButton2.Click += new System.EventHandler(this.CancelButton2_Click);
     //
     // SelectProviderLabel
     //
     this.SelectProviderLabel.AutoSize = true;
     this.SelectProviderLabel.Font     = new System.Drawing.Font("Bahnschrift Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SelectProviderLabel.Location = new System.Drawing.Point(428, 25);
     this.SelectProviderLabel.Name     = "SelectProviderLabel";
     this.SelectProviderLabel.Size     = new System.Drawing.Size(124, 19);
     this.SelectProviderLabel.TabIndex = 1;
     this.SelectProviderLabel.Text     = "Select Provider:";
     //
     // ProviderComboBox
     //
     this.ProviderComboBox.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.ProviderComboBox.Font                  = new System.Drawing.Font("Bahnschrift Light", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProviderComboBox.FormattingEnabled     = true;
     this.ProviderComboBox.Location              = new System.Drawing.Point(571, 23);
     this.ProviderComboBox.MaxDropDownItems      = 20;
     this.ProviderComboBox.Name                  = "ProviderComboBox";
     this.ProviderComboBox.Size                  = new System.Drawing.Size(276, 24);
     this.ProviderComboBox.TabIndex              = 0;
     this.ProviderComboBox.SelectedIndexChanged += new System.EventHandler(this.ProviderComboBox_SelectedIndexChanged);
     //
     // appointmentBox
     //
     this.appointmentBox.Location   = new System.Drawing.Point(0, 0);
     this.appointmentBox.Name       = "appointmentBox";
     this.appointmentBox.Size       = new System.Drawing.Size(100, 23);
     this.appointmentBox.TabIndex   = 0;
     this.appointmentBox.LostFocus += new System.EventHandler(this.appointmentBox_LostFocus);
     //
     // eMRDatabaseDataSet
     //
     this.eMRDatabaseDataSet.DataSetName             = "EMRDatabaseDataSet";
     this.eMRDatabaseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // schedulersBelongingToProviderBindingSource
     //
     this.schedulersBelongingToProviderBindingSource.DataMember = "SchedulersBelongingToProvider";
     this.schedulersBelongingToProviderBindingSource.DataSource = this.eMRDatabaseDataSet;
     //
     // schedulersBelongingToProviderTableAdapter
     //
     this.schedulersBelongingToProviderTableAdapter.ClearBeforeFill = true;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.CancelButton1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(233, 109);
     this.panel2.Name     = "panel2";
     this.panel2.Padding  = new System.Windows.Forms.Padding(0, 20, 0, 0);
     this.panel2.Size     = new System.Drawing.Size(1177, 53);
     this.panel2.TabIndex = 2;
     //
     // CancelButton1
     //
     this.CancelButton1.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelButton1.AutoSize     = true;
     this.CancelButton1.BackColor    = System.Drawing.SystemColors.Control;
     this.CancelButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelButton1.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption;
     this.CancelButton1.FlatAppearance.BorderSize  = 0;
     this.CancelButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton1.Font      = new System.Drawing.Font("Bahnschrift Light", 14.25F);
     this.CancelButton1.Location  = new System.Drawing.Point(1023, 7);
     this.CancelButton1.Name      = "CancelButton1";
     this.CancelButton1.Size      = new System.Drawing.Size(142, 35);
     this.CancelButton1.TabIndex  = 54;
     this.CancelButton1.Text      = "Cancel";
     this.CancelButton1.UseVisualStyleBackColor = false;
     this.CancelButton1.Click += new System.EventHandler(this.CancelButton1_Click);
     //
     // calendar1
     //
     this.calendar1.ContextMenuStrip   = this.contextMenuStrip1;
     this.calendar1.Dock               = System.Windows.Forms.DockStyle.Top;
     this.calendar1.Font               = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location          = new System.Drawing.Point(233, 162);
     this.calendar1.Name              = "calendar1";
     this.calendar1.Size              = new System.Drawing.Size(1177, 1194);
     this.calendar1.TabIndex          = 6;
     this.calendar1.Text              = "SchedulingCalendar";
     this.calendar1.TextBox           = null;
     this.calendar1.LoadItems        += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems_1);
     this.calendar1.ItemCreating     += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreating);
     this.calendar1.ItemDatesChanged += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_DateChanged);
     this.calendar1.ItemClick        += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemClick);
     this.calendar1.MouseMove        += new System.Windows.Forms.MouseEventHandler(this.calendar1_MouseMove);
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.Dock                        = System.Windows.Forms.DockStyle.Left;
     this.monthView1.ItemPadding                 = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(20, 40);
     this.monthView1.MaxSelectionCount           = 35;
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name                        = "monthView1";
     this.monthView1.Size                        = new System.Drawing.Size(208, 1316);
     this.monthView1.TabIndex                    = 3;
     this.monthView1.Text                        = "monthView1";
     this.monthView1.TodayBorderColor            = System.Drawing.Color.Maroon;
     this.monthView1.SelectionChanged           += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // SchedulingCalendar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(1427, 620);
     this.ControlBox          = false;
     this.Controls.Add(this.calendar1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.monthView1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "SchedulingCalendar";
     this.Padding         = new System.Windows.Forms.Padding(20, 40, 0, 0);
     this.Text            = "Schedule";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.DemoForm_FormClosing);
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.GotFocus       += new System.EventHandler(this.GainedFocus);
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.eMRDatabaseDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulersBelongingToProviderBindingSource)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     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.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     this.contextMenuStrip1               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.redTagToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.yellowTagToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.greenTagToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.blueTagToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.otherColorTagToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1              = new System.Windows.Forms.ToolStripSeparator();
     this.patternToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.diagonalToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.verticalToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.horizontalToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.hatchToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3              = new System.Windows.Forms.ToolStripSeparator();
     this.noneToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.timescaleToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.hourToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4              = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem2       = new System.Windows.Forms.ToolStripMenuItem();
     this.minutesToolStripMenuItem3       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2              = new System.Windows.Forms.ToolStripSeparator();
     this.selectImageToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.imageAlignmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.northToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.eastToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.southToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.westToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5              = new System.Windows.Forms.ToolStripSeparator();
     this.editItemToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.splitter1  = new System.Windows.Forms.Splitter();
     this.calendar1  = new System.Windows.Forms.Calendar.Calendar();
     this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.redTagToolStripMenuItem,
         this.yellowTagToolStripMenuItem,
         this.greenTagToolStripMenuItem,
         this.blueTagToolStripMenuItem,
         this.otherColorTagToolStripMenuItem,
         this.toolStripMenuItem1,
         this.patternToolStripMenuItem,
         this.timescaleToolStripMenuItem,
         this.toolStripMenuItem2,
         this.selectImageToolStripMenuItem,
         this.imageAlignmentToolStripMenuItem,
         this.toolStripMenuItem5,
         this.editItemToolStripMenuItem
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(167, 242);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // redTagToolStripMenuItem
     //
     this.redTagToolStripMenuItem.Name   = "redTagToolStripMenuItem";
     this.redTagToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.redTagToolStripMenuItem.Text   = "Red tag";
     this.redTagToolStripMenuItem.Click += new System.EventHandler(this.redTagToolStripMenuItem_Click);
     //
     // yellowTagToolStripMenuItem
     //
     this.yellowTagToolStripMenuItem.Name   = "yellowTagToolStripMenuItem";
     this.yellowTagToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.yellowTagToolStripMenuItem.Text   = "Yellow tag";
     this.yellowTagToolStripMenuItem.Click += new System.EventHandler(this.yellowTagToolStripMenuItem_Click);
     //
     // greenTagToolStripMenuItem
     //
     this.greenTagToolStripMenuItem.Name   = "greenTagToolStripMenuItem";
     this.greenTagToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.greenTagToolStripMenuItem.Text   = "Green tag";
     this.greenTagToolStripMenuItem.Click += new System.EventHandler(this.greenTagToolStripMenuItem_Click);
     //
     // blueTagToolStripMenuItem
     //
     this.blueTagToolStripMenuItem.Name   = "blueTagToolStripMenuItem";
     this.blueTagToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.blueTagToolStripMenuItem.Text   = "Blue tag";
     this.blueTagToolStripMenuItem.Click += new System.EventHandler(this.blueTagToolStripMenuItem_Click);
     //
     // otherColorTagToolStripMenuItem
     //
     this.otherColorTagToolStripMenuItem.Name   = "otherColorTagToolStripMenuItem";
     this.otherColorTagToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.otherColorTagToolStripMenuItem.Text   = "Other color tag...";
     this.otherColorTagToolStripMenuItem.Click += new System.EventHandler(this.otherColorTagToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(163, 6);
     //
     // patternToolStripMenuItem
     //
     this.patternToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.diagonalToolStripMenuItem,
         this.verticalToolStripMenuItem,
         this.horizontalToolStripMenuItem,
         this.hatchToolStripMenuItem,
         this.toolStripMenuItem3,
         this.noneToolStripMenuItem
     });
     this.patternToolStripMenuItem.Name = "patternToolStripMenuItem";
     this.patternToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.patternToolStripMenuItem.Text = "Pattern";
     //
     // diagonalToolStripMenuItem
     //
     this.diagonalToolStripMenuItem.Name   = "diagonalToolStripMenuItem";
     this.diagonalToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.diagonalToolStripMenuItem.Text   = "Diagonal";
     this.diagonalToolStripMenuItem.Click += new System.EventHandler(this.diagonalToolStripMenuItem_Click);
     //
     // verticalToolStripMenuItem
     //
     this.verticalToolStripMenuItem.Name   = "verticalToolStripMenuItem";
     this.verticalToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.verticalToolStripMenuItem.Text   = "Vertical";
     this.verticalToolStripMenuItem.Click += new System.EventHandler(this.verticalToolStripMenuItem_Click);
     //
     // horizontalToolStripMenuItem
     //
     this.horizontalToolStripMenuItem.Name   = "horizontalToolStripMenuItem";
     this.horizontalToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.horizontalToolStripMenuItem.Text   = "Horizontal";
     this.horizontalToolStripMenuItem.Click += new System.EventHandler(this.horizontalToolStripMenuItem_Click);
     //
     // hatchToolStripMenuItem
     //
     this.hatchToolStripMenuItem.Name   = "hatchToolStripMenuItem";
     this.hatchToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.hatchToolStripMenuItem.Text   = "Cross";
     this.hatchToolStripMenuItem.Click += new System.EventHandler(this.hatchToolStripMenuItem_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(126, 6);
     //
     // noneToolStripMenuItem
     //
     this.noneToolStripMenuItem.Name   = "noneToolStripMenuItem";
     this.noneToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.noneToolStripMenuItem.Text   = "None";
     this.noneToolStripMenuItem.Click += new System.EventHandler(this.noneToolStripMenuItem_Click);
     //
     // timescaleToolStripMenuItem
     //
     this.timescaleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hourToolStripMenuItem,
         this.minutesToolStripMenuItem,
         this.toolStripMenuItem4,
         this.minutesToolStripMenuItem1,
         this.minutesToolStripMenuItem2,
         this.minutesToolStripMenuItem3
     });
     this.timescaleToolStripMenuItem.Name = "timescaleToolStripMenuItem";
     this.timescaleToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.timescaleToolStripMenuItem.Text = "Timescale";
     //
     // hourToolStripMenuItem
     //
     this.hourToolStripMenuItem.Name   = "hourToolStripMenuItem";
     this.hourToolStripMenuItem.Size   = new System.Drawing.Size(132, 22);
     this.hourToolStripMenuItem.Text   = "1 hour";
     this.hourToolStripMenuItem.Click += new System.EventHandler(this.hourToolStripMenuItem_Click);
     //
     // minutesToolStripMenuItem
     //
     this.minutesToolStripMenuItem.Name   = "minutesToolStripMenuItem";
     this.minutesToolStripMenuItem.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem.Text   = "30 minutes";
     this.minutesToolStripMenuItem.Click += new System.EventHandler(this.minutesToolStripMenuItem_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name   = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size   = new System.Drawing.Size(132, 22);
     this.toolStripMenuItem4.Text   = "15 minutes";
     this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
     //
     // minutesToolStripMenuItem1
     //
     this.minutesToolStripMenuItem1.Name   = "minutesToolStripMenuItem1";
     this.minutesToolStripMenuItem1.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem1.Text   = "10 minutes";
     this.minutesToolStripMenuItem1.Click += new System.EventHandler(this.minutesToolStripMenuItem1_Click);
     //
     // minutesToolStripMenuItem2
     //
     this.minutesToolStripMenuItem2.Name   = "minutesToolStripMenuItem2";
     this.minutesToolStripMenuItem2.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem2.Text   = "6 minutes";
     this.minutesToolStripMenuItem2.Click += new System.EventHandler(this.minutesToolStripMenuItem2_Click);
     //
     // minutesToolStripMenuItem3
     //
     this.minutesToolStripMenuItem3.Name   = "minutesToolStripMenuItem3";
     this.minutesToolStripMenuItem3.Size   = new System.Drawing.Size(132, 22);
     this.minutesToolStripMenuItem3.Text   = "5 minutes";
     this.minutesToolStripMenuItem3.Click += new System.EventHandler(this.minutesToolStripMenuItem3_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(163, 6);
     //
     // selectImageToolStripMenuItem
     //
     this.selectImageToolStripMenuItem.Name   = "selectImageToolStripMenuItem";
     this.selectImageToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.selectImageToolStripMenuItem.Text   = "Select Image...";
     this.selectImageToolStripMenuItem.Click += new System.EventHandler(this.selectImageToolStripMenuItem_Click);
     //
     // imageAlignmentToolStripMenuItem
     //
     this.imageAlignmentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.northToolStripMenuItem,
         this.eastToolStripMenuItem,
         this.southToolStripMenuItem,
         this.westToolStripMenuItem
     });
     this.imageAlignmentToolStripMenuItem.Name = "imageAlignmentToolStripMenuItem";
     this.imageAlignmentToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.imageAlignmentToolStripMenuItem.Text = "Image Alignment";
     //
     // northToolStripMenuItem
     //
     this.northToolStripMenuItem.Name   = "northToolStripMenuItem";
     this.northToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.northToolStripMenuItem.Text   = "North";
     this.northToolStripMenuItem.Click += new System.EventHandler(this.northToolStripMenuItem_Click);
     //
     // eastToolStripMenuItem
     //
     this.eastToolStripMenuItem.Name   = "eastToolStripMenuItem";
     this.eastToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.eastToolStripMenuItem.Text   = "East";
     this.eastToolStripMenuItem.Click += new System.EventHandler(this.eastToolStripMenuItem_Click);
     //
     // southToolStripMenuItem
     //
     this.southToolStripMenuItem.Name   = "southToolStripMenuItem";
     this.southToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.southToolStripMenuItem.Text   = "South";
     this.southToolStripMenuItem.Click += new System.EventHandler(this.southToolStripMenuItem_Click);
     //
     // westToolStripMenuItem
     //
     this.westToolStripMenuItem.Name   = "westToolStripMenuItem";
     this.westToolStripMenuItem.Size   = new System.Drawing.Size(105, 22);
     this.westToolStripMenuItem.Text   = "West";
     this.westToolStripMenuItem.Click += new System.EventHandler(this.westToolStripMenuItem_Click);
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(163, 6);
     //
     // editItemToolStripMenuItem
     //
     this.editItemToolStripMenuItem.Name   = "editItemToolStripMenuItem";
     this.editItemToolStripMenuItem.Size   = new System.Drawing.Size(166, 22);
     this.editItemToolStripMenuItem.Text   = "Edit item\'s text";
     this.editItemToolStripMenuItem.Click += new System.EventHandler(this.editItemToolStripMenuItem_Click);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(208, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(5, 1191);
     this.splitter1.TabIndex = 4;
     this.splitter1.TabStop  = false;
     //
     // calendar1
     //
     this.calendar1.AutoScroll         = true;
     this.calendar1.ContextMenuStrip   = this.contextMenuStrip1;
     this.calendar1.Dock               = System.Windows.Forms.DockStyle.Top;
     this.calendar1.Font               = new System.Drawing.Font("Segoe UI", 9F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Sunday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location         = new System.Drawing.Point(213, 0);
     this.calendar1.Name             = "calendar1";
     this.calendar1.Size             = new System.Drawing.Size(777, 1191);
     this.calendar1.TabIndex         = 2;
     this.calendar1.Text             = "calendar1";
     this.calendar1.LoadItems       += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
     this.calendar1.DayHeaderClick  += new System.Windows.Forms.Calendar.Calendar.CalendarDayEventHandler(this.calendar1_DayHeaderClick);
     this.calendar1.ItemCreated     += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreated);
     this.calendar1.ItemDeleted     += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDeleted);
     this.calendar1.ItemClick       += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemClick);
     this.calendar1.ItemDoubleClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemDoubleClick);
     this.calendar1.ItemMouseHover  += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemMouseHover);
     //
     // monthView1
     //
     this.monthView1.ArrowsColor                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColor        = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColor         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText              = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColor           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColor       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.Dock                        = System.Windows.Forms.DockStyle.Left;
     this.monthView1.ItemPadding                 = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                    = new System.Drawing.Point(0, 0);
     this.monthView1.MaxSelectionCount           = 35;
     this.monthView1.MonthTitleColor             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColorInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColor         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name                        = "monthView1";
     this.monthView1.Size                        = new System.Drawing.Size(208, 1191);
     this.monthView1.TabIndex                    = 3;
     this.monthView1.Text                        = "monthView1";
     this.monthView1.TodayBorderColor            = System.Drawing.Color.Maroon;
     this.monthView1.SelectionChanged           += new System.EventHandler(this.monthView1_SelectionChanged);
     //
     // SchedulingCalendar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(1007, 881);
     this.Controls.Add(this.calendar1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.monthView1);
     this.Name         = "SchedulingCalendar";
     this.Text         = "Calendar";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DemoForm_FormClosing);
     this.Load        += new System.EventHandler(this.Form1_Load);
     this.contextMenuStrip1.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();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
     System.ComponentModel.ComponentResourceManager       resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCalendar));
     this.calendar1         = new System.Windows.Forms.Calendar.Calendar();
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this.txtOverview       = new System.Windows.Forms.TextBox();
     this.lblGoTo           = new System.Windows.Forms.Label();
     this.dateTimePicker1   = new System.Windows.Forms.DateTimePicker();
     this.lblMonth          = new System.Windows.Forms.Label();
     this.lblSeriesName     = new System.Windows.Forms.Label();
     this.lblSeason         = new System.Windows.Forms.Label();
     this.lblEpisodeNumber  = new System.Windows.Forms.Label();
     this.lblEpisodeName    = new System.Windows.Forms.Label();
     this.chkWatched        = new System.Windows.Forms.CheckBox();
     this.shapeContainer1   = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape1        = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.toolStrip1        = new System.Windows.Forms.ToolStrip();
     this.btnFile           = new System.Windows.Forms.ToolStripDropDownButton();
     this.btnView           = new System.Windows.Forms.ToolStripDropDownButton();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuWatched        = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // calendar1
     //
     this.calendar1.AllowItemEdit      = false;
     this.calendar1.AllowItemResize    = false;
     this.calendar1.AllowNew           = false;
     this.calendar1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.calendar1.FirstDayOfWeek     = System.DayOfWeek.Monday;
     this.calendar1.Font               = new System.Drawing.Font("Segoe UI", 11.25F);
     calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
     calendarHighlightRange1.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
     calendarHighlightRange2.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
     calendarHighlightRange3.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
     calendarHighlightRange4.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
     calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
     calendarHighlightRange5.EndTime   = System.TimeSpan.Parse("17:00:00");
     calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
     this.calendar1.HighlightRanges    = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
         calendarHighlightRange1,
         calendarHighlightRange2,
         calendarHighlightRange3,
         calendarHighlightRange4,
         calendarHighlightRange5
     };
     this.calendar1.Location        = new System.Drawing.Point(0, 0);
     this.calendar1.MaximumViewDays = 42;
     this.calendar1.Name            = "calendar1";
     this.calendar1.Size            = new System.Drawing.Size(991, 641);
     this.calendar1.TabIndex        = 0;
     this.calendar1.Text            = "calendar1";
     this.calendar1.LoadItems      += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendar1_LoadItems);
     this.calendar1.DayHeaderClick += new System.Windows.Forms.Calendar.Calendar.CalendarDayEventHandler(this.calendar1_DayHeaderClick);
     this.calendar1.ItemCreating   += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.calendar1_ItemCreating);
     this.calendar1.ItemClick      += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendar1_ItemClick);
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.Location = new System.Drawing.Point(0, 28);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.txtOverview);
     this.splitContainer1.Panel1.Controls.Add(this.lblGoTo);
     this.splitContainer1.Panel1.Controls.Add(this.dateTimePicker1);
     this.splitContainer1.Panel1.Controls.Add(this.lblMonth);
     this.splitContainer1.Panel1.Controls.Add(this.lblSeriesName);
     this.splitContainer1.Panel1.Controls.Add(this.lblSeason);
     this.splitContainer1.Panel1.Controls.Add(this.lblEpisodeNumber);
     this.splitContainer1.Panel1.Controls.Add(this.lblEpisodeName);
     this.splitContainer1.Panel1.Controls.Add(this.chkWatched);
     this.splitContainer1.Panel1.Controls.Add(this.shapeContainer1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.calendar1);
     this.splitContainer1.Size             = new System.Drawing.Size(1275, 641);
     this.splitContainer1.SplitterDistance = 280;
     this.splitContainer1.TabIndex         = 1;
     //
     // txtOverview
     //
     this.txtOverview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtOverview.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.txtOverview.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtOverview.ForeColor   = System.Drawing.Color.White;
     this.txtOverview.Location    = new System.Drawing.Point(12, 292);
     this.txtOverview.MaximumSize = new System.Drawing.Size(300, 193);
     this.txtOverview.Multiline   = true;
     this.txtOverview.Name        = "txtOverview";
     this.txtOverview.ReadOnly    = true;
     this.txtOverview.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.txtOverview.Size        = new System.Drawing.Size(258, 188);
     this.txtOverview.TabIndex    = 8;
     this.txtOverview.Visible     = false;
     //
     // lblGoTo
     //
     this.lblGoTo.AutoSize = true;
     this.lblGoTo.Location = new System.Drawing.Point(12, 100);
     this.lblGoTo.Name     = "lblGoTo";
     this.lblGoTo.Size     = new System.Drawing.Size(45, 15);
     this.lblGoTo.TabIndex = 7;
     this.lblGoTo.Text     = "Go to...";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location      = new System.Drawing.Point(63, 94);
     this.dateTimePicker1.Name          = "dateTimePicker1";
     this.dateTimePicker1.Size          = new System.Drawing.Size(140, 23);
     this.dateTimePicker1.TabIndex      = 6;
     this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
     //
     // lblMonth
     //
     this.lblMonth.AutoSize = true;
     this.lblMonth.Font     = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMonth.Location = new System.Drawing.Point(63, 13);
     this.lblMonth.Name     = "lblMonth";
     this.lblMonth.Size     = new System.Drawing.Size(75, 30);
     this.lblMonth.TabIndex = 5;
     this.lblMonth.Text     = "Month";
     //
     // lblSeriesName
     //
     this.lblSeriesName.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblSeriesName.AutoSize  = true;
     this.lblSeriesName.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSeriesName.ForeColor = System.Drawing.Color.LightSkyBlue;
     this.lblSeriesName.Location  = new System.Drawing.Point(12, 188);
     this.lblSeriesName.Name      = "lblSeriesName";
     this.lblSeriesName.Size      = new System.Drawing.Size(92, 20);
     this.lblSeriesName.TabIndex  = 4;
     this.lblSeriesName.Text      = "Series Name";
     this.lblSeriesName.Visible   = false;
     //
     // lblSeason
     //
     this.lblSeason.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblSeason.AutoSize = true;
     this.lblSeason.Location = new System.Drawing.Point(12, 214);
     this.lblSeason.Name     = "lblSeason";
     this.lblSeason.Size     = new System.Drawing.Size(44, 15);
     this.lblSeason.TabIndex = 3;
     this.lblSeason.Text     = "Season";
     this.lblSeason.Visible  = false;
     //
     // lblEpisodeNumber
     //
     this.lblEpisodeNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblEpisodeNumber.AutoSize = true;
     this.lblEpisodeNumber.Location = new System.Drawing.Point(12, 238);
     this.lblEpisodeNumber.Name     = "lblEpisodeNumber";
     this.lblEpisodeNumber.Size     = new System.Drawing.Size(95, 15);
     this.lblEpisodeNumber.TabIndex = 2;
     this.lblEpisodeNumber.Text     = "Episode Number";
     this.lblEpisodeNumber.Visible  = false;
     //
     // lblEpisodeName
     //
     this.lblEpisodeName.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblEpisodeName.AutoSize = true;
     this.lblEpisodeName.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEpisodeName.Location = new System.Drawing.Point(12, 262);
     this.lblEpisodeName.Name     = "lblEpisodeName";
     this.lblEpisodeName.Size     = new System.Drawing.Size(94, 17);
     this.lblEpisodeName.TabIndex = 1;
     this.lblEpisodeName.Text     = "Episode Name";
     this.lblEpisodeName.Visible  = false;
     //
     // chkWatched
     //
     this.chkWatched.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkWatched.AutoSize = true;
     this.chkWatched.Location = new System.Drawing.Point(12, 486);
     this.chkWatched.Name     = "chkWatched";
     this.chkWatched.Size     = new System.Drawing.Size(73, 19);
     this.chkWatched.TabIndex = 0;
     this.chkWatched.Text     = "Watched";
     this.chkWatched.UseVisualStyleBackColor = true;
     this.chkWatched.Visible = false;
     this.chkWatched.Click  += new System.EventHandler(this.chkWatched_Click);
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer1.Margin   = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name     = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
         this.lineShape1
     });
     this.shapeContainer1.Size     = new System.Drawing.Size(280, 641);
     this.shapeContainer1.TabIndex = 9;
     this.shapeContainer1.TabStop  = false;
     //
     // lineShape1
     //
     this.lineShape1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lineShape1.BorderColor = System.Drawing.Color.White;
     this.lineShape1.Name        = "lineShape1";
     this.lineShape1.X1          = 11;
     this.lineShape1.X2          = 268;
     this.lineShape1.Y1          = 175;
     this.lineShape1.Y2          = 175;
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnFile,
         this.btnView
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(1275, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnFile
     //
     this.btnFile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnFile.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.btnFile.Image                 = ((System.Drawing.Image)(resources.GetObject("btnFile.Image")));
     this.btnFile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnFile.Name = "btnFile";
     this.btnFile.Size = new System.Drawing.Size(38, 22);
     this.btnFile.Text = "File";
     //
     // btnView
     //
     this.btnView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnView.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.btnView.Image                 = ((System.Drawing.Image)(resources.GetObject("btnView.Image")));
     this.btnView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnView.Name = "btnView";
     this.btnView.Size = new System.Drawing.Size(45, 22);
     this.btnView.Text = "View";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuWatched
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(166, 26);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // mnuWatched
     //
     this.mnuWatched.Name = "mnuWatched";
     this.mnuWatched.Size = new System.Drawing.Size(165, 22);
     this.mnuWatched.Text = "Mark as Watched";
     //
     // frmCalendar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.ClientSize          = new System.Drawing.Size(1275, 669);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.splitContainer1);
     this.Font        = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor   = System.Drawing.Color.White;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "frmCalendar";
     this.Text        = "Calendar";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmCalendar_Load);
     this.Resize     += new System.EventHandler(this.frmCalendar_Resize);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 47
0
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Inicio));
            this.tcMenu = new MetroFramework.Controls.MetroTabControl();
            this.tpEmpleados = new MetroFramework.Controls.MetroTabPage();
            this.btnReportes = new MetroFramework.Controls.MetroButton();
            this.btnBuscarEmpleado = new MetroFramework.Controls.MetroButton();
            this.tbBuscarEmpleado = new MetroFramework.Controls.MetroTextBox();
            this.btnBorrarEmpleado = new MetroFramework.Controls.MetroButton();
            this.btnModificarEmpleado = new MetroFramework.Controls.MetroButton();
            this.btnAgregarEmpleado = new MetroFramework.Controls.MetroButton();
            this.dgvEmpleados = new System.Windows.Forms.DataGridView();
            this.fotografiaEmppleado = new System.Windows.Forms.DataGridViewImageColumn();
            this.tpServicios = new MetroFramework.Controls.MetroTabPage();
            this.btnBuscarServicio = new MetroFramework.Controls.MetroButton();
            this.btnBorrarServicio = new MetroFramework.Controls.MetroButton();
            this.btnModificarServicio = new MetroFramework.Controls.MetroButton();
            this.tbBuscarServicio = new MetroFramework.Controls.MetroTextBox();
            this.btnGuardarEmpleado = new MetroFramework.Controls.MetroButton();
            this.dgvServicios = new System.Windows.Forms.DataGridView();
            this.tpTratamiento = new MetroFramework.Controls.MetroTabPage();
            this.btnmodificarTratamiento = new MetroFramework.Controls.MetroButton();
            this.btnBorrar = new MetroFramework.Controls.MetroButton();
            this.btnDetalles = new MetroFramework.Controls.MetroButton();
            this.btnVender = new MetroFramework.Controls.MetroButton();
            this.btnAgregarTratamiento = new MetroFramework.Controls.MetroButton();
            this.btnBuscarTratamiento = new MetroFramework.Controls.MetroButton();
            this.tbBsucarTratamiento = new MetroFramework.Controls.MetroTextBox();
            this.dgvTratamiento = new System.Windows.Forms.DataGridView();
            this.precioCatalogo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tpClientes = new MetroFramework.Controls.MetroTabPage();
            this.btnCrearTratamientoCliente = new MetroFramework.Controls.MetroButton();
            this.btnVenderProducto = new MetroFramework.Controls.MetroButton();
            this.btnAsignarTarjeta = new MetroFramework.Controls.MetroButton();
            this.btnAgendarCita = new MetroFramework.Controls.MetroButton();
            this.btnBuscar = new MetroFramework.Controls.MetroButton();
            this.tbBuscarCliente = new MetroFramework.Controls.MetroTextBox();
            this.btnBorrarCliente = new MetroFramework.Controls.MetroButton();
            this.btnModificarCliente = new MetroFramework.Controls.MetroButton();
            this.btnAgregarCliente = new MetroFramework.Controls.MetroButton();
            this.dgvClientes = new System.Windows.Forms.DataGridView();
            this.nombreCompleto = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.fotografiaCliente = new System.Windows.Forms.DataGridViewImageColumn();
            this.cmsClientes = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tratamientosVendidosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tpCitas = new MetroFramework.Controls.MetroTabPage();
            this.btnCancelarCita = new MetroFramework.Controls.MetroButton();
            this.btnPagar = new MetroFramework.Controls.MetroButton();
            this.btnAdministrar = new MetroFramework.Controls.MetroButton();
            this.mbtnBuscarCita = new MetroFramework.Controls.MetroButton();
            this.btnBorrarCita = new MetroFramework.Controls.MetroButton();
            this.btnModificarCita = new MetroFramework.Controls.MetroButton();
            this.tbBuscarCita = new MetroFramework.Controls.MetroTextBox();
            this.dgvCitas = new System.Windows.Forms.DataGridView();
            this.tpAgenda = new MetroFramework.Controls.MetroTabPage();
            this.monthViewAgenda = new System.Windows.Forms.Calendar.MonthView();
            this.calendarAgenda = new System.Windows.Forms.Calendar.Calendar();
            this.tpTarjetas = new MetroFramework.Controls.MetroTabPage();
            this.rbLucyFriends = new System.Windows.Forms.RadioButton();
            this.rbGiftCard = new System.Windows.Forms.RadioButton();
            this.rbVipCard = new System.Windows.Forms.RadioButton();
            this.tbNuevasTarjetas = new MetroFramework.Controls.MetroTextBox();
            this.tbTarjetasLibres = new MetroFramework.Controls.MetroTextBox();
            this.tbTarjetasAsignadas = new MetroFramework.Controls.MetroTextBox();
            this.tbCantidadTarjetas = new MetroFramework.Controls.MetroTextBox();
            this.tbCostoTarjetas = new MetroFramework.Controls.MetroTextBox();
            this.lblNuevaTarjetas = new MetroFramework.Controls.MetroLabel();
            this.lblTarjetasLibres = new MetroFramework.Controls.MetroLabel();
            this.lblCantidadTarjetas = new MetroFramework.Controls.MetroLabel();
            this.lblTarjetasAsignadas = new MetroFramework.Controls.MetroLabel();
            this.lblCostoTarjeta = new MetroFramework.Controls.MetroLabel();
            this.btnBuscarTarjetas = new MetroFramework.Controls.MetroButton();
            this.btnBorrarTarjeta = new MetroFramework.Controls.MetroButton();
            this.btnModificarCostoTarjeta = new MetroFramework.Controls.MetroButton();
            this.tbBuscarTarjeta = new MetroFramework.Controls.MetroTextBox();
            this.btnAgregarTarjeta = new MetroFramework.Controls.MetroButton();
            this.dgvTarjetas = new System.Windows.Forms.DataGridView();
            this.tarjetaIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.nombreCompletoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.fecchaCompraDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.vistaClientesConTarjetasBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dSTarjetas = new LucySpa.DataAccess.DSTarjetas();
            this.tpProductos = new MetroFramework.Controls.MetroTabPage();
            this.btnBuscarProducto = new MetroFramework.Controls.MetroButton();
            this.btnBorrarProductos = new MetroFramework.Controls.MetroButton();
            this.btnModificarProductos = new MetroFramework.Controls.MetroButton();
            this.tbBuscarProductos = new MetroFramework.Controls.MetroTextBox();
            this.btnAgregarProductos = new MetroFramework.Controls.MetroButton();
            this.dgvProductos = new System.Windows.Forms.DataGridView();
            this.tpCuartos = new MetroFramework.Controls.MetroTabPage();
            this.btnRelacionCuartoServicios = new MetroFramework.Controls.MetroButton();
            this.btnModificar = new MetroFramework.Controls.MetroButton();
            this.btnBuscarCuarto = new MetroFramework.Controls.MetroButton();
            this.btnNuevoCuarto = new MetroFramework.Controls.MetroButton();
            this.btnBorrarCuarto = new MetroFramework.Controls.MetroButton();
            this.tbBuscarCuarto = new MetroFramework.Controls.MetroTextBox();
            this.dgvCuartos = new System.Windows.Forms.DataGridView();
            this.ColumnaNombreCuarto = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tpEquipo = new MetroFramework.Controls.MetroTabPage();
            this.btnBorrarEquipo = new MetroFramework.Controls.MetroButton();
            this.btnModificarEquipo = new MetroFramework.Controls.MetroButton();
            this.btnAgregarEquipo = new MetroFramework.Controls.MetroButton();
            this.btnBuscarEquipo = new MetroFramework.Controls.MetroButton();
            this.tbBuscarEquipo = new MetroFramework.Controls.MetroTextBox();
            this.dgvEquipo = new System.Windows.Forms.DataGridView();
            this.tpConfiguraciones = new MetroFramework.Controls.MetroTabPage();
            this.btnBorrarUsuario = new MetroFramework.Controls.MetroButton();
            this.btnAgregarUsuario = new MetroFramework.Controls.MetroButton();
            this.dgvUsuarios = new System.Windows.Forms.DataGridView();
            this.btnLogin = new MetroFramework.Controls.MetroButton();
            this.pbLogo = new System.Windows.Forms.PictureBox();
            this.tarjetasBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.citasBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.citasTableAdapter = new LucySpa.DataAccess.DSTarjetasTableAdapters.CitasTableAdapter();
            this.tarjetasTableAdapter = new LucySpa.DataAccess.DSTarjetasTableAdapters.TarjetasTableAdapter();
            this.ventaTarjetasBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ventaTarjetasTableAdapter = new LucySpa.DataAccess.DSTarjetasTableAdapters.VentaTarjetasTableAdapter();
            this.vistaClientesConTarjetasTableAdapter = new LucySpa.DataAccess.DSTarjetasTableAdapters.VistaClientesConTarjetasTableAdapter();
            this.ClienteID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.NomCompletoClie = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.NomCompletoEmp = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.NombreServicio = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Realizado = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.TratamientoID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.empleadoIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.apellidoDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.nombreDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cumpleañosDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.direccionDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.telefonoDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.emailDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.vistaEmpleadoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lucySpaDB = new LucySpa.DataAccess.LucySpaDB();
            this.servicioIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.nombreDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.costoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.descripcionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.servicioBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.tratamientoIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.nombreDataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.descripcionDataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tratamientoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.clienteIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cumpleañosDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.direccionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.telefonoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.vistaCLienteBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.citaIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.fechaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.costoDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.telefonoDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.descripcionDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.vistaCitasBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.productoIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.nombreDataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.precioDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.costoDataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cantidadDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.descripcionDataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.productosBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ColumnaNumeroCuarto = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnaDescripcionCuarto = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cuartoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.equipoIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cuartoIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.nombreDataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.descripcionDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.equipoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.usuarioIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.usuariosBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.usuariosBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.clientesBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.empleadosBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.clientesTableAdapter = new LucySpa.DataAccess.LucySpaDBTableAdapters.ClientesTableAdapter();
            this.servicioTableAdapter = new LucySpa.DataAccess.LucySpaDBTableAdapters.ServicioTableAdapter();
            this.cuartoTableAdapter = new LucySpa.DataAccess.LucySpaDBTableAdapters.CuartoTableAdapter();
            this.empleadosTableAdapter = new LucySpa.DataAccess.LucySpaDBTableAdapters.EmpleadosTableAdapter();
            this.vistaCLienteTableAdapter = new LucySpa.DataAccess.LucySpaDBTableAdapters.vistaCLienteTableAdapter();
            this.vistaEmpleadoTableAdapter = new LucySpa.DataAccess.LucySpaDBTableAdapters.vistaEmpleadoTableAdapter();
            this.vistaCitasTableAdapter = new LucySpa.DataAccess.LucySpaDBTableAdapters.vistaCitasTableAdapter();
            this.equipoTableAdapter = new LucySpa.DataAccess.LucySpaDBTableAdapters.EquipoTableAdapter();
            this.lucySpaDB1 = new LucySpa.DataAccess.LucySpaDB();
            this.tratamientoTableAdapter = new LucySpa.DataAccess.LucySpaDBTableAdapters.TratamientoTableAdapter();
            this.productosTableAdapter = new LucySpa.DataAccess.LucySpaDBTableAdapters.ProductosTableAdapter();
            this.usuariosTableAdapter = new LucySpa.DataAccess.LucySpaDBTableAdapters.UsuariosTableAdapter();
            this.tcMenu.SuspendLayout();
            this.tpEmpleados.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvEmpleados)).BeginInit();
            this.tpServicios.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvServicios)).BeginInit();
            this.tpTratamiento.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvTratamiento)).BeginInit();
            this.tpClientes.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvClientes)).BeginInit();
            this.cmsClientes.SuspendLayout();
            this.tpCitas.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvCitas)).BeginInit();
            this.tpAgenda.SuspendLayout();
            this.tpTarjetas.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvTarjetas)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vistaClientesConTarjetasBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dSTarjetas)).BeginInit();
            this.tpProductos.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvProductos)).BeginInit();
            this.tpCuartos.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvCuartos)).BeginInit();
            this.tpEquipo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvEquipo)).BeginInit();
            this.tpConfiguraciones.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvUsuarios)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tarjetasBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.citasBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ventaTarjetasBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vistaEmpleadoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lucySpaDB)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.servicioBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tratamientoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vistaCLienteBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vistaCitasBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.productosBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cuartoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.equipoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.usuariosBindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.usuariosBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.clientesBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.empleadosBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lucySpaDB1)).BeginInit();
            this.SuspendLayout();
            // 
            // tcMenu
            // 
            this.tcMenu.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tcMenu.Controls.Add(this.tpEmpleados);
            this.tcMenu.Controls.Add(this.tpServicios);
            this.tcMenu.Controls.Add(this.tpTratamiento);
            this.tcMenu.Controls.Add(this.tpClientes);
            this.tcMenu.Controls.Add(this.tpCitas);
            this.tcMenu.Controls.Add(this.tpAgenda);
            this.tcMenu.Controls.Add(this.tpTarjetas);
            this.tcMenu.Controls.Add(this.tpProductos);
            this.tcMenu.Controls.Add(this.tpCuartos);
            this.tcMenu.Controls.Add(this.tpEquipo);
            this.tcMenu.Controls.Add(this.tpConfiguraciones);
            this.tcMenu.CustomBackground = false;
            this.tcMenu.FontSize = MetroFramework.MetroTabControlSize.Medium;
            this.tcMenu.FontWeight = MetroFramework.MetroTabControlWeight.Light;
            this.tcMenu.Location = new System.Drawing.Point(11, 81);
            this.tcMenu.Name = "tcMenu";
            this.tcMenu.SelectedIndex = 4;
            this.tcMenu.Size = new System.Drawing.Size(1025, 480);
            this.tcMenu.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
            this.tcMenu.Style = MetroFramework.MetroColorStyle.Blue;
            this.tcMenu.StyleManager = null;
            this.tcMenu.TabIndex = 0;
            this.tcMenu.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.tcMenu.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tcMenu.UseStyleColors = false;
            // 
            // tpEmpleados
            // 
            this.tpEmpleados.Controls.Add(this.btnReportes);
            this.tpEmpleados.Controls.Add(this.btnBuscarEmpleado);
            this.tpEmpleados.Controls.Add(this.tbBuscarEmpleado);
            this.tpEmpleados.Controls.Add(this.btnBorrarEmpleado);
            this.tpEmpleados.Controls.Add(this.btnModificarEmpleado);
            this.tpEmpleados.Controls.Add(this.btnAgregarEmpleado);
            this.tpEmpleados.Controls.Add(this.dgvEmpleados);
            this.tpEmpleados.CustomBackground = false;
            this.tpEmpleados.HorizontalScrollbar = false;
            this.tpEmpleados.HorizontalScrollbarBarColor = true;
            this.tpEmpleados.HorizontalScrollbarHighlightOnWheel = false;
            this.tpEmpleados.HorizontalScrollbarSize = 10;
            this.tpEmpleados.Location = new System.Drawing.Point(4, 35);
            this.tpEmpleados.Name = "tpEmpleados";
            this.tpEmpleados.Size = new System.Drawing.Size(1017, 441);
            this.tpEmpleados.Style = MetroFramework.MetroColorStyle.Blue;
            this.tpEmpleados.StyleManager = null;
            this.tpEmpleados.TabIndex = 2;
            this.tpEmpleados.Text = "Empleados";
            this.tpEmpleados.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tpEmpleados.VerticalScrollbar = false;
            this.tpEmpleados.VerticalScrollbarBarColor = true;
            this.tpEmpleados.VerticalScrollbarHighlightOnWheel = false;
            this.tpEmpleados.VerticalScrollbarSize = 10;
            this.tpEmpleados.Click += new System.EventHandler(this.tpEmpleados_Click);
            // 
            // btnReportes
            // 
            this.btnReportes.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnReportes.Highlight = false;
            this.btnReportes.Location = new System.Drawing.Point(456, 366);
            this.btnReportes.Name = "btnReportes";
            this.btnReportes.Size = new System.Drawing.Size(180, 60);
            this.btnReportes.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnReportes.StyleManager = null;
            this.btnReportes.TabIndex = 10;
            this.btnReportes.Text = "Reportes";
            this.btnReportes.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnReportes.Click += new System.EventHandler(this.btnReportes_Click);
            // 
            // btnBuscarEmpleado
            // 
            this.btnBuscarEmpleado.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBuscarEmpleado.Highlight = false;
            this.btnBuscarEmpleado.Location = new System.Drawing.Point(611, 14);
            this.btnBuscarEmpleado.Name = "btnBuscarEmpleado";
            this.btnBuscarEmpleado.Size = new System.Drawing.Size(140, 40);
            this.btnBuscarEmpleado.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBuscarEmpleado.StyleManager = null;
            this.btnBuscarEmpleado.TabIndex = 9;
            this.btnBuscarEmpleado.Text = "Buscar..";
            this.btnBuscarEmpleado.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBuscarEmpleado.Click += new System.EventHandler(this.btnBuscarEmpleado_Click);
            // 
            // tbBuscarEmpleado
            // 
            this.tbBuscarEmpleado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbBuscarEmpleado.CustomBackground = false;
            this.tbBuscarEmpleado.CustomForeColor = false;
            this.tbBuscarEmpleado.FontSize = MetroFramework.MetroTextBoxSize.Small;
            this.tbBuscarEmpleado.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbBuscarEmpleado.Location = new System.Drawing.Point(0, 14);
            this.tbBuscarEmpleado.Multiline = false;
            this.tbBuscarEmpleado.Name = "tbBuscarEmpleado";
            this.tbBuscarEmpleado.SelectedText = "";
            this.tbBuscarEmpleado.Size = new System.Drawing.Size(605, 40);
            this.tbBuscarEmpleado.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbBuscarEmpleado.StyleManager = null;
            this.tbBuscarEmpleado.TabIndex = 8;
            this.tbBuscarEmpleado.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbBuscarEmpleado.UseStyleColors = false;
            this.tbBuscarEmpleado.Click += new System.EventHandler(this.tbBuscarEmpleado_Click);
            this.tbBuscarEmpleado.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tbBuscarEmpleado_KeyUp);
            // 
            // btnBorrarEmpleado
            // 
            this.btnBorrarEmpleado.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnBorrarEmpleado.Highlight = false;
            this.btnBorrarEmpleado.Location = new System.Drawing.Point(255, 366);
            this.btnBorrarEmpleado.Name = "btnBorrarEmpleado";
            this.btnBorrarEmpleado.Size = new System.Drawing.Size(180, 60);
            this.btnBorrarEmpleado.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBorrarEmpleado.StyleManager = null;
            this.btnBorrarEmpleado.TabIndex = 7;
            this.btnBorrarEmpleado.Text = "Borrar";
            this.btnBorrarEmpleado.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBorrarEmpleado.Click += new System.EventHandler(this.metroButton1_Click_1);
            // 
            // btnModificarEmpleado
            // 
            this.btnModificarEmpleado.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnModificarEmpleado.Highlight = false;
            this.btnModificarEmpleado.Location = new System.Drawing.Point(40, 366);
            this.btnModificarEmpleado.Name = "btnModificarEmpleado";
            this.btnModificarEmpleado.Size = new System.Drawing.Size(180, 60);
            this.btnModificarEmpleado.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnModificarEmpleado.StyleManager = null;
            this.btnModificarEmpleado.TabIndex = 6;
            this.btnModificarEmpleado.Text = "Modificar";
            this.btnModificarEmpleado.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnModificarEmpleado.Click += new System.EventHandler(this.btModificarEmpleado_Click_2);
            // 
            // btnAgregarEmpleado
            // 
            this.btnAgregarEmpleado.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnAgregarEmpleado.Highlight = false;
            this.btnAgregarEmpleado.Location = new System.Drawing.Point(-176, 366);
            this.btnAgregarEmpleado.Name = "btnAgregarEmpleado";
            this.btnAgregarEmpleado.Size = new System.Drawing.Size(180, 60);
            this.btnAgregarEmpleado.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnAgregarEmpleado.StyleManager = null;
            this.btnAgregarEmpleado.TabIndex = 3;
            this.btnAgregarEmpleado.Text = "Agregar";
            this.btnAgregarEmpleado.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnAgregarEmpleado.Click += new System.EventHandler(this.btnAgregarEmpleado_Click);
            // 
            // dgvEmpleados
            // 
            this.dgvEmpleados.AllowUserToAddRows = false;
            this.dgvEmpleados.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvEmpleados.AutoGenerateColumns = false;
            this.dgvEmpleados.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvEmpleados.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dgvEmpleados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvEmpleados.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.empleadoIDDataGridViewTextBoxColumn,
            this.apellidoDataGridViewTextBoxColumn1,
            this.nombreDataGridViewTextBoxColumn2,
            this.cumpleañosDataGridViewTextBoxColumn1,
            this.direccionDataGridViewTextBoxColumn1,
            this.telefonoDataGridViewTextBoxColumn1,
            this.emailDataGridViewTextBoxColumn1,
            this.fotografiaEmppleado});
            this.dgvEmpleados.DataSource = this.vistaEmpleadoBindingSource;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvEmpleados.DefaultCellStyle = dataGridViewCellStyle2;
            this.dgvEmpleados.Location = new System.Drawing.Point(0, 60);
            this.dgvEmpleados.MultiSelect = false;
            this.dgvEmpleados.Name = "dgvEmpleados";
            this.dgvEmpleados.ReadOnly = true;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgvEmpleados.RowsDefaultCellStyle = dataGridViewCellStyle3;
            this.dgvEmpleados.RowTemplate.Height = 60;
            this.dgvEmpleados.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvEmpleados.Size = new System.Drawing.Size(751, 282);
            this.dgvEmpleados.TabIndex = 2;
            this.dgvEmpleados.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvEmpleados_CellContentClick);
            // 
            // fotografiaEmppleado
            // 
            this.fotografiaEmppleado.DataPropertyName = "fotografiaEmppleado";
            this.fotografiaEmppleado.HeaderText = "Fotografia";
            this.fotografiaEmppleado.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
            this.fotografiaEmppleado.Name = "fotografiaEmppleado";
            this.fotografiaEmppleado.ReadOnly = true;
            // 
            // tpServicios
            // 
            this.tpServicios.Controls.Add(this.btnBuscarServicio);
            this.tpServicios.Controls.Add(this.btnBorrarServicio);
            this.tpServicios.Controls.Add(this.btnModificarServicio);
            this.tpServicios.Controls.Add(this.tbBuscarServicio);
            this.tpServicios.Controls.Add(this.btnGuardarEmpleado);
            this.tpServicios.Controls.Add(this.dgvServicios);
            this.tpServicios.CustomBackground = false;
            this.tpServicios.HorizontalScrollbar = false;
            this.tpServicios.HorizontalScrollbarBarColor = true;
            this.tpServicios.HorizontalScrollbarHighlightOnWheel = false;
            this.tpServicios.HorizontalScrollbarSize = 10;
            this.tpServicios.Location = new System.Drawing.Point(4, 35);
            this.tpServicios.Name = "tpServicios";
            this.tpServicios.Size = new System.Drawing.Size(1017, 441);
            this.tpServicios.Style = MetroFramework.MetroColorStyle.Blue;
            this.tpServicios.StyleManager = null;
            this.tpServicios.TabIndex = 3;
            this.tpServicios.Text = "Servicios";
            this.tpServicios.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tpServicios.VerticalScrollbar = false;
            this.tpServicios.VerticalScrollbarBarColor = true;
            this.tpServicios.VerticalScrollbarHighlightOnWheel = false;
            this.tpServicios.VerticalScrollbarSize = 10;
            this.tpServicios.Click += new System.EventHandler(this.tpServicios_Click);
            // 
            // btnBuscarServicio
            // 
            this.btnBuscarServicio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBuscarServicio.Highlight = false;
            this.btnBuscarServicio.Location = new System.Drawing.Point(773, 14);
            this.btnBuscarServicio.Name = "btnBuscarServicio";
            this.btnBuscarServicio.Size = new System.Drawing.Size(140, 40);
            this.btnBuscarServicio.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBuscarServicio.StyleManager = null;
            this.btnBuscarServicio.TabIndex = 10;
            this.btnBuscarServicio.Text = "Buscar..";
            this.btnBuscarServicio.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBuscarServicio.Click += new System.EventHandler(this.btnBuscarServicio_Click);
            // 
            // btnBorrarServicio
            // 
            this.btnBorrarServicio.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnBorrarServicio.Highlight = false;
            this.btnBorrarServicio.Location = new System.Drawing.Point(481, 366);
            this.btnBorrarServicio.Name = "btnBorrarServicio";
            this.btnBorrarServicio.Size = new System.Drawing.Size(180, 60);
            this.btnBorrarServicio.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBorrarServicio.StyleManager = null;
            this.btnBorrarServicio.TabIndex = 9;
            this.btnBorrarServicio.Text = "Borrar";
            this.btnBorrarServicio.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBorrarServicio.Click += new System.EventHandler(this.btnBorrarServicio_Click);
            // 
            // btnModificarServicio
            // 
            this.btnModificarServicio.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnModificarServicio.Highlight = false;
            this.btnModificarServicio.Location = new System.Drawing.Point(266, 366);
            this.btnModificarServicio.Name = "btnModificarServicio";
            this.btnModificarServicio.Size = new System.Drawing.Size(180, 60);
            this.btnModificarServicio.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnModificarServicio.StyleManager = null;
            this.btnModificarServicio.TabIndex = 8;
            this.btnModificarServicio.Text = "Modificar";
            this.btnModificarServicio.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnModificarServicio.Click += new System.EventHandler(this.btnModificarServicio_Click);
            // 
            // tbBuscarServicio
            // 
            this.tbBuscarServicio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbBuscarServicio.CustomBackground = false;
            this.tbBuscarServicio.CustomForeColor = false;
            this.tbBuscarServicio.FontSize = MetroFramework.MetroTextBoxSize.Small;
            this.tbBuscarServicio.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbBuscarServicio.Location = new System.Drawing.Point(0, 14);
            this.tbBuscarServicio.Multiline = false;
            this.tbBuscarServicio.Name = "tbBuscarServicio";
            this.tbBuscarServicio.SelectedText = "";
            this.tbBuscarServicio.Size = new System.Drawing.Size(767, 40);
            this.tbBuscarServicio.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbBuscarServicio.StyleManager = null;
            this.tbBuscarServicio.TabIndex = 4;
            this.tbBuscarServicio.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbBuscarServicio.UseStyleColors = false;
            this.tbBuscarServicio.TextChanged += new System.EventHandler(this.tbBuscarServicio_TextChanged);
            this.tbBuscarServicio.Click += new System.EventHandler(this.tbBuscarServicio_Click);
            // 
            // btnGuardarEmpleado
            // 
            this.btnGuardarEmpleado.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnGuardarEmpleado.Highlight = false;
            this.btnGuardarEmpleado.Location = new System.Drawing.Point(50, 366);
            this.btnGuardarEmpleado.Name = "btnGuardarEmpleado";
            this.btnGuardarEmpleado.Size = new System.Drawing.Size(180, 60);
            this.btnGuardarEmpleado.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnGuardarEmpleado.StyleManager = null;
            this.btnGuardarEmpleado.TabIndex = 3;
            this.btnGuardarEmpleado.Text = "Agregar";
            this.btnGuardarEmpleado.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnGuardarEmpleado.Click += new System.EventHandler(this.metroButton1_Click);
            // 
            // dgvServicios
            // 
            this.dgvServicios.AllowUserToAddRows = false;
            this.dgvServicios.AllowUserToDeleteRows = false;
            this.dgvServicios.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvServicios.AutoGenerateColumns = false;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvServicios.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.dgvServicios.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvServicios.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.servicioIDDataGridViewTextBoxColumn,
            this.nombreDataGridViewTextBoxColumn1,
            this.costoDataGridViewTextBoxColumn,
            this.descripcionDataGridViewTextBoxColumn});
            this.dgvServicios.DataSource = this.servicioBindingSource;
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvServicios.DefaultCellStyle = dataGridViewCellStyle6;
            this.dgvServicios.Location = new System.Drawing.Point(0, 65);
            this.dgvServicios.MultiSelect = false;
            this.dgvServicios.Name = "dgvServicios";
            this.dgvServicios.ReadOnly = true;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgvServicios.RowsDefaultCellStyle = dataGridViewCellStyle7;
            this.dgvServicios.RowTemplate.Height = 60;
            this.dgvServicios.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvServicios.Size = new System.Drawing.Size(913, 282);
            this.dgvServicios.TabIndex = 2;
            this.dgvServicios.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView4_CellContentClick_1);
            this.dgvServicios.Click += new System.EventHandler(this.dgvServicios_Click);
            // 
            // tpTratamiento
            // 
            this.tpTratamiento.Controls.Add(this.btnmodificarTratamiento);
            this.tpTratamiento.Controls.Add(this.btnBorrar);
            this.tpTratamiento.Controls.Add(this.btnDetalles);
            this.tpTratamiento.Controls.Add(this.btnVender);
            this.tpTratamiento.Controls.Add(this.btnAgregarTratamiento);
            this.tpTratamiento.Controls.Add(this.btnBuscarTratamiento);
            this.tpTratamiento.Controls.Add(this.tbBsucarTratamiento);
            this.tpTratamiento.Controls.Add(this.dgvTratamiento);
            this.tpTratamiento.CustomBackground = false;
            this.tpTratamiento.HorizontalScrollbar = false;
            this.tpTratamiento.HorizontalScrollbarBarColor = true;
            this.tpTratamiento.HorizontalScrollbarHighlightOnWheel = false;
            this.tpTratamiento.HorizontalScrollbarSize = 10;
            this.tpTratamiento.Location = new System.Drawing.Point(4, 35);
            this.tpTratamiento.Name = "tpTratamiento";
            this.tpTratamiento.Size = new System.Drawing.Size(1017, 441);
            this.tpTratamiento.Style = MetroFramework.MetroColorStyle.Blue;
            this.tpTratamiento.StyleManager = null;
            this.tpTratamiento.TabIndex = 4;
            this.tpTratamiento.Text = "Tratamientos";
            this.tpTratamiento.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tpTratamiento.VerticalScrollbar = false;
            this.tpTratamiento.VerticalScrollbarBarColor = true;
            this.tpTratamiento.VerticalScrollbarHighlightOnWheel = false;
            this.tpTratamiento.VerticalScrollbarSize = 10;
            this.tpTratamiento.Click += new System.EventHandler(this.tpTratamiento_Click);
            // 
            // btnmodificarTratamiento
            // 
            this.btnmodificarTratamiento.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnmodificarTratamiento.Highlight = false;
            this.btnmodificarTratamiento.Location = new System.Drawing.Point(190, 325);
            this.btnmodificarTratamiento.Name = "btnmodificarTratamiento";
            this.btnmodificarTratamiento.Size = new System.Drawing.Size(166, 60);
            this.btnmodificarTratamiento.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnmodificarTratamiento.StyleManager = null;
            this.btnmodificarTratamiento.TabIndex = 39;
            this.btnmodificarTratamiento.Text = "Modificar";
            this.btnmodificarTratamiento.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnmodificarTratamiento.Click += new System.EventHandler(this.btnmodificarTratamiento_Click);
            // 
            // btnBorrar
            // 
            this.btnBorrar.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnBorrar.Highlight = false;
            this.btnBorrar.Location = new System.Drawing.Point(362, 325);
            this.btnBorrar.Name = "btnBorrar";
            this.btnBorrar.Size = new System.Drawing.Size(180, 60);
            this.btnBorrar.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBorrar.StyleManager = null;
            this.btnBorrar.TabIndex = 38;
            this.btnBorrar.Text = "Borrar";
            this.btnBorrar.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBorrar.Click += new System.EventHandler(this.btnBorrar_Click);
            // 
            // btnDetalles
            // 
            this.btnDetalles.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnDetalles.Highlight = false;
            this.btnDetalles.Location = new System.Drawing.Point(21, 325);
            this.btnDetalles.Name = "btnDetalles";
            this.btnDetalles.Size = new System.Drawing.Size(163, 60);
            this.btnDetalles.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnDetalles.StyleManager = null;
            this.btnDetalles.TabIndex = 37;
            this.btnDetalles.Text = "Detalles del Tratamiento";
            this.btnDetalles.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnDetalles.Click += new System.EventHandler(this.btnDetalles_Click);
            // 
            // btnVender
            // 
            this.btnVender.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnVender.Highlight = false;
            this.btnVender.Location = new System.Drawing.Point(734, 325);
            this.btnVender.Name = "btnVender";
            this.btnVender.Size = new System.Drawing.Size(180, 60);
            this.btnVender.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnVender.StyleManager = null;
            this.btnVender.TabIndex = 13;
            this.btnVender.Text = "Vender Tratamiento";
            this.btnVender.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnVender.Click += new System.EventHandler(this.btnVender_Click);
            // 
            // btnAgregarTratamiento
            // 
            this.btnAgregarTratamiento.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnAgregarTratamiento.Highlight = false;
            this.btnAgregarTratamiento.Location = new System.Drawing.Point(548, 325);
            this.btnAgregarTratamiento.Name = "btnAgregarTratamiento";
            this.btnAgregarTratamiento.Size = new System.Drawing.Size(180, 60);
            this.btnAgregarTratamiento.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnAgregarTratamiento.StyleManager = null;
            this.btnAgregarTratamiento.TabIndex = 11;
            this.btnAgregarTratamiento.Text = "Nuevo Tratamiento";
            this.btnAgregarTratamiento.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnAgregarTratamiento.Click += new System.EventHandler(this.btnAgregarTratamiento_Click);
            // 
            // btnBuscarTratamiento
            // 
            this.btnBuscarTratamiento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBuscarTratamiento.Highlight = false;
            this.btnBuscarTratamiento.Location = new System.Drawing.Point(774, 14);
            this.btnBuscarTratamiento.Name = "btnBuscarTratamiento";
            this.btnBuscarTratamiento.Size = new System.Drawing.Size(139, 40);
            this.btnBuscarTratamiento.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBuscarTratamiento.StyleManager = null;
            this.btnBuscarTratamiento.TabIndex = 19;
            this.btnBuscarTratamiento.Text = "Buscar..";
            this.btnBuscarTratamiento.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBuscarTratamiento.Click += new System.EventHandler(this.btnBuscarTratamiento_Click);
            // 
            // tbBsucarTratamiento
            // 
            this.tbBsucarTratamiento.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbBsucarTratamiento.CustomBackground = false;
            this.tbBsucarTratamiento.CustomForeColor = false;
            this.tbBsucarTratamiento.FontSize = MetroFramework.MetroTextBoxSize.Small;
            this.tbBsucarTratamiento.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbBsucarTratamiento.Location = new System.Drawing.Point(3, 14);
            this.tbBsucarTratamiento.Multiline = false;
            this.tbBsucarTratamiento.Name = "tbBsucarTratamiento";
            this.tbBsucarTratamiento.SelectedText = "";
            this.tbBsucarTratamiento.Size = new System.Drawing.Size(765, 40);
            this.tbBsucarTratamiento.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbBsucarTratamiento.StyleManager = null;
            this.tbBsucarTratamiento.TabIndex = 18;
            this.tbBsucarTratamiento.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbBsucarTratamiento.UseStyleColors = false;
            // 
            // dgvTratamiento
            // 
            this.dgvTratamiento.AllowUserToAddRows = false;
            this.dgvTratamiento.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvTratamiento.AutoGenerateColumns = false;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvTratamiento.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
            this.dgvTratamiento.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvTratamiento.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.tratamientoIDDataGridViewTextBoxColumn,
            this.nombreDataGridViewTextBoxColumn5,
            this.descripcionDataGridViewTextBoxColumn3,
            this.precioCatalogo});
            this.dgvTratamiento.DataSource = this.tratamientoBindingSource;
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvTratamiento.DefaultCellStyle = dataGridViewCellStyle9;
            this.dgvTratamiento.Location = new System.Drawing.Point(0, 60);
            this.dgvTratamiento.MultiSelect = false;
            this.dgvTratamiento.Name = "dgvTratamiento";
            this.dgvTratamiento.ReadOnly = true;
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvTratamiento.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
            dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgvTratamiento.RowsDefaultCellStyle = dataGridViewCellStyle11;
            this.dgvTratamiento.RowTemplate.Height = 60;
            this.dgvTratamiento.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvTratamiento.Size = new System.Drawing.Size(913, 259);
            this.dgvTratamiento.TabIndex = 10;
            // 
            // precioCatalogo
            // 
            this.precioCatalogo.DataPropertyName = "precioCatalogo";
            this.precioCatalogo.HeaderText = "precioCatalogo";
            this.precioCatalogo.Name = "precioCatalogo";
            this.precioCatalogo.ReadOnly = true;
            // 
            // tpClientes
            // 
            this.tpClientes.Controls.Add(this.btnCrearTratamientoCliente);
            this.tpClientes.Controls.Add(this.btnVenderProducto);
            this.tpClientes.Controls.Add(this.btnAsignarTarjeta);
            this.tpClientes.Controls.Add(this.btnAgendarCita);
            this.tpClientes.Controls.Add(this.btnBuscar);
            this.tpClientes.Controls.Add(this.tbBuscarCliente);
            this.tpClientes.Controls.Add(this.btnBorrarCliente);
            this.tpClientes.Controls.Add(this.btnModificarCliente);
            this.tpClientes.Controls.Add(this.btnAgregarCliente);
            this.tpClientes.Controls.Add(this.dgvClientes);
            this.tpClientes.CustomBackground = false;
            this.tpClientes.HorizontalScrollbar = false;
            this.tpClientes.HorizontalScrollbarBarColor = true;
            this.tpClientes.HorizontalScrollbarHighlightOnWheel = false;
            this.tpClientes.HorizontalScrollbarSize = 10;
            this.tpClientes.Location = new System.Drawing.Point(4, 35);
            this.tpClientes.Name = "tpClientes";
            this.tpClientes.Size = new System.Drawing.Size(1017, 441);
            this.tpClientes.Style = MetroFramework.MetroColorStyle.Blue;
            this.tpClientes.StyleManager = null;
            this.tpClientes.TabIndex = 0;
            this.tpClientes.Text = "Clientes";
            this.tpClientes.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tpClientes.VerticalScrollbar = false;
            this.tpClientes.VerticalScrollbarBarColor = true;
            this.tpClientes.VerticalScrollbarHighlightOnWheel = false;
            this.tpClientes.VerticalScrollbarSize = 10;
            this.tpClientes.Click += new System.EventHandler(this.tpClientes_Click);
            // 
            // btnCrearTratamientoCliente
            // 
            this.btnCrearTratamientoCliente.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnCrearTratamientoCliente.Highlight = false;
            this.btnCrearTratamientoCliente.Location = new System.Drawing.Point(861, 359);
            this.btnCrearTratamientoCliente.Name = "btnCrearTratamientoCliente";
            this.btnCrearTratamientoCliente.Size = new System.Drawing.Size(147, 60);
            this.btnCrearTratamientoCliente.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnCrearTratamientoCliente.StyleManager = null;
            this.btnCrearTratamientoCliente.TabIndex = 6;
            this.btnCrearTratamientoCliente.Text = "Crear Tratamiento";
            this.btnCrearTratamientoCliente.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnCrearTratamientoCliente.Click += new System.EventHandler(this.btnCrearTratamientoCliente_Click);
            // 
            // btnVenderProducto
            // 
            this.btnVenderProducto.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnVenderProducto.Highlight = false;
            this.btnVenderProducto.Location = new System.Drawing.Point(708, 359);
            this.btnVenderProducto.Name = "btnVenderProducto";
            this.btnVenderProducto.Size = new System.Drawing.Size(147, 60);
            this.btnVenderProducto.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnVenderProducto.StyleManager = null;
            this.btnVenderProducto.TabIndex = 10;
            this.btnVenderProducto.Text = "Vender Producto";
            this.btnVenderProducto.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnVenderProducto.Click += new System.EventHandler(this.btnVenderProducto_Click);
            // 
            // btnAsignarTarjeta
            // 
            this.btnAsignarTarjeta.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnAsignarTarjeta.Highlight = false;
            this.btnAsignarTarjeta.Location = new System.Drawing.Point(555, 359);
            this.btnAsignarTarjeta.Name = "btnAsignarTarjeta";
            this.btnAsignarTarjeta.Size = new System.Drawing.Size(147, 60);
            this.btnAsignarTarjeta.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnAsignarTarjeta.StyleManager = null;
            this.btnAsignarTarjeta.TabIndex = 9;
            this.btnAsignarTarjeta.Text = "Asignar Tarjeta";
            this.btnAsignarTarjeta.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnAsignarTarjeta.Click += new System.EventHandler(this.btnAsignarTarjeta_Click);
            // 
            // btnAgendarCita
            // 
            this.btnAgendarCita.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnAgendarCita.Highlight = false;
            this.btnAgendarCita.Location = new System.Drawing.Point(402, 359);
            this.btnAgendarCita.Name = "btnAgendarCita";
            this.btnAgendarCita.Size = new System.Drawing.Size(147, 60);
            this.btnAgendarCita.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnAgendarCita.StyleManager = null;
            this.btnAgendarCita.TabIndex = 8;
            this.btnAgendarCita.Text = "Agendar Cita";
            this.btnAgendarCita.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnAgendarCita.Click += new System.EventHandler(this.btnAgendarCita_Click);
            // 
            // btnBuscar
            // 
            this.btnBuscar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBuscar.Highlight = false;
            this.btnBuscar.Location = new System.Drawing.Point(773, 14);
            this.btnBuscar.Name = "btnBuscar";
            this.btnBuscar.Size = new System.Drawing.Size(140, 40);
            this.btnBuscar.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBuscar.StyleManager = null;
            this.btnBuscar.TabIndex = 7;
            this.btnBuscar.Text = "Buscar..";
            this.btnBuscar.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBuscar.Click += new System.EventHandler(this.btnBuscarCliente_Click);
            // 
            // tbBuscarCliente
            // 
            this.tbBuscarCliente.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbBuscarCliente.CustomBackground = false;
            this.tbBuscarCliente.CustomForeColor = false;
            this.tbBuscarCliente.FontSize = MetroFramework.MetroTextBoxSize.Small;
            this.tbBuscarCliente.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbBuscarCliente.Location = new System.Drawing.Point(0, 14);
            this.tbBuscarCliente.Multiline = false;
            this.tbBuscarCliente.Name = "tbBuscarCliente";
            this.tbBuscarCliente.SelectedText = "";
            this.tbBuscarCliente.Size = new System.Drawing.Size(767, 40);
            this.tbBuscarCliente.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbBuscarCliente.StyleManager = null;
            this.tbBuscarCliente.TabIndex = 6;
            this.tbBuscarCliente.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbBuscarCliente.UseStyleColors = false;
            this.tbBuscarCliente.Click += new System.EventHandler(this.tbBuscarCliente_Click_1);
            this.tbBuscarCliente.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tbBuscarCliente_KeyUp);
            // 
            // btnBorrarCliente
            // 
            this.btnBorrarCliente.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnBorrarCliente.Highlight = false;
            this.btnBorrarCliente.Location = new System.Drawing.Point(262, 359);
            this.btnBorrarCliente.Name = "btnBorrarCliente";
            this.btnBorrarCliente.Size = new System.Drawing.Size(134, 60);
            this.btnBorrarCliente.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBorrarCliente.StyleManager = null;
            this.btnBorrarCliente.TabIndex = 5;
            this.btnBorrarCliente.Text = "Borrar";
            this.btnBorrarCliente.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBorrarCliente.Click += new System.EventHandler(this.btnBorrarCliente_Click);
            // 
            // btnModificarCliente
            // 
            this.btnModificarCliente.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnModificarCliente.Highlight = false;
            this.btnModificarCliente.Location = new System.Drawing.Point(135, 359);
            this.btnModificarCliente.Name = "btnModificarCliente";
            this.btnModificarCliente.Size = new System.Drawing.Size(121, 60);
            this.btnModificarCliente.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnModificarCliente.StyleManager = null;
            this.btnModificarCliente.TabIndex = 4;
            this.btnModificarCliente.Text = "Modificar";
            this.btnModificarCliente.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnModificarCliente.Click += new System.EventHandler(this.btnModificarCliente_Click);
            // 
            // btnAgregarCliente
            // 
            this.btnAgregarCliente.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnAgregarCliente.Highlight = false;
            this.btnAgregarCliente.Location = new System.Drawing.Point(3, 359);
            this.btnAgregarCliente.Name = "btnAgregarCliente";
            this.btnAgregarCliente.Size = new System.Drawing.Size(126, 60);
            this.btnAgregarCliente.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnAgregarCliente.StyleManager = null;
            this.btnAgregarCliente.TabIndex = 3;
            this.btnAgregarCliente.Text = "Agregar";
            this.btnAgregarCliente.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnAgregarCliente.Click += new System.EventHandler(this.btnAgregarCliente_Click);
            // 
            // dgvClientes
            // 
            this.dgvClientes.AllowUserToAddRows = false;
            this.dgvClientes.AllowUserToDeleteRows = false;
            this.dgvClientes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvClientes.AutoGenerateColumns = false;
            this.dgvClientes.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dgvClientes.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
            this.dgvClientes.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle12.BackColor = System.Drawing.Color.Honeydew;
            dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvClientes.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
            this.dgvClientes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvClientes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.clienteIDDataGridViewTextBoxColumn,
            this.nombreCompleto,
            this.cumpleañosDataGridViewTextBoxColumn,
            this.direccionDataGridViewTextBoxColumn,
            this.telefonoDataGridViewTextBoxColumn,
            this.emailDataGridViewTextBoxColumn,
            this.fotografiaCliente});
            this.dgvClientes.DataSource = this.vistaCLienteBindingSource;
            dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvClientes.DefaultCellStyle = dataGridViewCellStyle20;
            this.dgvClientes.Location = new System.Drawing.Point(0, 65);
            this.dgvClientes.MultiSelect = false;
            this.dgvClientes.Name = "dgvClientes";
            this.dgvClientes.ReadOnly = true;
            dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle21.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvClientes.RowHeadersDefaultCellStyle = dataGridViewCellStyle21;
            dataGridViewCellStyle22.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgvClientes.RowsDefaultCellStyle = dataGridViewCellStyle22;
            this.dgvClientes.RowTemplate.ContextMenuStrip = this.cmsClientes;
            this.dgvClientes.RowTemplate.Height = 60;
            this.dgvClientes.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvClientes.Size = new System.Drawing.Size(982, 288);
            this.dgvClientes.TabIndex = 2;
            // 
            // nombreCompleto
            // 
            this.nombreCompleto.DataPropertyName = "nombreCompleto";
            dataGridViewCellStyle14.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.nombreCompleto.DefaultCellStyle = dataGridViewCellStyle14;
            this.nombreCompleto.HeaderText = "Nombre";
            this.nombreCompleto.Name = "nombreCompleto";
            this.nombreCompleto.ReadOnly = true;
            this.nombreCompleto.Width = 350;
            // 
            // fotografiaCliente
            // 
            this.fotografiaCliente.DataPropertyName = "fotografiaCliente";
            dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle19.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle19.NullValue = null;
            this.fotografiaCliente.DefaultCellStyle = dataGridViewCellStyle19;
            this.fotografiaCliente.HeaderText = "Fotografia";
            this.fotografiaCliente.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
            this.fotografiaCliente.Name = "fotografiaCliente";
            this.fotografiaCliente.ReadOnly = true;
            // 
            // cmsClientes
            // 
            this.cmsClientes.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tratamientosVendidosToolStripMenuItem});
            this.cmsClientes.Name = "cmsClientes";
            this.cmsClientes.Size = new System.Drawing.Size(197, 26);
            // 
            // tratamientosVendidosToolStripMenuItem
            // 
            this.tratamientosVendidosToolStripMenuItem.Name = "tratamientosVendidosToolStripMenuItem";
            this.tratamientosVendidosToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
            this.tratamientosVendidosToolStripMenuItem.Text = "Tratamientos Vendidos";
            this.tratamientosVendidosToolStripMenuItem.Click += new System.EventHandler(this.tratamientosVendidosToolStripMenuItem_Click);
            // 
            // tpCitas
            // 
            this.tpCitas.Controls.Add(this.btnCancelarCita);
            this.tpCitas.Controls.Add(this.btnPagar);
            this.tpCitas.Controls.Add(this.btnAdministrar);
            this.tpCitas.Controls.Add(this.mbtnBuscarCita);
            this.tpCitas.Controls.Add(this.btnBorrarCita);
            this.tpCitas.Controls.Add(this.btnModificarCita);
            this.tpCitas.Controls.Add(this.tbBuscarCita);
            this.tpCitas.Controls.Add(this.dgvCitas);
            this.tpCitas.CustomBackground = false;
            this.tpCitas.HorizontalScrollbar = false;
            this.tpCitas.HorizontalScrollbarBarColor = true;
            this.tpCitas.HorizontalScrollbarHighlightOnWheel = false;
            this.tpCitas.HorizontalScrollbarSize = 10;
            this.tpCitas.Location = new System.Drawing.Point(4, 35);
            this.tpCitas.Name = "tpCitas";
            this.tpCitas.Size = new System.Drawing.Size(1017, 441);
            this.tpCitas.Style = MetroFramework.MetroColorStyle.Blue;
            this.tpCitas.StyleManager = null;
            this.tpCitas.TabIndex = 1;
            this.tpCitas.Text = "Citas";
            this.tpCitas.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tpCitas.VerticalScrollbar = false;
            this.tpCitas.VerticalScrollbarBarColor = true;
            this.tpCitas.VerticalScrollbarHighlightOnWheel = false;
            this.tpCitas.VerticalScrollbarSize = 10;
            this.tpCitas.Click += new System.EventHandler(this.tpCitas_Click);
            // 
            // btnCancelarCita
            // 
            this.btnCancelarCita.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnCancelarCita.Highlight = false;
            this.btnCancelarCita.Location = new System.Drawing.Point(830, 382);
            this.btnCancelarCita.Name = "btnCancelarCita";
            this.btnCancelarCita.Size = new System.Drawing.Size(180, 53);
            this.btnCancelarCita.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnCancelarCita.StyleManager = null;
            this.btnCancelarCita.TabIndex = 11;
            this.btnCancelarCita.Text = "Cancelar Cita";
            this.btnCancelarCita.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnCancelarCita.Click += new System.EventHandler(this.btnCancelarCita_Click);
            // 
            // btnPagar
            // 
            this.btnPagar.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnPagar.Highlight = false;
            this.btnPagar.Location = new System.Drawing.Point(8, 385);
            this.btnPagar.Name = "btnPagar";
            this.btnPagar.Size = new System.Drawing.Size(180, 53);
            this.btnPagar.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnPagar.StyleManager = null;
            this.btnPagar.TabIndex = 10;
            this.btnPagar.Text = "Pagar";
            this.btnPagar.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnPagar.Click += new System.EventHandler(this.btnPagar_Click);
            // 
            // btnAdministrar
            // 
            this.btnAdministrar.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnAdministrar.Highlight = false;
            this.btnAdministrar.Location = new System.Drawing.Point(635, 382);
            this.btnAdministrar.Name = "btnAdministrar";
            this.btnAdministrar.Size = new System.Drawing.Size(180, 53);
            this.btnAdministrar.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnAdministrar.StyleManager = null;
            this.btnAdministrar.TabIndex = 9;
            this.btnAdministrar.Text = "Pendientes";
            this.btnAdministrar.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnAdministrar.Click += new System.EventHandler(this.btnAdministrar_Click);
            // 
            // mbtnBuscarCita
            // 
            this.mbtnBuscarCita.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.mbtnBuscarCita.Highlight = false;
            this.mbtnBuscarCita.Location = new System.Drawing.Point(866, 14);
            this.mbtnBuscarCita.Name = "mbtnBuscarCita";
            this.mbtnBuscarCita.Size = new System.Drawing.Size(140, 40);
            this.mbtnBuscarCita.Style = MetroFramework.MetroColorStyle.Blue;
            this.mbtnBuscarCita.StyleManager = null;
            this.mbtnBuscarCita.TabIndex = 8;
            this.mbtnBuscarCita.Text = "Buscar..";
            this.mbtnBuscarCita.Theme = MetroFramework.MetroThemeStyle.Light;
            this.mbtnBuscarCita.Click += new System.EventHandler(this.btnBuscarCita_Click);
            // 
            // btnBorrarCita
            // 
            this.btnBorrarCita.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnBorrarCita.Highlight = false;
            this.btnBorrarCita.Location = new System.Drawing.Point(434, 378);
            this.btnBorrarCita.Name = "btnBorrarCita";
            this.btnBorrarCita.Size = new System.Drawing.Size(180, 60);
            this.btnBorrarCita.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBorrarCita.StyleManager = null;
            this.btnBorrarCita.TabIndex = 7;
            this.btnBorrarCita.Text = "Borrar";
            this.btnBorrarCita.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBorrarCita.Click += new System.EventHandler(this.btnBorrarCita_Click);
            // 
            // btnModificarCita
            // 
            this.btnModificarCita.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnModificarCita.Highlight = false;
            this.btnModificarCita.Location = new System.Drawing.Point(211, 382);
            this.btnModificarCita.Name = "btnModificarCita";
            this.btnModificarCita.Size = new System.Drawing.Size(180, 53);
            this.btnModificarCita.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnModificarCita.StyleManager = null;
            this.btnModificarCita.TabIndex = 6;
            this.btnModificarCita.Text = "Modificar";
            this.btnModificarCita.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnModificarCita.Click += new System.EventHandler(this.btnModificarCita_Click);
            // 
            // tbBuscarCita
            // 
            this.tbBuscarCita.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbBuscarCita.CustomBackground = false;
            this.tbBuscarCita.CustomForeColor = false;
            this.tbBuscarCita.FontSize = MetroFramework.MetroTextBoxSize.Small;
            this.tbBuscarCita.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbBuscarCita.Location = new System.Drawing.Point(0, 14);
            this.tbBuscarCita.Multiline = false;
            this.tbBuscarCita.Name = "tbBuscarCita";
            this.tbBuscarCita.SelectedText = "";
            this.tbBuscarCita.Size = new System.Drawing.Size(860, 40);
            this.tbBuscarCita.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbBuscarCita.StyleManager = null;
            this.tbBuscarCita.TabIndex = 3;
            this.tbBuscarCita.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbBuscarCita.UseStyleColors = false;
            // 
            // dgvCitas
            // 
            this.dgvCitas.AllowUserToAddRows = false;
            this.dgvCitas.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvCitas.AutoGenerateColumns = false;
            this.dgvCitas.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle23.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvCitas.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle23;
            this.dgvCitas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvCitas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.citaIDDataGridViewTextBoxColumn,
            this.ClienteID,
            this.NomCompletoClie,
            this.NomCompletoEmp,
            this.fechaDataGridViewTextBoxColumn,
            this.NombreServicio,
            this.costoDataGridViewTextBoxColumn1,
            this.telefonoDataGridViewTextBoxColumn2,
            this.descripcionDataGridViewTextBoxColumn1,
            this.Realizado,
            this.TratamientoID});
            this.dgvCitas.DataSource = this.vistaCitasBindingSource;
            dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvCitas.DefaultCellStyle = dataGridViewCellStyle24;
            this.dgvCitas.Location = new System.Drawing.Point(0, 60);
            this.dgvCitas.MultiSelect = false;
            this.dgvCitas.Name = "dgvCitas";
            this.dgvCitas.ReadOnly = true;
            dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle25.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle25.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle25.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle25.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvCitas.RowHeadersDefaultCellStyle = dataGridViewCellStyle25;
            dataGridViewCellStyle26.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgvCitas.RowsDefaultCellStyle = dataGridViewCellStyle26;
            this.dgvCitas.RowTemplate.Height = 60;
            this.dgvCitas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvCitas.Size = new System.Drawing.Size(1003, 299);
            this.dgvCitas.TabIndex = 2;
            this.dgvCitas.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCitas_CellClick);
            this.dgvCitas.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView3_CellContentClick);
            // 
            // tpAgenda
            // 
            this.tpAgenda.Controls.Add(this.monthViewAgenda);
            this.tpAgenda.Controls.Add(this.calendarAgenda);
            this.tpAgenda.CustomBackground = false;
            this.tpAgenda.HorizontalScrollbar = false;
            this.tpAgenda.HorizontalScrollbarBarColor = true;
            this.tpAgenda.HorizontalScrollbarHighlightOnWheel = false;
            this.tpAgenda.HorizontalScrollbarSize = 10;
            this.tpAgenda.Location = new System.Drawing.Point(4, 35);
            this.tpAgenda.Name = "tpAgenda";
            this.tpAgenda.Size = new System.Drawing.Size(1017, 441);
            this.tpAgenda.Style = MetroFramework.MetroColorStyle.Blue;
            this.tpAgenda.StyleManager = null;
            this.tpAgenda.TabIndex = 10;
            this.tpAgenda.Text = "Agenda";
            this.tpAgenda.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tpAgenda.VerticalScrollbar = false;
            this.tpAgenda.VerticalScrollbarBarColor = true;
            this.tpAgenda.VerticalScrollbarHighlightOnWheel = false;
            this.tpAgenda.VerticalScrollbarSize = 10;
            // 
            // monthViewAgenda
            // 
            this.monthViewAgenda.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.monthViewAgenda.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthViewAgenda.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthViewAgenda.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthViewAgenda.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthViewAgenda.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthViewAgenda.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthViewAgenda.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthViewAgenda.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthViewAgenda.Location = new System.Drawing.Point(-4, 0);
            this.monthViewAgenda.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthViewAgenda.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthViewAgenda.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthViewAgenda.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthViewAgenda.Name = "monthViewAgenda";
            this.monthViewAgenda.Size = new System.Drawing.Size(231, 433);
            this.monthViewAgenda.TabIndex = 3;
            this.monthViewAgenda.Text = "monthView1";
            this.monthViewAgenda.TodayBorderColor = System.Drawing.Color.Maroon;
            this.monthViewAgenda.SelectionChanged += new System.EventHandler(this.monthViewAgenda_SelectionChanged);
            // 
            // calendarAgenda
            // 
            this.calendarAgenda.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.calendarAgenda.Font = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            this.calendarAgenda.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5};
            this.calendarAgenda.Location = new System.Drawing.Point(233, 3);
            this.calendarAgenda.Name = "calendarAgenda";
            this.calendarAgenda.Size = new System.Drawing.Size(773, 423);
            this.calendarAgenda.TabIndex = 2;
            this.calendarAgenda.Text = "calendar1";
            this.calendarAgenda.LoadItems += new System.Windows.Forms.Calendar.Calendar.CalendarLoadEventHandler(this.calendarAgenda_LoadItems);
            this.calendarAgenda.ItemDoubleClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.calendarAgenda_ItemDoubleClick);
            // 
            // tpTarjetas
            // 
            this.tpTarjetas.Controls.Add(this.rbLucyFriends);
            this.tpTarjetas.Controls.Add(this.rbGiftCard);
            this.tpTarjetas.Controls.Add(this.rbVipCard);
            this.tpTarjetas.Controls.Add(this.tbNuevasTarjetas);
            this.tpTarjetas.Controls.Add(this.tbTarjetasLibres);
            this.tpTarjetas.Controls.Add(this.tbTarjetasAsignadas);
            this.tpTarjetas.Controls.Add(this.tbCantidadTarjetas);
            this.tpTarjetas.Controls.Add(this.tbCostoTarjetas);
            this.tpTarjetas.Controls.Add(this.lblNuevaTarjetas);
            this.tpTarjetas.Controls.Add(this.lblTarjetasLibres);
            this.tpTarjetas.Controls.Add(this.lblCantidadTarjetas);
            this.tpTarjetas.Controls.Add(this.lblTarjetasAsignadas);
            this.tpTarjetas.Controls.Add(this.lblCostoTarjeta);
            this.tpTarjetas.Controls.Add(this.btnBuscarTarjetas);
            this.tpTarjetas.Controls.Add(this.btnBorrarTarjeta);
            this.tpTarjetas.Controls.Add(this.btnModificarCostoTarjeta);
            this.tpTarjetas.Controls.Add(this.tbBuscarTarjeta);
            this.tpTarjetas.Controls.Add(this.btnAgregarTarjeta);
            this.tpTarjetas.Controls.Add(this.dgvTarjetas);
            this.tpTarjetas.CustomBackground = false;
            this.tpTarjetas.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tpTarjetas.HorizontalScrollbar = false;
            this.tpTarjetas.HorizontalScrollbarBarColor = true;
            this.tpTarjetas.HorizontalScrollbarHighlightOnWheel = false;
            this.tpTarjetas.HorizontalScrollbarSize = 10;
            this.tpTarjetas.Location = new System.Drawing.Point(4, 35);
            this.tpTarjetas.Name = "tpTarjetas";
            this.tpTarjetas.Size = new System.Drawing.Size(1017, 441);
            this.tpTarjetas.Style = MetroFramework.MetroColorStyle.Blue;
            this.tpTarjetas.StyleManager = null;
            this.tpTarjetas.TabIndex = 7;
            this.tpTarjetas.Text = "Tarjetas";
            this.tpTarjetas.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tpTarjetas.VerticalScrollbar = false;
            this.tpTarjetas.VerticalScrollbarBarColor = true;
            this.tpTarjetas.VerticalScrollbarHighlightOnWheel = false;
            this.tpTarjetas.VerticalScrollbarSize = 10;
            this.tpTarjetas.Click += new System.EventHandler(this.tpTarjetas_Click);
            // 
            // rbLucyFriends
            // 
            this.rbLucyFriends.AutoSize = true;
            this.rbLucyFriends.BackColor = System.Drawing.Color.White;
            this.rbLucyFriends.Location = new System.Drawing.Point(223, 19);
            this.rbLucyFriends.Name = "rbLucyFriends";
            this.rbLucyFriends.Size = new System.Drawing.Size(117, 24);
            this.rbLucyFriends.TabIndex = 28;
            this.rbLucyFriends.TabStop = true;
            this.rbLucyFriends.Text = "Lucy Friends";
            this.rbLucyFriends.UseVisualStyleBackColor = false;
            this.rbLucyFriends.CheckedChanged += new System.EventHandler(this.rbLucyFriends_CheckedChanged);
            // 
            // rbGiftCard
            // 
            this.rbGiftCard.AutoSize = true;
            this.rbGiftCard.BackColor = System.Drawing.Color.White;
            this.rbGiftCard.Location = new System.Drawing.Point(126, 19);
            this.rbGiftCard.Name = "rbGiftCard";
            this.rbGiftCard.Size = new System.Drawing.Size(91, 24);
            this.rbGiftCard.TabIndex = 27;
            this.rbGiftCard.TabStop = true;
            this.rbGiftCard.Text = "Gift Card";
            this.rbGiftCard.UseVisualStyleBackColor = false;
            this.rbGiftCard.CheckedChanged += new System.EventHandler(this.rbGiftCard_CheckedChanged);
            // 
            // rbVipCard
            // 
            this.rbVipCard.AutoSize = true;
            this.rbVipCard.BackColor = System.Drawing.Color.White;
            this.rbVipCard.Location = new System.Drawing.Point(32, 19);
            this.rbVipCard.Name = "rbVipCard";
            this.rbVipCard.Size = new System.Drawing.Size(88, 24);
            this.rbVipCard.TabIndex = 26;
            this.rbVipCard.TabStop = true;
            this.rbVipCard.Text = "Vip Card";
            this.rbVipCard.UseVisualStyleBackColor = false;
            this.rbVipCard.CheckedChanged += new System.EventHandler(this.rbVipCard_CheckedChanged);
            // 
            // tbNuevasTarjetas
            // 
            this.tbNuevasTarjetas.CustomBackground = false;
            this.tbNuevasTarjetas.CustomForeColor = false;
            this.tbNuevasTarjetas.FontSize = MetroFramework.MetroTextBoxSize.Tall;
            this.tbNuevasTarjetas.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbNuevasTarjetas.Location = new System.Drawing.Point(192, 256);
            this.tbNuevasTarjetas.Multiline = false;
            this.tbNuevasTarjetas.Name = "tbNuevasTarjetas";
            this.tbNuevasTarjetas.SelectedText = "";
            this.tbNuevasTarjetas.Size = new System.Drawing.Size(187, 40);
            this.tbNuevasTarjetas.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbNuevasTarjetas.StyleManager = null;
            this.tbNuevasTarjetas.TabIndex = 25;
            this.tbNuevasTarjetas.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbNuevasTarjetas.UseStyleColors = false;
            this.tbNuevasTarjetas.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbNuevasTarjetas_KeyPress);
            // 
            // tbTarjetasLibres
            // 
            this.tbTarjetasLibres.CustomBackground = false;
            this.tbTarjetasLibres.CustomForeColor = false;
            this.tbTarjetasLibres.Enabled = false;
            this.tbTarjetasLibres.FontSize = MetroFramework.MetroTextBoxSize.Tall;
            this.tbTarjetasLibres.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbTarjetasLibres.Location = new System.Drawing.Point(192, 210);
            this.tbTarjetasLibres.Multiline = false;
            this.tbTarjetasLibres.Name = "tbTarjetasLibres";
            this.tbTarjetasLibres.SelectedText = "";
            this.tbTarjetasLibres.Size = new System.Drawing.Size(187, 40);
            this.tbTarjetasLibres.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbTarjetasLibres.StyleManager = null;
            this.tbTarjetasLibres.TabIndex = 24;
            this.tbTarjetasLibres.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbTarjetasLibres.UseStyleColors = false;
            // 
            // tbTarjetasAsignadas
            // 
            this.tbTarjetasAsignadas.CustomBackground = false;
            this.tbTarjetasAsignadas.CustomForeColor = false;
            this.tbTarjetasAsignadas.Enabled = false;
            this.tbTarjetasAsignadas.FontSize = MetroFramework.MetroTextBoxSize.Tall;
            this.tbTarjetasAsignadas.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbTarjetasAsignadas.Location = new System.Drawing.Point(192, 164);
            this.tbTarjetasAsignadas.Multiline = false;
            this.tbTarjetasAsignadas.Name = "tbTarjetasAsignadas";
            this.tbTarjetasAsignadas.SelectedText = "";
            this.tbTarjetasAsignadas.Size = new System.Drawing.Size(187, 40);
            this.tbTarjetasAsignadas.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbTarjetasAsignadas.StyleManager = null;
            this.tbTarjetasAsignadas.TabIndex = 23;
            this.tbTarjetasAsignadas.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbTarjetasAsignadas.UseStyleColors = false;
            // 
            // tbCantidadTarjetas
            // 
            this.tbCantidadTarjetas.CustomBackground = false;
            this.tbCantidadTarjetas.CustomForeColor = false;
            this.tbCantidadTarjetas.Enabled = false;
            this.tbCantidadTarjetas.FontSize = MetroFramework.MetroTextBoxSize.Tall;
            this.tbCantidadTarjetas.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbCantidadTarjetas.Location = new System.Drawing.Point(192, 118);
            this.tbCantidadTarjetas.Multiline = false;
            this.tbCantidadTarjetas.Name = "tbCantidadTarjetas";
            this.tbCantidadTarjetas.SelectedText = "";
            this.tbCantidadTarjetas.Size = new System.Drawing.Size(187, 40);
            this.tbCantidadTarjetas.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbCantidadTarjetas.StyleManager = null;
            this.tbCantidadTarjetas.TabIndex = 22;
            this.tbCantidadTarjetas.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbCantidadTarjetas.UseStyleColors = false;
            // 
            // tbCostoTarjetas
            // 
            this.tbCostoTarjetas.CustomBackground = false;
            this.tbCostoTarjetas.CustomForeColor = false;
            this.tbCostoTarjetas.Enabled = false;
            this.tbCostoTarjetas.FontSize = MetroFramework.MetroTextBoxSize.Tall;
            this.tbCostoTarjetas.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbCostoTarjetas.Location = new System.Drawing.Point(192, 72);
            this.tbCostoTarjetas.Multiline = false;
            this.tbCostoTarjetas.Name = "tbCostoTarjetas";
            this.tbCostoTarjetas.SelectedText = "";
            this.tbCostoTarjetas.Size = new System.Drawing.Size(187, 40);
            this.tbCostoTarjetas.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbCostoTarjetas.StyleManager = null;
            this.tbCostoTarjetas.TabIndex = 21;
            this.tbCostoTarjetas.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbCostoTarjetas.UseStyleColors = false;
            // 
            // lblNuevaTarjetas
            // 
            this.lblNuevaTarjetas.AutoSize = true;
            this.lblNuevaTarjetas.CustomBackground = false;
            this.lblNuevaTarjetas.CustomForeColor = false;
            this.lblNuevaTarjetas.FontSize = MetroFramework.MetroLabelSize.Tall;
            this.lblNuevaTarjetas.FontWeight = MetroFramework.MetroLabelWeight.Light;
            this.lblNuevaTarjetas.LabelMode = MetroFramework.Controls.MetroLabelMode.Default;
            this.lblNuevaTarjetas.Location = new System.Drawing.Point(1, 264);
            this.lblNuevaTarjetas.Name = "lblNuevaTarjetas";
            this.lblNuevaTarjetas.Size = new System.Drawing.Size(191, 25);
            this.lblNuevaTarjetas.Style = MetroFramework.MetroColorStyle.Blue;
            this.lblNuevaTarjetas.StyleManager = null;
            this.lblNuevaTarjetas.TabIndex = 20;
            this.lblNuevaTarjetas.Text = "Agregar/Borrar Tarjetas:";
            this.lblNuevaTarjetas.Theme = MetroFramework.MetroThemeStyle.Light;
            this.lblNuevaTarjetas.UseStyleColors = false;
            // 
            // lblTarjetasLibres
            // 
            this.lblTarjetasLibres.AutoSize = true;
            this.lblTarjetasLibres.CustomBackground = false;
            this.lblTarjetasLibres.CustomForeColor = false;
            this.lblTarjetasLibres.FontSize = MetroFramework.MetroLabelSize.Tall;
            this.lblTarjetasLibres.FontWeight = MetroFramework.MetroLabelWeight.Light;
            this.lblTarjetasLibres.LabelMode = MetroFramework.Controls.MetroLabelMode.Default;
            this.lblTarjetasLibres.Location = new System.Drawing.Point(-3, 218);
            this.lblTarjetasLibres.Name = "lblTarjetasLibres";
            this.lblTarjetasLibres.Size = new System.Drawing.Size(120, 25);
            this.lblTarjetasLibres.Style = MetroFramework.MetroColorStyle.Blue;
            this.lblTarjetasLibres.StyleManager = null;
            this.lblTarjetasLibres.TabIndex = 19;
            this.lblTarjetasLibres.Text = "Tarjetas Libres:";
            this.lblTarjetasLibres.Theme = MetroFramework.MetroThemeStyle.Light;
            this.lblTarjetasLibres.UseStyleColors = false;
            // 
            // lblCantidadTarjetas
            // 
            this.lblCantidadTarjetas.AutoSize = true;
            this.lblCantidadTarjetas.CustomBackground = false;
            this.lblCantidadTarjetas.CustomForeColor = false;
            this.lblCantidadTarjetas.FontSize = MetroFramework.MetroLabelSize.Tall;
            this.lblCantidadTarjetas.FontWeight = MetroFramework.MetroLabelWeight.Light;
            this.lblCantidadTarjetas.LabelMode = MetroFramework.Controls.MetroLabelMode.Default;
            this.lblCantidadTarjetas.Location = new System.Drawing.Point(-3, 126);
            this.lblCantidadTarjetas.Name = "lblCantidadTarjetas";
            this.lblCantidadTarjetas.Size = new System.Drawing.Size(144, 25);
            this.lblCantidadTarjetas.Style = MetroFramework.MetroColorStyle.Blue;
            this.lblCantidadTarjetas.StyleManager = null;
            this.lblCantidadTarjetas.TabIndex = 18;
            this.lblCantidadTarjetas.Text = "Cantidad Tarjetas:";
            this.lblCantidadTarjetas.Theme = MetroFramework.MetroThemeStyle.Light;
            this.lblCantidadTarjetas.UseStyleColors = false;
            // 
            // lblTarjetasAsignadas
            // 
            this.lblTarjetasAsignadas.AutoSize = true;
            this.lblTarjetasAsignadas.CustomBackground = false;
            this.lblTarjetasAsignadas.CustomForeColor = false;
            this.lblTarjetasAsignadas.FontSize = MetroFramework.MetroLabelSize.Tall;
            this.lblTarjetasAsignadas.FontWeight = MetroFramework.MetroLabelWeight.Light;
            this.lblTarjetasAsignadas.LabelMode = MetroFramework.Controls.MetroLabelMode.Default;
            this.lblTarjetasAsignadas.Location = new System.Drawing.Point(-3, 172);
            this.lblTarjetasAsignadas.Name = "lblTarjetasAsignadas";
            this.lblTarjetasAsignadas.Size = new System.Drawing.Size(153, 25);
            this.lblTarjetasAsignadas.Style = MetroFramework.MetroColorStyle.Blue;
            this.lblTarjetasAsignadas.StyleManager = null;
            this.lblTarjetasAsignadas.TabIndex = 17;
            this.lblTarjetasAsignadas.Text = "Tarjetas Asignadas:";
            this.lblTarjetasAsignadas.Theme = MetroFramework.MetroThemeStyle.Light;
            this.lblTarjetasAsignadas.UseStyleColors = false;
            // 
            // lblCostoTarjeta
            // 
            this.lblCostoTarjeta.AutoSize = true;
            this.lblCostoTarjeta.CustomBackground = false;
            this.lblCostoTarjeta.CustomForeColor = false;
            this.lblCostoTarjeta.FontSize = MetroFramework.MetroLabelSize.Tall;
            this.lblCostoTarjeta.FontWeight = MetroFramework.MetroLabelWeight.Light;
            this.lblCostoTarjeta.LabelMode = MetroFramework.Controls.MetroLabelMode.Default;
            this.lblCostoTarjeta.Location = new System.Drawing.Point(-3, 80);
            this.lblCostoTarjeta.Name = "lblCostoTarjeta";
            this.lblCostoTarjeta.Size = new System.Drawing.Size(143, 25);
            this.lblCostoTarjeta.Style = MetroFramework.MetroColorStyle.Blue;
            this.lblCostoTarjeta.StyleManager = null;
            this.lblCostoTarjeta.TabIndex = 16;
            this.lblCostoTarjeta.Text = "Costo de Tarjetas:";
            this.lblCostoTarjeta.Theme = MetroFramework.MetroThemeStyle.Light;
            this.lblCostoTarjeta.UseStyleColors = false;
            // 
            // btnBuscarTarjetas
            // 
            this.btnBuscarTarjetas.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBuscarTarjetas.Highlight = false;
            this.btnBuscarTarjetas.Location = new System.Drawing.Point(658, 42);
            this.btnBuscarTarjetas.Name = "btnBuscarTarjetas";
            this.btnBuscarTarjetas.Size = new System.Drawing.Size(140, 40);
            this.btnBuscarTarjetas.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBuscarTarjetas.StyleManager = null;
            this.btnBuscarTarjetas.TabIndex = 15;
            this.btnBuscarTarjetas.Text = "Buscar..";
            this.btnBuscarTarjetas.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBuscarTarjetas.Click += new System.EventHandler(this.btnBuscarTarjetas_Click);
            // 
            // btnBorrarTarjeta
            // 
            this.btnBorrarTarjeta.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnBorrarTarjeta.Highlight = false;
            this.btnBorrarTarjeta.Location = new System.Drawing.Point(516, 366);
            this.btnBorrarTarjeta.Name = "btnBorrarTarjeta";
            this.btnBorrarTarjeta.Size = new System.Drawing.Size(180, 60);
            this.btnBorrarTarjeta.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBorrarTarjeta.StyleManager = null;
            this.btnBorrarTarjeta.TabIndex = 14;
            this.btnBorrarTarjeta.Text = "Borrar";
            this.btnBorrarTarjeta.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBorrarTarjeta.Click += new System.EventHandler(this.btnBorrarTarjeta_Click);
            // 
            // btnModificarCostoTarjeta
            // 
            this.btnModificarCostoTarjeta.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnModificarCostoTarjeta.Highlight = false;
            this.btnModificarCostoTarjeta.Location = new System.Drawing.Point(301, 366);
            this.btnModificarCostoTarjeta.Name = "btnModificarCostoTarjeta";
            this.btnModificarCostoTarjeta.Size = new System.Drawing.Size(180, 60);
            this.btnModificarCostoTarjeta.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnModificarCostoTarjeta.StyleManager = null;
            this.btnModificarCostoTarjeta.TabIndex = 13;
            this.btnModificarCostoTarjeta.Text = "Cambiar Costo de Tarjetas";
            this.btnModificarCostoTarjeta.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnModificarCostoTarjeta.Click += new System.EventHandler(this.btnModificarCostoTarjeta_Click);
            // 
            // tbBuscarTarjeta
            // 
            this.tbBuscarTarjeta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbBuscarTarjeta.CustomBackground = false;
            this.tbBuscarTarjeta.CustomForeColor = false;
            this.tbBuscarTarjeta.FontSize = MetroFramework.MetroTextBoxSize.Tall;
            this.tbBuscarTarjeta.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbBuscarTarjeta.Location = new System.Drawing.Point(434, 42);
            this.tbBuscarTarjeta.Multiline = false;
            this.tbBuscarTarjeta.Name = "tbBuscarTarjeta";
            this.tbBuscarTarjeta.SelectedText = "";
            this.tbBuscarTarjeta.Size = new System.Drawing.Size(218, 40);
            this.tbBuscarTarjeta.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbBuscarTarjeta.StyleManager = null;
            this.tbBuscarTarjeta.TabIndex = 12;
            this.tbBuscarTarjeta.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbBuscarTarjeta.UseStyleColors = false;
            // 
            // btnAgregarTarjeta
            // 
            this.btnAgregarTarjeta.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnAgregarTarjeta.Highlight = false;
            this.btnAgregarTarjeta.Location = new System.Drawing.Point(85, 366);
            this.btnAgregarTarjeta.Name = "btnAgregarTarjeta";
            this.btnAgregarTarjeta.Size = new System.Drawing.Size(180, 60);
            this.btnAgregarTarjeta.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnAgregarTarjeta.StyleManager = null;
            this.btnAgregarTarjeta.TabIndex = 11;
            this.btnAgregarTarjeta.Text = "Agregar";
            this.btnAgregarTarjeta.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnAgregarTarjeta.Click += new System.EventHandler(this.btnAgregarTarjeta_Click);
            // 
            // dgvTarjetas
            // 
            this.dgvTarjetas.AllowUserToAddRows = false;
            this.dgvTarjetas.AllowUserToDeleteRows = false;
            this.dgvTarjetas.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvTarjetas.AutoGenerateColumns = false;
            this.dgvTarjetas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvTarjetas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.tarjetaIDDataGridViewTextBoxColumn,
            this.nombreCompletoDataGridViewTextBoxColumn,
            this.fecchaCompraDataGridViewTextBoxColumn});
            this.dgvTarjetas.DataSource = this.vistaClientesConTarjetasBindingSource;
            this.dgvTarjetas.Location = new System.Drawing.Point(434, 88);
            this.dgvTarjetas.Name = "dgvTarjetas";
            this.dgvTarjetas.ReadOnly = true;
            dataGridViewCellStyle30.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgvTarjetas.RowsDefaultCellStyle = dataGridViewCellStyle30;
            this.dgvTarjetas.RowTemplate.Height = 60;
            this.dgvTarjetas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvTarjetas.Size = new System.Drawing.Size(364, 212);
            this.dgvTarjetas.TabIndex = 10;
            // 
            // tarjetaIDDataGridViewTextBoxColumn
            // 
            this.tarjetaIDDataGridViewTextBoxColumn.DataPropertyName = "TarjetaID";
            dataGridViewCellStyle27.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tarjetaIDDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle27;
            this.tarjetaIDDataGridViewTextBoxColumn.HeaderText = "Numero de Tarjeta";
            this.tarjetaIDDataGridViewTextBoxColumn.Name = "tarjetaIDDataGridViewTextBoxColumn";
            this.tarjetaIDDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // nombreCompletoDataGridViewTextBoxColumn
            // 
            this.nombreCompletoDataGridViewTextBoxColumn.DataPropertyName = "nombreCompleto";
            dataGridViewCellStyle28.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.nombreCompletoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle28;
            this.nombreCompletoDataGridViewTextBoxColumn.HeaderText = "Nombre del Clientte";
            this.nombreCompletoDataGridViewTextBoxColumn.Name = "nombreCompletoDataGridViewTextBoxColumn";
            this.nombreCompletoDataGridViewTextBoxColumn.ReadOnly = true;
            this.nombreCompletoDataGridViewTextBoxColumn.Width = 300;
            // 
            // fecchaCompraDataGridViewTextBoxColumn
            // 
            this.fecchaCompraDataGridViewTextBoxColumn.DataPropertyName = "FecchaCompra";
            dataGridViewCellStyle29.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fecchaCompraDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle29;
            this.fecchaCompraDataGridViewTextBoxColumn.HeaderText = "Feccha de Compra";
            this.fecchaCompraDataGridViewTextBoxColumn.Name = "fecchaCompraDataGridViewTextBoxColumn";
            this.fecchaCompraDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // vistaClientesConTarjetasBindingSource
            // 
            this.vistaClientesConTarjetasBindingSource.DataMember = "VistaClientesConTarjetas";
            this.vistaClientesConTarjetasBindingSource.DataSource = this.dSTarjetas;
            // 
            // dSTarjetas
            // 
            this.dSTarjetas.DataSetName = "DSTarjetas";
            this.dSTarjetas.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // tpProductos
            // 
            this.tpProductos.Controls.Add(this.btnBuscarProducto);
            this.tpProductos.Controls.Add(this.btnBorrarProductos);
            this.tpProductos.Controls.Add(this.btnModificarProductos);
            this.tpProductos.Controls.Add(this.tbBuscarProductos);
            this.tpProductos.Controls.Add(this.btnAgregarProductos);
            this.tpProductos.Controls.Add(this.dgvProductos);
            this.tpProductos.CustomBackground = false;
            this.tpProductos.HorizontalScrollbar = false;
            this.tpProductos.HorizontalScrollbarBarColor = true;
            this.tpProductos.HorizontalScrollbarHighlightOnWheel = false;
            this.tpProductos.HorizontalScrollbarSize = 10;
            this.tpProductos.Location = new System.Drawing.Point(4, 35);
            this.tpProductos.Name = "tpProductos";
            this.tpProductos.Size = new System.Drawing.Size(1017, 441);
            this.tpProductos.Style = MetroFramework.MetroColorStyle.Blue;
            this.tpProductos.StyleManager = null;
            this.tpProductos.TabIndex = 8;
            this.tpProductos.Text = "Productos";
            this.tpProductos.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tpProductos.VerticalScrollbar = false;
            this.tpProductos.VerticalScrollbarBarColor = true;
            this.tpProductos.VerticalScrollbarHighlightOnWheel = false;
            this.tpProductos.VerticalScrollbarSize = 10;
            // 
            // btnBuscarProducto
            // 
            this.btnBuscarProducto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBuscarProducto.Highlight = false;
            this.btnBuscarProducto.Location = new System.Drawing.Point(866, 14);
            this.btnBuscarProducto.Name = "btnBuscarProducto";
            this.btnBuscarProducto.Size = new System.Drawing.Size(140, 40);
            this.btnBuscarProducto.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBuscarProducto.StyleManager = null;
            this.btnBuscarProducto.TabIndex = 15;
            this.btnBuscarProducto.Text = "Buscar..";
            this.btnBuscarProducto.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBuscarProducto.Click += new System.EventHandler(this.btnBuscarProducto_Click);
            // 
            // btnBorrarProductos
            // 
            this.btnBorrarProductos.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnBorrarProductos.Highlight = false;
            this.btnBorrarProductos.Location = new System.Drawing.Point(597, 366);
            this.btnBorrarProductos.Name = "btnBorrarProductos";
            this.btnBorrarProductos.Size = new System.Drawing.Size(180, 60);
            this.btnBorrarProductos.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBorrarProductos.StyleManager = null;
            this.btnBorrarProductos.TabIndex = 14;
            this.btnBorrarProductos.Text = "Borrar";
            this.btnBorrarProductos.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBorrarProductos.Click += new System.EventHandler(this.btnBorrarProductos_Click);
            // 
            // btnModificarProductos
            // 
            this.btnModificarProductos.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnModificarProductos.Highlight = false;
            this.btnModificarProductos.Location = new System.Drawing.Point(391, 366);
            this.btnModificarProductos.Name = "btnModificarProductos";
            this.btnModificarProductos.Size = new System.Drawing.Size(180, 60);
            this.btnModificarProductos.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnModificarProductos.StyleManager = null;
            this.btnModificarProductos.TabIndex = 13;
            this.btnModificarProductos.Text = "Modificar";
            this.btnModificarProductos.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnModificarProductos.Click += new System.EventHandler(this.btnModificarProductos_Click);
            // 
            // tbBuscarProductos
            // 
            this.tbBuscarProductos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbBuscarProductos.CustomBackground = false;
            this.tbBuscarProductos.CustomForeColor = false;
            this.tbBuscarProductos.FontSize = MetroFramework.MetroTextBoxSize.Small;
            this.tbBuscarProductos.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbBuscarProductos.Location = new System.Drawing.Point(0, 14);
            this.tbBuscarProductos.Multiline = false;
            this.tbBuscarProductos.Name = "tbBuscarProductos";
            this.tbBuscarProductos.SelectedText = "";
            this.tbBuscarProductos.Size = new System.Drawing.Size(860, 40);
            this.tbBuscarProductos.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbBuscarProductos.StyleManager = null;
            this.tbBuscarProductos.TabIndex = 12;
            this.tbBuscarProductos.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbBuscarProductos.UseStyleColors = false;
            // 
            // btnAgregarProductos
            // 
            this.btnAgregarProductos.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnAgregarProductos.Highlight = false;
            this.btnAgregarProductos.Location = new System.Drawing.Point(166, 366);
            this.btnAgregarProductos.Name = "btnAgregarProductos";
            this.btnAgregarProductos.Size = new System.Drawing.Size(180, 60);
            this.btnAgregarProductos.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnAgregarProductos.StyleManager = null;
            this.btnAgregarProductos.TabIndex = 11;
            this.btnAgregarProductos.Text = "Agregar";
            this.btnAgregarProductos.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnAgregarProductos.Click += new System.EventHandler(this.btnAgregarProductos_Click);
            // 
            // dgvProductos
            // 
            this.dgvProductos.AllowUserToAddRows = false;
            this.dgvProductos.AllowUserToDeleteRows = false;
            this.dgvProductos.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvProductos.AutoGenerateColumns = false;
            dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle31.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle31.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle31.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle31.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle31.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle31.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvProductos.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle31;
            this.dgvProductos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvProductos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.productoIDDataGridViewTextBoxColumn,
            this.nombreDataGridViewTextBoxColumn6,
            this.precioDataGridViewTextBoxColumn,
            this.costoDataGridViewTextBoxColumn3,
            this.cantidadDataGridViewTextBoxColumn,
            this.descripcionDataGridViewTextBoxColumn4});
            this.dgvProductos.DataSource = this.productosBindingSource;
            dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle32.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle32.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvProductos.DefaultCellStyle = dataGridViewCellStyle32;
            this.dgvProductos.Location = new System.Drawing.Point(3, 78);
            this.dgvProductos.MultiSelect = false;
            this.dgvProductos.Name = "dgvProductos";
            this.dgvProductos.ReadOnly = true;
            dataGridViewCellStyle33.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgvProductos.RowsDefaultCellStyle = dataGridViewCellStyle33;
            this.dgvProductos.RowTemplate.Height = 60;
            this.dgvProductos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvProductos.Size = new System.Drawing.Size(1003, 282);
            this.dgvProductos.TabIndex = 10;
            // 
            // tpCuartos
            // 
            this.tpCuartos.Controls.Add(this.btnRelacionCuartoServicios);
            this.tpCuartos.Controls.Add(this.btnModificar);
            this.tpCuartos.Controls.Add(this.btnBuscarCuarto);
            this.tpCuartos.Controls.Add(this.btnNuevoCuarto);
            this.tpCuartos.Controls.Add(this.btnBorrarCuarto);
            this.tpCuartos.Controls.Add(this.tbBuscarCuarto);
            this.tpCuartos.Controls.Add(this.dgvCuartos);
            this.tpCuartos.CustomBackground = false;
            this.tpCuartos.HorizontalScrollbar = false;
            this.tpCuartos.HorizontalScrollbarBarColor = true;
            this.tpCuartos.HorizontalScrollbarHighlightOnWheel = false;
            this.tpCuartos.HorizontalScrollbarSize = 10;
            this.tpCuartos.Location = new System.Drawing.Point(4, 35);
            this.tpCuartos.Name = "tpCuartos";
            this.tpCuartos.Size = new System.Drawing.Size(1017, 441);
            this.tpCuartos.Style = MetroFramework.MetroColorStyle.Blue;
            this.tpCuartos.StyleManager = null;
            this.tpCuartos.TabIndex = 9;
            this.tpCuartos.Text = "Cuartos";
            this.tpCuartos.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tpCuartos.VerticalScrollbar = false;
            this.tpCuartos.VerticalScrollbarBarColor = true;
            this.tpCuartos.VerticalScrollbarHighlightOnWheel = false;
            this.tpCuartos.VerticalScrollbarSize = 10;
            this.tpCuartos.Click += new System.EventHandler(this.tpCuartos_Click);
            // 
            // btnRelacionCuartoServicios
            // 
            this.btnRelacionCuartoServicios.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnRelacionCuartoServicios.Highlight = false;
            this.btnRelacionCuartoServicios.Location = new System.Drawing.Point(724, 366);
            this.btnRelacionCuartoServicios.Name = "btnRelacionCuartoServicios";
            this.btnRelacionCuartoServicios.Size = new System.Drawing.Size(180, 60);
            this.btnRelacionCuartoServicios.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnRelacionCuartoServicios.StyleManager = null;
            this.btnRelacionCuartoServicios.TabIndex = 23;
            this.btnRelacionCuartoServicios.Text = "Relacion con Servicios";
            this.btnRelacionCuartoServicios.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnRelacionCuartoServicios.Click += new System.EventHandler(this.btnRelacionCuartoServicios_Click);
            // 
            // btnModificar
            // 
            this.btnModificar.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnModificar.Highlight = false;
            this.btnModificar.Location = new System.Drawing.Point(317, 366);
            this.btnModificar.Name = "btnModificar";
            this.btnModificar.Size = new System.Drawing.Size(180, 60);
            this.btnModificar.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnModificar.StyleManager = null;
            this.btnModificar.TabIndex = 22;
            this.btnModificar.Text = "Modificar";
            this.btnModificar.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnModificar.Click += new System.EventHandler(this.btnModificar_Click);
            // 
            // btnBuscarCuarto
            // 
            this.btnBuscarCuarto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBuscarCuarto.Highlight = false;
            this.btnBuscarCuarto.Location = new System.Drawing.Point(866, 14);
            this.btnBuscarCuarto.Name = "btnBuscarCuarto";
            this.btnBuscarCuarto.Size = new System.Drawing.Size(140, 40);
            this.btnBuscarCuarto.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBuscarCuarto.StyleManager = null;
            this.btnBuscarCuarto.TabIndex = 21;
            this.btnBuscarCuarto.Text = "Buscar..";
            this.btnBuscarCuarto.Theme = MetroFramework.MetroThemeStyle.Light;
            // 
            // btnNuevoCuarto
            // 
            this.btnNuevoCuarto.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnNuevoCuarto.Highlight = false;
            this.btnNuevoCuarto.Location = new System.Drawing.Point(92, 366);
            this.btnNuevoCuarto.Name = "btnNuevoCuarto";
            this.btnNuevoCuarto.Size = new System.Drawing.Size(180, 60);
            this.btnNuevoCuarto.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnNuevoCuarto.StyleManager = null;
            this.btnNuevoCuarto.TabIndex = 20;
            this.btnNuevoCuarto.Text = "Agregar Cuarto";
            this.btnNuevoCuarto.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnNuevoCuarto.Click += new System.EventHandler(this.btnNuevoCuarto_Click);
            // 
            // btnBorrarCuarto
            // 
            this.btnBorrarCuarto.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnBorrarCuarto.Highlight = false;
            this.btnBorrarCuarto.Location = new System.Drawing.Point(523, 366);
            this.btnBorrarCuarto.Name = "btnBorrarCuarto";
            this.btnBorrarCuarto.Size = new System.Drawing.Size(180, 60);
            this.btnBorrarCuarto.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBorrarCuarto.StyleManager = null;
            this.btnBorrarCuarto.TabIndex = 19;
            this.btnBorrarCuarto.Text = "Borrar";
            this.btnBorrarCuarto.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBorrarCuarto.Click += new System.EventHandler(this.btnBorrarCuarto_Click);
            // 
            // tbBuscarCuarto
            // 
            this.tbBuscarCuarto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbBuscarCuarto.CustomBackground = false;
            this.tbBuscarCuarto.CustomForeColor = false;
            this.tbBuscarCuarto.FontSize = MetroFramework.MetroTextBoxSize.Small;
            this.tbBuscarCuarto.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbBuscarCuarto.Location = new System.Drawing.Point(0, 14);
            this.tbBuscarCuarto.Multiline = false;
            this.tbBuscarCuarto.Name = "tbBuscarCuarto";
            this.tbBuscarCuarto.SelectedText = "";
            this.tbBuscarCuarto.Size = new System.Drawing.Size(860, 40);
            this.tbBuscarCuarto.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbBuscarCuarto.StyleManager = null;
            this.tbBuscarCuarto.TabIndex = 17;
            this.tbBuscarCuarto.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbBuscarCuarto.UseStyleColors = false;
            // 
            // dgvCuartos
            // 
            this.dgvCuartos.AllowUserToAddRows = false;
            this.dgvCuartos.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvCuartos.AutoGenerateColumns = false;
            dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle34.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle34.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle34.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle34.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle34.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvCuartos.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle34;
            this.dgvCuartos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvCuartos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnaNumeroCuarto,
            this.ColumnaNombreCuarto,
            this.ColumnaDescripcionCuarto});
            this.dgvCuartos.DataSource = this.cuartoBindingSource;
            dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle35.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle35.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle35.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle35.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle35.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvCuartos.DefaultCellStyle = dataGridViewCellStyle35;
            this.dgvCuartos.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
            this.dgvCuartos.Location = new System.Drawing.Point(3, 60);
            this.dgvCuartos.MultiSelect = false;
            this.dgvCuartos.Name = "dgvCuartos";
            dataGridViewCellStyle36.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgvCuartos.RowsDefaultCellStyle = dataGridViewCellStyle36;
            this.dgvCuartos.RowTemplate.Height = 60;
            this.dgvCuartos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvCuartos.Size = new System.Drawing.Size(1003, 282);
            this.dgvCuartos.TabIndex = 15;
            this.dgvCuartos.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCuartos_CellClick);
            this.dgvCuartos.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCuartos_CellContentClick);
            this.dgvCuartos.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCuartos_CellEndEdit);
            this.dgvCuartos.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvCuartos_UserDeletedRow);
            this.dgvCuartos.RegionChanged += new System.EventHandler(this.dgvCuartos_RegionChanged);
            this.dgvCuartos.Click += new System.EventHandler(this.dgvCuartos_Click);
            // 
            // ColumnaNombreCuarto
            // 
            this.ColumnaNombreCuarto.DataPropertyName = "Nombre";
            this.ColumnaNombreCuarto.HeaderText = "Nombre";
            this.ColumnaNombreCuarto.Name = "ColumnaNombreCuarto";
            this.ColumnaNombreCuarto.ReadOnly = true;
            this.ColumnaNombreCuarto.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.ColumnaNombreCuarto.Width = 150;
            // 
            // tpEquipo
            // 
            this.tpEquipo.Controls.Add(this.btnBorrarEquipo);
            this.tpEquipo.Controls.Add(this.btnModificarEquipo);
            this.tpEquipo.Controls.Add(this.btnAgregarEquipo);
            this.tpEquipo.Controls.Add(this.btnBuscarEquipo);
            this.tpEquipo.Controls.Add(this.tbBuscarEquipo);
            this.tpEquipo.Controls.Add(this.dgvEquipo);
            this.tpEquipo.CustomBackground = false;
            this.tpEquipo.HorizontalScrollbar = false;
            this.tpEquipo.HorizontalScrollbarBarColor = true;
            this.tpEquipo.HorizontalScrollbarHighlightOnWheel = false;
            this.tpEquipo.HorizontalScrollbarSize = 10;
            this.tpEquipo.Location = new System.Drawing.Point(4, 35);
            this.tpEquipo.Name = "tpEquipo";
            this.tpEquipo.Size = new System.Drawing.Size(1017, 441);
            this.tpEquipo.Style = MetroFramework.MetroColorStyle.Blue;
            this.tpEquipo.StyleManager = null;
            this.tpEquipo.TabIndex = 11;
            this.tpEquipo.Text = "Equipo";
            this.tpEquipo.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tpEquipo.VerticalScrollbar = false;
            this.tpEquipo.VerticalScrollbarBarColor = true;
            this.tpEquipo.VerticalScrollbarHighlightOnWheel = false;
            this.tpEquipo.VerticalScrollbarSize = 10;
            this.tpEquipo.Click += new System.EventHandler(this.tpEquipo_Click);
            // 
            // btnBorrarEquipo
            // 
            this.btnBorrarEquipo.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnBorrarEquipo.Highlight = false;
            this.btnBorrarEquipo.Location = new System.Drawing.Point(597, 366);
            this.btnBorrarEquipo.Name = "btnBorrarEquipo";
            this.btnBorrarEquipo.Size = new System.Drawing.Size(180, 60);
            this.btnBorrarEquipo.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBorrarEquipo.StyleManager = null;
            this.btnBorrarEquipo.TabIndex = 12;
            this.btnBorrarEquipo.Text = "Borrar";
            this.btnBorrarEquipo.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBorrarEquipo.Click += new System.EventHandler(this.btnBorrarEquipo_Click);
            // 
            // btnModificarEquipo
            // 
            this.btnModificarEquipo.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnModificarEquipo.Highlight = false;
            this.btnModificarEquipo.Location = new System.Drawing.Point(391, 366);
            this.btnModificarEquipo.Name = "btnModificarEquipo";
            this.btnModificarEquipo.Size = new System.Drawing.Size(180, 60);
            this.btnModificarEquipo.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnModificarEquipo.StyleManager = null;
            this.btnModificarEquipo.TabIndex = 11;
            this.btnModificarEquipo.Text = "Modificar";
            this.btnModificarEquipo.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnModificarEquipo.Click += new System.EventHandler(this.btnModificarEquipo_Click);
            // 
            // btnAgregarEquipo
            // 
            this.btnAgregarEquipo.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnAgregarEquipo.Highlight = false;
            this.btnAgregarEquipo.Location = new System.Drawing.Point(166, 366);
            this.btnAgregarEquipo.Name = "btnAgregarEquipo";
            this.btnAgregarEquipo.Size = new System.Drawing.Size(180, 60);
            this.btnAgregarEquipo.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnAgregarEquipo.StyleManager = null;
            this.btnAgregarEquipo.TabIndex = 10;
            this.btnAgregarEquipo.Text = "Agregar";
            this.btnAgregarEquipo.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnAgregarEquipo.Click += new System.EventHandler(this.btnAgregarEquipo_Click);
            // 
            // btnBuscarEquipo
            // 
            this.btnBuscarEquipo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBuscarEquipo.Highlight = false;
            this.btnBuscarEquipo.Location = new System.Drawing.Point(877, 14);
            this.btnBuscarEquipo.Name = "btnBuscarEquipo";
            this.btnBuscarEquipo.Size = new System.Drawing.Size(140, 40);
            this.btnBuscarEquipo.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBuscarEquipo.StyleManager = null;
            this.btnBuscarEquipo.TabIndex = 9;
            this.btnBuscarEquipo.Text = "Buscar..";
            this.btnBuscarEquipo.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBuscarEquipo.Click += new System.EventHandler(this.btnBuscarProductos_Click);
            // 
            // tbBuscarEquipo
            // 
            this.tbBuscarEquipo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tbBuscarEquipo.CustomBackground = false;
            this.tbBuscarEquipo.CustomForeColor = false;
            this.tbBuscarEquipo.FontSize = MetroFramework.MetroTextBoxSize.Small;
            this.tbBuscarEquipo.FontWeight = MetroFramework.MetroTextBoxWeight.Regular;
            this.tbBuscarEquipo.Location = new System.Drawing.Point(0, 14);
            this.tbBuscarEquipo.Multiline = false;
            this.tbBuscarEquipo.Name = "tbBuscarEquipo";
            this.tbBuscarEquipo.SelectedText = "";
            this.tbBuscarEquipo.Size = new System.Drawing.Size(871, 40);
            this.tbBuscarEquipo.Style = MetroFramework.MetroColorStyle.Blue;
            this.tbBuscarEquipo.StyleManager = null;
            this.tbBuscarEquipo.TabIndex = 8;
            this.tbBuscarEquipo.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tbBuscarEquipo.UseStyleColors = false;
            // 
            // dgvEquipo
            // 
            this.dgvEquipo.AllowUserToAddRows = false;
            this.dgvEquipo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvEquipo.AutoGenerateColumns = false;
            this.dgvEquipo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dgvEquipo.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
            this.dgvEquipo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle37.BackColor = System.Drawing.Color.Honeydew;
            dataGridViewCellStyle37.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle37.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle37.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle37.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvEquipo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle37;
            this.dgvEquipo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvEquipo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.equipoIDDataGridViewTextBoxColumn,
            this.cuartoIDDataGridViewTextBoxColumn,
            this.nombreDataGridViewTextBoxColumn4,
            this.descripcionDataGridViewTextBoxColumn2});
            this.dgvEquipo.DataSource = this.equipoBindingSource;
            dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle38.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle38.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle38.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle38.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle38.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle38.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvEquipo.DefaultCellStyle = dataGridViewCellStyle38;
            this.dgvEquipo.Location = new System.Drawing.Point(3, 69);
            this.dgvEquipo.Name = "dgvEquipo";
            dataGridViewCellStyle39.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgvEquipo.RowsDefaultCellStyle = dataGridViewCellStyle39;
            this.dgvEquipo.RowTemplate.Height = 60;
            this.dgvEquipo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvEquipo.Size = new System.Drawing.Size(1011, 282);
            this.dgvEquipo.TabIndex = 3;
            this.dgvEquipo.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvEquipo_CellContentClick);
            // 
            // tpConfiguraciones
            // 
            this.tpConfiguraciones.Controls.Add(this.btnBorrarUsuario);
            this.tpConfiguraciones.Controls.Add(this.btnAgregarUsuario);
            this.tpConfiguraciones.Controls.Add(this.dgvUsuarios);
            this.tpConfiguraciones.CustomBackground = false;
            this.tpConfiguraciones.HorizontalScrollbar = false;
            this.tpConfiguraciones.HorizontalScrollbarBarColor = true;
            this.tpConfiguraciones.HorizontalScrollbarHighlightOnWheel = false;
            this.tpConfiguraciones.HorizontalScrollbarSize = 10;
            this.tpConfiguraciones.Location = new System.Drawing.Point(4, 35);
            this.tpConfiguraciones.Name = "tpConfiguraciones";
            this.tpConfiguraciones.Size = new System.Drawing.Size(1017, 441);
            this.tpConfiguraciones.Style = MetroFramework.MetroColorStyle.Blue;
            this.tpConfiguraciones.StyleManager = null;
            this.tpConfiguraciones.TabIndex = 6;
            this.tpConfiguraciones.Text = "Configuraciones";
            this.tpConfiguraciones.Theme = MetroFramework.MetroThemeStyle.Light;
            this.tpConfiguraciones.VerticalScrollbar = false;
            this.tpConfiguraciones.VerticalScrollbarBarColor = true;
            this.tpConfiguraciones.VerticalScrollbarHighlightOnWheel = false;
            this.tpConfiguraciones.VerticalScrollbarSize = 10;
            this.tpConfiguraciones.Click += new System.EventHandler(this.tpConfiguraciones_Click_1);
            // 
            // btnBorrarUsuario
            // 
            this.btnBorrarUsuario.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBorrarUsuario.Highlight = false;
            this.btnBorrarUsuario.Location = new System.Drawing.Point(452, 129);
            this.btnBorrarUsuario.Name = "btnBorrarUsuario";
            this.btnBorrarUsuario.Size = new System.Drawing.Size(157, 52);
            this.btnBorrarUsuario.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnBorrarUsuario.StyleManager = null;
            this.btnBorrarUsuario.TabIndex = 6;
            this.btnBorrarUsuario.Text = "Borrar";
            this.btnBorrarUsuario.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnBorrarUsuario.Click += new System.EventHandler(this.btnBorrarUsuario_Click);
            // 
            // btnAgregarUsuario
            // 
            this.btnAgregarUsuario.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAgregarUsuario.Highlight = false;
            this.btnAgregarUsuario.Location = new System.Drawing.Point(452, 68);
            this.btnAgregarUsuario.Name = "btnAgregarUsuario";
            this.btnAgregarUsuario.Size = new System.Drawing.Size(157, 55);
            this.btnAgregarUsuario.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnAgregarUsuario.StyleManager = null;
            this.btnAgregarUsuario.TabIndex = 3;
            this.btnAgregarUsuario.Text = "Agregar Usuario";
            this.btnAgregarUsuario.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnAgregarUsuario.Click += new System.EventHandler(this.btnAgregarUsuario_Click_1);
            // 
            // dgvUsuarios
            // 
            this.dgvUsuarios.AllowUserToAddRows = false;
            this.dgvUsuarios.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgvUsuarios.AutoGenerateColumns = false;
            this.dgvUsuarios.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dgvUsuarios.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
            this.dgvUsuarios.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle40.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle40.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle40.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle40.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle40.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle40.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvUsuarios.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle40;
            this.dgvUsuarios.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvUsuarios.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.usuarioIDDataGridViewTextBoxColumn,
            this.dataGridViewTextBoxColumn1});
            this.dgvUsuarios.DataSource = this.usuariosBindingSource1;
            this.dgvUsuarios.Location = new System.Drawing.Point(29, 68);
            this.dgvUsuarios.Name = "dgvUsuarios";
            this.dgvUsuarios.ReadOnly = true;
            this.dgvUsuarios.RowHeadersWidth = 48;
            dataGridViewCellStyle41.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgvUsuarios.RowsDefaultCellStyle = dataGridViewCellStyle41;
            this.dgvUsuarios.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvUsuarios.Size = new System.Drawing.Size(303, 200);
            this.dgvUsuarios.TabIndex = 2;
            // 
            // btnLogin
            // 
            this.btnLogin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnLogin.Highlight = false;
            this.btnLogin.Location = new System.Drawing.Point(667, 48);
            this.btnLogin.Name = "btnLogin";
            this.btnLogin.Size = new System.Drawing.Size(115, 30);
            this.btnLogin.Style = MetroFramework.MetroColorStyle.Blue;
            this.btnLogin.StyleManager = null;
            this.btnLogin.TabIndex = 4;
            this.btnLogin.Text = "Iniciar Sesion";
            this.btnLogin.Theme = MetroFramework.MetroThemeStyle.Light;
            this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click_1);
            // 
            // pbLogo
            // 
            this.pbLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.pbLogo.Image = global::LucySpa.Properties.Resources.lucyspa_logo;
            this.pbLogo.Location = new System.Drawing.Point(866, 41);
            this.pbLogo.Name = "pbLogo";
            this.pbLogo.Size = new System.Drawing.Size(131, 69);
            this.pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pbLogo.TabIndex = 1;
            this.pbLogo.TabStop = false;
            // 
            // tarjetasBindingSource
            // 
            this.tarjetasBindingSource.DataMember = "Tarjetas";
            this.tarjetasBindingSource.DataSource = this.dSTarjetas;
            // 
            // citasBindingSource
            // 
            this.citasBindingSource.DataMember = "Citas";
            this.citasBindingSource.DataSource = this.dSTarjetas;
            // 
            // citasTableAdapter
            // 
            this.citasTableAdapter.ClearBeforeFill = true;
            // 
            // tarjetasTableAdapter
            // 
            this.tarjetasTableAdapter.ClearBeforeFill = true;
            // 
            // ventaTarjetasBindingSource
            // 
            this.ventaTarjetasBindingSource.DataMember = "VentaTarjetas";
            this.ventaTarjetasBindingSource.DataSource = this.dSTarjetas;
            // 
            // ventaTarjetasTableAdapter
            // 
            this.ventaTarjetasTableAdapter.ClearBeforeFill = true;
            // 
            // vistaClientesConTarjetasTableAdapter
            // 
            this.vistaClientesConTarjetasTableAdapter.ClearBeforeFill = true;
            // 
            // ClienteID
            // 
            this.ClienteID.DataPropertyName = "ClienteID";
            this.ClienteID.HeaderText = "Numero de Socio";
            this.ClienteID.Name = "ClienteID";
            this.ClienteID.ReadOnly = true;
            this.ClienteID.Width = 150;
            // 
            // NomCompletoClie
            // 
            this.NomCompletoClie.DataPropertyName = "NomCompletoClie";
            this.NomCompletoClie.HeaderText = "Nombre del Cliente";
            this.NomCompletoClie.Name = "NomCompletoClie";
            this.NomCompletoClie.ReadOnly = true;
            this.NomCompletoClie.Width = 150;
            // 
            // NomCompletoEmp
            // 
            this.NomCompletoEmp.DataPropertyName = "NomCompletoEmp";
            this.NomCompletoEmp.HeaderText = "Nombre del Empleado";
            this.NomCompletoEmp.Name = "NomCompletoEmp";
            this.NomCompletoEmp.ReadOnly = true;
            this.NomCompletoEmp.Width = 150;
            // 
            // NombreServicio
            // 
            this.NombreServicio.DataPropertyName = "NombreServicio";
            this.NombreServicio.HeaderText = "Nombre del Servicio";
            this.NombreServicio.Name = "NombreServicio";
            this.NombreServicio.ReadOnly = true;
            this.NombreServicio.Width = 150;
            // 
            // Realizado
            // 
            this.Realizado.DataPropertyName = "Realizado";
            this.Realizado.HeaderText = "Realizado";
            this.Realizado.Name = "Realizado";
            this.Realizado.ReadOnly = true;
            this.Realizado.Visible = false;
            // 
            // TratamientoID
            // 
            this.TratamientoID.DataPropertyName = "TratamientoID";
            this.TratamientoID.HeaderText = "TratamientoID";
            this.TratamientoID.Name = "TratamientoID";
            this.TratamientoID.ReadOnly = true;
            this.TratamientoID.Visible = false;
            // 
            // empleadoIDDataGridViewTextBoxColumn
            // 
            this.empleadoIDDataGridViewTextBoxColumn.DataPropertyName = "EmpleadoID";
            this.empleadoIDDataGridViewTextBoxColumn.HeaderText = "Empleado ID";
            this.empleadoIDDataGridViewTextBoxColumn.Name = "empleadoIDDataGridViewTextBoxColumn";
            this.empleadoIDDataGridViewTextBoxColumn.ReadOnly = true;
            this.empleadoIDDataGridViewTextBoxColumn.Visible = false;
            // 
            // apellidoDataGridViewTextBoxColumn1
            // 
            this.apellidoDataGridViewTextBoxColumn1.DataPropertyName = "Apellido";
            this.apellidoDataGridViewTextBoxColumn1.HeaderText = "Apellido";
            this.apellidoDataGridViewTextBoxColumn1.Name = "apellidoDataGridViewTextBoxColumn1";
            this.apellidoDataGridViewTextBoxColumn1.ReadOnly = true;
            this.apellidoDataGridViewTextBoxColumn1.Width = 150;
            // 
            // nombreDataGridViewTextBoxColumn2
            // 
            this.nombreDataGridViewTextBoxColumn2.DataPropertyName = "Nombre";
            this.nombreDataGridViewTextBoxColumn2.HeaderText = "Nombre";
            this.nombreDataGridViewTextBoxColumn2.Name = "nombreDataGridViewTextBoxColumn2";
            this.nombreDataGridViewTextBoxColumn2.ReadOnly = true;
            this.nombreDataGridViewTextBoxColumn2.Width = 150;
            // 
            // cumpleañosDataGridViewTextBoxColumn1
            // 
            this.cumpleañosDataGridViewTextBoxColumn1.DataPropertyName = "Cumpleaños";
            this.cumpleañosDataGridViewTextBoxColumn1.HeaderText = "Cumpleaños";
            this.cumpleañosDataGridViewTextBoxColumn1.Name = "cumpleañosDataGridViewTextBoxColumn1";
            this.cumpleañosDataGridViewTextBoxColumn1.ReadOnly = true;
            // 
            // direccionDataGridViewTextBoxColumn1
            // 
            this.direccionDataGridViewTextBoxColumn1.DataPropertyName = "Direccion";
            this.direccionDataGridViewTextBoxColumn1.HeaderText = "Direccion";
            this.direccionDataGridViewTextBoxColumn1.Name = "direccionDataGridViewTextBoxColumn1";
            this.direccionDataGridViewTextBoxColumn1.ReadOnly = true;
            this.direccionDataGridViewTextBoxColumn1.Width = 300;
            // 
            // telefonoDataGridViewTextBoxColumn1
            // 
            this.telefonoDataGridViewTextBoxColumn1.DataPropertyName = "Telefono";
            this.telefonoDataGridViewTextBoxColumn1.HeaderText = "Telefono";
            this.telefonoDataGridViewTextBoxColumn1.Name = "telefonoDataGridViewTextBoxColumn1";
            this.telefonoDataGridViewTextBoxColumn1.ReadOnly = true;
            // 
            // emailDataGridViewTextBoxColumn1
            // 
            this.emailDataGridViewTextBoxColumn1.DataPropertyName = "Email";
            this.emailDataGridViewTextBoxColumn1.HeaderText = "Email";
            this.emailDataGridViewTextBoxColumn1.Name = "emailDataGridViewTextBoxColumn1";
            this.emailDataGridViewTextBoxColumn1.ReadOnly = true;
            this.emailDataGridViewTextBoxColumn1.Width = 250;
            // 
            // vistaEmpleadoBindingSource
            // 
            this.vistaEmpleadoBindingSource.DataMember = "vistaEmpleado";
            this.vistaEmpleadoBindingSource.DataSource = this.lucySpaDB;
            // 
            // lucySpaDB
            // 
            this.lucySpaDB.DataSetName = "LucySpaDB";
            this.lucySpaDB.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // servicioIDDataGridViewTextBoxColumn
            // 
            this.servicioIDDataGridViewTextBoxColumn.DataPropertyName = "ServicioID";
            this.servicioIDDataGridViewTextBoxColumn.HeaderText = "Numero de Servicio";
            this.servicioIDDataGridViewTextBoxColumn.Name = "servicioIDDataGridViewTextBoxColumn";
            this.servicioIDDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // nombreDataGridViewTextBoxColumn1
            // 
            this.nombreDataGridViewTextBoxColumn1.DataPropertyName = "Nombre";
            this.nombreDataGridViewTextBoxColumn1.HeaderText = "Nombre";
            this.nombreDataGridViewTextBoxColumn1.Name = "nombreDataGridViewTextBoxColumn1";
            this.nombreDataGridViewTextBoxColumn1.ReadOnly = true;
            this.nombreDataGridViewTextBoxColumn1.Width = 200;
            // 
            // costoDataGridViewTextBoxColumn
            // 
            this.costoDataGridViewTextBoxColumn.DataPropertyName = "Costo";
            dataGridViewCellStyle5.Format = "C2";
            dataGridViewCellStyle5.NullValue = null;
            this.costoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle5;
            this.costoDataGridViewTextBoxColumn.HeaderText = "Costo";
            this.costoDataGridViewTextBoxColumn.Name = "costoDataGridViewTextBoxColumn";
            this.costoDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // descripcionDataGridViewTextBoxColumn
            // 
            this.descripcionDataGridViewTextBoxColumn.DataPropertyName = "Descripcion";
            this.descripcionDataGridViewTextBoxColumn.HeaderText = "Descripcion";
            this.descripcionDataGridViewTextBoxColumn.Name = "descripcionDataGridViewTextBoxColumn";
            this.descripcionDataGridViewTextBoxColumn.ReadOnly = true;
            this.descripcionDataGridViewTextBoxColumn.Width = 500;
            // 
            // servicioBindingSource
            // 
            this.servicioBindingSource.DataMember = "Servicio";
            this.servicioBindingSource.DataSource = this.lucySpaDB;
            // 
            // tratamientoIDDataGridViewTextBoxColumn
            // 
            this.tratamientoIDDataGridViewTextBoxColumn.DataPropertyName = "TratamientoID";
            this.tratamientoIDDataGridViewTextBoxColumn.HeaderText = "TratamientoID";
            this.tratamientoIDDataGridViewTextBoxColumn.Name = "tratamientoIDDataGridViewTextBoxColumn";
            this.tratamientoIDDataGridViewTextBoxColumn.ReadOnly = true;
            this.tratamientoIDDataGridViewTextBoxColumn.Width = 200;
            // 
            // nombreDataGridViewTextBoxColumn5
            // 
            this.nombreDataGridViewTextBoxColumn5.DataPropertyName = "Nombre";
            this.nombreDataGridViewTextBoxColumn5.HeaderText = "Nombre";
            this.nombreDataGridViewTextBoxColumn5.Name = "nombreDataGridViewTextBoxColumn5";
            this.nombreDataGridViewTextBoxColumn5.ReadOnly = true;
            this.nombreDataGridViewTextBoxColumn5.Width = 200;
            // 
            // descripcionDataGridViewTextBoxColumn3
            // 
            this.descripcionDataGridViewTextBoxColumn3.DataPropertyName = "Descripcion";
            this.descripcionDataGridViewTextBoxColumn3.HeaderText = "Descripcion";
            this.descripcionDataGridViewTextBoxColumn3.Name = "descripcionDataGridViewTextBoxColumn3";
            this.descripcionDataGridViewTextBoxColumn3.ReadOnly = true;
            this.descripcionDataGridViewTextBoxColumn3.Width = 200;
            // 
            // tratamientoBindingSource
            // 
            this.tratamientoBindingSource.DataMember = "Tratamiento";
            this.tratamientoBindingSource.DataSource = this.lucySpaDB;
            // 
            // clienteIDDataGridViewTextBoxColumn
            // 
            this.clienteIDDataGridViewTextBoxColumn.DataPropertyName = "ClienteID";
            dataGridViewCellStyle13.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.clienteIDDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle13;
            this.clienteIDDataGridViewTextBoxColumn.HeaderText = "Numero de Socio";
            this.clienteIDDataGridViewTextBoxColumn.Name = "clienteIDDataGridViewTextBoxColumn";
            this.clienteIDDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // cumpleañosDataGridViewTextBoxColumn
            // 
            this.cumpleañosDataGridViewTextBoxColumn.DataPropertyName = "Cumpleaños";
            dataGridViewCellStyle15.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cumpleañosDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle15;
            this.cumpleañosDataGridViewTextBoxColumn.HeaderText = "Cumpleaños";
            this.cumpleañosDataGridViewTextBoxColumn.Name = "cumpleañosDataGridViewTextBoxColumn";
            this.cumpleañosDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // direccionDataGridViewTextBoxColumn
            // 
            this.direccionDataGridViewTextBoxColumn.DataPropertyName = "Direccion";
            dataGridViewCellStyle16.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.direccionDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle16;
            this.direccionDataGridViewTextBoxColumn.HeaderText = "Direccion";
            this.direccionDataGridViewTextBoxColumn.Name = "direccionDataGridViewTextBoxColumn";
            this.direccionDataGridViewTextBoxColumn.ReadOnly = true;
            this.direccionDataGridViewTextBoxColumn.Width = 300;
            // 
            // telefonoDataGridViewTextBoxColumn
            // 
            this.telefonoDataGridViewTextBoxColumn.DataPropertyName = "Telefono";
            dataGridViewCellStyle17.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.telefonoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle17;
            this.telefonoDataGridViewTextBoxColumn.HeaderText = "Telefono";
            this.telefonoDataGridViewTextBoxColumn.Name = "telefonoDataGridViewTextBoxColumn";
            this.telefonoDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // emailDataGridViewTextBoxColumn
            // 
            this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
            dataGridViewCellStyle18.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.emailDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle18;
            this.emailDataGridViewTextBoxColumn.HeaderText = "Email";
            this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn";
            this.emailDataGridViewTextBoxColumn.ReadOnly = true;
            this.emailDataGridViewTextBoxColumn.Width = 250;
            // 
            // vistaCLienteBindingSource
            // 
            this.vistaCLienteBindingSource.DataMember = "vistaCLiente";
            this.vistaCLienteBindingSource.DataSource = this.lucySpaDB;
            // 
            // citaIDDataGridViewTextBoxColumn
            // 
            this.citaIDDataGridViewTextBoxColumn.DataPropertyName = "CitaID";
            this.citaIDDataGridViewTextBoxColumn.HeaderText = "CitaID";
            this.citaIDDataGridViewTextBoxColumn.Name = "citaIDDataGridViewTextBoxColumn";
            this.citaIDDataGridViewTextBoxColumn.ReadOnly = true;
            this.citaIDDataGridViewTextBoxColumn.Visible = false;
            this.citaIDDataGridViewTextBoxColumn.Width = 150;
            // 
            // fechaDataGridViewTextBoxColumn
            // 
            this.fechaDataGridViewTextBoxColumn.DataPropertyName = "Fecha";
            this.fechaDataGridViewTextBoxColumn.HeaderText = "Fecha de Cita";
            this.fechaDataGridViewTextBoxColumn.Name = "fechaDataGridViewTextBoxColumn";
            this.fechaDataGridViewTextBoxColumn.ReadOnly = true;
            this.fechaDataGridViewTextBoxColumn.Width = 150;
            // 
            // costoDataGridViewTextBoxColumn1
            // 
            this.costoDataGridViewTextBoxColumn1.DataPropertyName = "Costo";
            this.costoDataGridViewTextBoxColumn1.HeaderText = "Costo";
            this.costoDataGridViewTextBoxColumn1.Name = "costoDataGridViewTextBoxColumn1";
            this.costoDataGridViewTextBoxColumn1.ReadOnly = true;
            // 
            // telefonoDataGridViewTextBoxColumn2
            // 
            this.telefonoDataGridViewTextBoxColumn2.DataPropertyName = "Telefono";
            this.telefonoDataGridViewTextBoxColumn2.HeaderText = "Telefono del Cliente";
            this.telefonoDataGridViewTextBoxColumn2.Name = "telefonoDataGridViewTextBoxColumn2";
            this.telefonoDataGridViewTextBoxColumn2.ReadOnly = true;
            // 
            // descripcionDataGridViewTextBoxColumn1
            // 
            this.descripcionDataGridViewTextBoxColumn1.DataPropertyName = "Descripcion";
            this.descripcionDataGridViewTextBoxColumn1.HeaderText = "Descripcion";
            this.descripcionDataGridViewTextBoxColumn1.Name = "descripcionDataGridViewTextBoxColumn1";
            this.descripcionDataGridViewTextBoxColumn1.ReadOnly = true;
            // 
            // vistaCitasBindingSource
            // 
            this.vistaCitasBindingSource.DataMember = "vistaCitas";
            this.vistaCitasBindingSource.DataSource = this.lucySpaDB;
            // 
            // productoIDDataGridViewTextBoxColumn
            // 
            this.productoIDDataGridViewTextBoxColumn.DataPropertyName = "ProductoID";
            this.productoIDDataGridViewTextBoxColumn.HeaderText = "ProductoID";
            this.productoIDDataGridViewTextBoxColumn.Name = "productoIDDataGridViewTextBoxColumn";
            this.productoIDDataGridViewTextBoxColumn.ReadOnly = true;
            this.productoIDDataGridViewTextBoxColumn.Visible = false;
            // 
            // nombreDataGridViewTextBoxColumn6
            // 
            this.nombreDataGridViewTextBoxColumn6.DataPropertyName = "Nombre";
            this.nombreDataGridViewTextBoxColumn6.HeaderText = "Nombre";
            this.nombreDataGridViewTextBoxColumn6.Name = "nombreDataGridViewTextBoxColumn6";
            this.nombreDataGridViewTextBoxColumn6.ReadOnly = true;
            this.nombreDataGridViewTextBoxColumn6.Width = 200;
            // 
            // precioDataGridViewTextBoxColumn
            // 
            this.precioDataGridViewTextBoxColumn.DataPropertyName = "Precio";
            this.precioDataGridViewTextBoxColumn.HeaderText = "Precio";
            this.precioDataGridViewTextBoxColumn.Name = "precioDataGridViewTextBoxColumn";
            this.precioDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // costoDataGridViewTextBoxColumn3
            // 
            this.costoDataGridViewTextBoxColumn3.DataPropertyName = "Costo";
            this.costoDataGridViewTextBoxColumn3.HeaderText = "Costo";
            this.costoDataGridViewTextBoxColumn3.Name = "costoDataGridViewTextBoxColumn3";
            this.costoDataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // cantidadDataGridViewTextBoxColumn
            // 
            this.cantidadDataGridViewTextBoxColumn.DataPropertyName = "Cantidad";
            this.cantidadDataGridViewTextBoxColumn.HeaderText = "Cantidad";
            this.cantidadDataGridViewTextBoxColumn.Name = "cantidadDataGridViewTextBoxColumn";
            this.cantidadDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // descripcionDataGridViewTextBoxColumn4
            // 
            this.descripcionDataGridViewTextBoxColumn4.DataPropertyName = "Descripcion";
            this.descripcionDataGridViewTextBoxColumn4.HeaderText = "Descripcion";
            this.descripcionDataGridViewTextBoxColumn4.Name = "descripcionDataGridViewTextBoxColumn4";
            this.descripcionDataGridViewTextBoxColumn4.ReadOnly = true;
            this.descripcionDataGridViewTextBoxColumn4.Width = 500;
            // 
            // productosBindingSource
            // 
            this.productosBindingSource.DataMember = "Productos";
            this.productosBindingSource.DataSource = this.lucySpaDB;
            // 
            // ColumnaNumeroCuarto
            // 
            this.ColumnaNumeroCuarto.DataPropertyName = "CuartoID";
            this.ColumnaNumeroCuarto.HeaderText = "Numero de Cuarto";
            this.ColumnaNumeroCuarto.Name = "ColumnaNumeroCuarto";
            this.ColumnaNumeroCuarto.ReadOnly = true;
            this.ColumnaNumeroCuarto.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // ColumnaDescripcionCuarto
            // 
            this.ColumnaDescripcionCuarto.DataPropertyName = "Descripcion";
            this.ColumnaDescripcionCuarto.HeaderText = "Descripcion";
            this.ColumnaDescripcionCuarto.Name = "ColumnaDescripcionCuarto";
            this.ColumnaDescripcionCuarto.ReadOnly = true;
            this.ColumnaDescripcionCuarto.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.ColumnaDescripcionCuarto.Width = 500;
            // 
            // cuartoBindingSource
            // 
            this.cuartoBindingSource.DataMember = "Cuarto";
            this.cuartoBindingSource.DataSource = this.lucySpaDB;
            // 
            // equipoIDDataGridViewTextBoxColumn
            // 
            this.equipoIDDataGridViewTextBoxColumn.DataPropertyName = "EquipoID";
            this.equipoIDDataGridViewTextBoxColumn.HeaderText = "EquipoID";
            this.equipoIDDataGridViewTextBoxColumn.Name = "equipoIDDataGridViewTextBoxColumn";
            this.equipoIDDataGridViewTextBoxColumn.ReadOnly = true;
            this.equipoIDDataGridViewTextBoxColumn.Visible = false;
            // 
            // cuartoIDDataGridViewTextBoxColumn
            // 
            this.cuartoIDDataGridViewTextBoxColumn.DataPropertyName = "CuartoID";
            this.cuartoIDDataGridViewTextBoxColumn.HeaderText = "Numero de Cuarto";
            this.cuartoIDDataGridViewTextBoxColumn.Name = "cuartoIDDataGridViewTextBoxColumn";
            this.cuartoIDDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // nombreDataGridViewTextBoxColumn4
            // 
            this.nombreDataGridViewTextBoxColumn4.DataPropertyName = "Nombre";
            this.nombreDataGridViewTextBoxColumn4.HeaderText = "Nombre";
            this.nombreDataGridViewTextBoxColumn4.Name = "nombreDataGridViewTextBoxColumn4";
            this.nombreDataGridViewTextBoxColumn4.ReadOnly = true;
            this.nombreDataGridViewTextBoxColumn4.Width = 200;
            // 
            // descripcionDataGridViewTextBoxColumn2
            // 
            this.descripcionDataGridViewTextBoxColumn2.DataPropertyName = "Descripcion";
            this.descripcionDataGridViewTextBoxColumn2.HeaderText = "Descripcion";
            this.descripcionDataGridViewTextBoxColumn2.Name = "descripcionDataGridViewTextBoxColumn2";
            this.descripcionDataGridViewTextBoxColumn2.ReadOnly = true;
            this.descripcionDataGridViewTextBoxColumn2.Width = 700;
            // 
            // equipoBindingSource
            // 
            this.equipoBindingSource.DataMember = "Equipo";
            this.equipoBindingSource.DataSource = this.lucySpaDB;
            this.equipoBindingSource.CurrentChanged += new System.EventHandler(this.equipoBindingSource_CurrentChanged);
            // 
            // usuarioIDDataGridViewTextBoxColumn
            // 
            this.usuarioIDDataGridViewTextBoxColumn.DataPropertyName = "UsuarioID";
            this.usuarioIDDataGridViewTextBoxColumn.FillWeight = 120F;
            this.usuarioIDDataGridViewTextBoxColumn.HeaderText = "UsuarioID";
            this.usuarioIDDataGridViewTextBoxColumn.Name = "usuarioIDDataGridViewTextBoxColumn";
            this.usuarioIDDataGridViewTextBoxColumn.ReadOnly = true;
            this.usuarioIDDataGridViewTextBoxColumn.Width = 150;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "NuevoUsuario";
            this.dataGridViewTextBoxColumn1.HeaderText = "Usuario";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            // 
            // usuariosBindingSource1
            // 
            this.usuariosBindingSource1.DataMember = "Usuarios";
            this.usuariosBindingSource1.DataSource = this.lucySpaDB;
            // 
            // usuariosBindingSource
            // 
            this.usuariosBindingSource.DataMember = "Usuarios";
            this.usuariosBindingSource.DataSource = this.lucySpaDB;
            // 
            // clientesBindingSource
            // 
            this.clientesBindingSource.DataMember = "Clientes";
            this.clientesBindingSource.DataSource = this.lucySpaDB;
            // 
            // empleadosBindingSource
            // 
            this.empleadosBindingSource.DataMember = "Empleados";
            this.empleadosBindingSource.DataSource = this.lucySpaDB;
            // 
            // clientesTableAdapter
            // 
            this.clientesTableAdapter.ClearBeforeFill = true;
            // 
            // servicioTableAdapter
            // 
            this.servicioTableAdapter.ClearBeforeFill = true;
            // 
            // cuartoTableAdapter
            // 
            this.cuartoTableAdapter.ClearBeforeFill = true;
            // 
            // empleadosTableAdapter
            // 
            this.empleadosTableAdapter.ClearBeforeFill = true;
            // 
            // vistaCLienteTableAdapter
            // 
            this.vistaCLienteTableAdapter.ClearBeforeFill = true;
            // 
            // vistaEmpleadoTableAdapter
            // 
            this.vistaEmpleadoTableAdapter.ClearBeforeFill = true;
            // 
            // vistaCitasTableAdapter
            // 
            this.vistaCitasTableAdapter.ClearBeforeFill = true;
            // 
            // equipoTableAdapter
            // 
            this.equipoTableAdapter.ClearBeforeFill = true;
            // 
            // lucySpaDB1
            // 
            this.lucySpaDB1.DataSetName = "LucySpaDB";
            this.lucySpaDB1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // tratamientoTableAdapter
            // 
            this.tratamientoTableAdapter.ClearBeforeFill = true;
            // 
            // productosTableAdapter
            // 
            this.productosTableAdapter.ClearBeforeFill = true;
            // 
            // usuariosTableAdapter
            // 
            this.usuariosTableAdapter.ClearBeforeFill = true;
            // 
            // Inicio
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1044, 612);
            this.Controls.Add(this.pbLogo);
            this.Controls.Add(this.tcMenu);
            this.Controls.Add(this.btnLogin);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "Inicio";
            this.Text = "LucySpa Software de Administración";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Inicio_Load);
            this.tcMenu.ResumeLayout(false);
            this.tpEmpleados.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvEmpleados)).EndInit();
            this.tpServicios.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvServicios)).EndInit();
            this.tpTratamiento.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvTratamiento)).EndInit();
            this.tpClientes.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvClientes)).EndInit();
            this.cmsClientes.ResumeLayout(false);
            this.tpCitas.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvCitas)).EndInit();
            this.tpAgenda.ResumeLayout(false);
            this.tpTarjetas.ResumeLayout(false);
            this.tpTarjetas.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvTarjetas)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vistaClientesConTarjetasBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dSTarjetas)).EndInit();
            this.tpProductos.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvProductos)).EndInit();
            this.tpCuartos.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvCuartos)).EndInit();
            this.tpEquipo.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvEquipo)).EndInit();
            this.tpConfiguraciones.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvUsuarios)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tarjetasBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.citasBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ventaTarjetasBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vistaEmpleadoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lucySpaDB)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.servicioBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tratamientoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vistaCLienteBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vistaCitasBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.productosBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cuartoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.equipoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.usuariosBindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.usuariosBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.clientesBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.empleadosBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lucySpaDB1)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 48
0
        /// <summary>
        /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
        /// le contenu de cette méthode avec l'éditeur de code.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange1 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange2 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange3 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange4 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.Windows.Forms.Calendar.CalendarHighlightRange calendarHighlightRange5 = new System.Windows.Forms.Calendar.CalendarHighlightRange();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAppli));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnAddEntry = new System.Windows.Forms.Button();
            this.lblNbToSchedule = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.lstToSchedule = new System.Windows.Forms.ListView();
            this.colFlag = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colVille = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colPhoto = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.colId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fichierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.nouveauPlanningToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ouvrirUnPlanningToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sauvegarderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.importerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.quitterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.paramétrageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.préférencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.modifierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dupliquerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.deleteEntryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cmbViewType = new System.Windows.Forms.ComboBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lblMonth = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.monthView1 = new System.Windows.Forms.Calendar.MonthView();
            this.objCalendar = new System.Windows.Forms.Calendar.Calendar();
            this.imgList = new System.Windows.Forms.ImageList(this.components);
            this.informationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnAddEntry);
            this.groupBox1.Controls.Add(this.lblNbToSchedule);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.lstToSchedule);
            this.groupBox1.Location = new System.Drawing.Point(12, 35);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(556, 591);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Liste des écoles";
            // 
            // btnAddEntry
            // 
            this.btnAddEntry.Location = new System.Drawing.Point(8, 561);
            this.btnAddEntry.Name = "btnAddEntry";
            this.btnAddEntry.Size = new System.Drawing.Size(194, 24);
            this.btnAddEntry.TabIndex = 7;
            this.btnAddEntry.Text = "Ajouter une entrée...";
            this.btnAddEntry.UseVisualStyleBackColor = true;
            this.btnAddEntry.Click += new System.EventHandler(this.btnAddEntry_Click);
            // 
            // lblNbToSchedule
            // 
            this.lblNbToSchedule.AutoSize = true;
            this.lblNbToSchedule.Location = new System.Drawing.Point(154, 20);
            this.lblNbToSchedule.Name = "lblNbToSchedule";
            this.lblNbToSchedule.Size = new System.Drawing.Size(0, 13);
            this.lblNbToSchedule.TabIndex = 6;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(7, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(140, 13);
            this.label1.TabIndex = 5;
            this.label1.Text = "Nombre d\'écoles à planifier :";
            // 
            // lstToSchedule
            // 
            this.lstToSchedule.AllowDrop = true;
            this.lstToSchedule.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colFlag,
            this.colName,
            this.colVille,
            this.colDate,
            this.colPhoto,
            this.colId});
            this.lstToSchedule.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lstToSchedule.FullRowSelect = true;
            this.lstToSchedule.Location = new System.Drawing.Point(6, 36);
            this.lstToSchedule.MultiSelect = false;
            this.lstToSchedule.Name = "lstToSchedule";
            this.lstToSchedule.Size = new System.Drawing.Size(534, 519);
            this.lstToSchedule.TabIndex = 4;
            this.lstToSchedule.UseCompatibleStateImageBehavior = false;
            this.lstToSchedule.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstToSchedule_ColumnClick);
            this.lstToSchedule.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.lstToSchedule_ItemDrag);
            this.lstToSchedule.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lstToSchedule_ItemSelectionChanged);
            this.lstToSchedule.DragOver += new System.Windows.Forms.DragEventHandler(this.lstToSchedule_DragOver);
            this.lstToSchedule.DragLeave += new System.EventHandler(this.lstToSchedule_DragLeave);
            this.lstToSchedule.DoubleClick += new System.EventHandler(this.lstToSchedule_DoubleClick);
            this.lstToSchedule.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lstToSchedule_MouseClick);
            // 
            // colFlag
            // 
            this.colFlag.Text = "?";
            this.colFlag.Width = 10;
            // 
            // colName
            // 
            this.colName.DisplayIndex = 3;
            this.colName.Text = "Nom";
            this.colName.Width = 250;
            // 
            // colVille
            // 
            this.colVille.Text = "Ville";
            this.colVille.Width = 100;
            // 
            // colDate
            // 
            this.colDate.DisplayIndex = 4;
            this.colDate.Text = "Date";
            this.colDate.Width = 90;
            // 
            // colPhoto
            // 
            this.colPhoto.DisplayIndex = 5;
            this.colPhoto.Text = "Photographe";
            this.colPhoto.Width = 100;
            // 
            // colId
            // 
            this.colId.DisplayIndex = 1;
            this.colId.Text = "Code";
            this.colId.Width = 70;
            // 
            // openFileDialog
            // 
            this.openFileDialog.Title = "Choisir le fichier des écoles";
            // 
            // saveFileDialog
            // 
            this.saveFileDialog.Filter = "Fichier XML|*.xml";
            this.saveFileDialog.RestoreDirectory = true;
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fichierToolStripMenuItem,
            this.paramétrageToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1354, 24);
            this.menuStrip1.TabIndex = 4;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fichierToolStripMenuItem
            // 
            this.fichierToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nouveauPlanningToolStripMenuItem,
            this.ouvrirUnPlanningToolStripMenuItem,
            this.sauvegarderToolStripMenuItem,
            this.importerToolStripMenuItem,
            this.toolStripSeparator1,
            this.quitterToolStripMenuItem});
            this.fichierToolStripMenuItem.Name = "fichierToolStripMenuItem";
            this.fichierToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
            this.fichierToolStripMenuItem.Text = "Fichier";
            this.fichierToolStripMenuItem.Click += new System.EventHandler(this.fichierToolStripMenuItem_Click);
            // 
            // nouveauPlanningToolStripMenuItem
            // 
            this.nouveauPlanningToolStripMenuItem.Name = "nouveauPlanningToolStripMenuItem";
            this.nouveauPlanningToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.nouveauPlanningToolStripMenuItem.Text = "Nouveau...";
            this.nouveauPlanningToolStripMenuItem.Click += new System.EventHandler(this.nouveauPlanningToolStripMenuItem_Click);
            // 
            // ouvrirUnPlanningToolStripMenuItem
            // 
            this.ouvrirUnPlanningToolStripMenuItem.Name = "ouvrirUnPlanningToolStripMenuItem";
            this.ouvrirUnPlanningToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.ouvrirUnPlanningToolStripMenuItem.Text = "Ouvrir ...";
            this.ouvrirUnPlanningToolStripMenuItem.Click += new System.EventHandler(this.ouvrirUnPlanningToolStripMenuItem_Click);
            // 
            // sauvegarderToolStripMenuItem
            // 
            this.sauvegarderToolStripMenuItem.Name = "sauvegarderToolStripMenuItem";
            this.sauvegarderToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.sauvegarderToolStripMenuItem.Text = "Sauvegarder...";
            this.sauvegarderToolStripMenuItem.Click += new System.EventHandler(this.sauvegarderToolStripMenuItem_Click);
            // 
            // importerToolStripMenuItem
            // 
            this.importerToolStripMenuItem.Name = "importerToolStripMenuItem";
            this.importerToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.importerToolStripMenuItem.Text = "Importer...";
            this.importerToolStripMenuItem.Click += new System.EventHandler(this.importerToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(145, 6);
            // 
            // quitterToolStripMenuItem
            // 
            this.quitterToolStripMenuItem.Name = "quitterToolStripMenuItem";
            this.quitterToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.quitterToolStripMenuItem.Text = "Quitter";
            this.quitterToolStripMenuItem.Click += new System.EventHandler(this.quitterToolStripMenuItem_Click);
            // 
            // paramétrageToolStripMenuItem
            // 
            this.paramétrageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.préférencesToolStripMenuItem});
            this.paramétrageToolStripMenuItem.Enabled = false;
            this.paramétrageToolStripMenuItem.Name = "paramétrageToolStripMenuItem";
            this.paramétrageToolStripMenuItem.Size = new System.Drawing.Size(86, 20);
            this.paramétrageToolStripMenuItem.Text = "Paramétrage";
            // 
            // préférencesToolStripMenuItem
            // 
            this.préférencesToolStripMenuItem.Name = "préférencesToolStripMenuItem";
            this.préférencesToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.préférencesToolStripMenuItem.Text = "Préférences...";
            this.préférencesToolStripMenuItem.Click += new System.EventHandler(this.préférencesToolStripMenuItem_Click);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.informationsToolStripMenuItem,
            this.modifierToolStripMenuItem,
            this.dupliquerToolStripMenuItem,
            this.toolStripSeparator2,
            this.deleteEntryMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(172, 120);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // modifierToolStripMenuItem
            // 
            this.modifierToolStripMenuItem.Name = "modifierToolStripMenuItem";
            this.modifierToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
            this.modifierToolStripMenuItem.Tag = "modifier";
            this.modifierToolStripMenuItem.Text = "Modifier";
            this.modifierToolStripMenuItem.Click += new System.EventHandler(this.modifierToolStripMenuItem_Click);
            // 
            // dupliquerToolStripMenuItem
            // 
            this.dupliquerToolStripMenuItem.Name = "dupliquerToolStripMenuItem";
            this.dupliquerToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
            this.dupliquerToolStripMenuItem.Text = "Dupliquer";
            this.dupliquerToolStripMenuItem.Click += new System.EventHandler(this.dupliquerToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(168, 6);
            // 
            // deleteEntryMenuItem
            // 
            this.deleteEntryMenuItem.Name = "deleteEntryMenuItem";
            this.deleteEntryMenuItem.Size = new System.Drawing.Size(171, 22);
            this.deleteEntryMenuItem.Text = "Supprimer l\'entrée";
            this.deleteEntryMenuItem.Click += new System.EventHandler(this.deleteEntryMenuItem_Click);
            // 
            // cmbViewType
            // 
            this.cmbViewType.FormattingEnabled = true;
            this.cmbViewType.Items.AddRange(new object[] {
            "Vue Semaine",
            "Vue Mois"});
            this.cmbViewType.Location = new System.Drawing.Point(56, 15);
            this.cmbViewType.Name = "cmbViewType";
            this.cmbViewType.Size = new System.Drawing.Size(121, 21);
            this.cmbViewType.TabIndex = 5;
            this.cmbViewType.SelectedIndexChanged += new System.EventHandler(this.cmbViewType_SelectedIndexChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lblMonth);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.cmbViewType);
            this.groupBox2.Location = new System.Drawing.Point(789, 35);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(421, 43);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Affichage";
            // 
            // lblMonth
            // 
            this.lblMonth.AutoSize = true;
            this.lblMonth.Font = new System.Drawing.Font("Segoe UI", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMonth.Location = new System.Drawing.Point(297, 13);
            this.lblMonth.Name = "lblMonth";
            this.lblMonth.Size = new System.Drawing.Size(0, 21);
            this.lblMonth.TabIndex = 7;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(210, 19);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(81, 13);
            this.label3.TabIndex = 6;
            this.label3.Text = "Mois consulté : ";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(24, 19);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(26, 13);
            this.label2.TabIndex = 6;
            this.label2.Text = "Vue";
            // 
            // monthView1
            // 
            this.monthView1.ArrowsColor = System.Drawing.SystemColors.Window;
            this.monthView1.ArrowsSelectedColor = System.Drawing.Color.Gold;
            this.monthView1.DayBackgroundColor = System.Drawing.Color.Empty;
            this.monthView1.DayGrayedText = System.Drawing.SystemColors.GrayText;
            this.monthView1.DaySelectedBackgroundColor = System.Drawing.SystemColors.Highlight;
            this.monthView1.DaySelectedColor = System.Drawing.SystemColors.WindowText;
            this.monthView1.DaySelectedTextColor = System.Drawing.SystemColors.HighlightText;
            this.monthView1.ItemPadding = new System.Windows.Forms.Padding(2);
            this.monthView1.Location = new System.Drawing.Point(574, 35);
            this.monthView1.MonthTitleColor = System.Drawing.SystemColors.ActiveCaption;
            this.monthView1.MonthTitleColorInactive = System.Drawing.SystemColors.InactiveCaption;
            this.monthView1.MonthTitleTextColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.monthView1.MonthTitleTextColorInactive = System.Drawing.SystemColors.InactiveCaptionText;
            this.monthView1.Name = "monthView1";
            this.monthView1.SelectionMode = System.Windows.Forms.Calendar.MonthView.MonthViewSelection.WorkWeek;
            this.monthView1.Size = new System.Drawing.Size(209, 526);
            this.monthView1.TabIndex = 2;
            this.monthView1.Text = "monthView1";
            this.monthView1.TodayBorderColor = System.Drawing.Color.Maroon;
            this.monthView1.SelectionChanged += new System.EventHandler(this.monthView1_SelectionChanged);
            // 
            // objCalendar
            // 
            this.objCalendar.AllowDrop = true;
            this.objCalendar.AllowNew = false;
            this.objCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.objCalendar.Font = new System.Drawing.Font("Segoe UI", 9F);
            calendarHighlightRange1.DayOfWeek = System.DayOfWeek.Monday;
            calendarHighlightRange1.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange1.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange2.DayOfWeek = System.DayOfWeek.Tuesday;
            calendarHighlightRange2.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange2.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange3.DayOfWeek = System.DayOfWeek.Wednesday;
            calendarHighlightRange3.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange3.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange4.DayOfWeek = System.DayOfWeek.Thursday;
            calendarHighlightRange4.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange4.StartTime = System.TimeSpan.Parse("08:00:00");
            calendarHighlightRange5.DayOfWeek = System.DayOfWeek.Friday;
            calendarHighlightRange5.EndTime = System.TimeSpan.Parse("17:00:00");
            calendarHighlightRange5.StartTime = System.TimeSpan.Parse("08:00:00");
            this.objCalendar.HighlightRanges = new System.Windows.Forms.Calendar.CalendarHighlightRange[] {
        calendarHighlightRange1,
        calendarHighlightRange2,
        calendarHighlightRange3,
        calendarHighlightRange4,
        calendarHighlightRange5};
            this.objCalendar.Location = new System.Drawing.Point(789, 91);
            this.objCalendar.MaximumFullDays = 30;
            this.objCalendar.Name = "objCalendar";
            this.objCalendar.Size = new System.Drawing.Size(565, 486);
            this.objCalendar.TabIndex = 1;
            this.objCalendar.Text = "calendar";
            this.objCalendar.ItemDeleting += new System.Windows.Forms.Calendar.Calendar.CalendarItemCancelEventHandler(this.objCalendar_ItemDeleting);
            this.objCalendar.ItemDatesChanged += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.objCalendar_ItemDatesChanged);
            this.objCalendar.ItemDoubleClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.objCalendar_ItemDoubleClick);
            this.objCalendar.ItemMouseHover += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.objCalendar_ItemMouseHover);
            this.objCalendar.DragDrop += new System.Windows.Forms.DragEventHandler(this.objCalendar_DragDrop);
            this.objCalendar.DragEnter += new System.Windows.Forms.DragEventHandler(this.objCalendar_DragEnter);
            this.objCalendar.DoubleClick += new System.EventHandler(this.objCalendar_DoubleClick);
            this.objCalendar.ItemClick += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(objCalendar_ItemClick);
            // 
            // imgList
            // 
            this.imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
            this.imgList.TransparentColor = System.Drawing.Color.Transparent;
            this.imgList.Images.SetKeyName(0, "coche.png");
            // 
            // informationsToolStripMenuItem
            // 
            this.informationsToolStripMenuItem.Name = "informationsToolStripMenuItem";
            this.informationsToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
            this.informationsToolStripMenuItem.Text = "Informations";
            this.informationsToolStripMenuItem.Click += new System.EventHandler(this.informationsToolStripMenuItem_Click);
            // 
            // frmAppli
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1354, 647);
            this.Controls.Add(this.monthView1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.objCalendar);
            this.Controls.Add(this.menuStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "frmAppli";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "schoolScheduler";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAppli_FormClosing);
            this.Load += new System.EventHandler(this.frmAppli_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.contextMenuStrip1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }