private void CreateDayView()
        {
            Calendar.DrawTool drawTool = new Calendar.DrawTool();
            this.m_dayView = new Calendar.DayView();

            drawTool.DayView = this.m_dayView;
            this.m_dayView.ActiveTool = drawTool;
            this.m_dayView.AllowInplaceEditing = true;
            this.m_dayView.AmPmDisplay = false;
            this.m_dayView.AppHeightMode = Calendar.DayView.AppHeightDrawMode.TrueHeightAll;
            this.m_dayView.DaysToShow = 7;
            this.m_dayView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_dayView.DrawAllAppBorder = false;
            this.m_dayView.Font = new System.Drawing.Font("Tahoma", 8F);
            this.m_dayView.HalfHourHeight = 15;
            this.m_dayView.Location = new System.Drawing.Point(0, 0);
            this.m_dayView.MinHalfHourApp = false;
            this.m_dayView.Name = "m_dayView";
            this.m_dayView.SelectionEnd = new System.DateTime(((long)(0)));
            this.m_dayView.SelectionStart = new System.DateTime(((long)(0)));
            this.m_dayView.Size = new System.Drawing.Size(798, 328);
            this.m_dayView.StartDate = DateTime.Now;
            this.m_dayView.TabIndex = 0;
            this.m_dayView.Text = "m_dayView";
            this.m_dayView.WorkingHourEnd = 19;
            this.m_dayView.WorkingHourStart = 9;
            this.m_dayView.WorkingMinuteEnd = 0;
            this.m_dayView.WorkingMinuteStart = 0;
            
            this.Controls.Add(m_dayView);
        }
Пример #2
0
        protected void InitializeComponent()
        {
            Calendar.DrawTool drawTool = new Calendar.DrawTool();
            drawTool.DayView = this;

            this.ActiveTool          = drawTool;
            this.AllowInplaceEditing = true;
            this.AllowNew            = false;
            this.AmPmDisplay         = true;
            this.Anchor = (System.Windows.Forms.AnchorStyles.Bottom |
                           System.Windows.Forms.AnchorStyles.Left |
                           System.Windows.Forms.AnchorStyles.Right);
            this.AppHeightMode      = Calendar.DayView.AppHeightDrawMode.TrueHeightAll;
            this.DaysToShow         = 7;
            this.DrawAllAppBorder   = false;
            this.Location           = new System.Drawing.Point(0, 0);
            this.MinHalfHourApp     = false;
            this.Name               = "m_dayView";
            this.Renderer           = m_Renderer;
            this.SelectionEnd       = new System.DateTime(((long)(0)));
            this.SelectionStart     = new System.DateTime(((long)(0)));
            this.Size               = new System.Drawing.Size(798, 328);
            this.SlotsPerHour       = 4;
            this.TabIndex           = 0;
            this.Text               = "m_dayView";
            this.WorkingHourEnd     = 19;
            this.WorkingHourStart   = 9;
            this.WorkingMinuteEnd   = 0;
            this.WorkingMinuteStart = 0;
            this.ReadOnly           = false;

            this.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.OnResolveAppointments);
            this.SelectionChanged    += new Calendar.AppointmentEventHandler(this.OnSelectionChanged);
            this.WeekChange          += new Calendar.WeekChangeEventHandler(OnWeekChanged);
        }
 /// <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();
     this.scheduleView = new Calendar.DayView();
     this.SuspendLayout();
     //
     // scheduleView
     //
     drawTool1.DayView                     = this.scheduleView;
     this.scheduleView.ActiveTool          = drawTool1;
     this.scheduleView.AllowInplaceEditing = false;
     this.scheduleView.AllowNew            = false;
     this.scheduleView.AmPmDisplay         = true;
     this.scheduleView.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.scheduleView.AppointmentHeightMode = Calendar.AppHeightDrawMode.EndHalfHourBlocksAll;
     this.scheduleView.DaysToShow            = 5;
     this.scheduleView.DrawAllAppBorder      = true;
     this.scheduleView.EnableDurationDisplay = false;
     this.scheduleView.EnableRoundedCorners  = false;
     this.scheduleView.EnableShadows         = true;
     this.scheduleView.EnableTimeIndicator   = true;
     this.scheduleView.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.scheduleView.Location               = new System.Drawing.Point(7, 12);
     this.scheduleView.MinHalfHourApp         = false;
     this.scheduleView.Name                   = "scheduleView";
     this.scheduleView.SelectionEnd           = new System.DateTime(((long)(0)));
     this.scheduleView.SelectionStart         = new System.DateTime(((long)(0)));
     this.scheduleView.Size                   = new System.Drawing.Size(765, 538);
     this.scheduleView.StartDate              = new System.DateTime(2011, 8, 1, 0, 0, 0, 0);
     this.scheduleView.TabIndex               = 34;
     this.scheduleView.Text                   = "dayView1";
     this.scheduleView.WorkingHourEnd         = 17;
     this.scheduleView.WorkingMinuteEnd       = 0;
     this.scheduleView.WorkingMinuteStart     = 0;
     this.scheduleView.OnResolveAppointments += new System.EventHandler <Calendar.ResolveAppointmentsEventArgs>(this.scheduleView_OnResolveAppointments);
     //
     // ScheduleForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 562);
     this.Controls.Add(this.scheduleView);
     this.MinimumSize   = new System.Drawing.Size(800, 600);
     this.Name          = "ScheduleForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "View Current Schedule";
     this.Load         += new System.EventHandler(this.ScheduleForm_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() {
            Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
            this.scheduleView = new Calendar.DayView();
            this.SuspendLayout();
            // 
            // scheduleView
            // 
            drawTool1.DayView = this.scheduleView;
            this.scheduleView.ActiveTool = drawTool1;
            this.scheduleView.AllowInplaceEditing = false;
            this.scheduleView.AllowNew = false;
            this.scheduleView.AmPmDisplay = true;
            this.scheduleView.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.scheduleView.AppointmentHeightMode = Calendar.AppHeightDrawMode.EndHalfHourBlocksAll;
            this.scheduleView.DaysToShow = 5;
            this.scheduleView.DrawAllAppBorder = true;
            this.scheduleView.EnableDurationDisplay = false;
            this.scheduleView.EnableRoundedCorners = false;
            this.scheduleView.EnableShadows = true;
            this.scheduleView.EnableTimeIndicator = true;
            this.scheduleView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.scheduleView.Location = new System.Drawing.Point(7, 12);
            this.scheduleView.MinHalfHourApp = false;
            this.scheduleView.Name = "scheduleView";
            this.scheduleView.SelectionEnd = new System.DateTime(((long)(0)));
            this.scheduleView.SelectionStart = new System.DateTime(((long)(0)));
            this.scheduleView.Size = new System.Drawing.Size(765, 538);
            this.scheduleView.StartDate = new System.DateTime(2011, 8, 1, 0, 0, 0, 0);
            this.scheduleView.TabIndex = 34;
            this.scheduleView.Text = "dayView1";
            this.scheduleView.WorkingHourEnd = 17;
            this.scheduleView.WorkingMinuteEnd = 0;
            this.scheduleView.WorkingMinuteStart = 0;
            this.scheduleView.OnResolveAppointments += new System.EventHandler<Calendar.ResolveAppointmentsEventArgs>(this.scheduleView_OnResolveAppointments);
            // 
            // ScheduleForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 562);
            this.Controls.Add(this.scheduleView);
            this.MinimumSize = new System.Drawing.Size(800, 600);
            this.Name = "ScheduleForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "View Current Schedule";
            this.Load += new System.EventHandler(this.ScheduleForm_Load);
            this.ResumeLayout(false);

        }
Пример #5
0
        private void CreateDayView()
        {
            Calendar.DrawTool drawTool = new Calendar.DrawTool();

            this.m_DayView   = new Calendar.DayView();
            drawTool.DayView = this.m_DayView;

            this.m_DayView.ActiveTool          = drawTool;
            this.m_DayView.AllowInplaceEditing = true;
            this.m_DayView.AllowNew            = true;
            this.m_DayView.AmPmDisplay         = true;
            this.m_DayView.Anchor = (System.Windows.Forms.AnchorStyles.Bottom |
                                     System.Windows.Forms.AnchorStyles.Left |
                                     System.Windows.Forms.AnchorStyles.Right);
            this.m_DayView.AppHeightMode = Calendar.DayView.AppHeightDrawMode.TrueHeightAll;
            this.m_DayView.DaysToShow    = 7;
            //this.m_dayView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_DayView.DrawAllAppBorder   = false;
            this.m_DayView.Font               = new System.Drawing.Font("Tahoma", 8);
            this.m_DayView.Location           = new System.Drawing.Point(0, 0);
            this.m_DayView.MinHalfHourApp     = false;
            this.m_DayView.Name               = "m_dayView";
            this.m_DayView.Renderer           = m_renderer;
            this.m_DayView.SelectionEnd       = new System.DateTime(((long)(0)));
            this.m_DayView.SelectionStart     = new System.DateTime(((long)(0)));
            this.m_DayView.Size               = new System.Drawing.Size(798, 328);
            this.m_DayView.StartDate          = DateTime.Now;
            this.m_DayView.TabIndex           = 0;
            this.m_DayView.Text               = "m_dayView";
            this.m_DayView.WorkingHourEnd     = 19;
            this.m_DayView.WorkingHourStart   = 9;
            this.m_DayView.WorkingMinuteEnd   = 0;
            this.m_DayView.WorkingMinuteStart = 0;

            // I want the hour height to always be 20 for now
            int hourHeight = 20;

            //this.m_DayView.SlotsPerHour = 4;
            this.m_DayView.SlotHeight = (hourHeight / this.m_DayView.SlotsPerHour);

            this.m_DayView.StartDate            = DateTime.Now;
            this.m_DayView.NewAppointment      += new Calendar.NewAppointmentEventHandler(this.OnDayViewNewAppointment);
            this.m_DayView.SelectionChanged    += new Calendar.AppointmentEventHandler(this.OnDayViewSelectionChanged);
            this.m_DayView.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.OnDayViewResolveAppointments);
            this.m_DayView.AppointmentMove     += new Calendar.AppointmentEventHandler(this.OnDayViewAppointmentChanged);

            this.Controls.Add(m_DayView);
        }
Пример #6
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     this.appointments_DayView     = new Calendar.DayView();
     this.optician_ComboBox        = new System.Windows.Forms.ComboBox();
     this.appointmentDate_DateTime = new System.Windows.Forms.DateTimePicker();
     this.tableLayoutPanel1        = new System.Windows.Forms.TableLayoutPanel();
     this.label1         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.remarks_Text   = new System.Windows.Forms.TextBox();
     this.confirm_Button = new System.Windows.Forms.Button();
     this.errorProvider  = new System.Windows.Forms.ErrorProvider(this.components);
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // appointments_DayView
     //
     drawTool1.DayView = this.appointments_DayView;
     this.appointments_DayView.ActiveTool          = drawTool1;
     this.appointments_DayView.AllowInplaceEditing = false;
     this.appointments_DayView.AllowNew            = false;
     this.appointments_DayView.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.appointments_DayView.Font                 = new System.Drawing.Font("Segoe UI", 8F);
     this.appointments_DayView.HalfHourHeight       = 15;
     this.appointments_DayView.Location             = new System.Drawing.Point(12, 101);
     this.appointments_DayView.Name                 = "appointments_DayView";
     this.appointments_DayView.SelectionEnd         = new System.DateTime(((long)(0)));
     this.appointments_DayView.SelectionStart       = new System.DateTime(((long)(0)));
     this.appointments_DayView.Size                 = new System.Drawing.Size(253, 201);
     this.appointments_DayView.StartDate            = new System.DateTime(((long)(0)));
     this.appointments_DayView.StartHour            = 9;
     this.appointments_DayView.TabIndex             = 0;
     this.appointments_DayView.Text                 = "dayView";
     this.appointments_DayView.WorkingHourEnd       = 17;
     this.appointments_DayView.WorkingHourStart     = 9;
     this.appointments_DayView.WorkingMinuteEnd     = 0;
     this.appointments_DayView.WorkingMinuteStart   = 0;
     this.appointments_DayView.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.RefreshCal);
     //
     // optician_ComboBox
     //
     this.optician_ComboBox.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.optician_ComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.optician_ComboBox.FormattingEnabled     = true;
     this.optician_ComboBox.Location              = new System.Drawing.Point(58, 3);
     this.optician_ComboBox.Name                  = "optician_ComboBox";
     this.optician_ComboBox.Size                  = new System.Drawing.Size(195, 21);
     this.optician_ComboBox.TabIndex              = 1;
     this.optician_ComboBox.SelectedIndexChanged += new System.EventHandler(this.Optician_ComboBoxSelectedIndexChanged);
     //
     // appointmentDate_DateTime
     //
     this.appointmentDate_DateTime.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.appointmentDate_DateTime.Location      = new System.Drawing.Point(58, 30);
     this.appointmentDate_DateTime.Name          = "appointmentDate_DateTime";
     this.appointmentDate_DateTime.Size          = new System.Drawing.Size(195, 20);
     this.appointmentDate_DateTime.TabIndex      = 2;
     this.appointmentDate_DateTime.Value         = new System.DateTime(2011, 3, 24, 0, 0, 0, 0);
     this.appointmentDate_DateTime.ValueChanged += new System.EventHandler(this.AppointmentDate_DateTimeValueChanged);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.optician_ComboBox, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.appointmentDate_DateTime, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.remarks_Text, 1, 2);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(256, 83);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(46, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Optician";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 27);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(30, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Date";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 53);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(49, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Remarks";
     //
     // remarks_Text
     //
     this.remarks_Text.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.remarks_Text.Location = new System.Drawing.Point(58, 56);
     this.remarks_Text.Name     = "remarks_Text";
     this.remarks_Text.Size     = new System.Drawing.Size(195, 20);
     this.remarks_Text.TabIndex = 6;
     //
     // confirm_Button
     //
     this.confirm_Button.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.confirm_Button.Location = new System.Drawing.Point(162, 308);
     this.confirm_Button.Name     = "confirm_Button";
     this.confirm_Button.Size     = new System.Drawing.Size(103, 23);
     this.confirm_Button.TabIndex = 4;
     this.confirm_Button.Text     = "Book Appointment";
     this.confirm_Button.UseVisualStyleBackColor = true;
     this.confirm_Button.Click += new System.EventHandler(this.Confirm_ButtonClick);
     //
     // errorProvider
     //
     this.errorProvider.ContainerControl = this;
     this.errorProvider.RightToLeft      = true;
     //
     // NewAppointment
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(277, 346);
     this.Controls.Add(this.confirm_Button);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.appointments_DayView);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "NewAppointment";
     this.Text            = "New Appointment";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     this.ResumeLayout(false);
 }
Пример #7
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();
 }
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdminView));
            this.dvwTimetable = new Calendar.DayView();
            this.mnsMain = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateAllConfigsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.checkLibraryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tbcTabs = new System.Windows.Forms.TabControl();
            this.tbpStatus = new System.Windows.Forms.TabPage();
            this.groupBox24 = new System.Windows.Forms.GroupBox();
            this.groupBox25 = new System.Windows.Forms.GroupBox();
            this.lblAverageTime = new System.Windows.Forms.Label();
            this.lblUniqueListeners = new System.Windows.Forms.Label();
            this.lblPeakListeners = new System.Windows.Forms.Label();
            this.lblNumberListeners = new System.Windows.Forms.Label();
            this.label42 = new System.Windows.Forms.Label();
            this.label41 = new System.Windows.Forms.Label();
            this.label40 = new System.Windows.Forms.Label();
            this.label39 = new System.Windows.Forms.Label();
            this.btnUpdateListeners = new System.Windows.Forms.Button();
            this.dgvServerListeners = new System.Windows.Forms.DataGridView();
            this.colHostname = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colUserAgent = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colConnectTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox22 = new System.Windows.Forms.GroupBox();
            this.dgvCurrentTracks = new System.Windows.Forms.DataGridView();
            this.colTranscoderName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colArtist = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colAlbum = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox21 = new System.Windows.Forms.GroupBox();
            this.lsbStatus = new System.Windows.Forms.ListBox();
            this.groupBox20 = new System.Windows.Forms.GroupBox();
            this.btnModifyName = new System.Windows.Forms.Button();
            this.txbWebradioName = new System.Windows.Forms.TextBox();
            this.lblWebradioTitle = new System.Windows.Forms.Label();
            this.tbpLibrary = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnDeleteAd = new System.Windows.Forms.Button();
            this.dgvAds = new System.Windows.Forms.DataGridView();
            this.colIdAd = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colTitleAd = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colArtistAd = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colAlbumAd = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colYearAd = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colLabelAd = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colDurationAd = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colGenderAd = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colPathAd = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cmbPlaylistsAd = new System.Windows.Forms.ComboBox();
            this.txbSearchAd = new System.Windows.Forms.TextBox();
            this.btnAddToAd = new System.Windows.Forms.Button();
            this.btnImportFolderAd = new System.Windows.Forms.Button();
            this.btnImportFilesAd = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnDeleteMusic = new System.Windows.Forms.Button();
            this.cmbPlaylistsMusic = new System.Windows.Forms.ComboBox();
            this.btnAddToMusic = new System.Windows.Forms.Button();
            this.dgvMusics = new System.Windows.Forms.DataGridView();
            this.colIdMusic = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colTitleMusic = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colArtistMusic = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colAlbumMusic = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colYearMusic = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colLabelMusic = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colDurationMusic = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colGenderMusic = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colPathMusic = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btnImportFilesMusic = new System.Windows.Forms.Button();
            this.btnImportFolderMusic = new System.Windows.Forms.Button();
            this.txbSearchMusic = new System.Windows.Forms.TextBox();
            this.tbpPlaylists = new System.Windows.Forms.TabPage();
            this.txbSearchPlaylistContent = new System.Windows.Forms.TextBox();
            this.btnRemoveFromPlaylist = new System.Windows.Forms.Button();
            this.dgvPlaylistContent = new System.Windows.Forms.DataGridView();
            this.colIdPlaylist = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colTitlePlaylist = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colArtistPlaylist = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colAlbumPlaylist = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colYearPlaylist = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colLabelPlaylist = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colDurationPlaylist = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colGenderPlaylist = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colPathPlaylist = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.lblPlaylistDuration = new System.Windows.Forms.Label();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.btnDeletePlaylistAd = new System.Windows.Forms.Button();
            this.lsbPlaylistsAd = new System.Windows.Forms.ListBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.btnDeletePlaylistMusic = new System.Windows.Forms.Button();
            this.lsbPlaylistsMusic = new System.Windows.Forms.ListBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.nudDurationGenerate = new System.Windows.Forms.NumericUpDown();
            this.btnGeneratePlaylist = new System.Windows.Forms.Button();
            this.cmbGenderGenerate = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.cmbTypePlaylistGenerate = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.txbPlaylistNameGenerate = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.btnCreatePlaylist = new System.Windows.Forms.Button();
            this.cmbTypePlaylist = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txbPlaylistName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tbpTimetable = new System.Windows.Forms.TabPage();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.mtbDuration = new System.Windows.Forms.MaskedTextBox();
            this.mtbStartTime = new System.Windows.Forms.MaskedTextBox();
            this.btnCreateEvent = new System.Windows.Forms.Button();
            this.nudPriority = new System.Windows.Forms.NumericUpDown();
            this.label11 = new System.Windows.Forms.Label();
            this.ckbShuffle = new System.Windows.Forms.CheckBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.ckbAll = new System.Windows.Forms.CheckBox();
            this.ckbSunday = new System.Windows.Forms.CheckBox();
            this.ckbSaturday = new System.Windows.Forms.CheckBox();
            this.ckbFriday = new System.Windows.Forms.CheckBox();
            this.ckbThursday = new System.Windows.Forms.CheckBox();
            this.ckbWednesday = new System.Windows.Forms.CheckBox();
            this.ckbTuesday = new System.Windows.Forms.CheckBox();
            this.ckbMonday = new System.Windows.Forms.CheckBox();
            this.cmbPlaylistEvent = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.txbEventName = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.tbpTranscoders = new System.Windows.Forms.TabPage();
            this.groupBox12 = new System.Windows.Forms.GroupBox();
            this.groupBox23 = new System.Windows.Forms.GroupBox();
            this.btnStopCapture = new System.Windows.Forms.Button();
            this.btnStartCapture = new System.Windows.Forms.Button();
            this.label38 = new System.Windows.Forms.Label();
            this.btnUpdateAudioDevice = new System.Windows.Forms.Button();
            this.cmbAudioDevice = new System.Windows.Forms.ComboBox();
            this.label37 = new System.Windows.Forms.Label();
            this.groupBox16 = new System.Windows.Forms.GroupBox();
            this.btnNextTrack = new System.Windows.Forms.Button();
            this.ckbTranscoderDebug = new System.Windows.Forms.CheckBox();
            this.btnStopTranscoder = new System.Windows.Forms.Button();
            this.btnStartTranscoder = new System.Windows.Forms.Button();
            this.lblStatusTranscoder = new System.Windows.Forms.Label();
            this.label30 = new System.Windows.Forms.Label();
            this.groupBox15 = new System.Windows.Forms.GroupBox();
            this.btnShowTranscoderLog = new System.Windows.Forms.Button();
            this.groupBox14 = new System.Windows.Forms.GroupBox();
            this.btnClearHistory = new System.Windows.Forms.Button();
            this.btnGenerateHistory = new System.Windows.Forms.Button();
            this.btnDeleteTranscoder = new System.Windows.Forms.Button();
            this.lsbTranscoders = new System.Windows.Forms.ListBox();
            this.label28 = new System.Windows.Forms.Label();
            this.cmbEncoderEdit = new System.Windows.Forms.ComboBox();
            this.label27 = new System.Windows.Forms.Label();
            this.cmbBitrateEdit = new System.Windows.Forms.ComboBox();
            this.label26 = new System.Windows.Forms.Label();
            this.cmbSampleRateEdit = new System.Windows.Forms.ComboBox();
            this.groupBox13 = new System.Windows.Forms.GroupBox();
            this.label36 = new System.Windows.Forms.Label();
            this.nudAdminPortEdit = new System.Windows.Forms.NumericUpDown();
            this.btnResolveEdit = new System.Windows.Forms.Button();
            this.txbServerIPEdit = new System.Windows.Forms.TextBox();
            this.btnUpdate = new System.Windows.Forms.Button();
            this.label22 = new System.Windows.Forms.Label();
            this.label29 = new System.Windows.Forms.Label();
            this.nudPortEdit = new System.Windows.Forms.NumericUpDown();
            this.txbServerPasswordEdit = new System.Windows.Forms.TextBox();
            this.label25 = new System.Windows.Forms.Label();
            this.txbStreamNameEdit = new System.Windows.Forms.TextBox();
            this.label23 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.txbStreamUrlEdit = new System.Windows.Forms.TextBox();
            this.groupBox11 = new System.Windows.Forms.GroupBox();
            this.nudAdminPort = new System.Windows.Forms.NumericUpDown();
            this.label21 = new System.Windows.Forms.Label();
            this.btnResolve = new System.Windows.Forms.Button();
            this.txbServerIP = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.btnCreateTranscoder = new System.Windows.Forms.Button();
            this.txbServerPassword = new System.Windows.Forms.TextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.nudPort = new System.Windows.Forms.NumericUpDown();
            this.label18 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.txbStreamUrl = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.txbStreamName = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.cmbSampleRate = new System.Windows.Forms.ComboBox();
            this.label14 = new System.Windows.Forms.Label();
            this.cmbBitrate = new System.Windows.Forms.ComboBox();
            this.label13 = new System.Windows.Forms.Label();
            this.cmbEncoder = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.tbpServer = new System.Windows.Forms.TabPage();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.groupBox19 = new System.Windows.Forms.GroupBox();
            this.btnShowServerLog = new System.Windows.Forms.Button();
            this.groupBox18 = new System.Windows.Forms.GroupBox();
            this.btnSaveServer = new System.Windows.Forms.Button();
            this.nudMaxListener = new System.Windows.Forms.NumericUpDown();
            this.label35 = new System.Windows.Forms.Label();
            this.txbLocalServerAdminPassword = new System.Windows.Forms.TextBox();
            this.label34 = new System.Windows.Forms.Label();
            this.txbLocalServerPassword = new System.Windows.Forms.TextBox();
            this.label33 = new System.Windows.Forms.Label();
            this.nudPortServer = new System.Windows.Forms.NumericUpDown();
            this.label32 = new System.Windows.Forms.Label();
            this.groupBox17 = new System.Windows.Forms.GroupBox();
            this.ckbServerDebug = new System.Windows.Forms.CheckBox();
            this.btnShowWebAdministration = new System.Windows.Forms.Button();
            this.btnShowWebInterface = new System.Windows.Forms.Button();
            this.btnStopServer = new System.Windows.Forms.Button();
            this.btnStartServer = new System.Windows.Forms.Button();
            this.lblStatusServer = new System.Windows.Forms.Label();
            this.label31 = new System.Windows.Forms.Label();
            this.FBD = new System.Windows.Forms.FolderBrowserDialog();
            this.OFD = new System.Windows.Forms.OpenFileDialog();
            this.mnsMain.SuspendLayout();
            this.tbcTabs.SuspendLayout();
            this.tbpStatus.SuspendLayout();
            this.groupBox24.SuspendLayout();
            this.groupBox25.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvServerListeners)).BeginInit();
            this.groupBox22.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvCurrentTracks)).BeginInit();
            this.groupBox21.SuspendLayout();
            this.groupBox20.SuspendLayout();
            this.tbpLibrary.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvAds)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvMusics)).BeginInit();
            this.tbpPlaylists.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPlaylistContent)).BeginInit();
            this.groupBox7.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudDurationGenerate)).BeginInit();
            this.groupBox3.SuspendLayout();
            this.tbpTimetable.SuspendLayout();
            this.groupBox9.SuspendLayout();
            this.groupBox8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudPriority)).BeginInit();
            this.groupBox10.SuspendLayout();
            this.tbpTranscoders.SuspendLayout();
            this.groupBox12.SuspendLayout();
            this.groupBox23.SuspendLayout();
            this.groupBox16.SuspendLayout();
            this.groupBox15.SuspendLayout();
            this.groupBox14.SuspendLayout();
            this.groupBox13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudAdminPortEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudPortEdit)).BeginInit();
            this.groupBox11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudAdminPort)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudPort)).BeginInit();
            this.tbpServer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.groupBox19.SuspendLayout();
            this.groupBox18.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudMaxListener)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudPortServer)).BeginInit();
            this.groupBox17.SuspendLayout();
            this.SuspendLayout();
            // 
            // dvwTimetable
            // 
            drawTool1.DayView = this.dvwTimetable;
            this.dvwTimetable.ActiveTool = drawTool1;
            this.dvwTimetable.AllowDrop = true;
            this.dvwTimetable.AllowInplaceEditing = false;
            this.dvwTimetable.AllowNew = false;
            this.dvwTimetable.AmPmDisplay = false;
            this.dvwTimetable.AppHeightMode = Calendar.DayView.AppHeightDrawMode.TrueHeightAll;
            this.dvwTimetable.DaysToShow = 7;
            this.dvwTimetable.DrawAllAppBorder = false;
            this.dvwTimetable.Font = new System.Drawing.Font("Segoe UI", 8F);
            this.dvwTimetable.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.dvwTimetable.Location = new System.Drawing.Point(7, 20);
            this.dvwTimetable.MinHalfHourApp = false;
            this.dvwTimetable.Name = "dvwTimetable";
            this.dvwTimetable.SelectionEnd = new System.DateTime(((long)(0)));
            this.dvwTimetable.SelectionStart = new System.DateTime(((long)(0)));
            this.dvwTimetable.Size = new System.Drawing.Size(807, 332);
            this.dvwTimetable.SlotsPerHour = 2;
            this.dvwTimetable.StartDate = new System.DateTime(((long)(0)));
            this.dvwTimetable.TabIndex = 0;
            this.dvwTimetable.Text = "dayView1";
            this.dvwTimetable.WorkingHourEnd = 23;
            this.dvwTimetable.WorkingHourStart = 0;
            this.dvwTimetable.WorkingMinuteEnd = 59;
            this.dvwTimetable.WorkingMinuteStart = 0;
            this.dvwTimetable.SelectionChanged += new System.EventHandler(this.dvwTimetable_SelectionChanged);
            this.dvwTimetable.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.dvwTimetable_ResolveAppointments);
            this.dvwTimetable.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dvwTimetable_MouseClick);
            this.dvwTimetable.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dvwTimetable_MouseUp);
            // 
            // mnsMain
            // 
            this.mnsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.aboutToolStripMenuItem});
            this.mnsMain.Location = new System.Drawing.Point(0, 0);
            this.mnsMain.Name = "mnsMain";
            this.mnsMain.Size = new System.Drawing.Size(840, 24);
            this.mnsMain.TabIndex = 0;
            this.mnsMain.Text = "mnsMain";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.generateAllConfigsToolStripMenuItem,
            this.checkLibraryToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // generateAllConfigsToolStripMenuItem
            // 
            this.generateAllConfigsToolStripMenuItem.Name = "generateAllConfigsToolStripMenuItem";
            this.generateAllConfigsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
            this.generateAllConfigsToolStripMenuItem.Text = "Generate all configs";
            this.generateAllConfigsToolStripMenuItem.Click += new System.EventHandler(this.generateAllConfigsToolStripMenuItem_Click);
            // 
            // checkLibraryToolStripMenuItem
            // 
            this.checkLibraryToolStripMenuItem.Name = "checkLibraryToolStripMenuItem";
            this.checkLibraryToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
            this.checkLibraryToolStripMenuItem.Text = "Check  library";
            this.checkLibraryToolStripMenuItem.Click += new System.EventHandler(this.checkLibraryToolStripMenuItem_Click);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
            this.aboutToolStripMenuItem.Text = "About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // tbcTabs
            // 
            this.tbcTabs.Controls.Add(this.tbpStatus);
            this.tbcTabs.Controls.Add(this.tbpLibrary);
            this.tbcTabs.Controls.Add(this.tbpPlaylists);
            this.tbcTabs.Controls.Add(this.tbpTimetable);
            this.tbcTabs.Controls.Add(this.tbpTranscoders);
            this.tbcTabs.Controls.Add(this.tbpServer);
            this.tbcTabs.Location = new System.Drawing.Point(0, 28);
            this.tbcTabs.Multiline = true;
            this.tbcTabs.Name = "tbcTabs";
            this.tbcTabs.SelectedIndex = 0;
            this.tbcTabs.Size = new System.Drawing.Size(840, 471);
            this.tbcTabs.TabIndex = 1;
            // 
            // tbpStatus
            // 
            this.tbpStatus.Controls.Add(this.groupBox24);
            this.tbpStatus.Controls.Add(this.groupBox22);
            this.tbpStatus.Controls.Add(this.groupBox21);
            this.tbpStatus.Controls.Add(this.groupBox20);
            this.tbpStatus.Controls.Add(this.lblWebradioTitle);
            this.tbpStatus.Location = new System.Drawing.Point(4, 22);
            this.tbpStatus.Name = "tbpStatus";
            this.tbpStatus.Padding = new System.Windows.Forms.Padding(3);
            this.tbpStatus.Size = new System.Drawing.Size(832, 445);
            this.tbpStatus.TabIndex = 0;
            this.tbpStatus.Text = "Status";
            this.tbpStatus.UseVisualStyleBackColor = true;
            // 
            // groupBox24
            // 
            this.groupBox24.Controls.Add(this.groupBox25);
            this.groupBox24.Controls.Add(this.btnUpdateListeners);
            this.groupBox24.Controls.Add(this.dgvServerListeners);
            this.groupBox24.Location = new System.Drawing.Point(214, 7);
            this.groupBox24.Name = "groupBox24";
            this.groupBox24.Size = new System.Drawing.Size(615, 195);
            this.groupBox24.TabIndex = 4;
            this.groupBox24.TabStop = false;
            this.groupBox24.Text = "Server listeners";
            // 
            // groupBox25
            // 
            this.groupBox25.Controls.Add(this.lblAverageTime);
            this.groupBox25.Controls.Add(this.lblUniqueListeners);
            this.groupBox25.Controls.Add(this.lblPeakListeners);
            this.groupBox25.Controls.Add(this.lblNumberListeners);
            this.groupBox25.Controls.Add(this.label42);
            this.groupBox25.Controls.Add(this.label41);
            this.groupBox25.Controls.Add(this.label40);
            this.groupBox25.Controls.Add(this.label39);
            this.groupBox25.Location = new System.Drawing.Point(88, 9);
            this.groupBox25.Name = "groupBox25";
            this.groupBox25.Size = new System.Drawing.Size(518, 41);
            this.groupBox25.TabIndex = 2;
            this.groupBox25.TabStop = false;
            this.groupBox25.Text = "Infos";
            // 
            // lblAverageTime
            // 
            this.lblAverageTime.AutoSize = true;
            this.lblAverageTime.Location = new System.Drawing.Point(405, 16);
            this.lblAverageTime.Name = "lblAverageTime";
            this.lblAverageTime.Size = new System.Drawing.Size(13, 13);
            this.lblAverageTime.TabIndex = 7;
            this.lblAverageTime.Text = "0";
            // 
            // lblUniqueListeners
            // 
            this.lblUniqueListeners.AutoSize = true;
            this.lblUniqueListeners.Location = new System.Drawing.Point(305, 16);
            this.lblUniqueListeners.Name = "lblUniqueListeners";
            this.lblUniqueListeners.Size = new System.Drawing.Size(13, 13);
            this.lblUniqueListeners.TabIndex = 6;
            this.lblUniqueListeners.Text = "0";
            // 
            // lblPeakListeners
            // 
            this.lblPeakListeners.AutoSize = true;
            this.lblPeakListeners.Location = new System.Drawing.Point(186, 16);
            this.lblPeakListeners.Name = "lblPeakListeners";
            this.lblPeakListeners.Size = new System.Drawing.Size(13, 13);
            this.lblPeakListeners.TabIndex = 5;
            this.lblPeakListeners.Text = "0";
            // 
            // lblNumberListeners
            // 
            this.lblNumberListeners.AutoSize = true;
            this.lblNumberListeners.Location = new System.Drawing.Point(82, 16);
            this.lblNumberListeners.Name = "lblNumberListeners";
            this.lblNumberListeners.Size = new System.Drawing.Size(13, 13);
            this.lblNumberListeners.TabIndex = 4;
            this.lblNumberListeners.Text = "0";
            // 
            // label42
            // 
            this.label42.AutoSize = true;
            this.label42.Location = new System.Drawing.Point(324, 16);
            this.label42.Name = "label42";
            this.label42.Size = new System.Drawing.Size(75, 13);
            this.label42.TabIndex = 3;
            this.label42.Text = "Average time :";
            // 
            // label41
            // 
            this.label41.AutoSize = true;
            this.label41.Location = new System.Drawing.Point(205, 16);
            this.label41.Name = "label41";
            this.label41.Size = new System.Drawing.Size(94, 13);
            this.label41.TabIndex = 2;
            this.label41.Text = "Unique listener(s) :";
            // 
            // label40
            // 
            this.label40.AutoSize = true;
            this.label40.Location = new System.Drawing.Point(101, 16);
            this.label40.Name = "label40";
            this.label40.Size = new System.Drawing.Size(79, 13);
            this.label40.TabIndex = 1;
            this.label40.Text = "Peak listeners :";
            // 
            // label39
            // 
            this.label39.AutoSize = true;
            this.label39.Location = new System.Drawing.Point(1, 16);
            this.label39.Name = "label39";
            this.label39.Size = new System.Drawing.Size(79, 13);
            this.label39.TabIndex = 0;
            this.label39.Text = "# of listener(s) :";
            // 
            // btnUpdateListeners
            // 
            this.btnUpdateListeners.Location = new System.Drawing.Point(7, 20);
            this.btnUpdateListeners.Name = "btnUpdateListeners";
            this.btnUpdateListeners.Size = new System.Drawing.Size(75, 23);
            this.btnUpdateListeners.TabIndex = 1;
            this.btnUpdateListeners.Text = "Update";
            this.btnUpdateListeners.UseVisualStyleBackColor = true;
            this.btnUpdateListeners.Click += new System.EventHandler(this.btnUpdateListeners_Click);
            // 
            // dgvServerListeners
            // 
            this.dgvServerListeners.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dgvServerListeners.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colHostname,
            this.colUserAgent,
            this.colConnectTime,
            this.colUID});
            this.dgvServerListeners.Location = new System.Drawing.Point(7, 56);
            this.dgvServerListeners.Name = "dgvServerListeners";
            this.dgvServerListeners.ReadOnly = true;
            this.dgvServerListeners.Size = new System.Drawing.Size(599, 133);
            this.dgvServerListeners.TabIndex = 0;
            // 
            // colHostname
            // 
            this.colHostname.HeaderText = "Hostname";
            this.colHostname.Name = "colHostname";
            this.colHostname.ReadOnly = true;
            // 
            // colUserAgent
            // 
            this.colUserAgent.HeaderText = "User agent";
            this.colUserAgent.Name = "colUserAgent";
            this.colUserAgent.ReadOnly = true;
            // 
            // colConnectTime
            // 
            this.colConnectTime.HeaderText = "Connection time (s)";
            this.colConnectTime.Name = "colConnectTime";
            this.colConnectTime.ReadOnly = true;
            // 
            // colUID
            // 
            this.colUID.HeaderText = "UID";
            this.colUID.Name = "colUID";
            this.colUID.ReadOnly = true;
            // 
            // groupBox22
            // 
            this.groupBox22.Controls.Add(this.dgvCurrentTracks);
            this.groupBox22.Location = new System.Drawing.Point(214, 208);
            this.groupBox22.Name = "groupBox22";
            this.groupBox22.Size = new System.Drawing.Size(612, 228);
            this.groupBox22.TabIndex = 3;
            this.groupBox22.TabStop = false;
            this.groupBox22.Text = "Current tracks";
            // 
            // dgvCurrentTracks
            // 
            this.dgvCurrentTracks.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dgvCurrentTracks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvCurrentTracks.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colTranscoderName,
            this.colTitle,
            this.colArtist,
            this.colAlbum});
            this.dgvCurrentTracks.Location = new System.Drawing.Point(7, 19);
            this.dgvCurrentTracks.Name = "dgvCurrentTracks";
            this.dgvCurrentTracks.ReadOnly = true;
            this.dgvCurrentTracks.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvCurrentTracks.Size = new System.Drawing.Size(599, 203);
            this.dgvCurrentTracks.TabIndex = 0;
            // 
            // colTranscoderName
            // 
            this.colTranscoderName.HeaderText = "Transcoder";
            this.colTranscoderName.Name = "colTranscoderName";
            this.colTranscoderName.ReadOnly = true;
            // 
            // colTitle
            // 
            this.colTitle.HeaderText = "Title";
            this.colTitle.Name = "colTitle";
            this.colTitle.ReadOnly = true;
            // 
            // colArtist
            // 
            this.colArtist.HeaderText = "Artist";
            this.colArtist.Name = "colArtist";
            this.colArtist.ReadOnly = true;
            // 
            // colAlbum
            // 
            this.colAlbum.HeaderText = "Album";
            this.colAlbum.Name = "colAlbum";
            this.colAlbum.ReadOnly = true;
            // 
            // groupBox21
            // 
            this.groupBox21.Controls.Add(this.lsbStatus);
            this.groupBox21.Location = new System.Drawing.Point(7, 208);
            this.groupBox21.Name = "groupBox21";
            this.groupBox21.Size = new System.Drawing.Size(200, 228);
            this.groupBox21.TabIndex = 2;
            this.groupBox21.TabStop = false;
            this.groupBox21.Text = "Status";
            // 
            // lsbStatus
            // 
            this.lsbStatus.FormattingEnabled = true;
            this.lsbStatus.Location = new System.Drawing.Point(8, 20);
            this.lsbStatus.Name = "lsbStatus";
            this.lsbStatus.Size = new System.Drawing.Size(186, 160);
            this.lsbStatus.TabIndex = 0;
            // 
            // groupBox20
            // 
            this.groupBox20.Controls.Add(this.btnModifyName);
            this.groupBox20.Controls.Add(this.txbWebradioName);
            this.groupBox20.Location = new System.Drawing.Point(8, 43);
            this.groupBox20.Name = "groupBox20";
            this.groupBox20.Size = new System.Drawing.Size(200, 78);
            this.groupBox20.TabIndex = 1;
            this.groupBox20.TabStop = false;
            this.groupBox20.Text = "Name";
            // 
            // btnModifyName
            // 
            this.btnModifyName.Location = new System.Drawing.Point(64, 46);
            this.btnModifyName.Name = "btnModifyName";
            this.btnModifyName.Size = new System.Drawing.Size(75, 23);
            this.btnModifyName.TabIndex = 1;
            this.btnModifyName.Text = "Modify";
            this.btnModifyName.UseVisualStyleBackColor = true;
            this.btnModifyName.Click += new System.EventHandler(this.btnModifyName_Click);
            // 
            // txbWebradioName
            // 
            this.txbWebradioName.Location = new System.Drawing.Point(7, 20);
            this.txbWebradioName.Name = "txbWebradioName";
            this.txbWebradioName.Size = new System.Drawing.Size(187, 20);
            this.txbWebradioName.TabIndex = 0;
            // 
            // lblWebradioTitle
            // 
            this.lblWebradioTitle.AutoSize = true;
            this.lblWebradioTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblWebradioTitle.Location = new System.Drawing.Point(3, 7);
            this.lblWebradioTitle.Name = "lblWebradioTitle";
            this.lblWebradioTitle.Size = new System.Drawing.Size(70, 24);
            this.lblWebradioTitle.TabIndex = 0;
            this.lblWebradioTitle.Text = "label20";
            // 
            // tbpLibrary
            // 
            this.tbpLibrary.Controls.Add(this.groupBox2);
            this.tbpLibrary.Controls.Add(this.groupBox1);
            this.tbpLibrary.Location = new System.Drawing.Point(4, 22);
            this.tbpLibrary.Name = "tbpLibrary";
            this.tbpLibrary.Padding = new System.Windows.Forms.Padding(3);
            this.tbpLibrary.Size = new System.Drawing.Size(832, 445);
            this.tbpLibrary.TabIndex = 1;
            this.tbpLibrary.Text = "Library";
            this.tbpLibrary.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnDeleteAd);
            this.groupBox2.Controls.Add(this.dgvAds);
            this.groupBox2.Controls.Add(this.cmbPlaylistsAd);
            this.groupBox2.Controls.Add(this.txbSearchAd);
            this.groupBox2.Controls.Add(this.btnAddToAd);
            this.groupBox2.Controls.Add(this.btnImportFolderAd);
            this.groupBox2.Controls.Add(this.btnImportFilesAd);
            this.groupBox2.Location = new System.Drawing.Point(3, 226);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(815, 215);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Ad";
            // 
            // btnDeleteAd
            // 
            this.btnDeleteAd.Location = new System.Drawing.Point(709, 17);
            this.btnDeleteAd.Name = "btnDeleteAd";
            this.btnDeleteAd.Size = new System.Drawing.Size(100, 23);
            this.btnDeleteAd.TabIndex = 13;
            this.btnDeleteAd.Tag = "Ad";
            this.btnDeleteAd.Text = "Delete selected";
            this.btnDeleteAd.UseVisualStyleBackColor = true;
            this.btnDeleteAd.Click += new System.EventHandler(this.btnDeleteLibrary_Click);
            // 
            // dgvAds
            // 
            this.dgvAds.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dgvAds.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvAds.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colIdAd,
            this.colTitleAd,
            this.colArtistAd,
            this.colAlbumAd,
            this.colYearAd,
            this.colLabelAd,
            this.colDurationAd,
            this.colGenderAd,
            this.colPathAd});
            this.dgvAds.Location = new System.Drawing.Point(7, 47);
            this.dgvAds.Name = "dgvAds";
            this.dgvAds.ReadOnly = true;
            this.dgvAds.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvAds.Size = new System.Drawing.Size(802, 162);
            this.dgvAds.TabIndex = 10;
            this.dgvAds.Tag = "Ad";
            this.dgvAds.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCellEndEdit);
            // 
            // colIdAd
            // 
            this.colIdAd.HeaderText = "Id";
            this.colIdAd.Name = "colIdAd";
            this.colIdAd.ReadOnly = true;
            this.colIdAd.Width = 41;
            // 
            // colTitleAd
            // 
            this.colTitleAd.HeaderText = "Title";
            this.colTitleAd.Name = "colTitleAd";
            this.colTitleAd.ReadOnly = true;
            this.colTitleAd.Width = 52;
            // 
            // colArtistAd
            // 
            this.colArtistAd.HeaderText = "Artist";
            this.colArtistAd.Name = "colArtistAd";
            this.colArtistAd.ReadOnly = true;
            this.colArtistAd.Width = 55;
            // 
            // colAlbumAd
            // 
            this.colAlbumAd.HeaderText = "Album";
            this.colAlbumAd.Name = "colAlbumAd";
            this.colAlbumAd.ReadOnly = true;
            this.colAlbumAd.Width = 61;
            // 
            // colYearAd
            // 
            this.colYearAd.HeaderText = "Year";
            this.colYearAd.Name = "colYearAd";
            this.colYearAd.ReadOnly = true;
            this.colYearAd.Width = 54;
            // 
            // colLabelAd
            // 
            this.colLabelAd.HeaderText = "Label";
            this.colLabelAd.Name = "colLabelAd";
            this.colLabelAd.ReadOnly = true;
            this.colLabelAd.Width = 58;
            // 
            // colDurationAd
            // 
            this.colDurationAd.HeaderText = "Duration";
            this.colDurationAd.Name = "colDurationAd";
            this.colDurationAd.ReadOnly = true;
            this.colDurationAd.Width = 72;
            // 
            // colGenderAd
            // 
            this.colGenderAd.HeaderText = "Gender";
            this.colGenderAd.Name = "colGenderAd";
            this.colGenderAd.ReadOnly = true;
            this.colGenderAd.Width = 67;
            // 
            // colPathAd
            // 
            this.colPathAd.HeaderText = "Path";
            this.colPathAd.Name = "colPathAd";
            this.colPathAd.ReadOnly = true;
            this.colPathAd.Width = 54;
            // 
            // cmbPlaylistsAd
            // 
            this.cmbPlaylistsAd.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPlaylistsAd.FormattingEnabled = true;
            this.cmbPlaylistsAd.Location = new System.Drawing.Point(522, 19);
            this.cmbPlaylistsAd.Name = "cmbPlaylistsAd";
            this.cmbPlaylistsAd.Size = new System.Drawing.Size(121, 21);
            this.cmbPlaylistsAd.TabIndex = 12;
            // 
            // txbSearchAd
            // 
            this.txbSearchAd.Location = new System.Drawing.Point(7, 20);
            this.txbSearchAd.Name = "txbSearchAd";
            this.txbSearchAd.Size = new System.Drawing.Size(100, 20);
            this.txbSearchAd.TabIndex = 7;
            this.txbSearchAd.Tag = "Ad";
            this.txbSearchAd.Text = "Search...";
            this.txbSearchAd.TextChanged += new System.EventHandler(this.txbSearchTextChanged);
            this.txbSearchAd.Enter += new System.EventHandler(this.txbSearchEnter);
            this.txbSearchAd.Leave += new System.EventHandler(this.txbSearchLeave);
            // 
            // btnAddToAd
            // 
            this.btnAddToAd.Location = new System.Drawing.Point(415, 18);
            this.btnAddToAd.Name = "btnAddToAd";
            this.btnAddToAd.Size = new System.Drawing.Size(100, 23);
            this.btnAddToAd.TabIndex = 11;
            this.btnAddToAd.Tag = "Ad";
            this.btnAddToAd.Text = "Add selected to :";
            this.btnAddToAd.UseVisualStyleBackColor = true;
            this.btnAddToAd.Click += new System.EventHandler(this.btnAddToClick);
            // 
            // btnImportFolderAd
            // 
            this.btnImportFolderAd.Location = new System.Drawing.Point(113, 18);
            this.btnImportFolderAd.Name = "btnImportFolderAd";
            this.btnImportFolderAd.Size = new System.Drawing.Size(112, 23);
            this.btnImportFolderAd.TabIndex = 8;
            this.btnImportFolderAd.Tag = "Ad";
            this.btnImportFolderAd.Text = "Import from folder...";
            this.btnImportFolderAd.UseVisualStyleBackColor = true;
            this.btnImportFolderAd.Click += new System.EventHandler(this.ImportFolder_Click);
            // 
            // btnImportFilesAd
            // 
            this.btnImportFilesAd.Location = new System.Drawing.Point(231, 18);
            this.btnImportFilesAd.Name = "btnImportFilesAd";
            this.btnImportFilesAd.Size = new System.Drawing.Size(112, 23);
            this.btnImportFilesAd.TabIndex = 9;
            this.btnImportFilesAd.Tag = "Ad";
            this.btnImportFilesAd.Text = "Import from files...";
            this.btnImportFilesAd.UseVisualStyleBackColor = true;
            this.btnImportFilesAd.Click += new System.EventHandler(this.ImportFiles_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnDeleteMusic);
            this.groupBox1.Controls.Add(this.cmbPlaylistsMusic);
            this.groupBox1.Controls.Add(this.btnAddToMusic);
            this.groupBox1.Controls.Add(this.dgvMusics);
            this.groupBox1.Controls.Add(this.btnImportFilesMusic);
            this.groupBox1.Controls.Add(this.btnImportFolderMusic);
            this.groupBox1.Controls.Add(this.txbSearchMusic);
            this.groupBox1.Location = new System.Drawing.Point(3, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(815, 215);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Music";
            // 
            // btnDeleteMusic
            // 
            this.btnDeleteMusic.Location = new System.Drawing.Point(709, 17);
            this.btnDeleteMusic.Name = "btnDeleteMusic";
            this.btnDeleteMusic.Size = new System.Drawing.Size(100, 23);
            this.btnDeleteMusic.TabIndex = 6;
            this.btnDeleteMusic.Tag = "Music";
            this.btnDeleteMusic.Text = "Delete selected";
            this.btnDeleteMusic.UseVisualStyleBackColor = true;
            this.btnDeleteMusic.Click += new System.EventHandler(this.btnDeleteLibrary_Click);
            // 
            // cmbPlaylistsMusic
            // 
            this.cmbPlaylistsMusic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPlaylistsMusic.FormattingEnabled = true;
            this.cmbPlaylistsMusic.Location = new System.Drawing.Point(522, 19);
            this.cmbPlaylistsMusic.Name = "cmbPlaylistsMusic";
            this.cmbPlaylistsMusic.Size = new System.Drawing.Size(121, 21);
            this.cmbPlaylistsMusic.TabIndex = 5;
            // 
            // btnAddToMusic
            // 
            this.btnAddToMusic.Location = new System.Drawing.Point(415, 18);
            this.btnAddToMusic.Name = "btnAddToMusic";
            this.btnAddToMusic.Size = new System.Drawing.Size(100, 23);
            this.btnAddToMusic.TabIndex = 4;
            this.btnAddToMusic.Tag = "Music";
            this.btnAddToMusic.Text = "Add selected to :";
            this.btnAddToMusic.UseVisualStyleBackColor = true;
            this.btnAddToMusic.Click += new System.EventHandler(this.btnAddToClick);
            // 
            // dgvMusics
            // 
            this.dgvMusics.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dgvMusics.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvMusics.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colIdMusic,
            this.colTitleMusic,
            this.colArtistMusic,
            this.colAlbumMusic,
            this.colYearMusic,
            this.colLabelMusic,
            this.colDurationMusic,
            this.colGenderMusic,
            this.colPathMusic});
            this.dgvMusics.Location = new System.Drawing.Point(7, 47);
            this.dgvMusics.Name = "dgvMusics";
            this.dgvMusics.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvMusics.Size = new System.Drawing.Size(802, 162);
            this.dgvMusics.TabIndex = 3;
            this.dgvMusics.Tag = "Music";
            this.dgvMusics.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCellEndEdit);
            // 
            // colIdMusic
            // 
            this.colIdMusic.HeaderText = "Id";
            this.colIdMusic.Name = "colIdMusic";
            this.colIdMusic.ReadOnly = true;
            this.colIdMusic.Width = 41;
            // 
            // colTitleMusic
            // 
            this.colTitleMusic.HeaderText = "Title";
            this.colTitleMusic.Name = "colTitleMusic";
            this.colTitleMusic.Width = 52;
            // 
            // colArtistMusic
            // 
            this.colArtistMusic.HeaderText = "Artist";
            this.colArtistMusic.Name = "colArtistMusic";
            this.colArtistMusic.Width = 55;
            // 
            // colAlbumMusic
            // 
            this.colAlbumMusic.HeaderText = "Album";
            this.colAlbumMusic.Name = "colAlbumMusic";
            this.colAlbumMusic.Width = 61;
            // 
            // colYearMusic
            // 
            this.colYearMusic.HeaderText = "Year";
            this.colYearMusic.Name = "colYearMusic";
            this.colYearMusic.Width = 54;
            // 
            // colLabelMusic
            // 
            this.colLabelMusic.HeaderText = "Label";
            this.colLabelMusic.Name = "colLabelMusic";
            this.colLabelMusic.Width = 58;
            // 
            // colDurationMusic
            // 
            this.colDurationMusic.HeaderText = "Duration";
            this.colDurationMusic.Name = "colDurationMusic";
            this.colDurationMusic.ReadOnly = true;
            this.colDurationMusic.Width = 72;
            // 
            // colGenderMusic
            // 
            this.colGenderMusic.HeaderText = "Gender";
            this.colGenderMusic.Name = "colGenderMusic";
            this.colGenderMusic.Width = 67;
            // 
            // colPathMusic
            // 
            this.colPathMusic.HeaderText = "Path";
            this.colPathMusic.Name = "colPathMusic";
            this.colPathMusic.ReadOnly = true;
            this.colPathMusic.Width = 54;
            // 
            // btnImportFilesMusic
            // 
            this.btnImportFilesMusic.Location = new System.Drawing.Point(231, 18);
            this.btnImportFilesMusic.Name = "btnImportFilesMusic";
            this.btnImportFilesMusic.Size = new System.Drawing.Size(112, 23);
            this.btnImportFilesMusic.TabIndex = 2;
            this.btnImportFilesMusic.Tag = "Music";
            this.btnImportFilesMusic.Text = "Import from files...";
            this.btnImportFilesMusic.UseVisualStyleBackColor = true;
            this.btnImportFilesMusic.Click += new System.EventHandler(this.ImportFiles_Click);
            // 
            // btnImportFolderMusic
            // 
            this.btnImportFolderMusic.Location = new System.Drawing.Point(113, 18);
            this.btnImportFolderMusic.Name = "btnImportFolderMusic";
            this.btnImportFolderMusic.Size = new System.Drawing.Size(112, 23);
            this.btnImportFolderMusic.TabIndex = 1;
            this.btnImportFolderMusic.Tag = "Music";
            this.btnImportFolderMusic.Text = "Import from folder...";
            this.btnImportFolderMusic.UseVisualStyleBackColor = true;
            this.btnImportFolderMusic.Click += new System.EventHandler(this.ImportFolder_Click);
            // 
            // txbSearchMusic
            // 
            this.txbSearchMusic.Location = new System.Drawing.Point(7, 20);
            this.txbSearchMusic.Name = "txbSearchMusic";
            this.txbSearchMusic.Size = new System.Drawing.Size(100, 20);
            this.txbSearchMusic.TabIndex = 0;
            this.txbSearchMusic.Tag = "Music";
            this.txbSearchMusic.Text = "Search...";
            this.txbSearchMusic.TextChanged += new System.EventHandler(this.txbSearchTextChanged);
            this.txbSearchMusic.Enter += new System.EventHandler(this.txbSearchEnter);
            this.txbSearchMusic.Leave += new System.EventHandler(this.txbSearchLeave);
            // 
            // tbpPlaylists
            // 
            this.tbpPlaylists.Controls.Add(this.txbSearchPlaylistContent);
            this.tbpPlaylists.Controls.Add(this.btnRemoveFromPlaylist);
            this.tbpPlaylists.Controls.Add(this.dgvPlaylistContent);
            this.tbpPlaylists.Controls.Add(this.groupBox7);
            this.tbpPlaylists.Controls.Add(this.groupBox6);
            this.tbpPlaylists.Controls.Add(this.groupBox5);
            this.tbpPlaylists.Controls.Add(this.groupBox4);
            this.tbpPlaylists.Controls.Add(this.groupBox3);
            this.tbpPlaylists.Location = new System.Drawing.Point(4, 22);
            this.tbpPlaylists.Name = "tbpPlaylists";
            this.tbpPlaylists.Size = new System.Drawing.Size(832, 445);
            this.tbpPlaylists.TabIndex = 2;
            this.tbpPlaylists.Text = "Playlists";
            this.tbpPlaylists.UseVisualStyleBackColor = true;
            // 
            // txbSearchPlaylistContent
            // 
            this.txbSearchPlaylistContent.Location = new System.Drawing.Point(188, 127);
            this.txbSearchPlaylistContent.Name = "txbSearchPlaylistContent";
            this.txbSearchPlaylistContent.Size = new System.Drawing.Size(100, 20);
            this.txbSearchPlaylistContent.TabIndex = 7;
            this.txbSearchPlaylistContent.Text = "Search...";
            this.txbSearchPlaylistContent.TextChanged += new System.EventHandler(this.txbSearchPlaylistContent_TextChanged);
            this.txbSearchPlaylistContent.Enter += new System.EventHandler(this.txbSearchEnter);
            this.txbSearchPlaylistContent.Leave += new System.EventHandler(this.txbSearchLeave);
            // 
            // btnRemoveFromPlaylist
            // 
            this.btnRemoveFromPlaylist.Location = new System.Drawing.Point(716, 126);
            this.btnRemoveFromPlaylist.Name = "btnRemoveFromPlaylist";
            this.btnRemoveFromPlaylist.Size = new System.Drawing.Size(102, 23);
            this.btnRemoveFromPlaylist.TabIndex = 6;
            this.btnRemoveFromPlaylist.Text = "Remove selected";
            this.btnRemoveFromPlaylist.UseVisualStyleBackColor = true;
            this.btnRemoveFromPlaylist.Click += new System.EventHandler(this.btnRemoveFromPlaylist_Click);
            // 
            // dgvPlaylistContent
            // 
            this.dgvPlaylistContent.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dgvPlaylistContent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPlaylistContent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colIdPlaylist,
            this.colTitlePlaylist,
            this.colArtistPlaylist,
            this.colAlbumPlaylist,
            this.colYearPlaylist,
            this.colLabelPlaylist,
            this.colDurationPlaylist,
            this.colGenderPlaylist,
            this.colPathPlaylist});
            this.dgvPlaylistContent.Location = new System.Drawing.Point(188, 155);
            this.dgvPlaylistContent.Name = "dgvPlaylistContent";
            this.dgvPlaylistContent.ReadOnly = true;
            this.dgvPlaylistContent.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvPlaylistContent.Size = new System.Drawing.Size(636, 287);
            this.dgvPlaylistContent.TabIndex = 5;
            // 
            // colIdPlaylist
            // 
            this.colIdPlaylist.HeaderText = "Id";
            this.colIdPlaylist.Name = "colIdPlaylist";
            this.colIdPlaylist.ReadOnly = true;
            this.colIdPlaylist.Width = 41;
            // 
            // colTitlePlaylist
            // 
            this.colTitlePlaylist.HeaderText = "Title";
            this.colTitlePlaylist.Name = "colTitlePlaylist";
            this.colTitlePlaylist.ReadOnly = true;
            this.colTitlePlaylist.Width = 52;
            // 
            // colArtistPlaylist
            // 
            this.colArtistPlaylist.HeaderText = "Artist";
            this.colArtistPlaylist.Name = "colArtistPlaylist";
            this.colArtistPlaylist.ReadOnly = true;
            this.colArtistPlaylist.Width = 55;
            // 
            // colAlbumPlaylist
            // 
            this.colAlbumPlaylist.HeaderText = "Album";
            this.colAlbumPlaylist.Name = "colAlbumPlaylist";
            this.colAlbumPlaylist.ReadOnly = true;
            this.colAlbumPlaylist.Width = 61;
            // 
            // colYearPlaylist
            // 
            this.colYearPlaylist.HeaderText = "Year";
            this.colYearPlaylist.Name = "colYearPlaylist";
            this.colYearPlaylist.ReadOnly = true;
            this.colYearPlaylist.Width = 54;
            // 
            // colLabelPlaylist
            // 
            this.colLabelPlaylist.HeaderText = "Label";
            this.colLabelPlaylist.Name = "colLabelPlaylist";
            this.colLabelPlaylist.ReadOnly = true;
            this.colLabelPlaylist.Width = 58;
            // 
            // colDurationPlaylist
            // 
            this.colDurationPlaylist.HeaderText = "Duration";
            this.colDurationPlaylist.Name = "colDurationPlaylist";
            this.colDurationPlaylist.ReadOnly = true;
            this.colDurationPlaylist.Width = 72;
            // 
            // colGenderPlaylist
            // 
            this.colGenderPlaylist.HeaderText = "Gender";
            this.colGenderPlaylist.Name = "colGenderPlaylist";
            this.colGenderPlaylist.ReadOnly = true;
            this.colGenderPlaylist.Width = 67;
            // 
            // colPathPlaylist
            // 
            this.colPathPlaylist.HeaderText = "Path";
            this.colPathPlaylist.Name = "colPathPlaylist";
            this.colPathPlaylist.ReadOnly = true;
            this.colPathPlaylist.Width = 54;
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.lblPlaylistDuration);
            this.groupBox7.Location = new System.Drawing.Point(312, 79);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(398, 69);
            this.groupBox7.TabIndex = 4;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Informations";
            // 
            // lblPlaylistDuration
            // 
            this.lblPlaylistDuration.AutoSize = true;
            this.lblPlaylistDuration.Location = new System.Drawing.Point(7, 20);
            this.lblPlaylistDuration.Name = "lblPlaylistDuration";
            this.lblPlaylistDuration.Size = new System.Drawing.Size(53, 13);
            this.lblPlaylistDuration.TabIndex = 0;
            this.lblPlaylistDuration.Text = "Duration :";
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.btnDeletePlaylistAd);
            this.groupBox6.Controls.Add(this.lsbPlaylistsAd);
            this.groupBox6.Location = new System.Drawing.Point(9, 261);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(172, 181);
            this.groupBox6.TabIndex = 3;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Ad";
            // 
            // btnDeletePlaylistAd
            // 
            this.btnDeletePlaylistAd.Location = new System.Drawing.Point(48, 152);
            this.btnDeletePlaylistAd.Name = "btnDeletePlaylistAd";
            this.btnDeletePlaylistAd.Size = new System.Drawing.Size(75, 23);
            this.btnDeletePlaylistAd.TabIndex = 2;
            this.btnDeletePlaylistAd.Tag = "Ad";
            this.btnDeletePlaylistAd.Text = "Delete";
            this.btnDeletePlaylistAd.UseVisualStyleBackColor = true;
            this.btnDeletePlaylistAd.Click += new System.EventHandler(this.btnDeletePlaylistClick);
            // 
            // lsbPlaylistsAd
            // 
            this.lsbPlaylistsAd.FormattingEnabled = true;
            this.lsbPlaylistsAd.Location = new System.Drawing.Point(7, 19);
            this.lsbPlaylistsAd.Name = "lsbPlaylistsAd";
            this.lsbPlaylistsAd.ScrollAlwaysVisible = true;
            this.lsbPlaylistsAd.Size = new System.Drawing.Size(159, 121);
            this.lsbPlaylistsAd.TabIndex = 1;
            this.lsbPlaylistsAd.Tag = "Ad";
            this.lsbPlaylistsAd.SelectedIndexChanged += new System.EventHandler(this.lsbPlaylistsSelectedIndexChanged);
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.btnDeletePlaylistMusic);
            this.groupBox5.Controls.Add(this.lsbPlaylistsMusic);
            this.groupBox5.Location = new System.Drawing.Point(9, 79);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(172, 181);
            this.groupBox5.TabIndex = 2;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Music";
            // 
            // btnDeletePlaylistMusic
            // 
            this.btnDeletePlaylistMusic.Location = new System.Drawing.Point(48, 152);
            this.btnDeletePlaylistMusic.Name = "btnDeletePlaylistMusic";
            this.btnDeletePlaylistMusic.Size = new System.Drawing.Size(75, 23);
            this.btnDeletePlaylistMusic.TabIndex = 1;
            this.btnDeletePlaylistMusic.Tag = "Music";
            this.btnDeletePlaylistMusic.Text = "Delete";
            this.btnDeletePlaylistMusic.UseVisualStyleBackColor = true;
            this.btnDeletePlaylistMusic.Click += new System.EventHandler(this.btnDeletePlaylistClick);
            // 
            // lsbPlaylistsMusic
            // 
            this.lsbPlaylistsMusic.FormattingEnabled = true;
            this.lsbPlaylistsMusic.Location = new System.Drawing.Point(7, 20);
            this.lsbPlaylistsMusic.Name = "lsbPlaylistsMusic";
            this.lsbPlaylistsMusic.ScrollAlwaysVisible = true;
            this.lsbPlaylistsMusic.Size = new System.Drawing.Size(159, 121);
            this.lsbPlaylistsMusic.TabIndex = 0;
            this.lsbPlaylistsMusic.Tag = "Music";
            this.lsbPlaylistsMusic.SelectedIndexChanged += new System.EventHandler(this.lsbPlaylistsSelectedIndexChanged);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.nudDurationGenerate);
            this.groupBox4.Controls.Add(this.btnGeneratePlaylist);
            this.groupBox4.Controls.Add(this.cmbGenderGenerate);
            this.groupBox4.Controls.Add(this.label6);
            this.groupBox4.Controls.Add(this.cmbTypePlaylistGenerate);
            this.groupBox4.Controls.Add(this.label5);
            this.groupBox4.Controls.Add(this.label4);
            this.groupBox4.Controls.Add(this.txbPlaylistNameGenerate);
            this.groupBox4.Controls.Add(this.label3);
            this.groupBox4.Location = new System.Drawing.Point(281, 4);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(543, 68);
            this.groupBox4.TabIndex = 1;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Generate";
            // 
            // nudDurationGenerate
            // 
            this.nudDurationGenerate.Location = new System.Drawing.Point(161, 35);
            this.nudDurationGenerate.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.nudDurationGenerate.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudDurationGenerate.Name = "nudDurationGenerate";
            this.nudDurationGenerate.Size = new System.Drawing.Size(77, 20);
            this.nudDurationGenerate.TabIndex = 12;
            this.nudDurationGenerate.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // btnGeneratePlaylist
            // 
            this.btnGeneratePlaylist.Location = new System.Drawing.Point(462, 34);
            this.btnGeneratePlaylist.Name = "btnGeneratePlaylist";
            this.btnGeneratePlaylist.Size = new System.Drawing.Size(75, 23);
            this.btnGeneratePlaylist.TabIndex = 11;
            this.btnGeneratePlaylist.Text = "Generate";
            this.btnGeneratePlaylist.UseVisualStyleBackColor = true;
            this.btnGeneratePlaylist.Click += new System.EventHandler(this.btnGeneratePlaylist_Click);
            // 
            // cmbGenderGenerate
            // 
            this.cmbGenderGenerate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbGenderGenerate.FormattingEnabled = true;
            this.cmbGenderGenerate.Items.AddRange(new object[] {
            "Music",
            "Ad"});
            this.cmbGenderGenerate.Location = new System.Drawing.Point(352, 34);
            this.cmbGenderGenerate.Name = "cmbGenderGenerate";
            this.cmbGenderGenerate.Size = new System.Drawing.Size(93, 21);
            this.cmbGenderGenerate.TabIndex = 10;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(349, 20);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(48, 13);
            this.label6.TabIndex = 9;
            this.label6.Text = "Gender :";
            // 
            // cmbTypePlaylistGenerate
            // 
            this.cmbTypePlaylistGenerate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbTypePlaylistGenerate.FormattingEnabled = true;
            this.cmbTypePlaylistGenerate.Items.AddRange(new object[] {
            "Music",
            "Ad"});
            this.cmbTypePlaylistGenerate.Location = new System.Drawing.Point(269, 35);
            this.cmbTypePlaylistGenerate.Name = "cmbTypePlaylistGenerate";
            this.cmbTypePlaylistGenerate.Size = new System.Drawing.Size(58, 21);
            this.cmbTypePlaylistGenerate.TabIndex = 6;
            this.cmbTypePlaylistGenerate.SelectedIndexChanged += new System.EventHandler(this.cmbTypePlaylistGenerate_SelectedIndexChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(266, 20);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(37, 13);
            this.label5.TabIndex = 5;
            this.label5.Text = "Type :";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(158, 20);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(93, 13);
            this.label4.TabIndex = 7;
            this.label4.Text = "Duration (minute) :";
            // 
            // txbPlaylistNameGenerate
            // 
            this.txbPlaylistNameGenerate.Location = new System.Drawing.Point(9, 36);
            this.txbPlaylistNameGenerate.Name = "txbPlaylistNameGenerate";
            this.txbPlaylistNameGenerate.Size = new System.Drawing.Size(146, 20);
            this.txbPlaylistNameGenerate.TabIndex = 6;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 20);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(74, 13);
            this.label3.TabIndex = 5;
            this.label3.Text = "Playlist name :";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.btnCreatePlaylist);
            this.groupBox3.Controls.Add(this.cmbTypePlaylist);
            this.groupBox3.Controls.Add(this.label2);
            this.groupBox3.Controls.Add(this.txbPlaylistName);
            this.groupBox3.Controls.Add(this.label1);
            this.groupBox3.Location = new System.Drawing.Point(9, 4);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(266, 68);
            this.groupBox3.TabIndex = 0;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Create";
            // 
            // btnCreatePlaylist
            // 
            this.btnCreatePlaylist.Location = new System.Drawing.Point(179, 36);
            this.btnCreatePlaylist.Name = "btnCreatePlaylist";
            this.btnCreatePlaylist.Size = new System.Drawing.Size(75, 23);
            this.btnCreatePlaylist.TabIndex = 4;
            this.btnCreatePlaylist.Text = "Create";
            this.btnCreatePlaylist.UseVisualStyleBackColor = true;
            this.btnCreatePlaylist.Click += new System.EventHandler(this.btnCreatePlaylist_Click);
            // 
            // cmbTypePlaylist
            // 
            this.cmbTypePlaylist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbTypePlaylist.FormattingEnabled = true;
            this.cmbTypePlaylist.Items.AddRange(new object[] {
            "Music",
            "Ad"});
            this.cmbTypePlaylist.Location = new System.Drawing.Point(114, 37);
            this.cmbTypePlaylist.Name = "cmbTypePlaylist";
            this.cmbTypePlaylist.Size = new System.Drawing.Size(58, 21);
            this.cmbTypePlaylist.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(111, 20);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(37, 13);
            this.label2.TabIndex = 2;
            this.label2.Text = "Type :";
            // 
            // txbPlaylistName
            // 
            this.txbPlaylistName.Location = new System.Drawing.Point(10, 37);
            this.txbPlaylistName.Name = "txbPlaylistName";
            this.txbPlaylistName.Size = new System.Drawing.Size(100, 20);
            this.txbPlaylistName.TabIndex = 1;
            // 
            // 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(74, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Playlist name :";
            // 
            // tbpTimetable
            // 
            this.tbpTimetable.Controls.Add(this.groupBox9);
            this.tbpTimetable.Controls.Add(this.groupBox8);
            this.tbpTimetable.Location = new System.Drawing.Point(4, 22);
            this.tbpTimetable.Name = "tbpTimetable";
            this.tbpTimetable.Size = new System.Drawing.Size(832, 445);
            this.tbpTimetable.TabIndex = 3;
            this.tbpTimetable.Text = "Timetable";
            this.tbpTimetable.UseVisualStyleBackColor = true;
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(this.dvwTimetable);
            this.groupBox9.Location = new System.Drawing.Point(4, 84);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(820, 358);
            this.groupBox9.TabIndex = 1;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Timetable";
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.mtbDuration);
            this.groupBox8.Controls.Add(this.mtbStartTime);
            this.groupBox8.Controls.Add(this.btnCreateEvent);
            this.groupBox8.Controls.Add(this.nudPriority);
            this.groupBox8.Controls.Add(this.label11);
            this.groupBox8.Controls.Add(this.ckbShuffle);
            this.groupBox8.Controls.Add(this.label10);
            this.groupBox8.Controls.Add(this.label9);
            this.groupBox8.Controls.Add(this.groupBox10);
            this.groupBox8.Controls.Add(this.cmbPlaylistEvent);
            this.groupBox8.Controls.Add(this.label8);
            this.groupBox8.Controls.Add(this.txbEventName);
            this.groupBox8.Controls.Add(this.label7);
            this.groupBox8.Location = new System.Drawing.Point(4, 4);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(820, 74);
            this.groupBox8.TabIndex = 0;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "Create event";
            // 
            // mtbDuration
            // 
            this.mtbDuration.Location = new System.Drawing.Point(536, 44);
            this.mtbDuration.Mask = "00:00:00";
            this.mtbDuration.Name = "mtbDuration";
            this.mtbDuration.PromptChar = '0';
            this.mtbDuration.Size = new System.Drawing.Size(100, 20);
            this.mtbDuration.TabIndex = 14;
            this.mtbDuration.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
            // 
            // mtbStartTime
            // 
            this.mtbStartTime.Location = new System.Drawing.Point(536, 17);
            this.mtbStartTime.Mask = "00:00:00";
            this.mtbStartTime.Name = "mtbStartTime";
            this.mtbStartTime.PromptChar = '0';
            this.mtbStartTime.Size = new System.Drawing.Size(100, 20);
            this.mtbStartTime.TabIndex = 13;
            this.mtbStartTime.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
            this.mtbStartTime.ValidatingType = typeof(System.DateTime);
            // 
            // btnCreateEvent
            // 
            this.btnCreateEvent.Location = new System.Drawing.Point(760, 28);
            this.btnCreateEvent.Name = "btnCreateEvent";
            this.btnCreateEvent.Size = new System.Drawing.Size(54, 23);
            this.btnCreateEvent.TabIndex = 12;
            this.btnCreateEvent.Text = "Create";
            this.btnCreateEvent.UseVisualStyleBackColor = true;
            this.btnCreateEvent.Click += new System.EventHandler(this.btnCreateEvent_Click);
            // 
            // nudPriority
            // 
            this.nudPriority.Location = new System.Drawing.Point(692, 44);
            this.nudPriority.Name = "nudPriority";
            this.nudPriority.Size = new System.Drawing.Size(47, 20);
            this.nudPriority.TabIndex = 11;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(642, 47);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(44, 13);
            this.label11.TabIndex = 10;
            this.label11.Text = "Priority :";
            // 
            // ckbShuffle
            // 
            this.ckbShuffle.AutoSize = true;
            this.ckbShuffle.Location = new System.Drawing.Point(642, 20);
            this.ckbShuffle.Name = "ckbShuffle";
            this.ckbShuffle.Size = new System.Drawing.Size(59, 17);
            this.ckbShuffle.TabIndex = 9;
            this.ckbShuffle.Text = "Shuffle";
            this.ckbShuffle.UseVisualStyleBackColor = true;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(473, 46);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 13);
            this.label10.TabIndex = 7;
            this.label10.Text = "Duration :";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(473, 20);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(57, 13);
            this.label9.TabIndex = 5;
            this.label9.Text = "Start time :";
            // 
            // groupBox10
            // 
            this.groupBox10.Controls.Add(this.ckbAll);
            this.groupBox10.Controls.Add(this.ckbSunday);
            this.groupBox10.Controls.Add(this.ckbSaturday);
            this.groupBox10.Controls.Add(this.ckbFriday);
            this.groupBox10.Controls.Add(this.ckbThursday);
            this.groupBox10.Controls.Add(this.ckbWednesday);
            this.groupBox10.Controls.Add(this.ckbTuesday);
            this.groupBox10.Controls.Add(this.ckbMonday);
            this.groupBox10.Location = new System.Drawing.Point(193, 8);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(276, 58);
            this.groupBox10.TabIndex = 4;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "Event days";
            // 
            // ckbAll
            // 
            this.ckbAll.AutoSize = true;
            this.ckbAll.Location = new System.Drawing.Point(191, 16);
            this.ckbAll.Name = "ckbAll";
            this.ckbAll.Size = new System.Drawing.Size(37, 17);
            this.ckbAll.TabIndex = 7;
            this.ckbAll.Text = "All";
            this.ckbAll.UseVisualStyleBackColor = true;
            this.ckbAll.CheckedChanged += new System.EventHandler(this.ckbCheckedChanged);
            // 
            // ckbSunday
            // 
            this.ckbSunday.AutoSize = true;
            this.ckbSunday.Location = new System.Drawing.Point(191, 35);
            this.ckbSunday.Name = "ckbSunday";
            this.ckbSunday.Size = new System.Drawing.Size(41, 17);
            this.ckbSunday.TabIndex = 6;
            this.ckbSunday.Text = "SU";
            this.ckbSunday.UseVisualStyleBackColor = true;
            this.ckbSunday.CheckedChanged += new System.EventHandler(this.ckbCheckedChanged);
            // 
            // ckbSaturday
            // 
            this.ckbSaturday.AutoSize = true;
            this.ckbSaturday.Location = new System.Drawing.Point(145, 35);
            this.ckbSaturday.Name = "ckbSaturday";
            this.ckbSaturday.Size = new System.Drawing.Size(40, 17);
            this.ckbSaturday.TabIndex = 5;
            this.ckbSaturday.Text = "SA";
            this.ckbSaturday.UseVisualStyleBackColor = true;
            this.ckbSaturday.CheckedChanged += new System.EventHandler(this.ckbCheckedChanged);
            // 
            // ckbFriday
            // 
            this.ckbFriday.AutoSize = true;
            this.ckbFriday.Location = new System.Drawing.Point(98, 35);
            this.ckbFriday.Name = "ckbFriday";
            this.ckbFriday.Size = new System.Drawing.Size(40, 17);
            this.ckbFriday.TabIndex = 4;
            this.ckbFriday.Text = "FR";
            this.ckbFriday.UseVisualStyleBackColor = true;
            this.ckbFriday.CheckedChanged += new System.EventHandler(this.ckbCheckedChanged);
            // 
            // ckbThursday
            // 
            this.ckbThursday.AutoSize = true;
            this.ckbThursday.Location = new System.Drawing.Point(49, 35);
            this.ckbThursday.Name = "ckbThursday";
            this.ckbThursday.Size = new System.Drawing.Size(41, 17);
            this.ckbThursday.TabIndex = 3;
            this.ckbThursday.Text = "TH";
            this.ckbThursday.UseVisualStyleBackColor = true;
            this.ckbThursday.CheckedChanged += new System.EventHandler(this.ckbCheckedChanged);
            // 
            // ckbWednesday
            // 
            this.ckbWednesday.AutoSize = true;
            this.ckbWednesday.Location = new System.Drawing.Point(145, 16);
            this.ckbWednesday.Name = "ckbWednesday";
            this.ckbWednesday.Size = new System.Drawing.Size(44, 17);
            this.ckbWednesday.TabIndex = 2;
            this.ckbWednesday.Text = "WE";
            this.ckbWednesday.UseVisualStyleBackColor = true;
            this.ckbWednesday.CheckedChanged += new System.EventHandler(this.ckbCheckedChanged);
            // 
            // ckbTuesday
            // 
            this.ckbTuesday.AutoSize = true;
            this.ckbTuesday.Location = new System.Drawing.Point(98, 16);
            this.ckbTuesday.Name = "ckbTuesday";
            this.ckbTuesday.Size = new System.Drawing.Size(41, 17);
            this.ckbTuesday.TabIndex = 1;
            this.ckbTuesday.Text = "TU";
            this.ckbTuesday.UseVisualStyleBackColor = true;
            this.ckbTuesday.CheckedChanged += new System.EventHandler(this.ckbCheckedChanged);
            // 
            // ckbMonday
            // 
            this.ckbMonday.AutoSize = true;
            this.ckbMonday.Location = new System.Drawing.Point(49, 16);
            this.ckbMonday.Name = "ckbMonday";
            this.ckbMonday.Size = new System.Drawing.Size(43, 17);
            this.ckbMonday.TabIndex = 0;
            this.ckbMonday.Text = "MO";
            this.ckbMonday.UseVisualStyleBackColor = true;
            this.ckbMonday.CheckedChanged += new System.EventHandler(this.ckbCheckedChanged);
            // 
            // cmbPlaylistEvent
            // 
            this.cmbPlaylistEvent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPlaylistEvent.FormattingEnabled = true;
            this.cmbPlaylistEvent.Location = new System.Drawing.Point(54, 45);
            this.cmbPlaylistEvent.Name = "cmbPlaylistEvent";
            this.cmbPlaylistEvent.Size = new System.Drawing.Size(118, 21);
            this.cmbPlaylistEvent.TabIndex = 3;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(7, 48);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(45, 13);
            this.label8.TabIndex = 2;
            this.label8.Text = "Playlist :";
            // 
            // txbEventName
            // 
            this.txbEventName.Location = new System.Drawing.Point(54, 17);
            this.txbEventName.Name = "txbEventName";
            this.txbEventName.Size = new System.Drawing.Size(100, 20);
            this.txbEventName.TabIndex = 1;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(7, 20);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 13);
            this.label7.TabIndex = 0;
            this.label7.Text = "Name :";
            // 
            // tbpTranscoders
            // 
            this.tbpTranscoders.Controls.Add(this.groupBox12);
            this.tbpTranscoders.Controls.Add(this.groupBox11);
            this.tbpTranscoders.Location = new System.Drawing.Point(4, 22);
            this.tbpTranscoders.Name = "tbpTranscoders";
            this.tbpTranscoders.Size = new System.Drawing.Size(832, 445);
            this.tbpTranscoders.TabIndex = 4;
            this.tbpTranscoders.Text = "Transcoders";
            this.tbpTranscoders.UseVisualStyleBackColor = true;
            // 
            // groupBox12
            // 
            this.groupBox12.Controls.Add(this.groupBox23);
            this.groupBox12.Controls.Add(this.groupBox16);
            this.groupBox12.Controls.Add(this.groupBox15);
            this.groupBox12.Controls.Add(this.groupBox14);
            this.groupBox12.Controls.Add(this.btnDeleteTranscoder);
            this.groupBox12.Controls.Add(this.lsbTranscoders);
            this.groupBox12.Controls.Add(this.label28);
            this.groupBox12.Controls.Add(this.cmbEncoderEdit);
            this.groupBox12.Controls.Add(this.label27);
            this.groupBox12.Controls.Add(this.cmbBitrateEdit);
            this.groupBox12.Controls.Add(this.label26);
            this.groupBox12.Controls.Add(this.cmbSampleRateEdit);
            this.groupBox12.Controls.Add(this.groupBox13);
            this.groupBox12.Location = new System.Drawing.Point(204, 4);
            this.groupBox12.Name = "groupBox12";
            this.groupBox12.Size = new System.Drawing.Size(620, 432);
            this.groupBox12.TabIndex = 1;
            this.groupBox12.TabStop = false;
            this.groupBox12.Text = "Transcoders";
            // 
            // groupBox23
            // 
            this.groupBox23.Controls.Add(this.btnStopCapture);
            this.groupBox23.Controls.Add(this.btnStartCapture);
            this.groupBox23.Controls.Add(this.label38);
            this.groupBox23.Controls.Add(this.btnUpdateAudioDevice);
            this.groupBox23.Controls.Add(this.cmbAudioDevice);
            this.groupBox23.Controls.Add(this.label37);
            this.groupBox23.Location = new System.Drawing.Point(7, 277);
            this.groupBox23.Name = "groupBox23";
            this.groupBox23.Size = new System.Drawing.Size(607, 149);
            this.groupBox23.TabIndex = 40;
            this.groupBox23.TabStop = false;
            this.groupBox23.Text = "Live capture";
            // 
            // btnStopCapture
            // 
            this.btnStopCapture.Enabled = false;
            this.btnStopCapture.Location = new System.Drawing.Point(510, 18);
            this.btnStopCapture.Name = "btnStopCapture";
            this.btnStopCapture.Size = new System.Drawing.Size(75, 23);
            this.btnStopCapture.TabIndex = 5;
            this.btnStopCapture.Text = "Stop";
            this.btnStopCapture.UseVisualStyleBackColor = true;
            this.btnStopCapture.Click += new System.EventHandler(this.btnStopCapture_Click);
            // 
            // btnStartCapture
            // 
            this.btnStartCapture.Location = new System.Drawing.Point(429, 19);
            this.btnStartCapture.Name = "btnStartCapture";
            this.btnStartCapture.Size = new System.Drawing.Size(75, 23);
            this.btnStartCapture.TabIndex = 4;
            this.btnStartCapture.Text = "Start";
            this.btnStartCapture.UseVisualStyleBackColor = true;
            this.btnStartCapture.Click += new System.EventHandler(this.btnStartCapture_Click);
            // 
            // label38
            // 
            this.label38.AutoSize = true;
            this.label38.Location = new System.Drawing.Point(373, 24);
            this.label38.Name = "label38";
            this.label38.Size = new System.Drawing.Size(50, 13);
            this.label38.TabIndex = 3;
            this.label38.Text = "Capture :";
            // 
            // btnUpdateAudioDevice
            // 
            this.btnUpdateAudioDevice.Location = new System.Drawing.Point(292, 18);
            this.btnUpdateAudioDevice.Name = "btnUpdateAudioDevice";
            this.btnUpdateAudioDevice.Size = new System.Drawing.Size(75, 23);
            this.btnUpdateAudioDevice.TabIndex = 2;
            this.btnUpdateAudioDevice.Text = "Update list";
            this.btnUpdateAudioDevice.UseVisualStyleBackColor = true;
            this.btnUpdateAudioDevice.Click += new System.EventHandler(this.btnUpdateAudioDevice_Click);
            // 
            // cmbAudioDevice
            // 
            this.cmbAudioDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbAudioDevice.FormattingEnabled = true;
            this.cmbAudioDevice.Location = new System.Drawing.Point(79, 20);
            this.cmbAudioDevice.Name = "cmbAudioDevice";
            this.cmbAudioDevice.Size = new System.Drawing.Size(207, 21);
            this.cmbAudioDevice.TabIndex = 1;
            // 
            // label37
            // 
            this.label37.AutoSize = true;
            this.label37.Location = new System.Drawing.Point(6, 23);
            this.label37.Name = "label37";
            this.label37.Size = new System.Drawing.Size(67, 13);
            this.label37.TabIndex = 0;
            this.label37.Text = "Devices list :";
            // 
            // groupBox16
            // 
            this.groupBox16.Controls.Add(this.btnNextTrack);
            this.groupBox16.Controls.Add(this.ckbTranscoderDebug);
            this.groupBox16.Controls.Add(this.btnStopTranscoder);
            this.groupBox16.Controls.Add(this.btnStartTranscoder);
            this.groupBox16.Controls.Add(this.lblStatusTranscoder);
            this.groupBox16.Controls.Add(this.label30);
            this.groupBox16.Location = new System.Drawing.Point(158, 176);
            this.groupBox16.Name = "groupBox16";
            this.groupBox16.Size = new System.Drawing.Size(456, 47);
            this.groupBox16.TabIndex = 39;
            this.groupBox16.TabStop = false;
            this.groupBox16.Text = "Status";
            // 
            // btnNextTrack
            // 
            this.btnNextTrack.Location = new System.Drawing.Point(375, 13);
            this.btnNextTrack.Name = "btnNextTrack";
            this.btnNextTrack.Size = new System.Drawing.Size(75, 23);
            this.btnNextTrack.TabIndex = 5;
            this.btnNextTrack.Text = "Next track";
            this.btnNextTrack.UseVisualStyleBackColor = true;
            this.btnNextTrack.Click += new System.EventHandler(this.btnNextTrack_Click);
            // 
            // ckbTranscoderDebug
            // 
            this.ckbTranscoderDebug.AutoSize = true;
            this.ckbTranscoderDebug.Checked = true;
            this.ckbTranscoderDebug.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckbTranscoderDebug.Location = new System.Drawing.Point(256, 17);
            this.ckbTranscoderDebug.Name = "ckbTranscoderDebug";
            this.ckbTranscoderDebug.Size = new System.Drawing.Size(58, 17);
            this.ckbTranscoderDebug.TabIndex = 4;
            this.ckbTranscoderDebug.Text = "Debug";
            this.ckbTranscoderDebug.UseVisualStyleBackColor = true;
            // 
            // btnStopTranscoder
            // 
            this.btnStopTranscoder.Enabled = false;
            this.btnStopTranscoder.Location = new System.Drawing.Point(173, 13);
            this.btnStopTranscoder.Name = "btnStopTranscoder";
            this.btnStopTranscoder.Size = new System.Drawing.Size(75, 23);
            this.btnStopTranscoder.TabIndex = 3;
            this.btnStopTranscoder.Text = "Stop";
            this.btnStopTranscoder.UseVisualStyleBackColor = true;
            this.btnStopTranscoder.Click += new System.EventHandler(this.btnStopTranscoder_Click);
            // 
            // btnStartTranscoder
            // 
            this.btnStartTranscoder.Location = new System.Drawing.Point(92, 13);
            this.btnStartTranscoder.Name = "btnStartTranscoder";
            this.btnStartTranscoder.Size = new System.Drawing.Size(75, 23);
            this.btnStartTranscoder.TabIndex = 2;
            this.btnStartTranscoder.Text = "Start";
            this.btnStartTranscoder.UseVisualStyleBackColor = true;
            this.btnStartTranscoder.Click += new System.EventHandler(this.btnStartTranscoder_Click);
            // 
            // lblStatusTranscoder
            // 
            this.lblStatusTranscoder.AutoSize = true;
            this.lblStatusTranscoder.Location = new System.Drawing.Point(57, 18);
            this.lblStatusTranscoder.Name = "lblStatusTranscoder";
            this.lblStatusTranscoder.Size = new System.Drawing.Size(21, 13);
            this.lblStatusTranscoder.TabIndex = 1;
            this.lblStatusTranscoder.Text = "Off";
            // 
            // label30
            // 
            this.label30.AutoSize = true;
            this.label30.Location = new System.Drawing.Point(7, 18);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(43, 13);
            this.label30.TabIndex = 0;
            this.label30.Text = "Status :";
            // 
            // groupBox15
            // 
            this.groupBox15.Controls.Add(this.btnShowTranscoderLog);
            this.groupBox15.Location = new System.Drawing.Point(7, 224);
            this.groupBox15.Name = "groupBox15";
            this.groupBox15.Size = new System.Drawing.Size(607, 51);
            this.groupBox15.TabIndex = 39;
            this.groupBox15.TabStop = false;
            this.groupBox15.Text = "Log";
            // 
            // btnShowTranscoderLog
            // 
            this.btnShowTranscoderLog.Location = new System.Drawing.Point(6, 19);
            this.btnShowTranscoderLog.Name = "btnShowTranscoderLog";
            this.btnShowTranscoderLog.Size = new System.Drawing.Size(75, 23);
            this.btnShowTranscoderLog.TabIndex = 2;
            this.btnShowTranscoderLog.Text = "Show logfile";
            this.btnShowTranscoderLog.UseVisualStyleBackColor = true;
            this.btnShowTranscoderLog.Click += new System.EventHandler(this.btnShowTranscoderLog_Click);
            // 
            // groupBox14
            // 
            this.groupBox14.Controls.Add(this.btnClearHistory);
            this.groupBox14.Controls.Add(this.btnGenerateHistory);
            this.groupBox14.Location = new System.Drawing.Point(7, 176);
            this.groupBox14.Name = "groupBox14";
            this.groupBox14.Size = new System.Drawing.Size(145, 47);
            this.groupBox14.TabIndex = 38;
            this.groupBox14.TabStop = false;
            this.groupBox14.Text = "History";
            // 
            // btnClearHistory
            // 
            this.btnClearHistory.Location = new System.Drawing.Point(81, 18);
            this.btnClearHistory.Name = "btnClearHistory";
            this.btnClearHistory.Size = new System.Drawing.Size(51, 23);
            this.btnClearHistory.TabIndex = 1;
            this.btnClearHistory.Text = "Clear";
            this.btnClearHistory.UseVisualStyleBackColor = true;
            this.btnClearHistory.Click += new System.EventHandler(this.btnClearHistory_Click);
            // 
            // btnGenerateHistory
            // 
            this.btnGenerateHistory.Location = new System.Drawing.Point(6, 18);
            this.btnGenerateHistory.Name = "btnGenerateHistory";
            this.btnGenerateHistory.Size = new System.Drawing.Size(75, 23);
            this.btnGenerateHistory.TabIndex = 0;
            this.btnGenerateHistory.Text = "Generate";
            this.btnGenerateHistory.UseVisualStyleBackColor = true;
            this.btnGenerateHistory.Click += new System.EventHandler(this.btnGenerateHistory_Click);
            // 
            // btnDeleteTranscoder
            // 
            this.btnDeleteTranscoder.Location = new System.Drawing.Point(33, 147);
            this.btnDeleteTranscoder.Name = "btnDeleteTranscoder";
            this.btnDeleteTranscoder.Size = new System.Drawing.Size(75, 23);
            this.btnDeleteTranscoder.TabIndex = 1;
            this.btnDeleteTranscoder.Text = "Delete";
            this.btnDeleteTranscoder.UseVisualStyleBackColor = true;
            this.btnDeleteTranscoder.Click += new System.EventHandler(this.btnDeleteTranscoder_Click);
            // 
            // lsbTranscoders
            // 
            this.lsbTranscoders.FormattingEnabled = true;
            this.lsbTranscoders.Location = new System.Drawing.Point(7, 20);
            this.lsbTranscoders.Name = "lsbTranscoders";
            this.lsbTranscoders.ScrollAlwaysVisible = true;
            this.lsbTranscoders.Size = new System.Drawing.Size(132, 121);
            this.lsbTranscoders.TabIndex = 0;
            this.lsbTranscoders.SelectedIndexChanged += new System.EventHandler(this.lsbTranscoders_SelectedIndexChanged);
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Location = new System.Drawing.Point(163, 35);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(53, 13);
            this.label28.TabIndex = 20;
            this.label28.Text = "Encoder :";
            // 
            // cmbEncoderEdit
            // 
            this.cmbEncoderEdit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbEncoderEdit.FormattingEnabled = true;
            this.cmbEncoderEdit.Items.AddRange(new object[] {
            "MP3",
            "AAC+"});
            this.cmbEncoderEdit.Location = new System.Drawing.Point(222, 32);
            this.cmbEncoderEdit.Name = "cmbEncoderEdit";
            this.cmbEncoderEdit.Size = new System.Drawing.Size(71, 21);
            this.cmbEncoderEdit.TabIndex = 21;
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Location = new System.Drawing.Point(299, 35);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(43, 13);
            this.label27.TabIndex = 22;
            this.label27.Text = "Bitrate :";
            // 
            // cmbBitrateEdit
            // 
            this.cmbBitrateEdit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbBitrateEdit.FormattingEnabled = true;
            this.cmbBitrateEdit.Location = new System.Drawing.Point(348, 32);
            this.cmbBitrateEdit.Name = "cmbBitrateEdit";
            this.cmbBitrateEdit.Size = new System.Drawing.Size(71, 21);
            this.cmbBitrateEdit.TabIndex = 23;
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Location = new System.Drawing.Point(425, 35);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(69, 13);
            this.label26.TabIndex = 24;
            this.label26.Text = "Sample rate :";
            // 
            // cmbSampleRateEdit
            // 
            this.cmbSampleRateEdit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSampleRateEdit.FormattingEnabled = true;
            this.cmbSampleRateEdit.Location = new System.Drawing.Point(500, 32);
            this.cmbSampleRateEdit.Name = "cmbSampleRateEdit";
            this.cmbSampleRateEdit.Size = new System.Drawing.Size(71, 21);
            this.cmbSampleRateEdit.TabIndex = 25;
            // 
            // groupBox13
            // 
            this.groupBox13.Controls.Add(this.label36);
            this.groupBox13.Controls.Add(this.nudAdminPortEdit);
            this.groupBox13.Controls.Add(this.btnResolveEdit);
            this.groupBox13.Controls.Add(this.txbServerIPEdit);
            this.groupBox13.Controls.Add(this.btnUpdate);
            this.groupBox13.Controls.Add(this.label22);
            this.groupBox13.Controls.Add(this.label29);
            this.groupBox13.Controls.Add(this.nudPortEdit);
            this.groupBox13.Controls.Add(this.txbServerPasswordEdit);
            this.groupBox13.Controls.Add(this.label25);
            this.groupBox13.Controls.Add(this.txbStreamNameEdit);
            this.groupBox13.Controls.Add(this.label23);
            this.groupBox13.Controls.Add(this.label24);
            this.groupBox13.Controls.Add(this.txbStreamUrlEdit);
            this.groupBox13.Location = new System.Drawing.Point(158, 16);
            this.groupBox13.Name = "groupBox13";
            this.groupBox13.Size = new System.Drawing.Size(456, 157);
            this.groupBox13.TabIndex = 37;
            this.groupBox13.TabStop = false;
            this.groupBox13.Text = "Edit";
            // 
            // label36
            // 
            this.label36.AutoSize = true;
            this.label36.Location = new System.Drawing.Point(182, 40);
            this.label36.Name = "label36";
            this.label36.Size = new System.Drawing.Size(63, 13);
            this.label36.TabIndex = 40;
            this.label36.Text = "Admin port :";
            // 
            // nudAdminPortEdit
            // 
            this.nudAdminPortEdit.Location = new System.Drawing.Point(185, 56);
            this.nudAdminPortEdit.Maximum = new decimal(new int[] {
            65535,
            0,
            0,
            0});
            this.nudAdminPortEdit.Name = "nudAdminPortEdit";
            this.nudAdminPortEdit.Size = new System.Drawing.Size(74, 20);
            this.nudAdminPortEdit.TabIndex = 41;
            this.nudAdminPortEdit.Value = new decimal(new int[] {
            9000,
            0,
            0,
            0});
            // 
            // btnResolveEdit
            // 
            this.btnResolveEdit.Location = new System.Drawing.Point(99, 94);
            this.btnResolveEdit.Name = "btnResolveEdit";
            this.btnResolveEdit.Size = new System.Drawing.Size(75, 23);
            this.btnResolveEdit.TabIndex = 22;
            this.btnResolveEdit.Tag = "Edit";
            this.btnResolveEdit.Text = "Resolve";
            this.btnResolveEdit.UseVisualStyleBackColor = true;
            this.btnResolveEdit.Click += new System.EventHandler(this.btnResolve_Click);
            // 
            // txbServerIPEdit
            // 
            this.txbServerIPEdit.Location = new System.Drawing.Point(8, 96);
            this.txbServerIPEdit.Name = "txbServerIPEdit";
            this.txbServerIPEdit.Size = new System.Drawing.Size(85, 20);
            this.txbServerIPEdit.TabIndex = 39;
            // 
            // btnUpdate
            // 
            this.btnUpdate.Location = new System.Drawing.Point(305, 121);
            this.btnUpdate.Name = "btnUpdate";
            this.btnUpdate.Size = new System.Drawing.Size(75, 23);
            this.btnUpdate.TabIndex = 38;
            this.btnUpdate.Text = "Update";
            this.btnUpdate.UseVisualStyleBackColor = true;
            this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(182, 80);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(65, 13);
            this.label22.TabIndex = 32;
            this.label22.Text = "Server port :";
            // 
            // label29
            // 
            this.label29.AutoSize = true;
            this.label29.Location = new System.Drawing.Point(264, 80);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(92, 13);
            this.label29.TabIndex = 20;
            this.label29.Text = "Server password :"******"nudPortEdit";
            this.nudPortEdit.Size = new System.Drawing.Size(74, 20);
            this.nudPortEdit.TabIndex = 33;
            this.nudPortEdit.Value = new decimal(new int[] {
            8000,
            0,
            0,
            0});
            // 
            // txbServerPasswordEdit
            // 
            this.txbServerPasswordEdit.Location = new System.Drawing.Point(267, 95);
            this.txbServerPasswordEdit.Name = "txbServerPasswordEdit";
            this.txbServerPasswordEdit.PasswordChar = '*';
            this.txbServerPasswordEdit.Size = new System.Drawing.Size(176, 20);
            this.txbServerPasswordEdit.TabIndex = 34;
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.Location = new System.Drawing.Point(7, 40);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(75, 13);
            this.label25.TabIndex = 26;
            this.label25.Text = "Stream name :";
            // 
            // txbStreamNameEdit
            // 
            this.txbStreamNameEdit.Location = new System.Drawing.Point(8, 56);
            this.txbStreamNameEdit.Name = "txbStreamNameEdit";
            this.txbStreamNameEdit.Size = new System.Drawing.Size(176, 20);
            this.txbStreamNameEdit.TabIndex = 27;
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(10, 80);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(57, 13);
            this.label23.TabIndex = 30;
            this.label23.Text = "Server IP :";
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(264, 40);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(71, 13);
            this.label24.TabIndex = 28;
            this.label24.Text = "Stream URL :";
            // 
            // txbStreamUrlEdit
            // 
            this.txbStreamUrlEdit.Location = new System.Drawing.Point(267, 56);
            this.txbStreamUrlEdit.Name = "txbStreamUrlEdit";
            this.txbStreamUrlEdit.Size = new System.Drawing.Size(176, 20);
            this.txbStreamUrlEdit.TabIndex = 29;
            // 
            // groupBox11
            // 
            this.groupBox11.Controls.Add(this.nudAdminPort);
            this.groupBox11.Controls.Add(this.label21);
            this.groupBox11.Controls.Add(this.btnResolve);
            this.groupBox11.Controls.Add(this.txbServerIP);
            this.groupBox11.Controls.Add(this.label20);
            this.groupBox11.Controls.Add(this.btnCreateTranscoder);
            this.groupBox11.Controls.Add(this.txbServerPassword);
            this.groupBox11.Controls.Add(this.label19);
            this.groupBox11.Controls.Add(this.nudPort);
            this.groupBox11.Controls.Add(this.label18);
            this.groupBox11.Controls.Add(this.label17);
            this.groupBox11.Controls.Add(this.txbStreamUrl);
            this.groupBox11.Controls.Add(this.label16);
            this.groupBox11.Controls.Add(this.txbStreamName);
            this.groupBox11.Controls.Add(this.label15);
            this.groupBox11.Controls.Add(this.cmbSampleRate);
            this.groupBox11.Controls.Add(this.label14);
            this.groupBox11.Controls.Add(this.cmbBitrate);
            this.groupBox11.Controls.Add(this.label13);
            this.groupBox11.Controls.Add(this.cmbEncoder);
            this.groupBox11.Controls.Add(this.label12);
            this.groupBox11.Location = new System.Drawing.Point(9, 4);
            this.groupBox11.Name = "groupBox11";
            this.groupBox11.Size = new System.Drawing.Size(189, 432);
            this.groupBox11.TabIndex = 0;
            this.groupBox11.TabStop = false;
            this.groupBox11.Text = "Create";
            // 
            // nudAdminPort
            // 
            this.nudAdminPort.Location = new System.Drawing.Point(6, 224);
            this.nudAdminPort.Maximum = new decimal(new int[] {
            65535,
            0,
            0,
            0});
            this.nudAdminPort.Name = "nudAdminPort";
            this.nudAdminPort.Size = new System.Drawing.Size(74, 20);
            this.nudAdminPort.TabIndex = 23;
            this.nudAdminPort.Value = new decimal(new int[] {
            9000,
            0,
            0,
            0});
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(6, 208);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(63, 13);
            this.label21.TabIndex = 22;
            this.label21.Text = "Admin port :";
            // 
            // btnResolve
            // 
            this.btnResolve.Location = new System.Drawing.Point(103, 277);
            this.btnResolve.Name = "btnResolve";
            this.btnResolve.Size = new System.Drawing.Size(75, 23);
            this.btnResolve.TabIndex = 21;
            this.btnResolve.Text = "Resolve";
            this.btnResolve.UseVisualStyleBackColor = true;
            this.btnResolve.Click += new System.EventHandler(this.btnResolve_Click);
            // 
            // txbServerIP
            // 
            this.txbServerIP.Location = new System.Drawing.Point(6, 279);
            this.txbServerIP.Name = "txbServerIP";
            this.txbServerIP.Size = new System.Drawing.Size(92, 20);
            this.txbServerIP.TabIndex = 20;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(67, 86);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(30, 13);
            this.label20.TabIndex = 19;
            this.label20.Text = "Kb/s";
            // 
            // btnCreateTranscoder
            // 
            this.btnCreateTranscoder.Location = new System.Drawing.Point(52, 394);
            this.btnCreateTranscoder.Name = "btnCreateTranscoder";
            this.btnCreateTranscoder.Size = new System.Drawing.Size(75, 23);
            this.btnCreateTranscoder.TabIndex = 17;
            this.btnCreateTranscoder.Text = "Create";
            this.btnCreateTranscoder.UseVisualStyleBackColor = true;
            this.btnCreateTranscoder.Click += new System.EventHandler(this.btnCreateTranscoder_Click);
            // 
            // txbServerPassword
            // 
            this.txbServerPassword.Location = new System.Drawing.Point(6, 356);
            this.txbServerPassword.Name = "txbServerPassword";
            this.txbServerPassword.PasswordChar = '*';
            this.txbServerPassword.Size = new System.Drawing.Size(176, 20);
            this.txbServerPassword.TabIndex = 16;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(6, 340);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(92, 13);
            this.label19.TabIndex = 15;
            this.label19.Text = "Server password :"******"nudPort";
            this.nudPort.Size = new System.Drawing.Size(74, 20);
            this.nudPort.TabIndex = 14;
            this.nudPort.Value = new decimal(new int[] {
            8000,
            0,
            0,
            0});
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(6, 301);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(65, 13);
            this.label18.TabIndex = 12;
            this.label18.Text = "Server port :";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(6, 262);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(57, 13);
            this.label17.TabIndex = 10;
            this.label17.Text = "Server IP :";
            // 
            // txbStreamUrl
            // 
            this.txbStreamUrl.Location = new System.Drawing.Point(6, 185);
            this.txbStreamUrl.Name = "txbStreamUrl";
            this.txbStreamUrl.Size = new System.Drawing.Size(176, 20);
            this.txbStreamUrl.TabIndex = 9;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(3, 169);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(71, 13);
            this.label16.TabIndex = 8;
            this.label16.Text = "Stream URL :";
            // 
            // txbStreamName
            // 
            this.txbStreamName.Location = new System.Drawing.Point(6, 146);
            this.txbStreamName.Name = "txbStreamName";
            this.txbStreamName.Size = new System.Drawing.Size(176, 20);
            this.txbStreamName.TabIndex = 7;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(5, 130);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(75, 13);
            this.label15.TabIndex = 6;
            this.label15.Text = "Stream name :";
            // 
            // cmbSampleRate
            // 
            this.cmbSampleRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSampleRate.FormattingEnabled = true;
            this.cmbSampleRate.Items.AddRange(new object[] {
            "44100"});
            this.cmbSampleRate.Location = new System.Drawing.Point(103, 83);
            this.cmbSampleRate.Name = "cmbSampleRate";
            this.cmbSampleRate.Size = new System.Drawing.Size(71, 21);
            this.cmbSampleRate.TabIndex = 5;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(103, 66);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(69, 13);
            this.label14.TabIndex = 4;
            this.label14.Text = "Sample rate :";
            // 
            // cmbBitrate
            // 
            this.cmbBitrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbBitrate.FormattingEnabled = true;
            this.cmbBitrate.Location = new System.Drawing.Point(6, 83);
            this.cmbBitrate.Name = "cmbBitrate";
            this.cmbBitrate.Size = new System.Drawing.Size(57, 21);
            this.cmbBitrate.TabIndex = 3;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(6, 66);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(43, 13);
            this.label13.TabIndex = 2;
            this.label13.Text = "Bitrate :";
            // 
            // cmbEncoder
            // 
            this.cmbEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbEncoder.FormattingEnabled = true;
            this.cmbEncoder.Items.AddRange(new object[] {
            "MP3",
            "AAC+"});
            this.cmbEncoder.Location = new System.Drawing.Point(6, 42);
            this.cmbEncoder.Name = "cmbEncoder";
            this.cmbEncoder.Size = new System.Drawing.Size(71, 21);
            this.cmbEncoder.TabIndex = 1;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(6, 25);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(53, 13);
            this.label12.TabIndex = 0;
            this.label12.Text = "Encoder :";
            // 
            // tbpServer
            // 
            this.tbpServer.Controls.Add(this.pictureBox1);
            this.tbpServer.Controls.Add(this.groupBox19);
            this.tbpServer.Controls.Add(this.groupBox18);
            this.tbpServer.Controls.Add(this.groupBox17);
            this.tbpServer.Location = new System.Drawing.Point(4, 22);
            this.tbpServer.Name = "tbpServer";
            this.tbpServer.Size = new System.Drawing.Size(832, 445);
            this.tbpServer.TabIndex = 5;
            this.tbpServer.Text = "Server";
            this.tbpServer.UseVisualStyleBackColor = true;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::WebradioManager.Properties.Resources.shoutcast;
            this.pictureBox1.Location = new System.Drawing.Point(127, 255);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(626, 148);
            this.pictureBox1.TabIndex = 3;
            this.pictureBox1.TabStop = false;
            // 
            // groupBox19
            // 
            this.groupBox19.Controls.Add(this.btnShowServerLog);
            this.groupBox19.Location = new System.Drawing.Point(215, 59);
            this.groupBox19.Name = "groupBox19";
            this.groupBox19.Size = new System.Drawing.Size(98, 54);
            this.groupBox19.TabIndex = 2;
            this.groupBox19.TabStop = false;
            this.groupBox19.Text = "Log";
            // 
            // btnShowServerLog
            // 
            this.btnShowServerLog.Location = new System.Drawing.Point(6, 19);
            this.btnShowServerLog.Name = "btnShowServerLog";
            this.btnShowServerLog.Size = new System.Drawing.Size(75, 23);
            this.btnShowServerLog.TabIndex = 2;
            this.btnShowServerLog.Text = "Show logfile";
            this.btnShowServerLog.UseVisualStyleBackColor = true;
            this.btnShowServerLog.Click += new System.EventHandler(this.btnShowServerLog_Click);
            // 
            // groupBox18
            // 
            this.groupBox18.Controls.Add(this.btnSaveServer);
            this.groupBox18.Controls.Add(this.nudMaxListener);
            this.groupBox18.Controls.Add(this.label35);
            this.groupBox18.Controls.Add(this.txbLocalServerAdminPassword);
            this.groupBox18.Controls.Add(this.label34);
            this.groupBox18.Controls.Add(this.txbLocalServerPassword);
            this.groupBox18.Controls.Add(this.label33);
            this.groupBox18.Controls.Add(this.nudPortServer);
            this.groupBox18.Controls.Add(this.label32);
            this.groupBox18.Location = new System.Drawing.Point(9, 59);
            this.groupBox18.Name = "groupBox18";
            this.groupBox18.Size = new System.Drawing.Size(200, 155);
            this.groupBox18.TabIndex = 1;
            this.groupBox18.TabStop = false;
            this.groupBox18.Text = "Configuration";
            // 
            // btnSaveServer
            // 
            this.btnSaveServer.Location = new System.Drawing.Point(49, 122);
            this.btnSaveServer.Name = "btnSaveServer";
            this.btnSaveServer.Size = new System.Drawing.Size(75, 23);
            this.btnSaveServer.TabIndex = 8;
            this.btnSaveServer.Text = "Save";
            this.btnSaveServer.UseVisualStyleBackColor = true;
            this.btnSaveServer.Click += new System.EventHandler(this.btnSaveServer_Click);
            // 
            // nudMaxListener
            // 
            this.nudMaxListener.Location = new System.Drawing.Point(84, 96);
            this.nudMaxListener.Maximum = new decimal(new int[] {
            2000,
            0,
            0,
            0});
            this.nudMaxListener.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudMaxListener.Name = "nudMaxListener";
            this.nudMaxListener.Size = new System.Drawing.Size(55, 20);
            this.nudMaxListener.TabIndex = 7;
            this.nudMaxListener.Value = new decimal(new int[] {
            32,
            0,
            0,
            0});
            // 
            // label35
            // 
            this.label35.AutoSize = true;
            this.label35.Location = new System.Drawing.Point(9, 98);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(69, 13);
            this.label35.TabIndex = 6;
            this.label35.Text = "Max listener :";
            // 
            // txbLocalServerAdminPassword
            // 
            this.txbLocalServerAdminPassword.Location = new System.Drawing.Point(84, 70);
            this.txbLocalServerAdminPassword.Name = "txbLocalServerAdminPassword";
            this.txbLocalServerAdminPassword.PasswordChar = '*';
            this.txbLocalServerAdminPassword.Size = new System.Drawing.Size(100, 20);
            this.txbLocalServerAdminPassword.TabIndex = 5;
            // 
            // label34
            // 
            this.label34.AutoSize = true;
            this.label34.Location = new System.Drawing.Point(13, 73);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(65, 13);
            this.label34.TabIndex = 4;
            this.label34.Text = "Admin pwd :";
            // 
            // txbLocalServerPassword
            // 
            this.txbLocalServerPassword.Location = new System.Drawing.Point(84, 44);
            this.txbLocalServerPassword.Name = "txbLocalServerPassword";
            this.txbLocalServerPassword.PasswordChar = '*';
            this.txbLocalServerPassword.Size = new System.Drawing.Size(100, 20);
            this.txbLocalServerPassword.TabIndex = 3;
            // 
            // label33
            // 
            this.label33.AutoSize = true;
            this.label33.Location = new System.Drawing.Point(19, 47);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(59, 13);
            this.label33.TabIndex = 2;
            this.label33.Text = "Password :"******"nudPortServer";
            this.nudPortServer.Size = new System.Drawing.Size(55, 20);
            this.nudPortServer.TabIndex = 1;
            this.nudPortServer.Value = new decimal(new int[] {
            8000,
            0,
            0,
            0});
            // 
            // label32
            // 
            this.label32.AutoSize = true;
            this.label32.Location = new System.Drawing.Point(46, 20);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(32, 13);
            this.label32.TabIndex = 0;
            this.label32.Text = "Port :";
            // 
            // groupBox17
            // 
            this.groupBox17.Controls.Add(this.ckbServerDebug);
            this.groupBox17.Controls.Add(this.btnShowWebAdministration);
            this.groupBox17.Controls.Add(this.btnShowWebInterface);
            this.groupBox17.Controls.Add(this.btnStopServer);
            this.groupBox17.Controls.Add(this.btnStartServer);
            this.groupBox17.Controls.Add(this.lblStatusServer);
            this.groupBox17.Controls.Add(this.label31);
            this.groupBox17.Location = new System.Drawing.Point(9, 4);
            this.groupBox17.Name = "groupBox17";
            this.groupBox17.Size = new System.Drawing.Size(815, 48);
            this.groupBox17.TabIndex = 0;
            this.groupBox17.TabStop = false;
            this.groupBox17.Text = "Controls";
            // 
            // ckbServerDebug
            // 
            this.ckbServerDebug.AutoSize = true;
            this.ckbServerDebug.Checked = true;
            this.ckbServerDebug.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckbServerDebug.Location = new System.Drawing.Point(246, 19);
            this.ckbServerDebug.Name = "ckbServerDebug";
            this.ckbServerDebug.Size = new System.Drawing.Size(58, 17);
            this.ckbServerDebug.TabIndex = 6;
            this.ckbServerDebug.Text = "Debug";
            this.ckbServerDebug.UseVisualStyleBackColor = true;
            // 
            // btnShowWebAdministration
            // 
            this.btnShowWebAdministration.Location = new System.Drawing.Point(500, 15);
            this.btnShowWebAdministration.Name = "btnShowWebAdministration";
            this.btnShowWebAdministration.Size = new System.Drawing.Size(150, 23);
            this.btnShowWebAdministration.TabIndex = 5;
            this.btnShowWebAdministration.Text = "Show web administration";
            this.btnShowWebAdministration.UseVisualStyleBackColor = true;
            this.btnShowWebAdministration.Click += new System.EventHandler(this.btnShowWebAdministration_Click);
            // 
            // btnShowWebInterface
            // 
            this.btnShowWebInterface.Location = new System.Drawing.Point(344, 15);
            this.btnShowWebInterface.Name = "btnShowWebInterface";
            this.btnShowWebInterface.Size = new System.Drawing.Size(150, 23);
            this.btnShowWebInterface.TabIndex = 4;
            this.btnShowWebInterface.Text = "Show web interface";
            this.btnShowWebInterface.UseVisualStyleBackColor = true;
            this.btnShowWebInterface.Click += new System.EventHandler(this.btnShowWebInterface_Click);
            // 
            // btnStopServer
            // 
            this.btnStopServer.Location = new System.Drawing.Point(165, 15);
            this.btnStopServer.Name = "btnStopServer";
            this.btnStopServer.Size = new System.Drawing.Size(75, 23);
            this.btnStopServer.TabIndex = 3;
            this.btnStopServer.Text = "Stop";
            this.btnStopServer.UseVisualStyleBackColor = true;
            this.btnStopServer.Click += new System.EventHandler(this.btnStopServer_Click);
            // 
            // btnStartServer
            // 
            this.btnStartServer.Location = new System.Drawing.Point(84, 15);
            this.btnStartServer.Name = "btnStartServer";
            this.btnStartServer.Size = new System.Drawing.Size(75, 23);
            this.btnStartServer.TabIndex = 2;
            this.btnStartServer.Text = "Start";
            this.btnStartServer.UseVisualStyleBackColor = true;
            this.btnStartServer.Click += new System.EventHandler(this.btnStartServer_Click);
            // 
            // lblStatusServer
            // 
            this.lblStatusServer.AutoSize = true;
            this.lblStatusServer.Location = new System.Drawing.Point(57, 20);
            this.lblStatusServer.Name = "lblStatusServer";
            this.lblStatusServer.Size = new System.Drawing.Size(21, 13);
            this.lblStatusServer.TabIndex = 1;
            this.lblStatusServer.Text = "Off";
            // 
            // label31
            // 
            this.label31.AutoSize = true;
            this.label31.Location = new System.Drawing.Point(7, 20);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(43, 13);
            this.label31.TabIndex = 0;
            this.label31.Text = "Status :";
            // 
            // OFD
            // 
            this.OFD.FileName = "*.mp3";
            this.OFD.Filter = "MP3 Files|*.mp3";
            this.OFD.Multiselect = true;
            // 
            // AdminView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(840, 498);
            this.Controls.Add(this.tbcTabs);
            this.Controls.Add(this.mnsMain);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.mnsMain;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AdminView";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "WebradioManager - ";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AdminView_FormClosing);
            this.mnsMain.ResumeLayout(false);
            this.mnsMain.PerformLayout();
            this.tbcTabs.ResumeLayout(false);
            this.tbpStatus.ResumeLayout(false);
            this.tbpStatus.PerformLayout();
            this.groupBox24.ResumeLayout(false);
            this.groupBox25.ResumeLayout(false);
            this.groupBox25.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvServerListeners)).EndInit();
            this.groupBox22.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvCurrentTracks)).EndInit();
            this.groupBox21.ResumeLayout(false);
            this.groupBox20.ResumeLayout(false);
            this.groupBox20.PerformLayout();
            this.tbpLibrary.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvAds)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvMusics)).EndInit();
            this.tbpPlaylists.ResumeLayout(false);
            this.tbpPlaylists.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPlaylistContent)).EndInit();
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudDurationGenerate)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.tbpTimetable.ResumeLayout(false);
            this.groupBox9.ResumeLayout(false);
            this.groupBox8.ResumeLayout(false);
            this.groupBox8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudPriority)).EndInit();
            this.groupBox10.ResumeLayout(false);
            this.groupBox10.PerformLayout();
            this.tbpTranscoders.ResumeLayout(false);
            this.groupBox12.ResumeLayout(false);
            this.groupBox12.PerformLayout();
            this.groupBox23.ResumeLayout(false);
            this.groupBox23.PerformLayout();
            this.groupBox16.ResumeLayout(false);
            this.groupBox16.PerformLayout();
            this.groupBox15.ResumeLayout(false);
            this.groupBox14.ResumeLayout(false);
            this.groupBox13.ResumeLayout(false);
            this.groupBox13.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudAdminPortEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudPortEdit)).EndInit();
            this.groupBox11.ResumeLayout(false);
            this.groupBox11.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudAdminPort)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudPort)).EndInit();
            this.tbpServer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.groupBox19.ResumeLayout(false);
            this.groupBox18.ResumeLayout(false);
            this.groupBox18.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudMaxListener)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudPortServer)).EndInit();
            this.groupBox17.ResumeLayout(false);
            this.groupBox17.PerformLayout();
            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()
 {
     Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     this.dayView1        = new Calendar.DayView();
     this.monthCalendar1  = new System.Windows.Forms.MonthCalendar();
     this.btnReport       = new System.Windows.Forms.Button();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.panel1          = new System.Windows.Forms.Panel();
     this.lblDay          = new System.Windows.Forms.Label();
     this.lblTime         = new System.Windows.Forms.Label();
     this.colorDialog1    = new System.Windows.Forms.ColorDialog();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // dayView1
     //
     drawTool1.DayView        = this.dayView1;
     this.dayView1.ActiveTool = drawTool1;
     this.dayView1.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.dayView1.Font           = new System.Drawing.Font("Segoe UI", 8F);
     this.dayView1.Location       = new System.Drawing.Point(246, 12);
     this.dayView1.Name           = "dayView1";
     this.dayView1.SelectionEnd   = new System.DateTime(((long)(0)));
     this.dayView1.SelectionStart = new System.DateTime(((long)(0)));
     this.dayView1.Size           = new System.Drawing.Size(738, 432);
     this.dayView1.StartDate      = new System.DateTime(((long)(0)));
     this.dayView1.TabIndex       = 8;
     this.dayView1.Text           = "dayView1";
     //
     // monthCalendar1
     //
     this.monthCalendar1.Location     = new System.Drawing.Point(7, 12);
     this.monthCalendar1.Name         = "monthCalendar1";
     this.monthCalendar1.TabIndex     = 1;
     this.monthCalendar1.DateChanged += new DateRangeEventHandler(MonthCalendar1_DateChanged);
     //
     // btnReport
     //
     this.btnReport.Location = new System.Drawing.Point(5, 232);
     this.btnReport.Name     = "btnReport";
     this.btnReport.Size     = new System.Drawing.Size(200, 23);
     this.btnReport.TabIndex = 4;
     this.btnReport.Text     = "Report";
     this.btnReport.UseVisualStyleBackColor = true;
     this.btnReport.Click += new System.EventHandler(this.BtnReport_Click);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(4, 146);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(200, 20);
     this.dateTimePicker1.TabIndex = 5;
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Location = new System.Drawing.Point(5, 195);
     this.dateTimePicker2.Name     = "dateTimePicker2";
     this.dateTimePicker2.Size     = new System.Drawing.Size(200, 20);
     this.dateTimePicker2.TabIndex = 6;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.lblDay);
     this.panel1.Controls.Add(this.lblTime);
     this.panel1.Controls.Add(this.dateTimePicker1);
     this.panel1.Controls.Add(this.dateTimePicker2);
     this.panel1.Controls.Add(this.btnReport);
     this.panel1.Location = new System.Drawing.Point(7, 174);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(227, 270);
     this.panel1.TabIndex = 7;
     //
     // lblDay
     //
     this.lblDay.AutoSize = true;
     this.lblDay.Location = new System.Drawing.Point(6, 19);
     this.lblDay.Name     = "lblDay";
     this.lblDay.Size     = new System.Drawing.Size(0, 13);
     this.lblDay.TabIndex = 8;
     //
     // lblTime
     //
     this.lblTime.AutoSize = true;
     this.lblTime.Location = new System.Drawing.Point(6, 64);
     this.lblTime.Name     = "lblTime";
     this.lblTime.Size     = new System.Drawing.Size(0, 13);
     this.lblTime.TabIndex = 9;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(5, 120);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(30, 13);
     this.label1.TabIndex = 10;
     this.label1.Text     = "From";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 176);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(20, 13);
     this.label2.TabIndex = 11;
     this.label2.Text     = "To";
     //
     // CalendarForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(990, 456);
     this.Controls.Add(this.dayView1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.monthCalendar1);
     this.Name         = "CalendarForm";
     this.Text         = "My Event Calendar";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_Closing);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #10
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     this.appointments_DayView     = new Calendar.DayView();
     this.tableLayoutPanel1        = new System.Windows.Forms.TableLayoutPanel();
     this.optician_ComboBox        = new System.Windows.Forms.ComboBox();
     this.appointmentDate_DateTime = new System.Windows.Forms.DateTimePicker();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.editAppointment_Button = new System.Windows.Forms.Button();
     this.loadAppointment_Button = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // appointments_DayView
     //
     drawTool1.DayView = this.appointments_DayView;
     this.appointments_DayView.ActiveTool          = drawTool1;
     this.appointments_DayView.AllowInplaceEditing = false;
     this.appointments_DayView.AllowNew            = false;
     this.appointments_DayView.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.appointments_DayView.Font                 = new System.Drawing.Font("Segoe UI", 8F);
     this.appointments_DayView.Location             = new System.Drawing.Point(12, 72);
     this.appointments_DayView.Name                 = "appointments_DayView";
     this.appointments_DayView.SelectionEnd         = new System.DateTime(((long)(0)));
     this.appointments_DayView.SelectionStart       = new System.DateTime(((long)(0)));
     this.appointments_DayView.Size                 = new System.Drawing.Size(268, 224);
     this.appointments_DayView.StartDate            = new System.DateTime(((long)(0)));
     this.appointments_DayView.StartHour            = 9;
     this.appointments_DayView.TabIndex             = 4;
     this.appointments_DayView.Text                 = "dayView";
     this.appointments_DayView.WorkingHourEnd       = 17;
     this.appointments_DayView.WorkingHourStart     = 9;
     this.appointments_DayView.WorkingMinuteEnd     = 0;
     this.appointments_DayView.WorkingMinuteStart   = 0;
     this.appointments_DayView.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.RefreshCal);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel1.ColumnCount  = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.optician_ComboBox, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.appointmentDate_DateTime, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(268, 54);
     this.tableLayoutPanel1.TabIndex = 5;
     //
     // optician_ComboBox
     //
     this.optician_ComboBox.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.optician_ComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.optician_ComboBox.FormattingEnabled     = true;
     this.optician_ComboBox.Location              = new System.Drawing.Point(55, 3);
     this.optician_ComboBox.Name                  = "optician_ComboBox";
     this.optician_ComboBox.Size                  = new System.Drawing.Size(210, 21);
     this.optician_ComboBox.TabIndex              = 1;
     this.optician_ComboBox.SelectedIndexChanged += new System.EventHandler(this.Optician_ComboBoxSelectedIndexChanged);
     //
     // appointmentDate_DateTime
     //
     this.appointmentDate_DateTime.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.appointmentDate_DateTime.Location      = new System.Drawing.Point(55, 30);
     this.appointmentDate_DateTime.Name          = "appointmentDate_DateTime";
     this.appointmentDate_DateTime.Size          = new System.Drawing.Size(210, 20);
     this.appointmentDate_DateTime.TabIndex      = 2;
     this.appointmentDate_DateTime.Value         = new System.DateTime(2011, 3, 24, 0, 0, 0, 0);
     this.appointmentDate_DateTime.ValueChanged += new System.EventHandler(this.AppointmentDate_DateTimeValueChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(46, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Optician";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 27);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(30, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Date";
     //
     // editAppointment_Button
     //
     this.editAppointment_Button.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.editAppointment_Button.Location = new System.Drawing.Point(12, 302);
     this.editAppointment_Button.Name     = "editAppointment_Button";
     this.editAppointment_Button.Size     = new System.Drawing.Size(96, 23);
     this.editAppointment_Button.TabIndex = 6;
     this.editAppointment_Button.Text     = "Edit Appointment";
     this.editAppointment_Button.UseVisualStyleBackColor = true;
     this.editAppointment_Button.Click += new System.EventHandler(this.EditAppointment_Button_Click);
     //
     // loadAppointment_Button
     //
     this.loadAppointment_Button.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.loadAppointment_Button.Location = new System.Drawing.Point(179, 302);
     this.loadAppointment_Button.Name     = "loadAppointment_Button";
     this.loadAppointment_Button.Size     = new System.Drawing.Size(101, 23);
     this.loadAppointment_Button.TabIndex = 7;
     this.loadAppointment_Button.Text     = "Load Appointment";
     this.loadAppointment_Button.UseVisualStyleBackColor = true;
     this.loadAppointment_Button.Click += new System.EventHandler(this.LoadAppointment_Button_Click);
     //
     // Appointments
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(292, 337);
     this.Controls.Add(this.loadAppointment_Button);
     this.Controls.Add(this.editAppointment_Button);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.appointments_DayView);
     this.Name = "Appointments";
     this.Text = "Appointments";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #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();
      Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
      this.dvOnline = new Calendar.DayView();
      this.txttimeTo = new System.Windows.Forms.DateTimePicker();
      this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
      this.dtpTo = new System.Windows.Forms.DateTimePicker();
      this.groupBox1 = new System.Windows.Forms.GroupBox();
      this.dtpFrom = new System.Windows.Forms.DateTimePicker();
      this.chbade = new System.Windows.Forms.CheckBox();
      this.btnRecurrence = new System.Windows.Forms.Button();
      this.btbDelete = new System.Windows.Forms.Button();
      this.label2 = new System.Windows.Forms.Label();
      this.label1 = new System.Windows.Forms.Label();
      this.btCreate = new System.Windows.Forms.Button();
      this.btnSaveCal = new System.Windows.Forms.Button();
      this.btnClearCal = new System.Windows.Forms.Button();
      this.mcOnline = new System.Windows.Forms.MonthCalendar();
      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
      this.groupBox1.SuspendLayout();
      this.SuspendLayout();
      // 
      // dvOnline
      // 
      drawTool1.DayView = this.dvOnline;
      this.dvOnline.ActiveTool = drawTool1;
      this.dvOnline.AmPmDisplay = false;
      this.dvOnline.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.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
      this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
      this.dvOnline.DayHeadersHeight = 15;
      this.dvOnline.DaysToShow = 7;
      this.dvOnline.DrawAllAppBorder = false;
      this.dvOnline.EnableDurationDisplay = false;
      this.dvOnline.EnableRoundedCorners = false;
      this.dvOnline.EnableShadows = false;
      this.dvOnline.EnableTimeIndicator = false;
      this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
      this.dvOnline.Location = new System.Drawing.Point(3, 183);
      this.dvOnline.MinHalfHourApp = false;
      this.dvOnline.Name = "dvOnline";
      this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));
      this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));
      this.dvOnline.Size = new System.Drawing.Size(836, 354);
      this.dvOnline.StartDate = new System.DateTime(((long)(0)));
      this.dvOnline.TabIndex = 54;
      this.dvOnline.OnSelectionChanged += new System.EventHandler<System.EventArgs>(this.dvOnline_OnSelectionChanged);
      // 
      // txttimeTo
      // 
      this.txttimeTo.CustomFormat = "HH:mm";
      this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
      this.txttimeTo.Location = new System.Drawing.Point(164, 45);
      this.txttimeTo.Name = "txttimeTo";
      this.txttimeTo.ShowUpDown = true;
      this.txttimeTo.Size = new System.Drawing.Size(73, 20);
      this.txttimeTo.TabIndex = 40;
      // 
      // txttimeFrom
      // 
      this.txttimeFrom.CustomFormat = "HH:mm";
      this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
      this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
      this.txttimeFrom.Name = "txttimeFrom";
      this.txttimeFrom.ShowUpDown = true;
      this.txttimeFrom.Size = new System.Drawing.Size(73, 20);
      this.txttimeFrom.TabIndex = 39;
      // 
      // dtpTo
      // 
      this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
      this.dtpTo.Location = new System.Drawing.Point(72, 45);
      this.dtpTo.Name = "dtpTo";
      this.dtpTo.Size = new System.Drawing.Size(89, 20);
      this.dtpTo.TabIndex = 33;
      // 
      // groupBox1
      // 
      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBox1.Controls.Add(this.txttimeTo);
      this.groupBox1.Controls.Add(this.txttimeFrom);
      this.groupBox1.Controls.Add(this.dtpTo);
      this.groupBox1.Controls.Add(this.dtpFrom);
      this.groupBox1.Controls.Add(this.chbade);
      this.groupBox1.Controls.Add(this.btnRecurrence);
      this.groupBox1.Controls.Add(this.btbDelete);
      this.groupBox1.Controls.Add(this.label2);
      this.groupBox1.Controls.Add(this.label1);
      this.groupBox1.Controls.Add(this.btCreate);
      this.groupBox1.Location = new System.Drawing.Point(375, 3);
      this.groupBox1.Name = "groupBox1";
      this.groupBox1.Size = new System.Drawing.Size(259, 168);
      this.groupBox1.TabIndex = 56;
      this.groupBox1.TabStop = false;
      // 
      // dtpFrom
      // 
      this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
      this.dtpFrom.Location = new System.Drawing.Point(72, 12);
      this.dtpFrom.Name = "dtpFrom";
      this.dtpFrom.Size = new System.Drawing.Size(89, 20);
      this.dtpFrom.TabIndex = 32;
      // 
      // chbade
      // 
      this.chbade.AutoSize = true;
      this.chbade.Location = new System.Drawing.Point(135, 70);
      this.chbade.Name = "chbade";
      this.chbade.Size = new System.Drawing.Size(90, 17);
      this.chbade.TabIndex = 31;
      this.chbade.Text = "All Day Event";
      this.chbade.UseVisualStyleBackColor = true;
      this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged);
      // 
      // btnRecurrence
      // 
      this.btnRecurrence.Image = HeuristicLab.Common.Resources.VSImageLibrary.Timer;
      this.btnRecurrence.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
      this.btnRecurrence.Location = new System.Drawing.Point(135, 129);
      this.btnRecurrence.Name = "btnRecurrence";
      this.btnRecurrence.Size = new System.Drawing.Size(113, 26);
      this.btnRecurrence.TabIndex = 30;
      this.btnRecurrence.Text = "Recurrence";
      this.toolTip.SetToolTip(this.btnRecurrence, "Create recurring appointments");
      this.btnRecurrence.UseVisualStyleBackColor = true;
      this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
      // 
      // btbDelete
      // 
      this.btbDelete.Image = HeuristicLab.Common.Resources.VSImageLibrary.Delete;
      this.btbDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
      this.btbDelete.Location = new System.Drawing.Point(8, 129);
      this.btbDelete.Name = "btbDelete";
      this.btbDelete.Size = new System.Drawing.Size(114, 26);
      this.btbDelete.TabIndex = 25;
      this.btbDelete.Text = "Delete";
      this.toolTip.SetToolTip(this.btbDelete, "Delete selected appointment");
      this.btbDelete.UseVisualStyleBackColor = true;
      this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click);
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(16, 46);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(55, 13);
      this.label2.TabIndex = 23;
      this.label2.Text = "End Time:";
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(16, 15);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(58, 13);
      this.label1.TabIndex = 21;
      this.label1.Text = "Start Time:";
      // 
      // btCreate
      // 
      this.btCreate.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
      this.btCreate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
      this.btCreate.Location = new System.Drawing.Point(6, 93);
      this.btCreate.Name = "btCreate";
      this.btCreate.Size = new System.Drawing.Size(242, 26);
      this.btCreate.TabIndex = 20;
      this.btCreate.Text = "Create Downtime";
      this.toolTip.SetToolTip(this.btCreate, "Create a new downtime in the calender");
      this.btCreate.UseVisualStyleBackColor = true;
      this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
      // 
      // btnSaveCal
      // 
      this.btnSaveCal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.btnSaveCal.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
      this.btnSaveCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
      this.btnSaveCal.Location = new System.Drawing.Point(640, 41);
      this.btnSaveCal.Name = "btnSaveCal";
      this.btnSaveCal.Size = new System.Drawing.Size(199, 26);
      this.btnSaveCal.TabIndex = 57;
      this.btnSaveCal.Text = "Save Calendar on Server";
      this.toolTip.SetToolTip(this.btnSaveCal, "Store the calender on the server");
      this.btnSaveCal.UseVisualStyleBackColor = true;
      this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
      // 
      // btnClearCal
      // 
      this.btnClearCal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.btnClearCal.Image = HeuristicLab.Common.Resources.VSImageLibrary.Document;
      this.btnClearCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
      this.btnClearCal.Location = new System.Drawing.Point(640, 9);
      this.btnClearCal.Name = "btnClearCal";
      this.btnClearCal.Size = new System.Drawing.Size(199, 26);
      this.btnClearCal.TabIndex = 58;
      this.btnClearCal.Text = "Clear Calendar";
      this.toolTip.SetToolTip(this.btnClearCal, "Remove all appointments from calender");
      this.btnClearCal.UseVisualStyleBackColor = true;
      this.btnClearCal.Click += new System.EventHandler(this.btnClearCal_Click);
      // 
      // mcOnline
      // 
      this.mcOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
      this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
      this.mcOnline.Location = new System.Drawing.Point(3, 9);
      this.mcOnline.Name = "mcOnline";
      this.mcOnline.TabIndex = 55;
      this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
      // 
      // ScheduleView
      // 
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
      this.Controls.Add(this.dvOnline);
      this.Controls.Add(this.groupBox1);
      this.Controls.Add(this.btnSaveCal);
      this.Controls.Add(this.btnClearCal);
      this.Controls.Add(this.mcOnline);
      this.Name = "ScheduleView";
      this.Size = new System.Drawing.Size(842, 540);
      this.groupBox1.ResumeLayout(false);
      this.groupBox1.PerformLayout();
      this.ResumeLayout(false);

    }
Пример #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()
 {
     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();
 }
Пример #13
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 drawTool4 = new Calendar.DrawTool();
     this.dayView1  = new Calendar.DayView();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label6    = new System.Windows.Forms.Label();
     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.button1   = new System.Windows.Forms.Button();
     this.button2   = new System.Windows.Forms.Button();
     this.button3   = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // dayView1
     //
     drawTool4.DayView                  = this.dayView1;
     this.dayView1.ActiveTool           = drawTool4;
     this.dayView1.AllowScroll          = false;
     this.dayView1.AmPmDisplay          = false;
     this.dayView1.AppHeightMode        = Calendar.DayView.AppHeightDrawMode.TrueHeightAll;
     this.dayView1.DaysToShow           = 5;
     this.dayView1.DrawAllAppBorder     = false;
     this.dayView1.Font                 = new System.Drawing.Font("Segoe UI", 8F);
     this.dayView1.Location             = new System.Drawing.Point(-1, -1);
     this.dayView1.MinHalfHourApp       = true;
     this.dayView1.Name                 = "dayView1";
     this.dayView1.SelectionEnd         = new System.DateTime(((long)(0)));
     this.dayView1.SelectionStart       = new System.DateTime(((long)(0)));
     this.dayView1.Size                 = new System.Drawing.Size(890, 625);
     this.dayView1.SlotsPerHour         = 2;
     this.dayView1.StartDate            = new System.DateTime(2015, 4, 20, 0, 0, 0, 0);
     this.dayView1.StartHour            = 7;
     this.dayView1.TabIndex             = 1;
     this.dayView1.Text                 = "dayView1";
     this.dayView1.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.dayView1_ResolveAppointments);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.PapayaWhip;
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(33, 40);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(295, 384);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "groupBox1";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(30, 212);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(35, 13);
     this.label6.TabIndex = 5;
     this.label6.Text     = "label6";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(30, 181);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(35, 13);
     this.label5.TabIndex = 4;
     this.label5.Text     = "label5";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(30, 149);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(35, 13);
     this.label4.TabIndex = 3;
     this.label4.Text     = "label4";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(27, 112);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(35, 13);
     this.label3.TabIndex = 2;
     this.label3.Text     = "label3";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(27, 73);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(35, 13);
     this.label2.TabIndex = 1;
     this.label2.Text     = "label2";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(27, 38);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(35, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "label1";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(1048, 25);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 34);
     this.button1.TabIndex = 2;
     this.button1.Text     = "Seuraava viikko";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(937, 25);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 34);
     this.button2.TabIndex = 3;
     this.button2.Text     = "Edellinen viikko";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(937, 78);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(186, 23);
     this.button3.TabIndex = 4;
     this.button3.Text     = "Sulje";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1153, 622);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.dayView1);
     this.Controls.Add(this.groupBox1);
     this.Name = "Form2";
     this.Text = "Lukujärjestys";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #14
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();
     Calendar.DrawTool drawTool6 = new Calendar.DrawTool();
     this.dayView1               = new Calendar.DayView();
     this.m_pnlContainer         = new System.Windows.Forms.Panel();
     this.label2                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.button3                = new System.Windows.Forms.Button();
     this.button4                = new System.Windows.Forms.Button();
     this.button5                = new System.Windows.Forms.Button();
     this.button6                = new System.Windows.Forms.Button();
     this.comboBox1              = new System.Windows.Forms.ComboBox();
     this.label4                 = new System.Windows.Forms.Label();
     this.colorDialog1           = new System.Windows.Forms.ColorDialog();
     this.trackBar1              = new System.Windows.Forms.TrackBar();
     this.label5                 = new System.Windows.Forms.Label();
     this.monthCalendar1         = new System.Windows.Forms.MonthCalendar();
     this.cmbbxInterval          = new System.Windows.Forms.ComboBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.statusStrip1           = new System.Windows.Forms.StatusStrip();
     this.m_sslMemory            = new System.Windows.Forms.ToolStripStatusLabel();
     this.m_sslGdi               = new System.Windows.Forms.ToolStripStatusLabel();
     this.m_sslObjectCount       = new System.Windows.Forms.ToolStripStatusLabel();
     this.m_lblSummary           = new System.Windows.Forms.Label();
     this.m_btnStartStop         = new System.Windows.Forms.Button();
     this.m_timer                = new System.Windows.Forms.Timer(this.components);
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.chkbxUseRoundedCorners = new System.Windows.Forms.CheckBox();
     this.chkbxEnableShadows     = new System.Windows.Forms.CheckBox();
     this.button8                = new System.Windows.Forms.Button();
     this.button7                = new System.Windows.Forms.Button();
     this.button1                = new System.Windows.Forms.Button();
     this.button2                = new System.Windows.Forms.Button();
     this.m_pnlContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // dayView1
     //
     drawTool6.DayView                   = this.dayView1;
     this.dayView1.ActiveTool            = drawTool6;
     this.dayView1.AllowInplaceEditing   = false;
     this.dayView1.AmPmDisplay           = true;
     this.dayView1.AppointmentHeightMode = Calendar.AppHeightDrawMode.EndHalfHourBlocksAll;
     this.dayView1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.dayView1.DrawAllAppBorder      = true;
     this.dayView1.EnableDurationDisplay = false;
     this.dayView1.EnableRoundedCorners  = false;
     this.dayView1.EnableShadows         = true;
     this.dayView1.EnableTimeIndicator   = true;
     this.dayView1.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.dayView1.Location              = new System.Drawing.Point(0, 0);
     this.dayView1.MinHalfHourApp        = false;
     this.dayView1.Name                  = "dayView1";
     this.dayView1.SelectionEnd          = new System.DateTime(((long)(0)));
     this.dayView1.SelectionStart        = new System.DateTime(((long)(0)));
     this.dayView1.Size                  = new System.Drawing.Size(857, 324);
     this.dayView1.StartDate             = new System.DateTime(((long)(0)));
     this.dayView1.TabIndex              = 0;
     this.dayView1.Text                  = "dayView1";
     this.dayView1.WorkingHourEnd        = 19;
     this.dayView1.WorkingHourStart      = 9;
     this.dayView1.WorkingMinuteEnd      = 0;
     this.dayView1.WorkingMinuteStart    = 0;
     //
     // m_pnlContainer
     //
     this.m_pnlContainer.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.m_pnlContainer.AutoScroll  = true;
     this.m_pnlContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_pnlContainer.Controls.Add(this.dayView1);
     this.m_pnlContainer.Location = new System.Drawing.Point(13, 179);
     this.m_pnlContainer.Name     = "m_pnlContainer";
     this.m_pnlContainer.Size     = new System.Drawing.Size(859, 326);
     this.m_pnlContainer.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(256, 96);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(73, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "[Pointed date]";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(256, 119);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(55, 13);
     this.label3.TabIndex = 6;
     this.label3.Text     = "[selection]";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(337, 16);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 8;
     this.button3.Text     = "3 Days";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(418, 16);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 9;
     this.button4.Text     = "5 Days";
     this.button4.Click   += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(499, 16);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(75, 23);
     this.button5.TabIndex = 10;
     this.button5.Text     = "Week";
     this.button5.Click   += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(256, 16);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(75, 23);
     this.button6.TabIndex = 11;
     this.button6.Text     = "Day";
     this.button6.Click   += new System.EventHandler(this.button6_Click);
     //
     // comboBox1
     //
     this.comboBox1.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Office 11",
         "Office 12"
     });
     this.comboBox1.Location              = new System.Drawing.Point(750, 14);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex              = 13;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(705, 17);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(40, 13);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Theme";
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(297, 45);
     this.trackBar1.Maximum  = 80;
     this.trackBar1.Minimum  = 5;
     this.trackBar1.Name     = "trackBar1";
     this.trackBar1.Size     = new System.Drawing.Size(277, 45);
     this.trackBar1.TabIndex = 17;
     this.trackBar1.Value    = 18;
     this.trackBar1.Scroll  += new System.EventHandler(this.trackBar1_Scroll);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(258, 49);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(34, 13);
     this.label5.TabIndex = 18;
     this.label5.Text     = "Zoom";
     //
     // monthCalendar1
     //
     this.monthCalendar1.Location     = new System.Drawing.Point(16, 8);
     this.monthCalendar1.Name         = "monthCalendar1";
     this.monthCalendar1.TabIndex     = 19;
     this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
     //
     // cmbbxInterval
     //
     this.cmbbxInterval.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbbxInterval.DisplayMember     = "DisplayName";
     this.cmbbxInterval.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbbxInterval.FormattingEnabled = true;
     this.cmbbxInterval.Location          = new System.Drawing.Point(750, 48);
     this.cmbbxInterval.Name                  = "cmbbxInterval";
     this.cmbbxInterval.Size                  = new System.Drawing.Size(121, 21);
     this.cmbbxInterval.TabIndex              = 23;
     this.cmbbxInterval.ValueMember           = "Duration";
     this.cmbbxInterval.SelectedIndexChanged += new System.EventHandler(this.cmbbxInterval_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(705, 56);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(42, 13);
     this.label1.TabIndex = 24;
     this.label1.Text     = "Interval";
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_sslMemory,
         this.m_sslGdi,
         this.m_sslObjectCount
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 540);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(884, 22);
     this.statusStrip1.TabIndex = 25;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // m_sslMemory
     //
     this.m_sslMemory.Name = "m_sslMemory";
     this.m_sslMemory.Size = new System.Drawing.Size(59, 17);
     this.m_sslMemory.Text = "[GDI Test]";
     //
     // m_sslGdi
     //
     this.m_sslGdi.Name = "m_sslGdi";
     this.m_sslGdi.Size = new System.Drawing.Size(118, 17);
     this.m_sslGdi.Text = "toolStripStatusLabel2";
     //
     // m_sslObjectCount
     //
     this.m_sslObjectCount.Name = "m_sslObjectCount";
     this.m_sslObjectCount.Size = new System.Drawing.Size(118, 17);
     this.m_sslObjectCount.Text = "toolStripStatusLabel3";
     //
     // m_lblSummary
     //
     this.m_lblSummary.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_lblSummary.AutoSize = true;
     this.m_lblSummary.Location = new System.Drawing.Point(16, 521);
     this.m_lblSummary.Name     = "m_lblSummary";
     this.m_lblSummary.Size     = new System.Drawing.Size(56, 13);
     this.m_lblSummary.TabIndex = 26;
     this.m_lblSummary.Text     = "[Summary]";
     //
     // m_btnStartStop
     //
     this.m_btnStartStop.AutoSize                = true;
     this.m_btnStartStop.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.m_btnStartStop.Location                = new System.Drawing.Point(256, 144);
     this.m_btnStartStop.Name                    = "m_btnStartStop";
     this.m_btnStartStop.Size                    = new System.Drawing.Size(142, 23);
     this.m_btnStartStop.TabIndex                = 27;
     this.m_btnStartStop.Text                    = "Start create / dispose loop";
     this.m_btnStartStop.UseVisualStyleBackColor = true;
     this.m_btnStartStop.Click                  += new System.EventHandler(this.OnStartStop_Click);
     //
     // m_timer
     //
     this.m_timer.Enabled = true;
     this.m_timer.Tick   += new System.EventHandler(this.OnTimer_Tick);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkbxUseRoundedCorners);
     this.groupBox1.Controls.Add(this.chkbxEnableShadows);
     this.groupBox1.Controls.Add(this.button8);
     this.groupBox1.Controls.Add(this.button7);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Location = new System.Drawing.Point(518, 96);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(353, 78);
     this.groupBox1.TabIndex = 28;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Settings";
     //
     // chkbxUseRoundedCorners
     //
     this.chkbxUseRoundedCorners.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkbxUseRoundedCorners.AutoSize = true;
     this.chkbxUseRoundedCorners.Location = new System.Drawing.Point(190, 23);
     this.chkbxUseRoundedCorners.Name     = "chkbxUseRoundedCorners";
     this.chkbxUseRoundedCorners.Size     = new System.Drawing.Size(131, 17);
     this.chkbxUseRoundedCorners.TabIndex = 28;
     this.chkbxUseRoundedCorners.Text     = "Use Rounded Corners";
     this.chkbxUseRoundedCorners.UseVisualStyleBackColor = true;
     this.chkbxUseRoundedCorners.CheckedChanged         += new System.EventHandler(this.chkbxUseRoundedCorners_CheckedChanged);
     //
     // chkbxEnableShadows
     //
     this.chkbxEnableShadows.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkbxEnableShadows.AutoSize   = true;
     this.chkbxEnableShadows.Checked    = true;
     this.chkbxEnableShadows.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkbxEnableShadows.Location   = new System.Drawing.Point(26, 23);
     this.chkbxEnableShadows.Name       = "chkbxEnableShadows";
     this.chkbxEnableShadows.Size       = new System.Drawing.Size(106, 17);
     this.chkbxEnableShadows.TabIndex   = 27;
     this.chkbxEnableShadows.Text       = "Enable Shadows";
     this.chkbxEnableShadows.UseVisualStyleBackColor = true;
     this.chkbxEnableShadows.CheckedChanged         += new System.EventHandler(this.chkbxEnableShadows_CheckedChanged);
     //
     // button8
     //
     this.button8.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button8.Location = new System.Drawing.Point(26, 51);
     this.button8.Name     = "button8";
     this.button8.Size     = new System.Drawing.Size(75, 23);
     this.button8.TabIndex = 26;
     this.button8.Text     = "scrollbar";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button7
     //
     this.button7.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button7.Location = new System.Drawing.Point(107, 51);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(75, 23);
     this.button7.TabIndex = 25;
     this.button7.Text     = "border";
     this.button7.Click   += new System.EventHandler(this.button7_Click);
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(188, 51);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 24;
     this.button1.Text     = "color";
     this.button1.Click   += new System.EventHandler(this.button1_Click_1);
     //
     // button2
     //
     this.button2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Location = new System.Drawing.Point(269, 51);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 23;
     this.button2.Text     = "create";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(884, 562);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.m_btnStartStop);
     this.Controls.Add(this.m_lblSummary);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cmbbxInterval);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.trackBar1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.m_pnlContainer);
     this.MinimumSize = new System.Drawing.Size(841, 557);
     this.Name        = "Form1";
     this.Text        = "Task Scheduler View";
     this.Load       += new System.EventHandler(this.Form1_Load);
     this.m_pnlContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     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();
            Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AssignmentPlanner));
            this.calendarView = new Calendar.DayView();
            this.monthCalendar = new System.Windows.Forms.MonthCalendar();
            this.statusStrip = new System.Windows.Forms.StatusStrip();
            this.tslStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cleanUpDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteFinishedEventsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteFinishedGeneralEventsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.clearDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.databaseEncryptionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addSemesterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addProfessorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addClassToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addEventToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editSemesterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editProfessorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editClassToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editEventToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contactToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contactProfessorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mailSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.syncSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.enableDisableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.authenticateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.googleCalendarSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mergeExternalChangesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.leftPanel = new System.Windows.Forms.Panel();
            this.container = new System.Windows.Forms.Panel();
            this.gradeInformationPanel = new System.Windows.Forms.Panel();
            this.lblOverallGpa = new System.Windows.Forms.Label();
            this.lblSemesterGpa = new System.Windows.Forms.Label();
            this.lblOverallGpaValue = new System.Windows.Forms.Label();
            this.lblSemesterGpaValue = new System.Windows.Forms.Label();
            this.currentGradesPanel = new System.Windows.Forms.Panel();
            this.rtxtCurrentGrades = new System.Windows.Forms.RichTextBox();
            this.lblCurrentGrades = new System.Windows.Forms.Label();
            this.upcomingAssignmentsPanel = new System.Windows.Forms.Panel();
            this.rtxtUpcomingAssignments = new System.Windows.Forms.RichTextBox();
            this.lblUpcomingAssignments = new System.Windows.Forms.Label();
            this.toolStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsTaskManagement = new System.Windows.Forms.ToolStripLabel();
            this.tsAddTaskBtn = new System.Windows.Forms.ToolStripButton();
            this.tsComboBoxDays = new System.Windows.Forms.ToolStripComboBox();
            this.tslCalendarView = new System.Windows.Forms.ToolStripLabel();
            this.tsDeleteTaskBtn = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tslZoom = new System.Windows.Forms.ToolStripLabel();
            this.tsZoomInBtn = new System.Windows.Forms.ToolStripButton();
            this.tsZoomOutBtn = new System.Windows.Forms.ToolStripButton();
            this.tsResetZoomBtn = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsViewOfficeHoursBtn = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tsViewScheduleBtn = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.tsFinalsCalcBtn = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.formPanel = new System.Windows.Forms.Panel();
            this.linksPanel = new System.Windows.Forms.Panel();
            this.btnEditGrades = new System.Windows.Forms.Button();
            this.btnGenerateAssignmentReport = new System.Windows.Forms.Button();
            this.btnGenerateGradeReport = new System.Windows.Forms.Button();
            this.btnViewCalendar = new System.Windows.Forms.Button();
            this.rightPanel = new System.Windows.Forms.Panel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabViewCalendar = new System.Windows.Forms.TabPage();
            this.calendarPanel = new System.Windows.Forms.Panel();
            this.tabGenerateAssignmentReport = new System.Windows.Forms.TabPage();
            this.lnkClearAssignmentType = new System.Windows.Forms.LinkLabel();
            this.lnkClearProfessorFilter = new System.Windows.Forms.LinkLabel();
            this.lnkClearClassFilter = new System.Windows.Forms.LinkLabel();
            this.chkUseDateAsFilter = new System.Windows.Forms.CheckBox();
            this.dtAssignmentDate = new System.Windows.Forms.DateTimePicker();
            this.lblAssignmentDate = new System.Windows.Forms.Label();
            this.lblKeywords = new System.Windows.Forms.Label();
            this.txtKeywords = new System.Windows.Forms.TextBox();
            this.cbAssignmentType = new System.Windows.Forms.ComboBox();
            this.lblAssignmentType = new System.Windows.Forms.Label();
            this.btnAssignmentReport = new System.Windows.Forms.Button();
            this.cbAssignmentClass = new System.Windows.Forms.ComboBox();
            this.lblAssignmentClass = new System.Windows.Forms.Label();
            this.cbAssignmentProfessor = new System.Windows.Forms.ComboBox();
            this.lblAssignmentProfessor = new System.Windows.Forms.Label();
            this.lblSelectOptions = new System.Windows.Forms.Label();
            this.assignmentReportPanel = new System.Windows.Forms.Panel();
            this.lblAssignmentReport = new System.Windows.Forms.Label();
            this.tvAssignmentReport = new System.Windows.Forms.TreeView();
            this.tabGenerateGradeReport = new System.Windows.Forms.TabPage();
            this.chkIncludePastClasses = new System.Windows.Forms.CheckBox();
            this.cbGradeUpperBound = new System.Windows.Forms.ComboBox();
            this.cbGradeLowerBound = new System.Windows.Forms.ComboBox();
            this.txtGradeCredits = new System.Windows.Forms.TextBox();
            this.lblCustomGradeReport = new System.Windows.Forms.Label();
            this.lblGradeCredits = new System.Windows.Forms.Label();
            this.lblGpaAbove = new System.Windows.Forms.Label();
            this.lblGpaBelow = new System.Windows.Forms.Label();
            this.btnGradeReport = new System.Windows.Forms.Button();
            this.cbGradeClass = new System.Windows.Forms.ComboBox();
            this.lblGradeClass = new System.Windows.Forms.Label();
            this.cbGradeProfessor = new System.Windows.Forms.ComboBox();
            this.lblGradeProfessor = new System.Windows.Forms.Label();
            this.gradeReportPanel = new System.Windows.Forms.Panel();
            this.lblGradeReport = new System.Windows.Forms.Label();
            this.tvGradeReport = new System.Windows.Forms.TreeView();
            this.tabEditGrades = new System.Windows.Forms.TabPage();
            this.editClassGradesPanel = new System.Windows.Forms.Panel();
            this.tvEditGrades = new System.Windows.Forms.TreeView();
            this.lblEditClassGrades = new System.Windows.Forms.Label();
            this.lblSaveStatus = new System.Windows.Forms.Label();
            this.lblEditGrades = new System.Windows.Forms.Label();
            this.btnResetGrades = new System.Windows.Forms.Button();
            this.btnSaveGrades = new System.Windows.Forms.Button();
            this.btnViewGrades = new System.Windows.Forms.Button();
            this.cbEditGradesClass = new System.Windows.Forms.ComboBox();
            this.lblEditClass = new System.Windows.Forms.Label();
            this.colorDialog = new System.Windows.Forms.ColorDialog();
            this.editGradesTimer = new System.Windows.Forms.Timer(this.components);
            this.upcomingAssignmentsTimer = new System.Windows.Forms.Timer(this.components);
            this.statusStrip.SuspendLayout();
            this.mainMenuStrip.SuspendLayout();
            this.leftPanel.SuspendLayout();
            this.container.SuspendLayout();
            this.gradeInformationPanel.SuspendLayout();
            this.currentGradesPanel.SuspendLayout();
            this.upcomingAssignmentsPanel.SuspendLayout();
            this.toolStrip.SuspendLayout();
            this.formPanel.SuspendLayout();
            this.linksPanel.SuspendLayout();
            this.rightPanel.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabViewCalendar.SuspendLayout();
            this.calendarPanel.SuspendLayout();
            this.tabGenerateAssignmentReport.SuspendLayout();
            this.assignmentReportPanel.SuspendLayout();
            this.tabGenerateGradeReport.SuspendLayout();
            this.gradeReportPanel.SuspendLayout();
            this.tabEditGrades.SuspendLayout();
            this.editClassGradesPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // calendarView
            // 
            drawTool1.DayView = this.calendarView;
            this.calendarView.ActiveTool = drawTool1;
            this.calendarView.AllowInplaceEditing = false;
            this.calendarView.AmPmDisplay = true;
            this.calendarView.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.calendarView.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
            this.calendarView.DrawAllAppBorder = true;
            this.calendarView.EnableDurationDisplay = false;
            this.calendarView.EnableRoundedCorners = false;
            this.calendarView.EnableShadows = true;
            this.calendarView.EnableTimeIndicator = true;
            this.calendarView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.calendarView.Location = new System.Drawing.Point(8, 8);
            this.calendarView.MinHalfHourApp = false;
            this.calendarView.Name = "calendarView";
            this.calendarView.SelectionEnd = new System.DateTime(((long)(0)));
            this.calendarView.SelectionStart = new System.DateTime(((long)(0)));
            this.calendarView.Size = new System.Drawing.Size(592, 434);
            this.calendarView.StartDate = new System.DateTime(((long)(0)));
            this.calendarView.TabIndex = 32;
            this.calendarView.Text = "dayView1";
            this.calendarView.WorkingHourEnd = 17;
            this.calendarView.WorkingMinuteEnd = 0;
            this.calendarView.WorkingMinuteStart = 0;
            this.calendarView.OnAppointmentMove += new System.EventHandler<Calendar.AppointmentEventArgs>(this.calendarView_OnAppointmentMove);
            this.calendarView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.calendarView_MouseDoubleClick);
            // 
            // monthCalendar
            // 
            this.monthCalendar.Location = new System.Drawing.Point(9, 9);
            this.monthCalendar.Name = "monthCalendar";
            this.monthCalendar.TabIndex = 19;
            this.monthCalendar.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
            // 
            // statusStrip
            // 
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tslStatus,
            this.toolStripStatusLabel3,
            this.toolStripStatusLabel2});
            this.statusStrip.Location = new System.Drawing.Point(0, 563);
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.Size = new System.Drawing.Size(879, 22);
            this.statusStrip.TabIndex = 25;
            this.statusStrip.Text = "statusStrip1";
            // 
            // tslStatus
            // 
            this.tslStatus.Name = "tslStatus";
            this.tslStatus.Size = new System.Drawing.Size(42, 17);
            this.tslStatus.Text = "Status:";
            // 
            // toolStripStatusLabel3
            // 
            this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
            this.toolStripStatusLabel3.Size = new System.Drawing.Size(736, 17);
            this.toolStripStatusLabel3.Spring = true;
            // 
            // toolStripStatusLabel2
            // 
            this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
            this.toolStripStatusLabel2.Size = new System.Drawing.Size(86, 17);
            this.toolStripStatusLabel2.Text = "[Selected Date]";
            // 
            // mainMenuStrip
            // 
            this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.addToolStripMenuItem,
            this.editToolStripMenuItem,
            this.contactToolStripMenuItem,
            this.syncSettingsToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
            this.mainMenuStrip.Name = "mainMenuStrip";
            this.mainMenuStrip.Size = new System.Drawing.Size(879, 24);
            this.mainMenuStrip.TabIndex = 26;
            this.mainMenuStrip.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cleanUpDatabaseToolStripMenuItem,
            this.clearDatabaseToolStripMenuItem,
            this.databaseEncryptionToolStripMenuItem,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // cleanUpDatabaseToolStripMenuItem
            // 
            this.cleanUpDatabaseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.deleteFinishedEventsToolStripMenuItem,
            this.deleteFinishedGeneralEventsToolStripMenuItem});
            this.cleanUpDatabaseToolStripMenuItem.Name = "cleanUpDatabaseToolStripMenuItem";
            this.cleanUpDatabaseToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
            this.cleanUpDatabaseToolStripMenuItem.Text = "Clean Up Database";
            // 
            // deleteFinishedEventsToolStripMenuItem
            // 
            this.deleteFinishedEventsToolStripMenuItem.Name = "deleteFinishedEventsToolStripMenuItem";
            this.deleteFinishedEventsToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.deleteFinishedEventsToolStripMenuItem.Text = "Delete Events for Finished Classes";
            this.deleteFinishedEventsToolStripMenuItem.Click += new System.EventHandler(this.deleteFinishedEventsToolStripMenuItem_Click);
            // 
            // deleteFinishedGeneralEventsToolStripMenuItem
            // 
            this.deleteFinishedGeneralEventsToolStripMenuItem.Name = "deleteFinishedGeneralEventsToolStripMenuItem";
            this.deleteFinishedGeneralEventsToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
            this.deleteFinishedGeneralEventsToolStripMenuItem.Text = "Delete Finished General Events";
            this.deleteFinishedGeneralEventsToolStripMenuItem.Click += new System.EventHandler(this.deleteFinishedGeneralEventsToolStripMenuItem_Click);
            // 
            // clearDatabaseToolStripMenuItem
            // 
            this.clearDatabaseToolStripMenuItem.Name = "clearDatabaseToolStripMenuItem";
            this.clearDatabaseToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
            this.clearDatabaseToolStripMenuItem.Text = "Reset Database";
            this.clearDatabaseToolStripMenuItem.Click += new System.EventHandler(this.clearDatabaseToolStripMenuItem_Click);
            // 
            // databaseEncryptionToolStripMenuItem
            // 
            this.databaseEncryptionToolStripMenuItem.Name = "databaseEncryptionToolStripMenuItem";
            this.databaseEncryptionToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
            this.databaseEncryptionToolStripMenuItem.Text = "Database Encryption";
            this.databaseEncryptionToolStripMenuItem.Click += new System.EventHandler(this.databaseEncryptionToolStripMenuItem_Click);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // addToolStripMenuItem
            // 
            this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addSemesterToolStripMenuItem,
            this.addProfessorToolStripMenuItem,
            this.addClassToolStripMenuItem,
            this.addEventToolStripMenuItem});
            this.addToolStripMenuItem.Name = "addToolStripMenuItem";
            this.addToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
            this.addToolStripMenuItem.Text = "Add";
            // 
            // addSemesterToolStripMenuItem
            // 
            this.addSemesterToolStripMenuItem.Name = "addSemesterToolStripMenuItem";
            this.addSemesterToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.addSemesterToolStripMenuItem.Text = "Add Semester";
            this.addSemesterToolStripMenuItem.Click += new System.EventHandler(this.addSemesterToolStripMenuItem_Click);
            // 
            // addProfessorToolStripMenuItem
            // 
            this.addProfessorToolStripMenuItem.Name = "addProfessorToolStripMenuItem";
            this.addProfessorToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.addProfessorToolStripMenuItem.Text = "Add Professor";
            this.addProfessorToolStripMenuItem.Click += new System.EventHandler(this.addProfessorToolStripMenuItem_Click);
            // 
            // addClassToolStripMenuItem
            // 
            this.addClassToolStripMenuItem.Name = "addClassToolStripMenuItem";
            this.addClassToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.addClassToolStripMenuItem.Text = "Add Class";
            this.addClassToolStripMenuItem.Click += new System.EventHandler(this.addClassToolStripMenuItem_Click);
            // 
            // addEventToolStripMenuItem
            // 
            this.addEventToolStripMenuItem.Name = "addEventToolStripMenuItem";
            this.addEventToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.addEventToolStripMenuItem.Text = "Add Event";
            this.addEventToolStripMenuItem.Click += new System.EventHandler(this.addEventToolStripMenuItem_Click);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.editSemesterToolStripMenuItem,
            this.editProfessorToolStripMenuItem,
            this.editClassToolStripMenuItem,
            this.editEventToolStripMenuItem});
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
            this.editToolStripMenuItem.Text = "Edit";
            // 
            // editSemesterToolStripMenuItem
            // 
            this.editSemesterToolStripMenuItem.Name = "editSemesterToolStripMenuItem";
            this.editSemesterToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.editSemesterToolStripMenuItem.Text = "Edit Semester";
            this.editSemesterToolStripMenuItem.Click += new System.EventHandler(this.editSemesterToolStripMenuItem_Click);
            // 
            // editProfessorToolStripMenuItem
            // 
            this.editProfessorToolStripMenuItem.Name = "editProfessorToolStripMenuItem";
            this.editProfessorToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.editProfessorToolStripMenuItem.Text = "Edit Professor";
            this.editProfessorToolStripMenuItem.Click += new System.EventHandler(this.editProfessorToolStripMenuItem_Click);
            // 
            // editClassToolStripMenuItem
            // 
            this.editClassToolStripMenuItem.Name = "editClassToolStripMenuItem";
            this.editClassToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.editClassToolStripMenuItem.Text = "Edit Class";
            this.editClassToolStripMenuItem.Click += new System.EventHandler(this.editClassToolStripMenuItem_Click);
            // 
            // editEventToolStripMenuItem
            // 
            this.editEventToolStripMenuItem.Name = "editEventToolStripMenuItem";
            this.editEventToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.editEventToolStripMenuItem.Text = "Edit Event";
            this.editEventToolStripMenuItem.Click += new System.EventHandler(this.editEventToolStripMenuItem_Click);
            // 
            // contactToolStripMenuItem
            // 
            this.contactToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.contactProfessorToolStripMenuItem,
            this.mailSettingsToolStripMenuItem});
            this.contactToolStripMenuItem.Name = "contactToolStripMenuItem";
            this.contactToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
            this.contactToolStripMenuItem.Text = "Contact";
            // 
            // contactProfessorToolStripMenuItem
            // 
            this.contactProfessorToolStripMenuItem.Name = "contactProfessorToolStripMenuItem";
            this.contactProfessorToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
            this.contactProfessorToolStripMenuItem.Text = "Contact Professor";
            this.contactProfessorToolStripMenuItem.Click += new System.EventHandler(this.contactProfessorToolStripMenuItem_Click);
            // 
            // mailSettingsToolStripMenuItem
            // 
            this.mailSettingsToolStripMenuItem.Name = "mailSettingsToolStripMenuItem";
            this.mailSettingsToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
            this.mailSettingsToolStripMenuItem.Text = "Mail Settings";
            this.mailSettingsToolStripMenuItem.Click += new System.EventHandler(this.mailSettingsToolStripMenuItem_Click);
            // 
            // syncSettingsToolStripMenuItem
            // 
            this.syncSettingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.enableDisableToolStripMenuItem,
            this.authenticateToolStripMenuItem,
            this.googleCalendarSettingsToolStripMenuItem,
            this.mergeExternalChangesToolStripMenuItem});
            this.syncSettingsToolStripMenuItem.Name = "syncSettingsToolStripMenuItem";
            this.syncSettingsToolStripMenuItem.Size = new System.Drawing.Size(89, 20);
            this.syncSettingsToolStripMenuItem.Text = "Sync Settings";
            // 
            // enableDisableToolStripMenuItem
            // 
            this.enableDisableToolStripMenuItem.Name = "enableDisableToolStripMenuItem";
            this.enableDisableToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.enableDisableToolStripMenuItem.Text = "Enable Calendar Sync";
            this.enableDisableToolStripMenuItem.Click += new System.EventHandler(this.enableCalendarSyncToolStripMenuItem_Click);
            // 
            // authenticateToolStripMenuItem
            // 
            this.authenticateToolStripMenuItem.Name = "authenticateToolStripMenuItem";
            this.authenticateToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.authenticateToolStripMenuItem.Text = "Authenticate";
            this.authenticateToolStripMenuItem.Click += new System.EventHandler(this.reauthenticateToolStripMenuItem_Click);
            // 
            // googleCalendarSettingsToolStripMenuItem
            // 
            this.googleCalendarSettingsToolStripMenuItem.Name = "googleCalendarSettingsToolStripMenuItem";
            this.googleCalendarSettingsToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.googleCalendarSettingsToolStripMenuItem.Text = "Google Calendar Settings";
            this.googleCalendarSettingsToolStripMenuItem.Click += new System.EventHandler(this.googleCalendarSettingsToolStripMenuItem_Click);
            // 
            // mergeExternalChangesToolStripMenuItem
            // 
            this.mergeExternalChangesToolStripMenuItem.Name = "mergeExternalChangesToolStripMenuItem";
            this.mergeExternalChangesToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.mergeExternalChangesToolStripMenuItem.Text = "Merge External Changes";
            this.mergeExternalChangesToolStripMenuItem.Click += new System.EventHandler(this.mergeExternalChangesToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
            this.aboutToolStripMenuItem.Text = "About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // leftPanel
            // 
            this.leftPanel.Controls.Add(this.container);
            this.leftPanel.Controls.Add(this.monthCalendar);
            this.leftPanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.leftPanel.Location = new System.Drawing.Point(0, 0);
            this.leftPanel.Name = "leftPanel";
            this.leftPanel.Padding = new System.Windows.Forms.Padding(10);
            this.leftPanel.Size = new System.Drawing.Size(242, 514);
            this.leftPanel.TabIndex = 28;
            // 
            // container
            // 
            this.container.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.container.BackColor = System.Drawing.Color.Transparent;
            this.container.Controls.Add(this.gradeInformationPanel);
            this.container.Controls.Add(this.currentGradesPanel);
            this.container.Controls.Add(this.upcomingAssignmentsPanel);
            this.container.Location = new System.Drawing.Point(9, 173);
            this.container.Name = "container";
            this.container.Size = new System.Drawing.Size(227, 334);
            this.container.TabIndex = 27;
            this.container.Resize += new System.EventHandler(this.container_Resize);
            // 
            // gradeInformationPanel
            // 
            this.gradeInformationPanel.Controls.Add(this.lblOverallGpa);
            this.gradeInformationPanel.Controls.Add(this.lblSemesterGpa);
            this.gradeInformationPanel.Controls.Add(this.lblOverallGpaValue);
            this.gradeInformationPanel.Controls.Add(this.lblSemesterGpaValue);
            this.gradeInformationPanel.Location = new System.Drawing.Point(3, 291);
            this.gradeInformationPanel.Name = "gradeInformationPanel";
            this.gradeInformationPanel.Size = new System.Drawing.Size(214, 40);
            this.gradeInformationPanel.TabIndex = 27;
            // 
            // lblOverallGpa
            // 
            this.lblOverallGpa.AutoSize = true;
            this.lblOverallGpa.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblOverallGpa.Location = new System.Drawing.Point(17, 19);
            this.lblOverallGpa.Name = "lblOverallGpa";
            this.lblOverallGpa.Size = new System.Drawing.Size(98, 18);
            this.lblOverallGpa.TabIndex = 28;
            this.lblOverallGpa.Text = "Overall GPA:";
            // 
            // lblSemesterGpa
            // 
            this.lblSemesterGpa.AutoSize = true;
            this.lblSemesterGpa.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSemesterGpa.Location = new System.Drawing.Point(1, 1);
            this.lblSemesterGpa.Name = "lblSemesterGpa";
            this.lblSemesterGpa.Size = new System.Drawing.Size(114, 18);
            this.lblSemesterGpa.TabIndex = 23;
            this.lblSemesterGpa.Text = "Semester GPA:";
            // 
            // lblOverallGpaValue
            // 
            this.lblOverallGpaValue.AutoSize = true;
            this.lblOverallGpaValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblOverallGpaValue.Location = new System.Drawing.Point(121, 19);
            this.lblOverallGpaValue.Name = "lblOverallGpaValue";
            this.lblOverallGpaValue.Size = new System.Drawing.Size(39, 18);
            this.lblOverallGpaValue.TabIndex = 29;
            this.lblOverallGpaValue.Text = "GPA";
            // 
            // lblSemesterGpaValue
            // 
            this.lblSemesterGpaValue.AutoSize = true;
            this.lblSemesterGpaValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSemesterGpaValue.Location = new System.Drawing.Point(121, 1);
            this.lblSemesterGpaValue.Name = "lblSemesterGpaValue";
            this.lblSemesterGpaValue.Size = new System.Drawing.Size(39, 18);
            this.lblSemesterGpaValue.TabIndex = 27;
            this.lblSemesterGpaValue.Text = "GPA";
            // 
            // currentGradesPanel
            // 
            this.currentGradesPanel.BackColor = System.Drawing.SystemColors.Control;
            this.currentGradesPanel.Controls.Add(this.rtxtCurrentGrades);
            this.currentGradesPanel.Controls.Add(this.lblCurrentGrades);
            this.currentGradesPanel.Location = new System.Drawing.Point(4, 151);
            this.currentGradesPanel.Name = "currentGradesPanel";
            this.currentGradesPanel.Size = new System.Drawing.Size(217, 134);
            this.currentGradesPanel.TabIndex = 26;
            // 
            // rtxtCurrentGrades
            // 
            this.rtxtCurrentGrades.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.rtxtCurrentGrades.BackColor = System.Drawing.SystemColors.Control;
            this.rtxtCurrentGrades.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.rtxtCurrentGrades.Cursor = System.Windows.Forms.Cursors.Default;
            this.rtxtCurrentGrades.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rtxtCurrentGrades.Location = new System.Drawing.Point(5, 21);
            this.rtxtCurrentGrades.Name = "rtxtCurrentGrades";
            this.rtxtCurrentGrades.ReadOnly = true;
            this.rtxtCurrentGrades.Size = new System.Drawing.Size(208, 110);
            this.rtxtCurrentGrades.TabIndex = 0;
            this.rtxtCurrentGrades.TabStop = false;
            this.rtxtCurrentGrades.Text = "Grades";
            // 
            // lblCurrentGrades
            // 
            this.lblCurrentGrades.AutoSize = true;
            this.lblCurrentGrades.Font = new System.Drawing.Font("Arial", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCurrentGrades.Location = new System.Drawing.Point(3, 0);
            this.lblCurrentGrades.Name = "lblCurrentGrades";
            this.lblCurrentGrades.Size = new System.Drawing.Size(119, 18);
            this.lblCurrentGrades.TabIndex = 22;
            this.lblCurrentGrades.Text = "Current Grades";
            // 
            // upcomingAssignmentsPanel
            // 
            this.upcomingAssignmentsPanel.BackColor = System.Drawing.SystemColors.Control;
            this.upcomingAssignmentsPanel.Controls.Add(this.rtxtUpcomingAssignments);
            this.upcomingAssignmentsPanel.Controls.Add(this.lblUpcomingAssignments);
            this.upcomingAssignmentsPanel.Location = new System.Drawing.Point(3, 3);
            this.upcomingAssignmentsPanel.Name = "upcomingAssignmentsPanel";
            this.upcomingAssignmentsPanel.Size = new System.Drawing.Size(217, 142);
            this.upcomingAssignmentsPanel.TabIndex = 25;
            // 
            // rtxtUpcomingAssignments
            // 
            this.rtxtUpcomingAssignments.BackColor = System.Drawing.SystemColors.Control;
            this.rtxtUpcomingAssignments.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.rtxtUpcomingAssignments.Cursor = System.Windows.Forms.Cursors.Default;
            this.rtxtUpcomingAssignments.Location = new System.Drawing.Point(6, 21);
            this.rtxtUpcomingAssignments.Name = "rtxtUpcomingAssignments";
            this.rtxtUpcomingAssignments.ReadOnly = true;
            this.rtxtUpcomingAssignments.Size = new System.Drawing.Size(211, 118);
            this.rtxtUpcomingAssignments.TabIndex = 0;
            this.rtxtUpcomingAssignments.TabStop = false;
            this.rtxtUpcomingAssignments.Text = "Events";
            // 
            // lblUpcomingAssignments
            // 
            this.lblUpcomingAssignments.AutoSize = true;
            this.lblUpcomingAssignments.Font = new System.Drawing.Font("Arial", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblUpcomingAssignments.Location = new System.Drawing.Point(4, 0);
            this.lblUpcomingAssignments.Name = "lblUpcomingAssignments";
            this.lblUpcomingAssignments.Size = new System.Drawing.Size(133, 18);
            this.lblUpcomingAssignments.TabIndex = 22;
            this.lblUpcomingAssignments.Text = "Upcoming Events";
            // 
            // toolStrip
            // 
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator2,
            this.tsTaskManagement,
            this.tsAddTaskBtn,
            this.tsComboBoxDays,
            this.tslCalendarView,
            this.tsDeleteTaskBtn,
            this.toolStripSeparator3,
            this.tslZoom,
            this.tsZoomInBtn,
            this.tsZoomOutBtn,
            this.tsResetZoomBtn,
            this.toolStripSeparator1,
            this.tsViewOfficeHoursBtn,
            this.toolStripSeparator4,
            this.tsViewScheduleBtn,
            this.toolStripSeparator5,
            this.tsFinalsCalcBtn,
            this.toolStripSeparator6});
            this.toolStrip.Location = new System.Drawing.Point(0, 24);
            this.toolStrip.Name = "toolStrip";
            this.toolStrip.Size = new System.Drawing.Size(879, 25);
            this.toolStrip.Stretch = true;
            this.toolStrip.TabIndex = 30;
            this.toolStrip.Text = "toolStrip1";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // tsTaskManagement
            // 
            this.tsTaskManagement.Name = "tsTaskManagement";
            this.tsTaskManagement.Size = new System.Drawing.Size(108, 22);
            this.tsTaskManagement.Text = "Task Management:";
            // 
            // tsAddTaskBtn
            // 
            this.tsAddTaskBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsAddTaskBtn.Image = global::Planner.Properties.Resources.add_icon;
            this.tsAddTaskBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsAddTaskBtn.Name = "tsAddTaskBtn";
            this.tsAddTaskBtn.Size = new System.Drawing.Size(23, 22);
            this.tsAddTaskBtn.Text = "Create New Task";
            this.tsAddTaskBtn.Click += new System.EventHandler(this.tsAddTaskBtn_Click);
            // 
            // tsComboBoxDays
            // 
            this.tsComboBoxDays.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.tsComboBoxDays.AutoSize = false;
            this.tsComboBoxDays.BackColor = System.Drawing.SystemColors.Window;
            this.tsComboBoxDays.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.tsComboBoxDays.DropDownWidth = 60;
            this.tsComboBoxDays.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.tsComboBoxDays.Items.AddRange(new object[] {
            "1 Day  ",
            "3 Days",
            "5 Days",
            "7 Days"});
            this.tsComboBoxDays.MaxDropDownItems = 4;
            this.tsComboBoxDays.Name = "tsComboBoxDays";
            this.tsComboBoxDays.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
            this.tsComboBoxDays.Padding = new System.Windows.Forms.Padding(0, 0, 20, 0);
            this.tsComboBoxDays.Size = new System.Drawing.Size(0, 24);
            this.tsComboBoxDays.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
            // 
            // tslCalendarView
            // 
            this.tslCalendarView.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.tslCalendarView.Name = "tslCalendarView";
            this.tslCalendarView.Size = new System.Drawing.Size(85, 22);
            this.tslCalendarView.Text = "Calendar View:";
            // 
            // tsDeleteTaskBtn
            // 
            this.tsDeleteTaskBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsDeleteTaskBtn.Image = global::Planner.Properties.Resources.delete_icon;
            this.tsDeleteTaskBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsDeleteTaskBtn.Name = "tsDeleteTaskBtn";
            this.tsDeleteTaskBtn.Size = new System.Drawing.Size(23, 22);
            this.tsDeleteTaskBtn.Text = "Delete Task";
            this.tsDeleteTaskBtn.Click += new System.EventHandler(this.tsDeleteTaskBtn_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // tslZoom
            // 
            this.tslZoom.Name = "tslZoom";
            this.tslZoom.Size = new System.Drawing.Size(42, 22);
            this.tslZoom.Text = "Zoom:";
            // 
            // tsZoomInBtn
            // 
            this.tsZoomInBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsZoomInBtn.Image = ((System.Drawing.Image)(resources.GetObject("tsZoomInBtn.Image")));
            this.tsZoomInBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsZoomInBtn.Name = "tsZoomInBtn";
            this.tsZoomInBtn.Size = new System.Drawing.Size(23, 22);
            this.tsZoomInBtn.Text = "Zoom In";
            this.tsZoomInBtn.Click += new System.EventHandler(this.toolStripButton1_Click_1);
            // 
            // tsZoomOutBtn
            // 
            this.tsZoomOutBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsZoomOutBtn.Image = global::Planner.Properties.Resources.zoom_out_icon;
            this.tsZoomOutBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsZoomOutBtn.Name = "tsZoomOutBtn";
            this.tsZoomOutBtn.Size = new System.Drawing.Size(23, 22);
            this.tsZoomOutBtn.Text = "Zoom Out";
            this.tsZoomOutBtn.Click += new System.EventHandler(this.toolStripButton2_Click_1);
            // 
            // tsResetZoomBtn
            // 
            this.tsResetZoomBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsResetZoomBtn.Image = global::Planner.Properties.Resources.refresh_icon;
            this.tsResetZoomBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsResetZoomBtn.Name = "tsResetZoomBtn";
            this.tsResetZoomBtn.Size = new System.Drawing.Size(23, 22);
            this.tsResetZoomBtn.Text = "Reset Zoom";
            this.tsResetZoomBtn.Click += new System.EventHandler(this.tsResetZoomBtn_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // tsViewOfficeHoursBtn
            // 
            this.tsViewOfficeHoursBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tsViewOfficeHoursBtn.Image = ((System.Drawing.Image)(resources.GetObject("tsViewOfficeHoursBtn.Image")));
            this.tsViewOfficeHoursBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsViewOfficeHoursBtn.Name = "tsViewOfficeHoursBtn";
            this.tsViewOfficeHoursBtn.Size = new System.Drawing.Size(106, 22);
            this.tsViewOfficeHoursBtn.Text = "View Office Hours";
            this.tsViewOfficeHoursBtn.Click += new System.EventHandler(this.tsViewOfficeHoursBtn_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // tsViewScheduleBtn
            // 
            this.tsViewScheduleBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tsViewScheduleBtn.Image = ((System.Drawing.Image)(resources.GetObject("tsViewScheduleBtn.Image")));
            this.tsViewScheduleBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsViewScheduleBtn.Name = "tsViewScheduleBtn";
            this.tsViewScheduleBtn.Size = new System.Drawing.Size(87, 22);
            this.tsViewScheduleBtn.Text = "View Schedule";
            this.tsViewScheduleBtn.Click += new System.EventHandler(this.tsViewScheduleBtn_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // tsFinalsCalcBtn
            // 
            this.tsFinalsCalcBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tsFinalsCalcBtn.Image = ((System.Drawing.Image)(resources.GetObject("tsFinalsCalcBtn.Image")));
            this.tsFinalsCalcBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsFinalsCalcBtn.Name = "tsFinalsCalcBtn";
            this.tsFinalsCalcBtn.Size = new System.Drawing.Size(98, 22);
            this.tsFinalsCalcBtn.Text = "Finals Calculator";
            this.tsFinalsCalcBtn.Click += new System.EventHandler(this.tsFinalsCalcBtn_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // formPanel
            // 
            this.formPanel.BackColor = System.Drawing.SystemColors.Control;
            this.formPanel.Controls.Add(this.linksPanel);
            this.formPanel.Controls.Add(this.leftPanel);
            this.formPanel.Controls.Add(this.rightPanel);
            this.formPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.formPanel.Location = new System.Drawing.Point(0, 49);
            this.formPanel.Name = "formPanel";
            this.formPanel.Size = new System.Drawing.Size(879, 514);
            this.formPanel.TabIndex = 32;
            // 
            // linksPanel
            // 
            this.linksPanel.Controls.Add(this.btnEditGrades);
            this.linksPanel.Controls.Add(this.btnGenerateAssignmentReport);
            this.linksPanel.Controls.Add(this.btnGenerateGradeReport);
            this.linksPanel.Controls.Add(this.btnViewCalendar);
            this.linksPanel.Location = new System.Drawing.Point(248, 9);
            this.linksPanel.Name = "linksPanel";
            this.linksPanel.Size = new System.Drawing.Size(620, 37);
            this.linksPanel.TabIndex = 33;
            // 
            // btnEditGrades
            // 
            this.btnEditGrades.AutoSize = true;
            this.btnEditGrades.BackColor = System.Drawing.SystemColors.Control;
            this.btnEditGrades.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnEditGrades.Image = global::Planner.Properties.Resources.edit_icon;
            this.btnEditGrades.Location = new System.Drawing.Point(498, 3);
            this.btnEditGrades.Name = "btnEditGrades";
            this.btnEditGrades.Size = new System.Drawing.Size(99, 32);
            this.btnEditGrades.TabIndex = 3;
            this.btnEditGrades.Text = "Edit Grades";
            this.btnEditGrades.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnEditGrades.UseVisualStyleBackColor = false;
            this.btnEditGrades.Click += new System.EventHandler(this.btnEditGrades_Click);
            // 
            // btnGenerateAssignmentReport
            // 
            this.btnGenerateAssignmentReport.AutoSize = true;
            this.btnGenerateAssignmentReport.BackColor = System.Drawing.SystemColors.Control;
            this.btnGenerateAssignmentReport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnGenerateAssignmentReport.Image = global::Planner.Properties.Resources.text_document_icon;
            this.btnGenerateAssignmentReport.Location = new System.Drawing.Point(128, 3);
            this.btnGenerateAssignmentReport.Name = "btnGenerateAssignmentReport";
            this.btnGenerateAssignmentReport.Size = new System.Drawing.Size(197, 32);
            this.btnGenerateAssignmentReport.TabIndex = 2;
            this.btnGenerateAssignmentReport.Text = "Generate Assignment Report";
            this.btnGenerateAssignmentReport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnGenerateAssignmentReport.UseVisualStyleBackColor = false;
            this.btnGenerateAssignmentReport.Click += new System.EventHandler(this.btnGenerateAssignmentReport_Click);
            // 
            // btnGenerateGradeReport
            // 
            this.btnGenerateGradeReport.AutoSize = true;
            this.btnGenerateGradeReport.BackColor = System.Drawing.SystemColors.Control;
            this.btnGenerateGradeReport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnGenerateGradeReport.Image = global::Planner.Properties.Resources.text_document_icon;
            this.btnGenerateGradeReport.Location = new System.Drawing.Point(331, 3);
            this.btnGenerateGradeReport.Name = "btnGenerateGradeReport";
            this.btnGenerateGradeReport.Size = new System.Drawing.Size(161, 32);
            this.btnGenerateGradeReport.TabIndex = 1;
            this.btnGenerateGradeReport.Text = "Generate Grade Report";
            this.btnGenerateGradeReport.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnGenerateGradeReport.UseVisualStyleBackColor = false;
            this.btnGenerateGradeReport.Click += new System.EventHandler(this.btnGenerateGradeReport_Click);
            // 
            // btnViewCalendar
            // 
            this.btnViewCalendar.AutoSize = true;
            this.btnViewCalendar.BackColor = System.Drawing.SystemColors.Control;
            this.btnViewCalendar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnViewCalendar.Image = global::Planner.Properties.Resources.calendar_icon;
            this.btnViewCalendar.Location = new System.Drawing.Point(10, 3);
            this.btnViewCalendar.Name = "btnViewCalendar";
            this.btnViewCalendar.Size = new System.Drawing.Size(112, 32);
            this.btnViewCalendar.TabIndex = 0;
            this.btnViewCalendar.Text = "View Calendar";
            this.btnViewCalendar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnViewCalendar.UseVisualStyleBackColor = false;
            this.btnViewCalendar.Click += new System.EventHandler(this.btnViewCalendar_Click);
            // 
            // rightPanel
            // 
            this.rightPanel.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.rightPanel.BackColor = System.Drawing.SystemColors.Control;
            this.rightPanel.Controls.Add(this.tabControl1);
            this.rightPanel.Location = new System.Drawing.Point(248, 34);
            this.rightPanel.Name = "rightPanel";
            this.rightPanel.Size = new System.Drawing.Size(619, 477);
            this.rightPanel.TabIndex = 35;
            // 
            // 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.tabViewCalendar);
            this.tabControl1.Controls.Add(this.tabGenerateAssignmentReport);
            this.tabControl1.Controls.Add(this.tabGenerateGradeReport);
            this.tabControl1.Controls.Add(this.tabEditGrades);
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Margin = new System.Windows.Forms.Padding(0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.Padding = new System.Drawing.Point(0, 0);
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(622, 477);
            this.tabControl1.TabIndex = 34;
            this.tabControl1.Resize += new System.EventHandler(this.tabControl1_Resize);
            // 
            // tabViewCalendar
            // 
            this.tabViewCalendar.BackColor = System.Drawing.SystemColors.Control;
            this.tabViewCalendar.Controls.Add(this.calendarPanel);
            this.tabViewCalendar.Location = new System.Drawing.Point(4, 22);
            this.tabViewCalendar.Name = "tabViewCalendar";
            this.tabViewCalendar.Size = new System.Drawing.Size(614, 451);
            this.tabViewCalendar.TabIndex = 0;
            this.tabViewCalendar.Text = "View Calendar";
            this.tabViewCalendar.Enter += new System.EventHandler(this.tabViewCalendar_Enter);
            this.tabViewCalendar.Resize += new System.EventHandler(this.tabPage1_Resize);
            // 
            // calendarPanel
            // 
            this.calendarPanel.AutoSize = true;
            this.calendarPanel.BackColor = System.Drawing.SystemColors.Control;
            this.calendarPanel.Controls.Add(this.calendarView);
            this.calendarPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.calendarPanel.Location = new System.Drawing.Point(0, 0);
            this.calendarPanel.Name = "calendarPanel";
            this.calendarPanel.Size = new System.Drawing.Size(614, 451);
            this.calendarPanel.TabIndex = 33;
            // 
            // tabGenerateAssignmentReport
            // 
            this.tabGenerateAssignmentReport.BackColor = System.Drawing.SystemColors.Control;
            this.tabGenerateAssignmentReport.Controls.Add(this.lnkClearAssignmentType);
            this.tabGenerateAssignmentReport.Controls.Add(this.lnkClearProfessorFilter);
            this.tabGenerateAssignmentReport.Controls.Add(this.lnkClearClassFilter);
            this.tabGenerateAssignmentReport.Controls.Add(this.chkUseDateAsFilter);
            this.tabGenerateAssignmentReport.Controls.Add(this.dtAssignmentDate);
            this.tabGenerateAssignmentReport.Controls.Add(this.lblAssignmentDate);
            this.tabGenerateAssignmentReport.Controls.Add(this.lblKeywords);
            this.tabGenerateAssignmentReport.Controls.Add(this.txtKeywords);
            this.tabGenerateAssignmentReport.Controls.Add(this.cbAssignmentType);
            this.tabGenerateAssignmentReport.Controls.Add(this.lblAssignmentType);
            this.tabGenerateAssignmentReport.Controls.Add(this.btnAssignmentReport);
            this.tabGenerateAssignmentReport.Controls.Add(this.cbAssignmentClass);
            this.tabGenerateAssignmentReport.Controls.Add(this.lblAssignmentClass);
            this.tabGenerateAssignmentReport.Controls.Add(this.cbAssignmentProfessor);
            this.tabGenerateAssignmentReport.Controls.Add(this.lblAssignmentProfessor);
            this.tabGenerateAssignmentReport.Controls.Add(this.lblSelectOptions);
            this.tabGenerateAssignmentReport.Controls.Add(this.assignmentReportPanel);
            this.tabGenerateAssignmentReport.Location = new System.Drawing.Point(4, 22);
            this.tabGenerateAssignmentReport.Name = "tabGenerateAssignmentReport";
            this.tabGenerateAssignmentReport.Size = new System.Drawing.Size(614, 451);
            this.tabGenerateAssignmentReport.TabIndex = 2;
            this.tabGenerateAssignmentReport.Text = "Generate Assignment Report";
            this.tabGenerateAssignmentReport.Enter += new System.EventHandler(this.tabGenerateAssignmentReport_Enter);
            // 
            // lnkClearAssignmentType
            // 
            this.lnkClearAssignmentType.AutoSize = true;
            this.lnkClearAssignmentType.Location = new System.Drawing.Point(193, 185);
            this.lnkClearAssignmentType.Name = "lnkClearAssignmentType";
            this.lnkClearAssignmentType.Size = new System.Drawing.Size(31, 13);
            this.lnkClearAssignmentType.TabIndex = 64;
            this.lnkClearAssignmentType.TabStop = true;
            this.lnkClearAssignmentType.Text = "Clear";
            this.lnkClearAssignmentType.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkClearAssignmentType_LinkClicked);
            // 
            // lnkClearProfessorFilter
            // 
            this.lnkClearProfessorFilter.AutoSize = true;
            this.lnkClearProfessorFilter.Location = new System.Drawing.Point(193, 72);
            this.lnkClearProfessorFilter.Name = "lnkClearProfessorFilter";
            this.lnkClearProfessorFilter.Size = new System.Drawing.Size(31, 13);
            this.lnkClearProfessorFilter.TabIndex = 63;
            this.lnkClearProfessorFilter.TabStop = true;
            this.lnkClearProfessorFilter.Text = "Clear";
            this.lnkClearProfessorFilter.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkClearProfessorFilter_LinkClicked);
            // 
            // lnkClearClassFilter
            // 
            this.lnkClearClassFilter.AutoSize = true;
            this.lnkClearClassFilter.Location = new System.Drawing.Point(193, 125);
            this.lnkClearClassFilter.Name = "lnkClearClassFilter";
            this.lnkClearClassFilter.Size = new System.Drawing.Size(31, 13);
            this.lnkClearClassFilter.TabIndex = 62;
            this.lnkClearClassFilter.TabStop = true;
            this.lnkClearClassFilter.Text = "Clear";
            this.lnkClearClassFilter.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkClearClassFilter_LinkClicked);
            // 
            // chkUseDateAsFilter
            // 
            this.chkUseDateAsFilter.AutoSize = true;
            this.chkUseDateAsFilter.Location = new System.Drawing.Point(140, 293);
            this.chkUseDateAsFilter.Name = "chkUseDateAsFilter";
            this.chkUseDateAsFilter.Size = new System.Drawing.Size(84, 17);
            this.chkUseDateAsFilter.TabIndex = 61;
            this.chkUseDateAsFilter.Text = "Use as Filter";
            this.chkUseDateAsFilter.UseVisualStyleBackColor = true;
            this.chkUseDateAsFilter.CheckedChanged += new System.EventHandler(this.chkUseDateAsFilter_CheckedChanged);
            // 
            // dtAssignmentDate
            // 
            this.dtAssignmentDate.CustomFormat = "MM/dd/yyyy";
            this.dtAssignmentDate.Enabled = false;
            this.dtAssignmentDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dtAssignmentDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dtAssignmentDate.Location = new System.Drawing.Point(20, 289);
            this.dtAssignmentDate.Name = "dtAssignmentDate";
            this.dtAssignmentDate.Size = new System.Drawing.Size(108, 23);
            this.dtAssignmentDate.TabIndex = 60;
            this.dtAssignmentDate.Value = new System.DateTime(2011, 4, 17, 0, 0, 0, 0);
            // 
            // lblAssignmentDate
            // 
            this.lblAssignmentDate.AutoSize = true;
            this.lblAssignmentDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblAssignmentDate.Location = new System.Drawing.Point(17, 269);
            this.lblAssignmentDate.Name = "lblAssignmentDate";
            this.lblAssignmentDate.Size = new System.Drawing.Size(95, 17);
            this.lblAssignmentDate.TabIndex = 59;
            this.lblAssignmentDate.Text = "Date Before";
            // 
            // lblKeywords
            // 
            this.lblKeywords.AutoSize = true;
            this.lblKeywords.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblKeywords.Location = new System.Drawing.Point(17, 213);
            this.lblKeywords.Name = "lblKeywords";
            this.lblKeywords.Size = new System.Drawing.Size(77, 17);
            this.lblKeywords.TabIndex = 58;
            this.lblKeywords.Text = "Keywords";
            // 
            // txtKeywords
            // 
            this.txtKeywords.Location = new System.Drawing.Point(18, 239);
            this.txtKeywords.Name = "txtKeywords";
            this.txtKeywords.Size = new System.Drawing.Size(181, 20);
            this.txtKeywords.TabIndex = 57;
            // 
            // cbAssignmentType
            // 
            this.cbAssignmentType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cbAssignmentType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cbAssignmentType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAssignmentType.FormattingEnabled = true;
            this.cbAssignmentType.Location = new System.Drawing.Point(20, 182);
            this.cbAssignmentType.Name = "cbAssignmentType";
            this.cbAssignmentType.Size = new System.Drawing.Size(167, 21);
            this.cbAssignmentType.TabIndex = 55;
            // 
            // lblAssignmentType
            // 
            this.lblAssignmentType.AutoSize = true;
            this.lblAssignmentType.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblAssignmentType.Location = new System.Drawing.Point(17, 156);
            this.lblAssignmentType.Name = "lblAssignmentType";
            this.lblAssignmentType.Size = new System.Drawing.Size(197, 17);
            this.lblAssignmentType.TabIndex = 56;
            this.lblAssignmentType.Text = "Filter By Assignment Type";
            // 
            // btnAssignmentReport
            // 
            this.btnAssignmentReport.Location = new System.Drawing.Point(34, 328);
            this.btnAssignmentReport.Name = "btnAssignmentReport";
            this.btnAssignmentReport.Size = new System.Drawing.Size(180, 23);
            this.btnAssignmentReport.TabIndex = 54;
            this.btnAssignmentReport.Text = "Generate Assignment Report";
            this.btnAssignmentReport.UseVisualStyleBackColor = true;
            this.btnAssignmentReport.Click += new System.EventHandler(this.btnAssignmentReport_Click);
            // 
            // cbAssignmentClass
            // 
            this.cbAssignmentClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cbAssignmentClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cbAssignmentClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAssignmentClass.FormattingEnabled = true;
            this.cbAssignmentClass.Location = new System.Drawing.Point(19, 121);
            this.cbAssignmentClass.Name = "cbAssignmentClass";
            this.cbAssignmentClass.Size = new System.Drawing.Size(168, 21);
            this.cbAssignmentClass.TabIndex = 51;
            this.cbAssignmentClass.SelectedIndexChanged += new System.EventHandler(this.cbAssignmentClass_SelectedIndexChanged);
            // 
            // lblAssignmentClass
            // 
            this.lblAssignmentClass.AutoSize = true;
            this.lblAssignmentClass.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblAssignmentClass.Location = new System.Drawing.Point(16, 99);
            this.lblAssignmentClass.Name = "lblAssignmentClass";
            this.lblAssignmentClass.Size = new System.Drawing.Size(112, 17);
            this.lblAssignmentClass.TabIndex = 53;
            this.lblAssignmentClass.Text = "Filter By Class";
            // 
            // cbAssignmentProfessor
            // 
            this.cbAssignmentProfessor.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cbAssignmentProfessor.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cbAssignmentProfessor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAssignmentProfessor.FormattingEnabled = true;
            this.cbAssignmentProfessor.Location = new System.Drawing.Point(19, 69);
            this.cbAssignmentProfessor.Name = "cbAssignmentProfessor";
            this.cbAssignmentProfessor.Size = new System.Drawing.Size(168, 21);
            this.cbAssignmentProfessor.TabIndex = 50;
            this.cbAssignmentProfessor.SelectedIndexChanged += new System.EventHandler(this.cbAssignmentProfessor_SelectedIndexChanged);
            // 
            // lblAssignmentProfessor
            // 
            this.lblAssignmentProfessor.AutoSize = true;
            this.lblAssignmentProfessor.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblAssignmentProfessor.Location = new System.Drawing.Point(16, 49);
            this.lblAssignmentProfessor.Margin = new System.Windows.Forms.Padding(0);
            this.lblAssignmentProfessor.Name = "lblAssignmentProfessor";
            this.lblAssignmentProfessor.Size = new System.Drawing.Size(143, 17);
            this.lblAssignmentProfessor.TabIndex = 52;
            this.lblAssignmentProfessor.Text = "Filter By Professor\r\n";
            // 
            // lblSelectOptions
            // 
            this.lblSelectOptions.AutoSize = true;
            this.lblSelectOptions.Font = new System.Drawing.Font("Arial", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSelectOptions.Location = new System.Drawing.Point(16, 17);
            this.lblSelectOptions.Name = "lblSelectOptions";
            this.lblSelectOptions.Size = new System.Drawing.Size(113, 18);
            this.lblSelectOptions.TabIndex = 25;
            this.lblSelectOptions.Text = "Select Options";
            // 
            // assignmentReportPanel
            // 
            this.assignmentReportPanel.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.assignmentReportPanel.BackColor = System.Drawing.Color.White;
            this.assignmentReportPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.assignmentReportPanel.Controls.Add(this.lblAssignmentReport);
            this.assignmentReportPanel.Controls.Add(this.tvAssignmentReport);
            this.assignmentReportPanel.Location = new System.Drawing.Point(237, 7);
            this.assignmentReportPanel.Name = "assignmentReportPanel";
            this.assignmentReportPanel.Size = new System.Drawing.Size(374, 439);
            this.assignmentReportPanel.TabIndex = 2;
            // 
            // lblAssignmentReport
            // 
            this.lblAssignmentReport.AutoSize = true;
            this.lblAssignmentReport.Font = new System.Drawing.Font("Arial", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblAssignmentReport.Location = new System.Drawing.Point(13, 9);
            this.lblAssignmentReport.Name = "lblAssignmentReport";
            this.lblAssignmentReport.Size = new System.Drawing.Size(143, 18);
            this.lblAssignmentReport.TabIndex = 23;
            this.lblAssignmentReport.Text = "Assignment Report";
            // 
            // tvAssignmentReport
            // 
            this.tvAssignmentReport.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.tvAssignmentReport.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tvAssignmentReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tvAssignmentReport.Location = new System.Drawing.Point(3, 41);
            this.tvAssignmentReport.Name = "tvAssignmentReport";
            this.tvAssignmentReport.Size = new System.Drawing.Size(366, 393);
            this.tvAssignmentReport.TabIndex = 0;
            // 
            // tabGenerateGradeReport
            // 
            this.tabGenerateGradeReport.BackColor = System.Drawing.SystemColors.Control;
            this.tabGenerateGradeReport.Controls.Add(this.chkIncludePastClasses);
            this.tabGenerateGradeReport.Controls.Add(this.cbGradeUpperBound);
            this.tabGenerateGradeReport.Controls.Add(this.cbGradeLowerBound);
            this.tabGenerateGradeReport.Controls.Add(this.txtGradeCredits);
            this.tabGenerateGradeReport.Controls.Add(this.lblCustomGradeReport);
            this.tabGenerateGradeReport.Controls.Add(this.lblGradeCredits);
            this.tabGenerateGradeReport.Controls.Add(this.lblGpaAbove);
            this.tabGenerateGradeReport.Controls.Add(this.lblGpaBelow);
            this.tabGenerateGradeReport.Controls.Add(this.btnGradeReport);
            this.tabGenerateGradeReport.Controls.Add(this.cbGradeClass);
            this.tabGenerateGradeReport.Controls.Add(this.lblGradeClass);
            this.tabGenerateGradeReport.Controls.Add(this.cbGradeProfessor);
            this.tabGenerateGradeReport.Controls.Add(this.lblGradeProfessor);
            this.tabGenerateGradeReport.Controls.Add(this.gradeReportPanel);
            this.tabGenerateGradeReport.Location = new System.Drawing.Point(4, 22);
            this.tabGenerateGradeReport.Name = "tabGenerateGradeReport";
            this.tabGenerateGradeReport.Padding = new System.Windows.Forms.Padding(3);
            this.tabGenerateGradeReport.Size = new System.Drawing.Size(614, 451);
            this.tabGenerateGradeReport.TabIndex = 1;
            this.tabGenerateGradeReport.Text = "Generate Grade Report";
            this.tabGenerateGradeReport.Enter += new System.EventHandler(this.tabGenerateGradeReport_Enter);
            // 
            // chkIncludePastClasses
            // 
            this.chkIncludePastClasses.AutoSize = true;
            this.chkIncludePastClasses.Location = new System.Drawing.Point(29, 48);
            this.chkIncludePastClasses.Name = "chkIncludePastClasses";
            this.chkIncludePastClasses.Size = new System.Drawing.Size(124, 17);
            this.chkIncludePastClasses.TabIndex = 62;
            this.chkIncludePastClasses.Text = "Include Past Classes";
            this.chkIncludePastClasses.UseVisualStyleBackColor = true;
            this.chkIncludePastClasses.CheckedChanged += new System.EventHandler(this.chkIncludePastClasses_CheckedChanged);
            // 
            // cbGradeUpperBound
            // 
            this.cbGradeUpperBound.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cbGradeUpperBound.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cbGradeUpperBound.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbGradeUpperBound.FormattingEnabled = true;
            this.cbGradeUpperBound.Location = new System.Drawing.Point(127, 221);
            this.cbGradeUpperBound.Name = "cbGradeUpperBound";
            this.cbGradeUpperBound.Size = new System.Drawing.Size(75, 21);
            this.cbGradeUpperBound.TabIndex = 61;
            // 
            // cbGradeLowerBound
            // 
            this.cbGradeLowerBound.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cbGradeLowerBound.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cbGradeLowerBound.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbGradeLowerBound.FormattingEnabled = true;
            this.cbGradeLowerBound.Location = new System.Drawing.Point(127, 267);
            this.cbGradeLowerBound.Name = "cbGradeLowerBound";
            this.cbGradeLowerBound.Size = new System.Drawing.Size(75, 21);
            this.cbGradeLowerBound.TabIndex = 60;
            // 
            // txtGradeCredits
            // 
            this.txtGradeCredits.Location = new System.Drawing.Point(124, 185);
            this.txtGradeCredits.Name = "txtGradeCredits";
            this.txtGradeCredits.Size = new System.Drawing.Size(79, 20);
            this.txtGradeCredits.TabIndex = 59;
            // 
            // lblCustomGradeReport
            // 
            this.lblCustomGradeReport.AutoSize = true;
            this.lblCustomGradeReport.Font = new System.Drawing.Font("Arial", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCustomGradeReport.Location = new System.Drawing.Point(10, 16);
            this.lblCustomGradeReport.Name = "lblCustomGradeReport";
            this.lblCustomGradeReport.Size = new System.Drawing.Size(215, 18);
            this.lblCustomGradeReport.TabIndex = 24;
            this.lblCustomGradeReport.Text = "Create Custom Grade Report";
            // 
            // lblGradeCredits
            // 
            this.lblGradeCredits.AutoSize = true;
            this.lblGradeCredits.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblGradeCredits.Location = new System.Drawing.Point(10, 185);
            this.lblGradeCredits.Name = "lblGradeCredits";
            this.lblGradeCredits.Size = new System.Drawing.Size(108, 17);
            this.lblGradeCredits.TabIndex = 58;
            this.lblGradeCredits.Text = "Class Credits:";
            // 
            // lblGpaAbove
            // 
            this.lblGpaAbove.AutoSize = true;
            this.lblGpaAbove.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblGpaAbove.Location = new System.Drawing.Point(13, 255);
            this.lblGpaAbove.Name = "lblGpaAbove";
            this.lblGpaAbove.Size = new System.Drawing.Size(101, 34);
            this.lblGpaAbove.TabIndex = 55;
            this.lblGpaAbove.Text = "Grade Equal\r\n    Or Above:";
            // 
            // lblGpaBelow
            // 
            this.lblGpaBelow.AutoSize = true;
            this.lblGpaBelow.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblGpaBelow.Location = new System.Drawing.Point(13, 222);
            this.lblGpaBelow.Name = "lblGpaBelow";
            this.lblGpaBelow.Size = new System.Drawing.Size(105, 17);
            this.lblGpaBelow.TabIndex = 53;
            this.lblGpaBelow.Text = "Grade Below:";
            // 
            // btnGradeReport
            // 
            this.btnGradeReport.Location = new System.Drawing.Point(40, 310);
            this.btnGradeReport.Name = "btnGradeReport";
            this.btnGradeReport.Size = new System.Drawing.Size(150, 23);
            this.btnGradeReport.TabIndex = 50;
            this.btnGradeReport.Text = "Generate Grade Report";
            this.btnGradeReport.UseVisualStyleBackColor = true;
            this.btnGradeReport.Click += new System.EventHandler(this.btnGradeReport_Click);
            // 
            // cbGradeClass
            // 
            this.cbGradeClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cbGradeClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cbGradeClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbGradeClass.FormattingEnabled = true;
            this.cbGradeClass.Location = new System.Drawing.Point(13, 145);
            this.cbGradeClass.Name = "cbGradeClass";
            this.cbGradeClass.Size = new System.Drawing.Size(189, 21);
            this.cbGradeClass.TabIndex = 47;
            // 
            // lblGradeClass
            // 
            this.lblGradeClass.AutoSize = true;
            this.lblGradeClass.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblGradeClass.Location = new System.Drawing.Point(10, 123);
            this.lblGradeClass.Name = "lblGradeClass";
            this.lblGradeClass.Size = new System.Drawing.Size(112, 17);
            this.lblGradeClass.TabIndex = 49;
            this.lblGradeClass.Text = "Filter By Class";
            // 
            // cbGradeProfessor
            // 
            this.cbGradeProfessor.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cbGradeProfessor.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cbGradeProfessor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbGradeProfessor.FormattingEnabled = true;
            this.cbGradeProfessor.Items.AddRange(new object[] {
            ""});
            this.cbGradeProfessor.Location = new System.Drawing.Point(13, 93);
            this.cbGradeProfessor.Name = "cbGradeProfessor";
            this.cbGradeProfessor.Size = new System.Drawing.Size(189, 21);
            this.cbGradeProfessor.TabIndex = 46;
            this.cbGradeProfessor.SelectedIndexChanged += new System.EventHandler(this.cbGradeProfessor_SelectedIndexChanged);
            // 
            // lblGradeProfessor
            // 
            this.lblGradeProfessor.AutoSize = true;
            this.lblGradeProfessor.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblGradeProfessor.Location = new System.Drawing.Point(10, 73);
            this.lblGradeProfessor.Margin = new System.Windows.Forms.Padding(0);
            this.lblGradeProfessor.Name = "lblGradeProfessor";
            this.lblGradeProfessor.Size = new System.Drawing.Size(143, 17);
            this.lblGradeProfessor.TabIndex = 48;
            this.lblGradeProfessor.Text = "Filter By Professor\r\n";
            // 
            // gradeReportPanel
            // 
            this.gradeReportPanel.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.gradeReportPanel.BackColor = System.Drawing.Color.White;
            this.gradeReportPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.gradeReportPanel.Controls.Add(this.lblGradeReport);
            this.gradeReportPanel.Controls.Add(this.tvGradeReport);
            this.gradeReportPanel.Location = new System.Drawing.Point(237, 6);
            this.gradeReportPanel.Name = "gradeReportPanel";
            this.gradeReportPanel.Size = new System.Drawing.Size(377, 439);
            this.gradeReportPanel.TabIndex = 1;
            // 
            // lblGradeReport
            // 
            this.lblGradeReport.AutoSize = true;
            this.lblGradeReport.Font = new System.Drawing.Font("Arial", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblGradeReport.Location = new System.Drawing.Point(13, 9);
            this.lblGradeReport.Name = "lblGradeReport";
            this.lblGradeReport.Size = new System.Drawing.Size(105, 18);
            this.lblGradeReport.TabIndex = 23;
            this.lblGradeReport.Text = "Grade Report";
            // 
            // tvGradeReport
            // 
            this.tvGradeReport.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.tvGradeReport.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tvGradeReport.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tvGradeReport.Location = new System.Drawing.Point(3, 41);
            this.tvGradeReport.Name = "tvGradeReport";
            this.tvGradeReport.Size = new System.Drawing.Size(369, 393);
            this.tvGradeReport.TabIndex = 0;
            // 
            // tabEditGrades
            // 
            this.tabEditGrades.BackColor = System.Drawing.SystemColors.Control;
            this.tabEditGrades.Controls.Add(this.editClassGradesPanel);
            this.tabEditGrades.Controls.Add(this.lblSaveStatus);
            this.tabEditGrades.Controls.Add(this.lblEditGrades);
            this.tabEditGrades.Controls.Add(this.btnResetGrades);
            this.tabEditGrades.Controls.Add(this.btnSaveGrades);
            this.tabEditGrades.Controls.Add(this.btnViewGrades);
            this.tabEditGrades.Controls.Add(this.cbEditGradesClass);
            this.tabEditGrades.Controls.Add(this.lblEditClass);
            this.tabEditGrades.Location = new System.Drawing.Point(4, 22);
            this.tabEditGrades.Name = "tabEditGrades";
            this.tabEditGrades.Size = new System.Drawing.Size(614, 451);
            this.tabEditGrades.TabIndex = 3;
            this.tabEditGrades.Text = "Edit Grades";
            this.tabEditGrades.Enter += new System.EventHandler(this.tabEditGrades_Enter);
            // 
            // editClassGradesPanel
            // 
            this.editClassGradesPanel.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.editClassGradesPanel.BackColor = System.Drawing.Color.White;
            this.editClassGradesPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.editClassGradesPanel.Controls.Add(this.tvEditGrades);
            this.editClassGradesPanel.Controls.Add(this.lblEditClassGrades);
            this.editClassGradesPanel.Location = new System.Drawing.Point(187, 35);
            this.editClassGradesPanel.Name = "editClassGradesPanel";
            this.editClassGradesPanel.Size = new System.Drawing.Size(424, 412);
            this.editClassGradesPanel.TabIndex = 58;
            // 
            // tvEditGrades
            // 
            this.tvEditGrades.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.tvEditGrades.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tvEditGrades.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tvEditGrades.LabelEdit = true;
            this.tvEditGrades.Location = new System.Drawing.Point(3, 39);
            this.tvEditGrades.Name = "tvEditGrades";
            this.tvEditGrades.Size = new System.Drawing.Size(416, 368);
            this.tvEditGrades.TabIndex = 0;
            this.tvEditGrades.BeforeLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.tvEditGrades_BeforeLabelEdit);
            this.tvEditGrades.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.tvEditGrades_AfterLabelEdit);
            // 
            // lblEditClassGrades
            // 
            this.lblEditClassGrades.AutoSize = true;
            this.lblEditClassGrades.Font = new System.Drawing.Font("Arial", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblEditClassGrades.Location = new System.Drawing.Point(11, 9);
            this.lblEditClassGrades.Name = "lblEditClassGrades";
            this.lblEditClassGrades.Size = new System.Drawing.Size(135, 18);
            this.lblEditClassGrades.TabIndex = 57;
            this.lblEditClassGrades.Text = "Edit Class Grades";
            // 
            // lblSaveStatus
            // 
            this.lblSaveStatus.AutoSize = true;
            this.lblSaveStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSaveStatus.ForeColor = System.Drawing.Color.DarkGreen;
            this.lblSaveStatus.Location = new System.Drawing.Point(22, 194);
            this.lblSaveStatus.Name = "lblSaveStatus";
            this.lblSaveStatus.Size = new System.Drawing.Size(8, 17);
            this.lblSaveStatus.TabIndex = 56;
            this.lblSaveStatus.Text = "\r\n";
            this.lblSaveStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblEditGrades
            // 
            this.lblEditGrades.AutoSize = true;
            this.lblEditGrades.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblEditGrades.Location = new System.Drawing.Point(198, 10);
            this.lblEditGrades.Name = "lblEditGrades";
            this.lblEditGrades.Size = new System.Drawing.Size(362, 17);
            this.lblEditGrades.TabIndex = 55;
            this.lblEditGrades.Text = "Highlight any grade and then single click to edit its value";
            // 
            // btnResetGrades
            // 
            this.btnResetGrades.Enabled = false;
            this.btnResetGrades.Location = new System.Drawing.Point(38, 154);
            this.btnResetGrades.Name = "btnResetGrades";
            this.btnResetGrades.Size = new System.Drawing.Size(91, 23);
            this.btnResetGrades.TabIndex = 54;
            this.btnResetGrades.Text = "Reset";
            this.btnResetGrades.UseVisualStyleBackColor = true;
            this.btnResetGrades.Click += new System.EventHandler(this.btnResetGrades_Click);
            // 
            // btnSaveGrades
            // 
            this.btnSaveGrades.Enabled = false;
            this.btnSaveGrades.Location = new System.Drawing.Point(38, 115);
            this.btnSaveGrades.Name = "btnSaveGrades";
            this.btnSaveGrades.Size = new System.Drawing.Size(91, 23);
            this.btnSaveGrades.TabIndex = 53;
            this.btnSaveGrades.Text = "Save";
            this.btnSaveGrades.UseVisualStyleBackColor = true;
            this.btnSaveGrades.Click += new System.EventHandler(this.btnSaveGrades_Click);
            // 
            // btnViewGrades
            // 
            this.btnViewGrades.Location = new System.Drawing.Point(38, 75);
            this.btnViewGrades.Name = "btnViewGrades";
            this.btnViewGrades.Size = new System.Drawing.Size(91, 23);
            this.btnViewGrades.TabIndex = 52;
            this.btnViewGrades.Text = "View Grades";
            this.btnViewGrades.UseVisualStyleBackColor = true;
            this.btnViewGrades.Click += new System.EventHandler(this.btnViewGrades_Click);
            // 
            // cbEditGradesClass
            // 
            this.cbEditGradesClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cbEditGradesClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cbEditGradesClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbEditGradesClass.FormattingEnabled = true;
            this.cbEditGradesClass.Location = new System.Drawing.Point(16, 35);
            this.cbEditGradesClass.Name = "cbEditGradesClass";
            this.cbEditGradesClass.Size = new System.Drawing.Size(161, 21);
            this.cbEditGradesClass.TabIndex = 50;
            // 
            // lblEditClass
            // 
            this.lblEditClass.AutoSize = true;
            this.lblEditClass.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblEditClass.Location = new System.Drawing.Point(13, 10);
            this.lblEditClass.Name = "lblEditClass";
            this.lblEditClass.Size = new System.Drawing.Size(97, 17);
            this.lblEditClass.TabIndex = 51;
            this.lblEditClass.Text = "Select Class";
            // 
            // editGradesTimer
            // 
            this.editGradesTimer.Enabled = true;
            this.editGradesTimer.Interval = 3000;
            this.editGradesTimer.Tick += new System.EventHandler(this.editGradesTimer_Tick);
            // 
            // upcomingAssignmentsTimer
            // 
            this.upcomingAssignmentsTimer.Enabled = true;
            this.upcomingAssignmentsTimer.Interval = 60000;
            this.upcomingAssignmentsTimer.Tick += new System.EventHandler(this.upcomingAssignmentsTimer_Tick);
            // 
            // AssignmentPlanner
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(879, 585);
            this.Controls.Add(this.formPanel);
            this.Controls.Add(this.toolStrip);
            this.Controls.Add(this.statusStrip);
            this.Controls.Add(this.mainMenuStrip);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.mainMenuStrip;
            this.MinimumSize = new System.Drawing.Size(875, 600);
            this.Name = "AssignmentPlanner";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "A+ Student Planner";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AssignmentPlanner_FormClosing);
            this.Load += new System.EventHandler(this.AssignmentPlanner_Load);
            this.SizeChanged += new System.EventHandler(this.AssignmentPlanner_SizeChanged);
            this.statusStrip.ResumeLayout(false);
            this.statusStrip.PerformLayout();
            this.mainMenuStrip.ResumeLayout(false);
            this.mainMenuStrip.PerformLayout();
            this.leftPanel.ResumeLayout(false);
            this.container.ResumeLayout(false);
            this.gradeInformationPanel.ResumeLayout(false);
            this.gradeInformationPanel.PerformLayout();
            this.currentGradesPanel.ResumeLayout(false);
            this.currentGradesPanel.PerformLayout();
            this.upcomingAssignmentsPanel.ResumeLayout(false);
            this.upcomingAssignmentsPanel.PerformLayout();
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.formPanel.ResumeLayout(false);
            this.linksPanel.ResumeLayout(false);
            this.linksPanel.PerformLayout();
            this.rightPanel.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabViewCalendar.ResumeLayout(false);
            this.tabViewCalendar.PerformLayout();
            this.calendarPanel.ResumeLayout(false);
            this.tabGenerateAssignmentReport.ResumeLayout(false);
            this.tabGenerateAssignmentReport.PerformLayout();
            this.assignmentReportPanel.ResumeLayout(false);
            this.assignmentReportPanel.PerformLayout();
            this.tabGenerateGradeReport.ResumeLayout(false);
            this.tabGenerateGradeReport.PerformLayout();
            this.gradeReportPanel.ResumeLayout(false);
            this.gradeReportPanel.PerformLayout();
            this.tabEditGrades.ResumeLayout(false);
            this.tabEditGrades.PerformLayout();
            this.editClassGradesPanel.ResumeLayout(false);
            this.editClassGradesPanel.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     this.menuDrt        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mItemOK        = new System.Windows.Forms.ToolStripMenuItem();
     this.mItemAtrasado  = new System.Windows.Forms.ToolStripMenuItem();
     this.mItemUrgencia  = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1         = new System.Windows.Forms.Panel();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.button2        = new System.Windows.Forms.Button();
     this.button3        = new System.Windows.Forms.Button();
     this.button4        = new System.Windows.Forms.Button();
     this.button5        = new System.Windows.Forms.Button();
     this.button6        = new System.Windows.Forms.Button();
     this.comboBox1      = new System.Windows.Forms.ComboBox();
     this.label4         = new System.Windows.Forms.Label();
     this.colorDialog1   = new System.Windows.Forms.ColorDialog();
     this.button1        = new System.Windows.Forms.Button();
     this.button7        = new System.Windows.Forms.Button();
     this.trackBar1      = new System.Windows.Forms.TrackBar();
     this.label5         = new System.Windows.Forms.Label();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.label1         = new System.Windows.Forms.Label();
     this.grpBox1        = new System.Windows.Forms.GroupBox();
     this.btnNovoCliente = new System.Windows.Forms.Button();
     this.btnClientes    = new System.Windows.Forms.Button();
     this.mItemChegou    = new System.Windows.Forms.ToolStripMenuItem();
     this.mItemFaltou    = new System.Windows.Forms.ToolStripMenuItem();
     this.dayView1       = new Calendar.DayView();
     this.mItemApagar    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDrt.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.grpBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuDrt
     //
     this.menuDrt.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mItemOK,
         this.mItemAtrasado,
         this.mItemUrgencia,
         this.mItemChegou,
         this.mItemFaltou,
         this.mItemApagar
     });
     this.menuDrt.Name = "menuDrt";
     this.menuDrt.Size = new System.Drawing.Size(153, 158);
     this.menuDrt.Text = "teste";
     //
     // mItemOK
     //
     this.mItemOK.Name   = "mItemOK";
     this.mItemOK.Size   = new System.Drawing.Size(152, 22);
     this.mItemOK.Text   = "OK";
     this.mItemOK.Click += new System.EventHandler(this.mItemAtrasada_Click);
     //
     // mItemAtrasado
     //
     this.mItemAtrasado.Name   = "mItemAtrasado";
     this.mItemAtrasado.Size   = new System.Drawing.Size(152, 22);
     this.mItemAtrasado.Text   = "Atrasado";
     this.mItemAtrasado.Click += new System.EventHandler(this.mItemChegou_Click);
     //
     // mItemUrgencia
     //
     this.mItemUrgencia.Name   = "mItemUrgencia";
     this.mItemUrgencia.Size   = new System.Drawing.Size(152, 22);
     this.mItemUrgencia.Text   = "Urgencia";
     this.mItemUrgencia.Click += new System.EventHandler(this.mItemOK_Click);
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll  = true;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.dayView1);
     this.panel1.Location = new System.Drawing.Point(13, 179);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1121, 330);
     this.panel1.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(252, 132);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(73, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "[Pointed date]";
     this.label2.Visible  = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(252, 158);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(55, 13);
     this.label3.TabIndex = 6;
     this.label3.Text     = "[selection]";
     this.label3.Visible  = false;
     //
     // button2
     //
     this.button2.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.button2.Location   = new System.Drawing.Point(1036, 151);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(98, 23);
     this.button2.TabIndex   = 7;
     this.button2.Text       = "Marcar Consulta";
     this.button2.Click     += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(135, 37);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 8;
     this.button3.Text     = "3";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(216, 37);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 9;
     this.button4.Text     = "5";
     this.button4.Click   += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(297, 37);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(75, 23);
     this.button5.TabIndex = 10;
     this.button5.Text     = "7";
     this.button5.Click   += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(54, 37);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(75, 23);
     this.button6.TabIndex = 11;
     this.button6.Text     = "1";
     this.button6.Click   += new System.EventHandler(this.button6_Click);
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Office 11",
         "Office 12"
     });
     this.comboBox1.Location              = new System.Drawing.Point(854, 115);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex              = 13;
     this.comboBox1.Visible               = false;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(809, 118);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(40, 13);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Theme";
     this.label4.Visible  = false;
     //
     // button1
     //
     this.button1.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.button1.Location   = new System.Drawing.Point(775, 151);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(75, 23);
     this.button1.TabIndex   = 15;
     this.button1.Text       = "Cor";
     this.button1.Click     += new System.EventHandler(this.button1_Click_1);
     //
     // button7
     //
     this.button7.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.button7.Location   = new System.Drawing.Point(694, 151);
     this.button7.Name       = "button7";
     this.button7.Size       = new System.Drawing.Size(75, 23);
     this.button7.TabIndex   = 16;
     this.button7.Text       = "border";
     this.button7.Visible    = false;
     this.button7.Click     += new System.EventHandler(this.button7_Click);
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(95, 66);
     this.trackBar1.Maximum  = 80;
     this.trackBar1.Minimum  = 5;
     this.trackBar1.Name     = "trackBar1";
     this.trackBar1.Size     = new System.Drawing.Size(277, 45);
     this.trackBar1.TabIndex = 17;
     this.trackBar1.Value    = 40;
     this.trackBar1.Scroll  += new System.EventHandler(this.trackBar1_Scroll);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(9, 71);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(90, 13);
     this.label5.TabIndex = 18;
     this.label5.Text     = "Zoom entre horas";
     //
     // monthCalendar1
     //
     this.monthCalendar1.Location     = new System.Drawing.Point(13, 7);
     this.monthCalendar1.Name         = "monthCalendar1";
     this.monthCalendar1.TabIndex     = 19;
     this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(766, 4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(376, 104);
     this.pictureBox1.TabIndex = 20;
     this.pictureBox1.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(36, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(118, 13);
     this.label1.TabIndex = 21;
     this.label1.Text     = "Número de dias visiveis";
     //
     // grpBox1
     //
     this.grpBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.grpBox1.Controls.Add(this.label1);
     this.grpBox1.Controls.Add(this.button3);
     this.grpBox1.Controls.Add(this.button4);
     this.grpBox1.Controls.Add(this.button5);
     this.grpBox1.Controls.Add(this.label5);
     this.grpBox1.Controls.Add(this.button6);
     this.grpBox1.Controls.Add(this.trackBar1);
     this.grpBox1.Location = new System.Drawing.Point(306, 7);
     this.grpBox1.Name     = "grpBox1";
     this.grpBox1.Size     = new System.Drawing.Size(389, 118);
     this.grpBox1.TabIndex = 22;
     this.grpBox1.TabStop  = false;
     this.grpBox1.Text     = "Ajustes de Visualização";
     //
     // btnNovoCliente
     //
     this.btnNovoCliente.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNovoCliente.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnNovoCliente.Location   = new System.Drawing.Point(946, 151);
     this.btnNovoCliente.Name       = "btnNovoCliente";
     this.btnNovoCliente.Size       = new System.Drawing.Size(84, 23);
     this.btnNovoCliente.TabIndex   = 23;
     this.btnNovoCliente.Text       = "Novo Cliente";
     this.btnNovoCliente.Click     += new System.EventHandler(this.btnNovoCliente_Click);
     //
     // btnClientes
     //
     this.btnClientes.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClientes.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnClientes.Location   = new System.Drawing.Point(856, 151);
     this.btnClientes.Name       = "btnClientes";
     this.btnClientes.Size       = new System.Drawing.Size(84, 23);
     this.btnClientes.TabIndex   = 24;
     this.btnClientes.Text       = "Clientes";
     this.btnClientes.Click     += new System.EventHandler(this.btnClientes_Click);
     //
     // mItemChegou
     //
     this.mItemChegou.Name   = "mItemChegou";
     this.mItemChegou.Size   = new System.Drawing.Size(152, 22);
     this.mItemChegou.Text   = "Chegou";
     this.mItemChegou.Click += new System.EventHandler(this.mItemChegou_Click_1);
     //
     // mItemFaltou
     //
     this.mItemFaltou.Name   = "mItemFaltou";
     this.mItemFaltou.Size   = new System.Drawing.Size(152, 22);
     this.mItemFaltou.Text   = "Faltou";
     this.mItemFaltou.Click += new System.EventHandler(this.mItemFaltou_Click);
     //
     // dayView1
     //
     drawTool1.DayView                = this.dayView1;
     this.dayView1.ActiveTool         = drawTool1;
     this.dayView1.ContextMenuStrip   = this.menuDrt;
     this.dayView1.DaysToShow         = 3;
     this.dayView1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dayView1.Font               = new System.Drawing.Font("Segoe UI", 8F);
     this.dayView1.HalfHourHeight     = 20;
     this.dayView1.Location           = new System.Drawing.Point(0, 0);
     this.dayView1.Name               = "dayView1";
     this.dayView1.SelectionEnd       = new System.DateTime(((long)(0)));
     this.dayView1.SelectionStart     = new System.DateTime(((long)(0)));
     this.dayView1.Size               = new System.Drawing.Size(1119, 328);
     this.dayView1.StartDate          = new System.DateTime(((long)(0)));
     this.dayView1.StartHour          = 16;
     this.dayView1.TabIndex           = 0;
     this.dayView1.Text               = "dayView1";
     this.dayView1.WorkingHourEnd     = 19;
     this.dayView1.WorkingHourStart   = 9;
     this.dayView1.WorkingMinuteStart = 0;
     this.dayView1.DoubleClick       += new System.EventHandler(this.dayView1_DoubleClick);
     //
     // mItemApagar
     //
     this.mItemApagar.Name   = "mItemApagar";
     this.mItemApagar.Size   = new System.Drawing.Size(152, 22);
     this.mItemApagar.Text   = "Apagar Cor";
     this.mItemApagar.Click += new System.EventHandler(this.mItemApagar_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1146, 521);
     this.Controls.Add(this.btnClientes);
     this.Controls.Add(this.btnNovoCliente);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.button7);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.grpBox1);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "OralSmile - Agenda de Marcações v1.3";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.menuDrt.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.grpBox1.ResumeLayout(false);
     this.grpBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #17
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();
            Calendar.DrawTool drawTool6 = new Calendar.DrawTool();
            this.dayView1 = new Calendar.DayView();
            this.m_pnlContainer = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.trackBar1 = new System.Windows.Forms.TrackBar();
            this.label5 = new System.Windows.Forms.Label();
            this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
            this.cmbbxInterval = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.m_sslMemory = new System.Windows.Forms.ToolStripStatusLabel();
            this.m_sslGdi = new System.Windows.Forms.ToolStripStatusLabel();
            this.m_sslObjectCount = new System.Windows.Forms.ToolStripStatusLabel();
            this.m_lblSummary = new System.Windows.Forms.Label();
            this.m_btnStartStop = new System.Windows.Forms.Button();
            this.m_timer = new System.Windows.Forms.Timer(this.components);
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chkbxUseRoundedCorners = new System.Windows.Forms.CheckBox();
            this.chkbxEnableShadows = new System.Windows.Forms.CheckBox();
            this.button8 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.m_pnlContainer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
            this.statusStrip1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dayView1
            // 
            drawTool6.DayView = this.dayView1;
            this.dayView1.ActiveTool = drawTool6;
            this.dayView1.AllowInplaceEditing = false;
            this.dayView1.AmPmDisplay = true;
            this.dayView1.AppointmentHeightMode = Calendar.AppHeightDrawMode.EndHalfHourBlocksAll;
            this.dayView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dayView1.DrawAllAppBorder = true;
            this.dayView1.EnableDurationDisplay = false;
            this.dayView1.EnableRoundedCorners = false;
            this.dayView1.EnableShadows = true;
            this.dayView1.EnableTimeIndicator = true;
            this.dayView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.dayView1.Location = new System.Drawing.Point(0, 0);
            this.dayView1.MinHalfHourApp = false;
            this.dayView1.Name = "dayView1";
            this.dayView1.SelectionEnd = new System.DateTime(((long)(0)));
            this.dayView1.SelectionStart = new System.DateTime(((long)(0)));
            this.dayView1.Size = new System.Drawing.Size(857, 324);
            this.dayView1.StartDate = new System.DateTime(((long)(0)));
            this.dayView1.TabIndex = 0;
            this.dayView1.Text = "dayView1";
            this.dayView1.WorkingHourEnd = 19;
            this.dayView1.WorkingHourStart = 9;
            this.dayView1.WorkingMinuteEnd = 0;
            this.dayView1.WorkingMinuteStart = 0;
            // 
            // m_pnlContainer
            // 
            this.m_pnlContainer.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.m_pnlContainer.AutoScroll = true;
            this.m_pnlContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.m_pnlContainer.Controls.Add(this.dayView1);
            this.m_pnlContainer.Location = new System.Drawing.Point(13, 179);
            this.m_pnlContainer.Name = "m_pnlContainer";
            this.m_pnlContainer.Size = new System.Drawing.Size(859, 326);
            this.m_pnlContainer.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(256, 96);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(73, 13);
            this.label2.TabIndex = 5;
            this.label2.Text = "[Pointed date]";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(256, 119);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(55, 13);
            this.label3.TabIndex = 6;
            this.label3.Text = "[selection]";
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(337, 16);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 8;
            this.button3.Text = "3 Days";
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(418, 16);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 9;
            this.button4.Text = "5 Days";
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(499, 16);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 10;
            this.button5.Text = "Week";
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(256, 16);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(75, 23);
            this.button6.TabIndex = 11;
            this.button6.Text = "Day";
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // comboBox1
            // 
            this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "Office 11",
            "Office 12"});
            this.comboBox1.Location = new System.Drawing.Point(750, 14);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 21);
            this.comboBox1.TabIndex = 13;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(705, 17);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(40, 13);
            this.label4.TabIndex = 14;
            this.label4.Text = "Theme";
            // 
            // trackBar1
            // 
            this.trackBar1.Location = new System.Drawing.Point(297, 45);
            this.trackBar1.Maximum = 80;
            this.trackBar1.Minimum = 5;
            this.trackBar1.Name = "trackBar1";
            this.trackBar1.Size = new System.Drawing.Size(277, 45);
            this.trackBar1.TabIndex = 17;
            this.trackBar1.Value = 18;
            this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(258, 49);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(34, 13);
            this.label5.TabIndex = 18;
            this.label5.Text = "Zoom";
            // 
            // monthCalendar1
            // 
            this.monthCalendar1.Location = new System.Drawing.Point(16, 8);
            this.monthCalendar1.Name = "monthCalendar1";
            this.monthCalendar1.TabIndex = 19;
            this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
            // 
            // cmbbxInterval
            // 
            this.cmbbxInterval.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbbxInterval.DisplayMember = "DisplayName";
            this.cmbbxInterval.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbbxInterval.FormattingEnabled = true;
            this.cmbbxInterval.Location = new System.Drawing.Point(750, 48);
            this.cmbbxInterval.Name = "cmbbxInterval";
            this.cmbbxInterval.Size = new System.Drawing.Size(121, 21);
            this.cmbbxInterval.TabIndex = 23;
            this.cmbbxInterval.ValueMember = "Duration";
            this.cmbbxInterval.SelectedIndexChanged += new System.EventHandler(this.cmbbxInterval_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(705, 56);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(42, 13);
            this.label1.TabIndex = 24;
            this.label1.Text = "Interval";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.m_sslMemory,
            this.m_sslGdi,
            this.m_sslObjectCount});
            this.statusStrip1.Location = new System.Drawing.Point(0, 540);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(884, 22);
            this.statusStrip1.TabIndex = 25;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // m_sslMemory
            // 
            this.m_sslMemory.Name = "m_sslMemory";
            this.m_sslMemory.Size = new System.Drawing.Size(59, 17);
            this.m_sslMemory.Text = "[GDI Test]";
            // 
            // m_sslGdi
            // 
            this.m_sslGdi.Name = "m_sslGdi";
            this.m_sslGdi.Size = new System.Drawing.Size(118, 17);
            this.m_sslGdi.Text = "toolStripStatusLabel2";
            // 
            // m_sslObjectCount
            // 
            this.m_sslObjectCount.Name = "m_sslObjectCount";
            this.m_sslObjectCount.Size = new System.Drawing.Size(118, 17);
            this.m_sslObjectCount.Text = "toolStripStatusLabel3";
            // 
            // m_lblSummary
            // 
            this.m_lblSummary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.m_lblSummary.AutoSize = true;
            this.m_lblSummary.Location = new System.Drawing.Point(16, 521);
            this.m_lblSummary.Name = "m_lblSummary";
            this.m_lblSummary.Size = new System.Drawing.Size(56, 13);
            this.m_lblSummary.TabIndex = 26;
            this.m_lblSummary.Text = "[Summary]";
            // 
            // m_btnStartStop
            // 
            this.m_btnStartStop.AutoSize = true;
            this.m_btnStartStop.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.m_btnStartStop.Location = new System.Drawing.Point(256, 144);
            this.m_btnStartStop.Name = "m_btnStartStop";
            this.m_btnStartStop.Size = new System.Drawing.Size(142, 23);
            this.m_btnStartStop.TabIndex = 27;
            this.m_btnStartStop.Text = "Start create / dispose loop";
            this.m_btnStartStop.UseVisualStyleBackColor = true;
            this.m_btnStartStop.Click += new System.EventHandler(this.OnStartStop_Click);
            // 
            // m_timer
            // 
            this.m_timer.Enabled = true;
            this.m_timer.Tick += new System.EventHandler(this.OnTimer_Tick);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chkbxUseRoundedCorners);
            this.groupBox1.Controls.Add(this.chkbxEnableShadows);
            this.groupBox1.Controls.Add(this.button8);
            this.groupBox1.Controls.Add(this.button7);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Location = new System.Drawing.Point(518, 96);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(353, 78);
            this.groupBox1.TabIndex = 28;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Settings";
            // 
            // chkbxUseRoundedCorners
            // 
            this.chkbxUseRoundedCorners.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkbxUseRoundedCorners.AutoSize = true;
            this.chkbxUseRoundedCorners.Location = new System.Drawing.Point(190, 23);
            this.chkbxUseRoundedCorners.Name = "chkbxUseRoundedCorners";
            this.chkbxUseRoundedCorners.Size = new System.Drawing.Size(131, 17);
            this.chkbxUseRoundedCorners.TabIndex = 28;
            this.chkbxUseRoundedCorners.Text = "Use Rounded Corners";
            this.chkbxUseRoundedCorners.UseVisualStyleBackColor = true;
            this.chkbxUseRoundedCorners.CheckedChanged += new System.EventHandler(this.chkbxUseRoundedCorners_CheckedChanged);
            // 
            // chkbxEnableShadows
            // 
            this.chkbxEnableShadows.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkbxEnableShadows.AutoSize = true;
            this.chkbxEnableShadows.Checked = true;
            this.chkbxEnableShadows.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkbxEnableShadows.Location = new System.Drawing.Point(26, 23);
            this.chkbxEnableShadows.Name = "chkbxEnableShadows";
            this.chkbxEnableShadows.Size = new System.Drawing.Size(106, 17);
            this.chkbxEnableShadows.TabIndex = 27;
            this.chkbxEnableShadows.Text = "Enable Shadows";
            this.chkbxEnableShadows.UseVisualStyleBackColor = true;
            this.chkbxEnableShadows.CheckedChanged += new System.EventHandler(this.chkbxEnableShadows_CheckedChanged);
            // 
            // button8
            // 
            this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button8.Location = new System.Drawing.Point(26, 51);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(75, 23);
            this.button8.TabIndex = 26;
            this.button8.Text = "scrollbar";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // button7
            // 
            this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button7.Location = new System.Drawing.Point(107, 51);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(75, 23);
            this.button7.TabIndex = 25;
            this.button7.Text = "border";
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.Location = new System.Drawing.Point(188, 51);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 24;
            this.button1.Text = "color";
            this.button1.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // button2
            // 
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button2.Location = new System.Drawing.Point(269, 51);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 23;
            this.button2.Text = "create";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(884, 562);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.m_btnStartStop);
            this.Controls.Add(this.m_lblSummary);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.cmbbxInterval);
            this.Controls.Add(this.monthCalendar1);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.trackBar1);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.m_pnlContainer);
            this.MinimumSize = new System.Drawing.Size(841, 557);
            this.Name = "Form1";
            this.Text = "Task Scheduler View";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.m_pnlContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        private void CreateDayView()
        {
            Calendar.DrawTool drawTool = new Calendar.DrawTool();

            this.m_DayView = new Calendar.DayView();
            drawTool.DayView = this.m_DayView;

            this.m_DayView.ActiveTool = drawTool;
            this.m_DayView.AllowInplaceEditing = true;
            this.m_DayView.AllowNew = true;
            this.m_DayView.AmPmDisplay = true;
            this.m_DayView.Anchor = (System.Windows.Forms.AnchorStyles.Bottom |
                                     System.Windows.Forms.AnchorStyles.Left |
                                     System.Windows.Forms.AnchorStyles.Right);
            this.m_DayView.AppHeightMode = Calendar.DayView.AppHeightDrawMode.TrueHeightAll;
            this.m_DayView.DaysToShow = 7;
            //this.m_dayView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_DayView.DrawAllAppBorder = false;
            this.m_DayView.Font = new System.Drawing.Font("Tahoma", 8);
            this.m_DayView.Location = new System.Drawing.Point(0, 0);
            this.m_DayView.MinHalfHourApp = false;
            this.m_DayView.Name = "m_dayView";
            this.m_DayView.Renderer = m_renderer;
            this.m_DayView.SelectionEnd = new System.DateTime(((long)(0)));
            this.m_DayView.SelectionStart = new System.DateTime(((long)(0)));
            this.m_DayView.Size = new System.Drawing.Size(798, 328);
            this.m_DayView.StartDate = DateTime.Now;
            this.m_DayView.TabIndex = 0;
            this.m_DayView.Text = "m_dayView";
            this.m_DayView.WorkingHourEnd = 19;
            this.m_DayView.WorkingHourStart = 9;
            this.m_DayView.WorkingMinuteEnd = 0;
            this.m_DayView.WorkingMinuteStart = 0;

            // I want the hour height to always be 20 for now
            int hourHeight = 20;
            //this.m_DayView.SlotsPerHour = 4;
            this.m_DayView.SlotHeight = (hourHeight / this.m_DayView.SlotsPerHour);

            this.m_DayView.StartDate = DateTime.Now;
            this.m_DayView.NewAppointment += new Calendar.NewAppointmentEventHandler(this.OnDayViewNewAppointment);
            this.m_DayView.SelectionChanged += new Calendar.AppointmentEventHandler(this.OnDayViewSelectionChanged);
            this.m_DayView.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.OnDayViewResolveAppointments);
            this.m_DayView.AppointmentMove += new Calendar.AppointmentEventHandler(this.OnDayViewAppointmentChanged);

            this.Controls.Add(m_DayView);
        }
        /// <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();
            Calendar.DrawTool drawTool2 = new Calendar.DrawTool();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AppointmentViewForm));
            this.dvAppointments = new Calendar.DayView();
            this.contextMenuStripNew = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.cmiNewApp = new System.Windows.Forms.ToolStripMenuItem();
            this.cmiEditApp = new System.Windows.Forms.ToolStripMenuItem();
            this.cmiMarkAs = new System.Windows.Forms.ToolStripMenuItem();
            this.notArrivedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.arrivedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.billedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.canceledToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cmiDeleteApp = new System.Windows.Forms.ToolStripMenuItem();
            this.cmiCreateBill = new System.Windows.Forms.ToolStripMenuItem();
            this.cmiBookNext = new System.Windows.Forms.ToolStripMenuItem();
            this.cmiOpenPaitent = new System.Windows.Forms.ToolStripMenuItem();
            this.tsPatient = new System.Windows.Forms.ToolStrip();
            this.tsbNewApp = new System.Windows.Forms.ToolStripButton();
            this.tsbDelete = new System.Windows.Forms.ToolStripButton();
            this.tsbRefresh = new System.Windows.Forms.ToolStripButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.mcCalendar = new System.Windows.Forms.MonthCalendar();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnClearFilter = new System.Windows.Forms.Button();
            this.cbDoctors = new System.Windows.Forms.ComboBox();
            this.doctorBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.lblAccBalance = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.contextMenuStripNew.SuspendLayout();
            this.tsPatient.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.doctorBindingSource)).BeginInit();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // dvAppointments
            // 
            drawTool2.DayView = this.dvAppointments;
            this.dvAppointments.ActiveTool = drawTool2;
            this.dvAppointments.AllowInplaceEditing = false;
            this.dvAppointments.AmPmDisplay = true;
            this.dvAppointments.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.dvAppointments.AppHeightMode = Calendar.DayView.AppHeightDrawMode.TrueHeightAll;
            this.dvAppointments.ContextMenuStrip = this.contextMenuStripNew;
            this.dvAppointments.DrawAllAppBorder = true;
            this.dvAppointments.Font = new System.Drawing.Font("Segoe UI", 8F);
            this.dvAppointments.Location = new System.Drawing.Point(12, 34);
            this.dvAppointments.MinHalfHourApp = false;
            this.dvAppointments.Name = "dvAppointments";
            this.dvAppointments.SelectionEnd = new System.DateTime(((long)(0)));
            this.dvAppointments.SelectionStart = new System.DateTime(((long)(0)));
            this.dvAppointments.Size = new System.Drawing.Size(712, 466);
            this.dvAppointments.StartDate = new System.DateTime(((long)(0)));
            this.dvAppointments.StartHour = 7;
            this.dvAppointments.TabIndex = 1;
            this.dvAppointments.Text = "Appointments";
            this.dvAppointments.WorkingHourStart = 7;
            this.dvAppointments.WorkingMinuteEnd = 0;
            this.dvAppointments.WorkingMinuteStart = 0;
            this.dvAppointments.SelectionChanged += new System.EventHandler(this.dvAppointments_SelectionChanged);
            this.dvAppointments.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.dvAppointments_ResolveAppointments);
            this.dvAppointments.AppointmentMove += new System.EventHandler<Calendar.AppointmentEventArgs>(this.dvAppointments_AppointmentMove);
            this.dvAppointments.DoubleClick += new System.EventHandler(this.dvAppointments_DoubleClick);
            // 
            // contextMenuStripNew
            // 
            this.contextMenuStripNew.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cmiNewApp,
            this.cmiEditApp,
            this.cmiMarkAs,
            this.cmiDeleteApp,
            this.cmiCreateBill,
            this.cmiBookNext,
            this.cmiOpenPaitent});
            this.contextMenuStripNew.Name = "contextMenuStripNew";
            this.contextMenuStripNew.Size = new System.Drawing.Size(203, 158);
            this.contextMenuStripNew.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripNew_Opening);
            // 
            // cmiNewApp
            // 
            this.cmiNewApp.Name = "cmiNewApp";
            this.cmiNewApp.Size = new System.Drawing.Size(202, 22);
            this.cmiNewApp.Text = "New Appointment";
            this.cmiNewApp.Click += new System.EventHandler(this.newAppointmentToolStripMenuItem_Click);
            // 
            // cmiEditApp
            // 
            this.cmiEditApp.Enabled = false;
            this.cmiEditApp.Name = "cmiEditApp";
            this.cmiEditApp.Size = new System.Drawing.Size(202, 22);
            this.cmiEditApp.Text = "Edit Appointment";
            this.cmiEditApp.Click += new System.EventHandler(this.cmiEditApp_Click);
            // 
            // cmiMarkAs
            // 
            this.cmiMarkAs.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.notArrivedToolStripMenuItem,
            this.arrivedToolStripMenuItem,
            this.billedToolStripMenuItem,
            this.canceledToolStripMenuItem});
            this.cmiMarkAs.Enabled = false;
            this.cmiMarkAs.Name = "cmiMarkAs";
            this.cmiMarkAs.Size = new System.Drawing.Size(202, 22);
            this.cmiMarkAs.Text = "Mark As";
            // 
            // notArrivedToolStripMenuItem
            // 
            this.notArrivedToolStripMenuItem.Name = "notArrivedToolStripMenuItem";
            this.notArrivedToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
            this.notArrivedToolStripMenuItem.Text = "Not Arrived";
            this.notArrivedToolStripMenuItem.Click += new System.EventHandler(this.notArrivedToolStripMenuItem_Click);
            // 
            // arrivedToolStripMenuItem
            // 
            this.arrivedToolStripMenuItem.Name = "arrivedToolStripMenuItem";
            this.arrivedToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
            this.arrivedToolStripMenuItem.Text = "Arrived";
            this.arrivedToolStripMenuItem.Click += new System.EventHandler(this.arrivedToolStripMenuItem_Click);
            // 
            // billedToolStripMenuItem
            // 
            this.billedToolStripMenuItem.Name = "billedToolStripMenuItem";
            this.billedToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
            this.billedToolStripMenuItem.Text = "Processed";
            this.billedToolStripMenuItem.Click += new System.EventHandler(this.billedToolStripMenuItem_Click);
            // 
            // canceledToolStripMenuItem
            // 
            this.canceledToolStripMenuItem.Name = "canceledToolStripMenuItem";
            this.canceledToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
            this.canceledToolStripMenuItem.Text = "Cancelled";
            this.canceledToolStripMenuItem.Click += new System.EventHandler(this.canceledToolStripMenuItem_Click);
            // 
            // cmiDeleteApp
            // 
            this.cmiDeleteApp.Enabled = false;
            this.cmiDeleteApp.Name = "cmiDeleteApp";
            this.cmiDeleteApp.Size = new System.Drawing.Size(202, 22);
            this.cmiDeleteApp.Text = "Delete Appointment";
            this.cmiDeleteApp.Click += new System.EventHandler(this.tsbDelete_Click);
            // 
            // cmiCreateBill
            // 
            this.cmiCreateBill.Enabled = false;
            this.cmiCreateBill.Name = "cmiCreateBill";
            this.cmiCreateBill.Size = new System.Drawing.Size(202, 22);
            this.cmiCreateBill.Text = "Create Bill";
            this.cmiCreateBill.Click += new System.EventHandler(this.cmiCreateBill_Click);
            // 
            // cmiBookNext
            // 
            this.cmiBookNext.Enabled = false;
            this.cmiBookNext.Name = "cmiBookNext";
            this.cmiBookNext.Size = new System.Drawing.Size(202, 22);
            this.cmiBookNext.Text = "Book Next Appointment";
            this.cmiBookNext.Click += new System.EventHandler(this.cmiBookNext_Click);
            // 
            // cmiOpenPaitent
            // 
            this.cmiOpenPaitent.Enabled = false;
            this.cmiOpenPaitent.Name = "cmiOpenPaitent";
            this.cmiOpenPaitent.Size = new System.Drawing.Size(202, 22);
            this.cmiOpenPaitent.Text = "Open Patient Record";
            this.cmiOpenPaitent.Click += new System.EventHandler(this.openPatientRecordToolStripMenuItem_Click);
            // 
            // tsPatient
            // 
            this.tsPatient.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tsPatient.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.tsPatient.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbNewApp,
            this.tsbDelete,
            this.tsbRefresh});
            this.tsPatient.Location = new System.Drawing.Point(0, 0);
            this.tsPatient.Name = "tsPatient";
            this.tsPatient.Size = new System.Drawing.Size(984, 31);
            this.tsPatient.TabIndex = 3;
            this.tsPatient.Text = "PatientToolStrip";
            // 
            // tsbNewApp
            // 
            this.tsbNewApp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbNewApp.Image = ((System.Drawing.Image)(resources.GetObject("tsbNewApp.Image")));
            this.tsbNewApp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbNewApp.Name = "tsbNewApp";
            this.tsbNewApp.Size = new System.Drawing.Size(28, 28);
            this.tsbNewApp.Text = "Create New Appointment";
            this.tsbNewApp.Click += new System.EventHandler(this.newAppointmentToolStripMenuItem_Click);
            // 
            // tsbDelete
            // 
            this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbDelete.Enabled = false;
            this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
            this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbDelete.Name = "tsbDelete";
            this.tsbDelete.Size = new System.Drawing.Size(28, 28);
            this.tsbDelete.Text = "Delete Appointment";
            this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
            // 
            // tsbRefresh
            // 
            this.tsbRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tsbRefresh.Image")));
            this.tsbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbRefresh.Name = "tsbRefresh";
            this.tsbRefresh.Size = new System.Drawing.Size(28, 28);
            this.tsbRefresh.Text = "Refresh";
            this.tsbRefresh.Click += new System.EventHandler(this.tsbRefresh_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.mcCalendar);
            this.groupBox1.Location = new System.Drawing.Point(733, 34);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(239, 187);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Date Range";
            // 
            // mcCalendar
            // 
            this.mcCalendar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mcCalendar.Location = new System.Drawing.Point(3, 16);
            this.mcCalendar.MaxSelectionCount = 1;
            this.mcCalendar.Name = "mcCalendar";
            this.mcCalendar.TabIndex = 5;
            this.mcCalendar.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcCalendar_DateChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.btnClearFilter);
            this.groupBox2.Controls.Add(this.cbDoctors);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Location = new System.Drawing.Point(733, 382);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(239, 118);
            this.groupBox2.TabIndex = 5;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Filter";
            // 
            // btnClearFilter
            // 
            this.btnClearFilter.Location = new System.Drawing.Point(109, 79);
            this.btnClearFilter.Name = "btnClearFilter";
            this.btnClearFilter.Size = new System.Drawing.Size(112, 23);
            this.btnClearFilter.TabIndex = 2;
            this.btnClearFilter.Text = "Clear Filter";
            this.btnClearFilter.UseVisualStyleBackColor = true;
            this.btnClearFilter.Click += new System.EventHandler(this.btnClearFilter_Click);
            // 
            // cbDoctors
            // 
            this.cbDoctors.DataSource = this.doctorBindingSource;
            this.cbDoctors.DisplayMember = "docID";
            this.cbDoctors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDoctors.FormattingEnabled = true;
            this.cbDoctors.Location = new System.Drawing.Point(9, 43);
            this.cbDoctors.Name = "cbDoctors";
            this.cbDoctors.Size = new System.Drawing.Size(212, 21);
            this.cbDoctors.TabIndex = 1;
            this.cbDoctors.ValueMember = "docID";
            this.cbDoctors.SelectedIndexChanged += new System.EventHandler(this.cbDoctors_SelectedIndexChanged);
            // 
            // doctorBindingSource
            // 
            this.doctorBindingSource.DataSource = typeof(PatientManager.Database.doctor);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 27);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(54, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "By Doctor";
            // 
            // 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.lblAccBalance);
            this.groupBox3.Controls.Add(this.label2);
            this.groupBox3.Location = new System.Drawing.Point(733, 227);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(239, 149);
            this.groupBox3.TabIndex = 6;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Patient Details";
            // 
            // lblAccBalance
            // 
            this.lblAccBalance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblAccBalance.AutoSize = true;
            this.lblAccBalance.Location = new System.Drawing.Point(170, 25);
            this.lblAccBalance.MinimumSize = new System.Drawing.Size(60, 0);
            this.lblAccBalance.Name = "lblAccBalance";
            this.lblAccBalance.Size = new System.Drawing.Size(60, 13);
            this.lblAccBalance.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 25);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(92, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "Account Balance:";
            // 
            // AppointmentViewForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(984, 512);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.tsPatient);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dvAppointments);
            this.Controls.Add(this.groupBox2);
            this.MinimumSize = new System.Drawing.Size(1000, 550);
            this.Name = "AppointmentViewForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "AppointmentView";
            this.Activated += new System.EventHandler(this.AppointmentViewForm_Activated);
            this.Load += new System.EventHandler(this.AppointmentViewForm_Load);
            this.contextMenuStripNew.ResumeLayout(false);
            this.tsPatient.ResumeLayout(false);
            this.tsPatient.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.doctorBindingSource)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            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();
     Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     this.dvOnline      = new Calendar.DayView();
     this.txttimeTo     = new System.Windows.Forms.DateTimePicker();
     this.txttimeFrom   = new System.Windows.Forms.DateTimePicker();
     this.dtpTo         = new System.Windows.Forms.DateTimePicker();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.dtpFrom       = new System.Windows.Forms.DateTimePicker();
     this.chbade        = new System.Windows.Forms.CheckBox();
     this.btnRecurrence = new System.Windows.Forms.Button();
     this.btbDelete     = new System.Windows.Forms.Button();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.btCreate      = new System.Windows.Forms.Button();
     this.btnSaveCal    = new System.Windows.Forms.Button();
     this.btnClearCal   = new System.Windows.Forms.Button();
     this.mcOnline      = new System.Windows.Forms.MonthCalendar();
     this.toolTip       = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // dvOnline
     //
     drawTool1.DayView         = this.dvOnline;
     this.dvOnline.ActiveTool  = drawTool1;
     this.dvOnline.AmPmDisplay = false;
     this.dvOnline.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.dvOnline.AppointmentDuration   = Calendar.AppointmentSlotDuration.SixtyMinutes;
     this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
     this.dvOnline.DayHeadersHeight      = 15;
     this.dvOnline.DaysToShow            = 7;
     this.dvOnline.DrawAllAppBorder      = false;
     this.dvOnline.EnableDurationDisplay = false;
     this.dvOnline.EnableRoundedCorners  = false;
     this.dvOnline.EnableShadows         = false;
     this.dvOnline.EnableTimeIndicator   = false;
     this.dvOnline.Font                = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.dvOnline.Location            = new System.Drawing.Point(3, 183);
     this.dvOnline.MinHalfHourApp      = false;
     this.dvOnline.Name                = "dvOnline";
     this.dvOnline.SelectionEnd        = new System.DateTime(((long)(0)));
     this.dvOnline.SelectionStart      = new System.DateTime(((long)(0)));
     this.dvOnline.Size                = new System.Drawing.Size(836, 354);
     this.dvOnline.StartDate           = new System.DateTime(((long)(0)));
     this.dvOnline.TabIndex            = 54;
     this.dvOnline.OnSelectionChanged += new System.EventHandler <System.EventArgs>(this.dvOnline_OnSelectionChanged);
     //
     // txttimeTo
     //
     this.txttimeTo.CustomFormat = "HH:mm";
     this.txttimeTo.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.txttimeTo.Location     = new System.Drawing.Point(164, 45);
     this.txttimeTo.Name         = "txttimeTo";
     this.txttimeTo.ShowUpDown   = true;
     this.txttimeTo.Size         = new System.Drawing.Size(73, 20);
     this.txttimeTo.TabIndex     = 40;
     //
     // txttimeFrom
     //
     this.txttimeFrom.CustomFormat = "HH:mm";
     this.txttimeFrom.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.txttimeFrom.Location     = new System.Drawing.Point(164, 12);
     this.txttimeFrom.Name         = "txttimeFrom";
     this.txttimeFrom.ShowUpDown   = true;
     this.txttimeFrom.Size         = new System.Drawing.Size(73, 20);
     this.txttimeFrom.TabIndex     = 39;
     //
     // dtpTo
     //
     this.dtpTo.Format   = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpTo.Location = new System.Drawing.Point(72, 45);
     this.dtpTo.Name     = "dtpTo";
     this.dtpTo.Size     = new System.Drawing.Size(89, 20);
     this.dtpTo.TabIndex = 33;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.txttimeTo);
     this.groupBox1.Controls.Add(this.txttimeFrom);
     this.groupBox1.Controls.Add(this.dtpTo);
     this.groupBox1.Controls.Add(this.dtpFrom);
     this.groupBox1.Controls.Add(this.chbade);
     this.groupBox1.Controls.Add(this.btnRecurrence);
     this.groupBox1.Controls.Add(this.btbDelete);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.btCreate);
     this.groupBox1.Location = new System.Drawing.Point(375, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(259, 168);
     this.groupBox1.TabIndex = 56;
     this.groupBox1.TabStop  = false;
     //
     // dtpFrom
     //
     this.dtpFrom.Format   = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpFrom.Location = new System.Drawing.Point(72, 12);
     this.dtpFrom.Name     = "dtpFrom";
     this.dtpFrom.Size     = new System.Drawing.Size(89, 20);
     this.dtpFrom.TabIndex = 32;
     //
     // chbade
     //
     this.chbade.AutoSize = true;
     this.chbade.Location = new System.Drawing.Point(135, 70);
     this.chbade.Name     = "chbade";
     this.chbade.Size     = new System.Drawing.Size(90, 17);
     this.chbade.TabIndex = 31;
     this.chbade.Text     = "All Day Event";
     this.chbade.UseVisualStyleBackColor = true;
     this.chbade.CheckedChanged         += new System.EventHandler(this.chbade_CheckedChanged);
     //
     // btnRecurrence
     //
     this.btnRecurrence.Image      = HeuristicLab.Common.Resources.VSImageLibrary.Timer;
     this.btnRecurrence.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnRecurrence.Location   = new System.Drawing.Point(135, 129);
     this.btnRecurrence.Name       = "btnRecurrence";
     this.btnRecurrence.Size       = new System.Drawing.Size(113, 26);
     this.btnRecurrence.TabIndex   = 30;
     this.btnRecurrence.Text       = "Recurrence";
     this.toolTip.SetToolTip(this.btnRecurrence, "Create recurring appointments");
     this.btnRecurrence.UseVisualStyleBackColor = true;
     this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
     //
     // btbDelete
     //
     this.btbDelete.Image      = HeuristicLab.Common.Resources.VSImageLibrary.Delete;
     this.btbDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btbDelete.Location   = new System.Drawing.Point(8, 129);
     this.btbDelete.Name       = "btbDelete";
     this.btbDelete.Size       = new System.Drawing.Size(114, 26);
     this.btbDelete.TabIndex   = 25;
     this.btbDelete.Text       = "Delete";
     this.toolTip.SetToolTip(this.btbDelete, "Delete selected appointment");
     this.btbDelete.UseVisualStyleBackColor = true;
     this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(16, 46);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(55, 13);
     this.label2.TabIndex = 23;
     this.label2.Text     = "End Time:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(58, 13);
     this.label1.TabIndex = 21;
     this.label1.Text     = "Start Time:";
     //
     // btCreate
     //
     this.btCreate.Image      = HeuristicLab.Common.Resources.VSImageLibrary.Add;
     this.btCreate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btCreate.Location   = new System.Drawing.Point(6, 93);
     this.btCreate.Name       = "btCreate";
     this.btCreate.Size       = new System.Drawing.Size(242, 26);
     this.btCreate.TabIndex   = 20;
     this.btCreate.Text       = "Create Downtime";
     this.toolTip.SetToolTip(this.btCreate, "Create a new downtime in the calender");
     this.btCreate.UseVisualStyleBackColor = true;
     this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
     //
     // btnSaveCal
     //
     this.btnSaveCal.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSaveCal.Image      = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
     this.btnSaveCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSaveCal.Location   = new System.Drawing.Point(640, 41);
     this.btnSaveCal.Name       = "btnSaveCal";
     this.btnSaveCal.Size       = new System.Drawing.Size(199, 26);
     this.btnSaveCal.TabIndex   = 57;
     this.btnSaveCal.Text       = "Save Calendar on Server";
     this.toolTip.SetToolTip(this.btnSaveCal, "Store the calender on the server");
     this.btnSaveCal.UseVisualStyleBackColor = true;
     this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
     //
     // btnClearCal
     //
     this.btnClearCal.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClearCal.Image      = HeuristicLab.Common.Resources.VSImageLibrary.Document;
     this.btnClearCal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClearCal.Location   = new System.Drawing.Point(640, 9);
     this.btnClearCal.Name       = "btnClearCal";
     this.btnClearCal.Size       = new System.Drawing.Size(199, 26);
     this.btnClearCal.TabIndex   = 58;
     this.btnClearCal.Text       = "Clear Calendar";
     this.toolTip.SetToolTip(this.btnClearCal, "Remove all appointments from calender");
     this.btnClearCal.UseVisualStyleBackColor = true;
     this.btnClearCal.Click += new System.EventHandler(this.btnClearCal_Click);
     //
     // mcOnline
     //
     this.mcOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
     this.mcOnline.Location           = new System.Drawing.Point(3, 9);
     this.mcOnline.Name         = "mcOnline";
     this.mcOnline.TabIndex     = 55;
     this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
     //
     // ScheduleView
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(this.dvOnline);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnSaveCal);
     this.Controls.Add(this.btnClearCal);
     this.Controls.Add(this.mcOnline);
     this.Name = "ScheduleView";
     this.Size = new System.Drawing.Size(842, 540);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #21
0
        /// <summary> 
        /// Erforderliche Methode für die Designerunterstützung. 
        /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucSchedule));
            this.dayView1 = new Calendar.DayView();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
            this.panel2 = new System.Windows.Forms.Panel();
            this.GRD = new System.Windows.Forms.DataGridView();
            this.panel1 = new System.Windows.Forms.Panel();
            this.radResourceSchedule = new System.Windows.Forms.RadioButton();
            this.radProjectSchedule = new System.Windows.Forms.RadioButton();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GRD)).BeginInit();
            this.panel1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            this.SuspendLayout();
            // 
            // dayView1
            // 
            drawTool1.DayView = this.dayView1;
            this.dayView1.ActiveTool = drawTool1;
            resources.ApplyResources(this.dayView1, "dayView1");
            this.dayView1.GanttCalendar = null;
            this.dayView1.Name = "dayView1";
            this.dayView1.SelectionEnd = new System.DateTime(((long)(0)));
            this.dayView1.SelectionStart = new System.DateTime(((long)(0)));
            this.dayView1.StartDate = new System.DateTime(((long)(0)));
            // 
            // splitContainer2
            // 
            resources.ApplyResources(this.splitContainer2, "splitContainer2");
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.monthCalendar1);
            resources.ApplyResources(this.splitContainer2.Panel1, "splitContainer2.Panel1");
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.panel2);
            this.splitContainer2.Panel2.Controls.Add(this.panel1);
            resources.ApplyResources(this.splitContainer2.Panel2, "splitContainer2.Panel2");
            // 
            // monthCalendar1
            // 
            resources.ApplyResources(this.monthCalendar1, "monthCalendar1");
            this.monthCalendar1.Name = "monthCalendar1";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.GRD);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // GRD
            // 
            this.GRD.BackgroundColor = System.Drawing.SystemColors.Window;
            this.GRD.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.GRD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            resources.ApplyResources(this.GRD, "GRD");
            this.GRD.Name = "GRD";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.radResourceSchedule);
            this.panel1.Controls.Add(this.radProjectSchedule);
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // radResourceSchedule
            // 
            resources.ApplyResources(this.radResourceSchedule, "radResourceSchedule");
            this.radResourceSchedule.Name = "radResourceSchedule";
            this.radResourceSchedule.UseVisualStyleBackColor = true;
            // 
            // radProjectSchedule
            // 
            resources.ApplyResources(this.radProjectSchedule, "radProjectSchedule");
            this.radProjectSchedule.Checked = true;
            this.radProjectSchedule.Name = "radProjectSchedule";
            this.radProjectSchedule.TabStop = true;
            this.radProjectSchedule.UseVisualStyleBackColor = true;
            // 
            // splitContainer1
            // 
            resources.ApplyResources(this.splitContainer1, "splitContainer1");
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.dayView1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            // 
            // ucSchedule
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.Controls.Add(this.splitContainer1);
            resources.ApplyResources(this, "$this");
            this.Name = "ucSchedule";
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GRD)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            this.ResumeLayout(false);

        }
Пример #22
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.dayView1         = new Calendar.DayView();
     this.PnlControl       = new System.Windows.Forms.Panel();
     this.panel2           = new System.Windows.Forms.Panel();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.BtnCreat         = new System.Windows.Forms.Button();
     this.BtnEdit          = new System.Windows.Forms.Button();
     this.BtnDelete        = new System.Windows.Forms.Button();
     this.panel3           = new System.Windows.Forms.Panel();
     this.LbEnd            = new System.Windows.Forms.Label();
     this.label9           = new System.Windows.Forms.Label();
     this.LbStart          = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.LbPosition       = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.CbxSize          = new System.Windows.Forms.ComboBox();
     this.pnlAccout        = new System.Windows.Forms.Panel();
     this.LbName           = new System.Windows.Forms.Label();
     this.BtnExit          = new System.Windows.Forms.Button();
     this.BtnEditInfo      = new System.Windows.Forms.Button();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.TrBrZoom         = new System.Windows.Forms.TrackBar();
     this.TrBrDayToShow    = new System.Windows.Forms.TrackBar();
     this.label2           = new System.Windows.Forms.Label();
     this.CbxRoom          = new System.Windows.Forms.ComboBox();
     this.panel1           = new System.Windows.Forms.Panel();
     this.CbxTheme         = new System.Windows.Forms.ComboBox();
     this.calendarControl1 = new DevExpress.XtraEditors.Controls.CalendarControl();
     this.PnlBackground    = new System.Windows.Forms.Panel();
     this.PnlDayView       = new System.Windows.Forms.Panel();
     this.colorDialog1     = new System.Windows.Forms.ColorDialog();
     this.PnlControl.SuspendLayout();
     this.panel2.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.pnlAccout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TrBrZoom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TrBrDayToShow)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.calendarControl1.CalendarTimeProperties)).BeginInit();
     this.PnlBackground.SuspendLayout();
     this.PnlDayView.SuspendLayout();
     this.SuspendLayout();
     //
     // dayView1
     //
     drawTool1.DayView                  = this.dayView1;
     this.dayView1.ActiveTool           = drawTool1;
     this.dayView1.AllowInplaceEditing  = false;
     this.dayView1.AllowNew             = false;
     this.dayView1.DaysToShow           = 5;
     this.dayView1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.dayView1.Font                 = new System.Drawing.Font("Segoe UI", 8F);
     this.dayView1.Location             = new System.Drawing.Point(0, 0);
     this.dayView1.Name                 = "dayView1";
     this.dayView1.SelectedAppointment  = null;
     this.dayView1.SelectionEnd         = new System.DateTime(((long)(0)));
     this.dayView1.SelectionStart       = new System.DateTime(((long)(0)));
     this.dayView1.Size                 = new System.Drawing.Size(858, 255);
     this.dayView1.StartDate            = new System.DateTime(((long)(0)));
     this.dayView1.TabIndex             = 10;
     this.dayView1.Text                 = "dayView1";
     this.dayView1.SelectionChanged    += new System.EventHandler(this.dayView1_SelectionChanged);
     this.dayView1.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.dayView1_ResolveAppointments);
     this.dayView1.NewAppointment      += new Calendar.NewAppointmentEventHandler(this.dayView1_NewAppointment);
     this.dayView1.MouseMove           += new System.Windows.Forms.MouseEventHandler(this.dayView1_MouseMove);
     //
     // PnlControl
     //
     this.PnlControl.Controls.Add(this.panel2);
     this.PnlControl.Controls.Add(this.panel1);
     this.PnlControl.Dock     = System.Windows.Forms.DockStyle.Top;
     this.PnlControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.PnlControl.Location = new System.Drawing.Point(0, 0);
     this.PnlControl.Name     = "PnlControl";
     this.PnlControl.Size     = new System.Drawing.Size(858, 263);
     this.PnlControl.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.panel2.Controls.Add(this.flowLayoutPanel1);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.pnlAccout);
     this.panel2.Controls.Add(this.TrBrZoom);
     this.panel2.Controls.Add(this.TrBrDayToShow);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.CbxRoom);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(253, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(605, 263);
     this.panel2.TabIndex = 14;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.BtnCreat);
     this.flowLayoutPanel1.Controls.Add(this.BtnEdit);
     this.flowLayoutPanel1.Controls.Add(this.BtnDelete);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(140, 175);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(330, 88);
     this.flowLayoutPanel1.TabIndex = 22;
     //
     // BtnCreat
     //
     this.BtnCreat.BackColor = System.Drawing.Color.DarkGreen;
     this.BtnCreat.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.BtnCreat.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.BtnCreat.Location  = new System.Drawing.Point(3, 3);
     this.BtnCreat.Name      = "BtnCreat";
     this.BtnCreat.Size      = new System.Drawing.Size(100, 35);
     this.BtnCreat.TabIndex  = 20;
     this.BtnCreat.Text      = "Creat";
     this.BtnCreat.UseVisualStyleBackColor = false;
     this.BtnCreat.Click += new System.EventHandler(this.BtnCreat_Click);
     //
     // BtnEdit
     //
     this.BtnEdit.BackColor = System.Drawing.Color.DarkGreen;
     this.BtnEdit.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.BtnEdit.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.BtnEdit.Location  = new System.Drawing.Point(109, 3);
     this.BtnEdit.Name      = "BtnEdit";
     this.BtnEdit.Size      = new System.Drawing.Size(100, 35);
     this.BtnEdit.TabIndex  = 23;
     this.BtnEdit.Text      = "Edit";
     this.BtnEdit.UseVisualStyleBackColor = false;
     this.BtnEdit.Click += new System.EventHandler(this.BtnEdit_Click);
     //
     // BtnDelete
     //
     this.BtnDelete.BackColor = System.Drawing.Color.DarkGreen;
     this.BtnDelete.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.BtnDelete.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.BtnDelete.Location  = new System.Drawing.Point(215, 3);
     this.BtnDelete.Name      = "BtnDelete";
     this.BtnDelete.Size      = new System.Drawing.Size(100, 35);
     this.BtnDelete.TabIndex  = 24;
     this.BtnDelete.Text      = "Delete";
     this.BtnDelete.UseVisualStyleBackColor = false;
     this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.panel3.Controls.Add(this.LbEnd);
     this.panel3.Controls.Add(this.label9);
     this.panel3.Controls.Add(this.LbStart);
     this.panel3.Controls.Add(this.label7);
     this.panel3.Controls.Add(this.LbPosition);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Controls.Add(this.CbxSize);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(140, 263);
     this.panel3.TabIndex = 21;
     //
     // LbEnd
     //
     this.LbEnd.AutoSize = true;
     this.LbEnd.Location = new System.Drawing.Point(6, 245);
     this.LbEnd.Name     = "LbEnd";
     this.LbEnd.Size     = new System.Drawing.Size(22, 13);
     this.LbEnd.TabIndex = 23;
     this.LbEnd.Text     = "[...]";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label9.Location = new System.Drawing.Point(6, 227);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(33, 13);
     this.label9.TabIndex = 23;
     this.label9.Text     = "End:";
     //
     // LbStart
     //
     this.LbStart.AutoSize = true;
     this.LbStart.Location = new System.Drawing.Point(6, 209);
     this.LbStart.Name     = "LbStart";
     this.LbStart.Size     = new System.Drawing.Size(22, 13);
     this.LbStart.TabIndex = 23;
     this.LbStart.Text     = "[...]";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label7.Location = new System.Drawing.Point(6, 191);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(38, 13);
     this.label7.TabIndex = 23;
     this.label7.Text     = "Start:";
     //
     // LbPosition
     //
     this.LbPosition.AutoSize = true;
     this.LbPosition.Location = new System.Drawing.Point(6, 173);
     this.LbPosition.Name     = "LbPosition";
     this.LbPosition.Size     = new System.Drawing.Size(22, 13);
     this.LbPosition.TabIndex = 23;
     this.LbPosition.Text     = "[...]";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label5.Location = new System.Drawing.Point(6, 155);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(52, 13);
     this.label5.TabIndex = 23;
     this.label5.Text     = "Position";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label4.Location = new System.Drawing.Point(12, 124);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(58, 17);
     this.label4.TabIndex = 22;
     this.label4.Text     = "Zoom :";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label3.Location = new System.Drawing.Point(12, 73);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(111, 17);
     this.label3.TabIndex = 21;
     this.label3.Text     = "DaysToShow :";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(49, 17);
     this.label1.TabIndex = 20;
     this.label1.Text     = "Size :";
     //
     // CbxSize
     //
     this.CbxSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.CbxSize.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CbxSize.FormattingEnabled = true;
     this.CbxSize.Location          = new System.Drawing.Point(12, 36);
     this.CbxSize.Name                  = "CbxSize";
     this.CbxSize.Size                  = new System.Drawing.Size(105, 21);
     this.CbxSize.TabIndex              = 19;
     this.CbxSize.SelectedIndexChanged += new System.EventHandler(this.CbxSize_SelectedIndexChanged);
     //
     // pnlAccout
     //
     this.pnlAccout.Controls.Add(this.LbName);
     this.pnlAccout.Controls.Add(this.BtnExit);
     this.pnlAccout.Controls.Add(this.BtnEditInfo);
     this.pnlAccout.Controls.Add(this.pictureBox1);
     this.pnlAccout.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnlAccout.Location = new System.Drawing.Point(470, 0);
     this.pnlAccout.Name     = "pnlAccout";
     this.pnlAccout.Size     = new System.Drawing.Size(135, 263);
     this.pnlAccout.TabIndex = 20;
     //
     // LbName
     //
     this.LbName.AutoSize = true;
     this.LbName.Location = new System.Drawing.Point(7, 141);
     this.LbName.Name     = "LbName";
     this.LbName.Size     = new System.Drawing.Size(0, 13);
     this.LbName.TabIndex = 3;
     //
     // BtnExit
     //
     this.BtnExit.BackColor = System.Drawing.Color.DarkGreen;
     this.BtnExit.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.BtnExit.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.BtnExit.Location  = new System.Drawing.Point(17, 215);
     this.BtnExit.Name      = "BtnExit";
     this.BtnExit.Size      = new System.Drawing.Size(100, 35);
     this.BtnExit.TabIndex  = 2;
     this.BtnExit.Text      = "Exit";
     this.BtnExit.UseVisualStyleBackColor = false;
     this.BtnExit.Click += new System.EventHandler(this.BtnExit_Click);
     //
     // BtnEditInfo
     //
     this.BtnEditInfo.BackColor = System.Drawing.Color.DarkGreen;
     this.BtnEditInfo.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.BtnEditInfo.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.BtnEditInfo.Location  = new System.Drawing.Point(17, 175);
     this.BtnEditInfo.Name      = "BtnEditInfo";
     this.BtnEditInfo.Size      = new System.Drawing.Size(100, 35);
     this.BtnEditInfo.TabIndex  = 1;
     this.BtnEditInfo.Text      = "Info";
     this.BtnEditInfo.UseVisualStyleBackColor = false;
     this.BtnEditInfo.Click += new System.EventHandler(this.BtnInfo_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage = global::Dat_Phong.Properties.Resources.nobody1;
     this.pictureBox1.Dock            = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Location        = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name            = "pictureBox1";
     this.pictureBox1.Size            = new System.Drawing.Size(135, 154);
     this.pictureBox1.TabIndex        = 0;
     this.pictureBox1.TabStop         = false;
     //
     // TrBrZoom
     //
     this.TrBrZoom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.TrBrZoom.Location = new System.Drawing.Point(145, 124);
     this.TrBrZoom.Maximum  = 40;
     this.TrBrZoom.Minimum  = 8;
     this.TrBrZoom.Name     = "TrBrZoom";
     this.TrBrZoom.Size     = new System.Drawing.Size(278, 45);
     this.TrBrZoom.TabIndex = 16;
     this.TrBrZoom.Value    = 18;
     this.TrBrZoom.Scroll  += new System.EventHandler(this.TrBrZoom_Scroll);
     //
     // TrBrDayToShow
     //
     this.TrBrDayToShow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.TrBrDayToShow.Location = new System.Drawing.Point(145, 73);
     this.TrBrDayToShow.Maximum  = 31;
     this.TrBrDayToShow.Minimum  = 1;
     this.TrBrDayToShow.Name     = "TrBrDayToShow";
     this.TrBrDayToShow.Size     = new System.Drawing.Size(278, 45);
     this.TrBrDayToShow.TabIndex = 15;
     this.TrBrDayToShow.Value    = 3;
     this.TrBrDayToShow.Scroll  += new System.EventHandler(this.TrBrDayToShow_Scroll);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(153, 9);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(59, 17);
     this.label2.TabIndex  = 14;
     this.label2.Text      = "Room :";
     //
     // CbxRoom
     //
     this.CbxRoom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.CbxRoom.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.CbxRoom.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.CbxRoom.FormattingEnabled  = true;
     this.CbxRoom.Location           = new System.Drawing.Point(156, 33);
     this.CbxRoom.Name                  = "CbxRoom";
     this.CbxRoom.Size                  = new System.Drawing.Size(246, 21);
     this.CbxRoom.TabIndex              = 13;
     this.CbxRoom.SelectedIndexChanged += new System.EventHandler(this.CbxRoom_SelectedIndexChanged);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.CbxTheme);
     this.panel1.Controls.Add(this.calendarControl1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(253, 263);
     this.panel1.TabIndex = 13;
     //
     // CbxTheme
     //
     this.CbxTheme.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CbxTheme.FormattingEnabled = true;
     this.CbxTheme.Items.AddRange(new object[] {
         "Office 11",
         "Office 12"
     });
     this.CbxTheme.Location              = new System.Drawing.Point(6, 238);
     this.CbxTheme.Name                  = "CbxTheme";
     this.CbxTheme.Size                  = new System.Drawing.Size(121, 21);
     this.CbxTheme.TabIndex              = 19;
     this.CbxTheme.SelectedIndexChanged += new System.EventHandler(this.CbxTheme_SelectedIndexChanged);
     //
     // calendarControl1
     //
     this.calendarControl1.Appearance.BackColor            = System.Drawing.Color.LawnGreen;
     this.calendarControl1.Appearance.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.calendarControl1.Appearance.Options.UseBackColor = true;
     this.calendarControl1.CalendarAppearance.DayCellSelected.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.calendarControl1.CalendarAppearance.DayCellSelected.Options.UseBackColor = true;
     this.calendarControl1.CalendarAppearance.DayCellToday.BackColor            = System.Drawing.Color.Red;
     this.calendarControl1.CalendarAppearance.DayCellToday.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.calendarControl1.CalendarAppearance.DayCellToday.Options.UseBackColor = true;
     //
     //
     //
     this.calendarControl1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.calendarControl1.CalendarView      = DevExpress.XtraEditors.Repository.CalendarView.Vista;
     this.calendarControl1.Dock              = System.Windows.Forms.DockStyle.Top;
     this.calendarControl1.Location          = new System.Drawing.Point(0, 0);
     this.calendarControl1.MinValue          = new System.DateTime(2018, 1, 1, 0, 0, 0, 0);
     this.calendarControl1.Name              = "calendarControl1";
     this.calendarControl1.ShowWeekNumbers   = true;
     this.calendarControl1.Size              = new System.Drawing.Size(253, 227);
     this.calendarControl1.TabIndex          = 14;
     this.calendarControl1.SelectionChanged += new System.EventHandler(this.CalendarChanged);
     //
     // PnlBackground
     //
     this.PnlBackground.Controls.Add(this.PnlDayView);
     this.PnlBackground.Controls.Add(this.PnlControl);
     this.PnlBackground.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PnlBackground.Location = new System.Drawing.Point(0, 0);
     this.PnlBackground.Name     = "PnlBackground";
     this.PnlBackground.Size     = new System.Drawing.Size(858, 518);
     this.PnlBackground.TabIndex = 2;
     //
     // PnlDayView
     //
     this.PnlDayView.Controls.Add(this.dayView1);
     this.PnlDayView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PnlDayView.Location = new System.Drawing.Point(0, 263);
     this.PnlDayView.Name     = "PnlDayView";
     this.PnlDayView.Size     = new System.Drawing.Size(858, 255);
     this.PnlDayView.TabIndex = 2;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(858, 518);
     this.Controls.Add(this.PnlBackground);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "Form1";
     this.Text  = "Đặt phòng";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.PnlControl.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.pnlAccout.ResumeLayout(false);
     this.pnlAccout.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TrBrZoom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TrBrDayToShow)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.calendarControl1.CalendarTimeProperties)).EndInit();
     this.PnlBackground.ResumeLayout(false);
     this.PnlDayView.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #23
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();
     Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CalendarView));
     this.dayView                 = new Calendar.DayView();
     this.ctxDayView              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxmnuNeuerTermin       = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxmnuAddBesuchstermin  = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxmnuLinkBesuchstermin = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1      = new System.Windows.Forms.ToolStripSeparator();
     this.ctxOpenAppointment      = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxcmdTermindetails     = new System.Windows.Forms.ToolStripMenuItem();
     this.monthCalendar           = new System.Windows.Forms.MonthCalendar();
     this.mbtnOK                 = new MetroFramework.Controls.MetroButton();
     this.lblAktuellerTermin     = new MetroFramework.Controls.MetroLabel();
     this.chkAndereKalender      = new System.Windows.Forms.CheckedListBox();
     this.mlblVanAnderen         = new MetroFramework.Controls.MetroLabel();
     this.mlblKalenderVon        = new MetroFramework.Controls.MetroLabel();
     this.mlblSelektierterTermin = new MetroFramework.Controls.MetroLabel();
     this.btnGanzeWoche          = new MetroFramework.Controls.MetroButton();
     this.btnArbeitswoche        = new MetroFramework.Controls.MetroButton();
     this.btnEinTag              = new MetroFramework.Controls.MetroButton();
     this.btnHeute               = new MetroFramework.Controls.MetroButton();
     this.ctxDayView.SuspendLayout();
     this.SuspendLayout();
     //
     // dayView
     //
     drawTool1.DayView                = this.dayView;
     this.dayView.ActiveTool          = drawTool1;
     this.dayView.AllowInplaceEditing = false;
     this.dayView.AmPmDisplay         = false;
     this.dayView.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.dayView.AppHeightMode      = Calendar.DayView.AppHeightDrawMode.EndHalfHourBlocksShort;
     this.dayView.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dayView.ContextMenuStrip   = this.ctxDayView;
     this.dayView.DaysToShow         = 5;
     this.dayView.DrawAllAppBorder   = false;
     this.dayView.Font               = new System.Drawing.Font("Segoe UI", 8F);
     this.dayView.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.dayView.HalfHourHeight     = 20;
     this.dayView.Location           = new System.Drawing.Point(23, 319);
     this.dayView.MinHalfHourApp     = true;
     this.dayView.Name               = "dayView";
     this.dayView.SelectionEnd       = new System.DateTime(2016, 3, 9, 23, 28, 51, 0);
     this.dayView.SelectionStart     = new System.DateTime(2016, 3, 9, 23, 29, 0, 0);
     this.dayView.Size               = new System.Drawing.Size(1453, 509);
     this.dayView.SlotsPerHour       = 2;
     this.dayView.StartDate          = new System.DateTime(((long)(0)));
     this.dayView.TabIndex           = 0;
     this.dayView.Text               = "Kalender";
     this.dayView.WorkingHourEnd     = 17;
     this.dayView.WorkingMinuteEnd   = 0;
     this.dayView.WorkingMinuteStart = 0;
     this.dayView.MouseDoubleClick  += new System.Windows.Forms.MouseEventHandler(this.dayView_MouseDoubleClick);
     //
     // ctxDayView
     //
     this.ctxDayView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ctxmnuNeuerTermin,
         this.ctxmnuAddBesuchstermin,
         this.ctxmnuLinkBesuchstermin,
         this.toolStripMenuItem1,
         this.ctxOpenAppointment,
         this.ctxcmdTermindetails
     });
     this.ctxDayView.Name = "ctxDayView";
     this.ctxDayView.Size = new System.Drawing.Size(216, 120);
     //
     // ctxmnuNeuerTermin
     //
     this.ctxmnuNeuerTermin.Name   = "ctxmnuNeuerTermin";
     this.ctxmnuNeuerTermin.Size   = new System.Drawing.Size(215, 22);
     this.ctxmnuNeuerTermin.Text   = "Neuer Termin";
     this.ctxmnuNeuerTermin.Click += new System.EventHandler(this.ctxmnuAddTermin_Click);
     //
     // ctxmnuAddBesuchstermin
     //
     this.ctxmnuAddBesuchstermin.Name   = "ctxmnuAddBesuchstermin";
     this.ctxmnuAddBesuchstermin.Size   = new System.Drawing.Size(215, 22);
     this.ctxmnuAddBesuchstermin.Text   = "Neuer Besuchstermin";
     this.ctxmnuAddBesuchstermin.Click += new System.EventHandler(this.ctxmnuAddBesuchstermin_Click);
     //
     // ctxmnuLinkBesuchstermin
     //
     this.ctxmnuLinkBesuchstermin.Name   = "ctxmnuLinkBesuchstermin";
     this.ctxmnuLinkBesuchstermin.Size   = new System.Drawing.Size(215, 22);
     this.ctxmnuLinkBesuchstermin.Text   = "Besuchstermin verknüpfen";
     this.ctxmnuLinkBesuchstermin.Click += new System.EventHandler(this.ctxmnuLinkBesuchstermin_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(212, 6);
     //
     // ctxOpenAppointment
     //
     this.ctxOpenAppointment.Name   = "ctxOpenAppointment";
     this.ctxOpenAppointment.Size   = new System.Drawing.Size(215, 22);
     this.ctxOpenAppointment.Text   = "Öffnen";
     this.ctxOpenAppointment.Click += new System.EventHandler(this.ctxOpenAppointment_Click);
     //
     // ctxcmdTermindetails
     //
     this.ctxcmdTermindetails.Name   = "ctxcmdTermindetails";
     this.ctxcmdTermindetails.Size   = new System.Drawing.Size(215, 22);
     this.ctxcmdTermindetails.Text   = "Termindetails anzeigen";
     this.ctxcmdTermindetails.Click += new System.EventHandler(this.ctxcmdTermindetails_Click);
     //
     // monthCalendar
     //
     this.monthCalendar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.monthCalendar.BackColor          = System.Drawing.SystemColors.Window;
     this.monthCalendar.CalendarDimensions = new System.Drawing.Size(7, 1);
     this.monthCalendar.FirstDayOfWeek     = System.Windows.Forms.Day.Monday;
     this.monthCalendar.Location           = new System.Drawing.Point(20, 60);
     this.monthCalendar.Margin             = new System.Windows.Forms.Padding(0);
     this.monthCalendar.MaxDate            = new System.DateTime(2100, 12, 31, 0, 0, 0, 0);
     this.monthCalendar.MaxSelectionCount  = 5;
     this.monthCalendar.MinDate            = new System.DateTime(1963, 12, 17, 0, 0, 0, 0);
     this.monthCalendar.Name            = "monthCalendar";
     this.monthCalendar.ShowTodayCircle = false;
     this.monthCalendar.ShowWeekNumbers = true;
     this.monthCalendar.TabIndex        = 1;
     this.monthCalendar.TodayDate       = new System.DateTime(2015, 7, 8, 0, 0, 0, 0);
     this.monthCalendar.DateSelected   += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar_DateSelected);
     //
     // mbtnOK
     //
     this.mbtnOK.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.mbtnOK.DialogResult   = System.Windows.Forms.DialogResult.OK;
     this.mbtnOK.FontSize       = MetroFramework.MetroButtonSize.Medium;
     this.mbtnOK.FontWeight     = MetroFramework.MetroButtonWeight.Regular;
     this.mbtnOK.Location       = new System.Drawing.Point(1382, 854);
     this.mbtnOK.Name           = "mbtnOK";
     this.mbtnOK.Size           = new System.Drawing.Size(100, 28);
     this.mbtnOK.Style          = MetroFramework.MetroColorStyle.Lime;
     this.mbtnOK.TabIndex       = 7;
     this.mbtnOK.Text           = "OK";
     this.mbtnOK.UseSelectable  = true;
     this.mbtnOK.UseStyleColors = true;
     this.mbtnOK.Click         += new System.EventHandler(this.mbtnClose_Click);
     //
     // lblAktuellerTermin
     //
     this.lblAktuellerTermin.AutoSize = true;
     this.lblAktuellerTermin.FontSize = MetroFramework.MetroLabelSize.Tall;
     this.lblAktuellerTermin.Location = new System.Drawing.Point(216, 291);
     this.lblAktuellerTermin.Name     = "lblAktuellerTermin";
     this.lblAktuellerTermin.Size     = new System.Drawing.Size(62, 25);
     this.lblAktuellerTermin.TabIndex = 6;
     this.lblAktuellerTermin.Text     = "Termin";
     //
     // chkAndereKalender
     //
     this.chkAndereKalender.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.chkAndereKalender.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.chkAndereKalender.CheckOnClick      = true;
     this.chkAndereKalender.Font              = new System.Drawing.Font("Segoe UI Semilight", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAndereKalender.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.chkAndereKalender.FormattingEnabled = true;
     this.chkAndereKalender.Items.AddRange(new object[] {
         "Felix",
         "Matthias",
         "Johannes",
         "Markus",
         "Rogge",
         "Axel",
         "Tanja",
         "Saskia",
         "Sezen",
         "Julian"
     });
     this.chkAndereKalender.Location    = new System.Drawing.Point(246, 238);
     this.chkAndereKalender.MultiColumn = true;
     this.chkAndereKalender.Name        = "chkAndereKalender";
     this.chkAndereKalender.Size        = new System.Drawing.Size(1230, 20);
     this.chkAndereKalender.TabIndex    = 2;
     this.chkAndereKalender.ItemCheck  += new System.Windows.Forms.ItemCheckEventHandler(this.chkAndereKalender_ItemCheck);
     //
     // mlblVanAnderen
     //
     this.mlblVanAnderen.AutoSize = true;
     this.mlblVanAnderen.Location = new System.Drawing.Point(111, 238);
     this.mlblVanAnderen.Name     = "mlblVanAnderen";
     this.mlblVanAnderen.Size     = new System.Drawing.Size(111, 19);
     this.mlblVanAnderen.TabIndex = 7;
     this.mlblVanAnderen.Text     = "Andere Kalender:";
     //
     // mlblKalenderVon
     //
     this.mlblKalenderVon.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.mlblKalenderVon.AutoSize = true;
     this.mlblKalenderVon.Location = new System.Drawing.Point(23, 866);
     this.mlblKalenderVon.Name     = "mlblKalenderVon";
     this.mlblKalenderVon.Size     = new System.Drawing.Size(115, 19);
     this.mlblKalenderVon.TabIndex = 10;
     this.mlblKalenderVon.Text     = "Aktueller Kalender";
     //
     // mlblSelektierterTermin
     //
     this.mlblSelektierterTermin.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.mlblSelektierterTermin.AutoSize = true;
     this.mlblSelektierterTermin.Location = new System.Drawing.Point(246, 866);
     this.mlblSelektierterTermin.Name     = "mlblSelektierterTermin";
     this.mlblSelektierterTermin.Size     = new System.Drawing.Size(144, 19);
     this.mlblSelektierterTermin.TabIndex = 11;
     this.mlblSelektierterTermin.Text     = "Kein Termin ausgewählt";
     //
     // btnGanzeWoche
     //
     this.btnGanzeWoche.BackgroundImage       = global::Products.Common.Properties.Resources.a7_16_metrolime;
     this.btnGanzeWoche.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnGanzeWoche.DialogResult          = System.Windows.Forms.DialogResult.Cancel;
     this.btnGanzeWoche.Location      = new System.Drawing.Point(155, 275);
     this.btnGanzeWoche.Name          = "btnGanzeWoche";
     this.btnGanzeWoche.Size          = new System.Drawing.Size(38, 38);
     this.btnGanzeWoche.TabIndex      = 6;
     this.btnGanzeWoche.UseSelectable = true;
     this.btnGanzeWoche.Click        += new System.EventHandler(this.btnGanzeWoche_Click);
     //
     // btnArbeitswoche
     //
     this.btnArbeitswoche.BackgroundImage       = global::Products.Common.Properties.Resources.a5_16_metrolime;
     this.btnArbeitswoche.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnArbeitswoche.DialogResult          = System.Windows.Forms.DialogResult.Cancel;
     this.btnArbeitswoche.Location      = new System.Drawing.Point(111, 275);
     this.btnArbeitswoche.Name          = "btnArbeitswoche";
     this.btnArbeitswoche.Size          = new System.Drawing.Size(38, 38);
     this.btnArbeitswoche.TabIndex      = 5;
     this.btnArbeitswoche.UseSelectable = true;
     this.btnArbeitswoche.Click        += new System.EventHandler(this.btnArbeitswoche_Click);
     //
     // btnEinTag
     //
     this.btnEinTag.BackgroundImage       = global::Products.Common.Properties.Resources.a1_16_metrolime;
     this.btnEinTag.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnEinTag.DialogResult          = System.Windows.Forms.DialogResult.Cancel;
     this.btnEinTag.Location      = new System.Drawing.Point(67, 275);
     this.btnEinTag.Name          = "btnEinTag";
     this.btnEinTag.Size          = new System.Drawing.Size(38, 38);
     this.btnEinTag.TabIndex      = 4;
     this.btnEinTag.UseSelectable = true;
     this.btnEinTag.Click        += new System.EventHandler(this.btnEinTag_Click);
     //
     // btnHeute
     //
     this.btnHeute.BackgroundImage       = global::Products.Common.Properties.Resources.heute_16_metrolime;
     this.btnHeute.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.btnHeute.DialogResult          = System.Windows.Forms.DialogResult.Cancel;
     this.btnHeute.FontWeight            = MetroFramework.MetroButtonWeight.Regular;
     this.btnHeute.Location       = new System.Drawing.Point(23, 275);
     this.btnHeute.Name           = "btnHeute";
     this.btnHeute.Size           = new System.Drawing.Size(38, 38);
     this.btnHeute.Style          = MetroFramework.MetroColorStyle.Lime;
     this.btnHeute.TabIndex       = 3;
     this.btnHeute.Text           = "Heute";
     this.btnHeute.TextAlign      = System.Drawing.ContentAlignment.BottomCenter;
     this.btnHeute.UseSelectable  = true;
     this.btnHeute.UseStyleColors = true;
     this.btnHeute.Click         += new System.EventHandler(this.btnHeute_Click);
     //
     // CalendarView
     //
     this.AcceptButton        = this.mbtnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.mbtnOK;
     this.ClientSize          = new System.Drawing.Size(1505, 905);
     this.Controls.Add(this.btnGanzeWoche);
     this.Controls.Add(this.btnArbeitswoche);
     this.Controls.Add(this.btnEinTag);
     this.Controls.Add(this.btnHeute);
     this.Controls.Add(this.mlblSelektierterTermin);
     this.Controls.Add(this.mlblKalenderVon);
     this.Controls.Add(this.mbtnOK);
     this.Controls.Add(this.dayView);
     this.Controls.Add(this.mlblVanAnderen);
     this.Controls.Add(this.chkAndereKalender);
     this.Controls.Add(this.lblAktuellerTermin);
     this.Controls.Add(this.monthCalendar);
     this.Font         = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "CalendarView";
     this.ShadowType   = MetroFramework.Forms.MetroFormShadowType.DropShadow;
     this.Style        = MetroFramework.MetroColorStyle.Lime;
     this.Text         = "Kalender";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CalendarView_FormClosing);
     this.ctxDayView.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #24
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();
     this.daySchedule    = new Calendar.DayView();
     this.label1         = new System.Windows.Forms.Label();
     this.cbTeacherName  = new System.Windows.Forms.ComboBox();
     this.label2         = new System.Windows.Forms.Label();
     this.cbAcYear       = new System.Windows.Forms.ComboBox();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.btnView        = new System.Windows.Forms.Button();
     this.panel1         = new System.Windows.Forms.Panel();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // daySchedule
     //
     drawTool1.DayView                     = this.daySchedule;
     this.daySchedule.ActiveTool           = drawTool1;
     this.daySchedule.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.daySchedule.Font                 = new System.Drawing.Font("Segoe UI", 8F);
     this.daySchedule.Location             = new System.Drawing.Point(0, 0);
     this.daySchedule.Name                 = "daySchedule";
     this.daySchedule.SelectionEnd         = new System.DateTime(((long)(0)));
     this.daySchedule.SelectionStart       = new System.DateTime(((long)(0)));
     this.daySchedule.Size                 = new System.Drawing.Size(838, 401);
     this.daySchedule.StartDate            = new System.DateTime(((long)(0)));
     this.daySchedule.StartHour            = 9;
     this.daySchedule.TabIndex             = 0;
     this.daySchedule.Text                 = "dayView1";
     this.daySchedule.WorkingHourEnd       = 5;
     this.daySchedule.WorkingHourStart     = 9;
     this.daySchedule.SelectionChanged    += new System.EventHandler(this.daySchedule_SelectionChanged);
     this.daySchedule.ResolveAppointments += new Calendar.ResolveAppointmentsEventHandler(this.daySchedule_ResolveAppointments);
     this.daySchedule.NewAppointment      += new Calendar.NewAppointmentEventHandler(this.daySchedule_NewAppointment);
     this.daySchedule.MouseMove           += new System.Windows.Forms.MouseEventHandler(this.daySchedule_MouseMove);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(56, 77);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(78, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Teacher Name";
     //
     // cbTeacherName
     //
     this.cbTeacherName.FormattingEnabled = true;
     this.cbTeacherName.Location          = new System.Drawing.Point(140, 70);
     this.cbTeacherName.Name                  = "cbTeacherName";
     this.cbTeacherName.Size                  = new System.Drawing.Size(290, 21);
     this.cbTeacherName.TabIndex              = 1;
     this.cbTeacherName.SelectedIndexChanged += new System.EventHandler(this.cbTeacherName_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(55, 43);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(79, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Academic Year";
     //
     // cbAcYear
     //
     this.cbAcYear.FormattingEnabled = true;
     this.cbAcYear.Location          = new System.Drawing.Point(140, 43);
     this.cbAcYear.Name                  = "cbAcYear";
     this.cbAcYear.Size                  = new System.Drawing.Size(121, 21);
     this.cbAcYear.TabIndex              = 3;
     this.cbAcYear.SelectedIndexChanged += new System.EventHandler(this.cbAcYear_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.monthCalendar1);
     this.groupBox1.Controls.Add(this.btnView);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.cbAcYear);
     this.groupBox1.Controls.Add(this.cbTeacherName);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(168, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(807, 178);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "View/Edit Schedule";
     //
     // monthCalendar1
     //
     this.monthCalendar1.Location = new System.Drawing.Point(568, 10);
     this.monthCalendar1.Name     = "monthCalendar1";
     this.monthCalendar1.TabIndex = 5;
     //
     // btnView
     //
     this.btnView.Location = new System.Drawing.Point(179, 122);
     this.btnView.Name     = "btnView";
     this.btnView.Size     = new System.Drawing.Size(134, 23);
     this.btnView.TabIndex = 4;
     this.btnView.Text     = "View Day Schedule";
     this.btnView.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.daySchedule);
     this.panel1.Location = new System.Drawing.Point(137, 196);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(838, 401);
     this.panel1.TabIndex = 5;
     //
     // ViewTeacherSchedule
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(987, 742);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Name  = "ViewTeacherSchedule";
     this.Text  = "ViewTeacherSchedule";
     this.Load += new System.EventHandler(this.ViewTeacherSchedule_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #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();
     Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDayViewDemo));
     this.dayView1 = new Calendar.DayView();
     this.contextMenuStripAllDay             = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.contextMenuStripDiary              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.createAppointmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editAppointmentToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteAppointmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripHeader             = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.editPersonToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.editWorkingHoursToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.lstPeople                       = new System.Windows.Forms.CheckedListBox();
     this.label1                          = new System.Windows.Forms.Label();
     this.monthCalendar1                  = new System.Windows.Forms.MonthCalendar();
     this.toolStrip1                      = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonTeamView         = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDayView          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1             = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripDropDownButtonViewType = new System.Windows.Forms.ToolStripDropDownButton();
     this.dayViewToolStripMenuItem5Days   = new System.Windows.Forms.ToolStripMenuItem();
     this.teamViewToolStripMenuItem7Days  = new System.Windows.Forms.ToolStripMenuItem();
     this.cbAllowAppointmentMove          = new System.Windows.Forms.CheckBox();
     this.cbAllowNew                      = new System.Windows.Forms.CheckBox();
     this.cbAllowAppointmentResize        = new System.Windows.Forms.CheckBox();
     this.contextMenuStripDiary.SuspendLayout();
     this.contextMenuStripHeader.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // dayView1
     //
     drawTool1.DayView        = this.dayView1;
     this.dayView1.ActiveTool = drawTool1;
     this.dayView1.AlwaysShowAppointmentText = true;
     this.dayView1.AmPmDisplay = false;
     this.dayView1.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.dayView1.ContextMenuAllDay         = this.contextMenuStripAllDay;
     this.dayView1.ContextMenuDiary          = this.contextMenuStripDiary;
     this.dayView1.ContextMenuHeader         = this.contextMenuStripHeader;
     this.dayView1.DrawAllAppointmentBorders = false;
     this.dayView1.Font                   = new System.Drawing.Font("Segoe UI", 8F);
     this.dayView1.Location               = new System.Drawing.Point(247, 34);
     this.dayView1.Name                   = "dayView1";
     this.dayView1.RightMouseSelect       = true;
     this.dayView1.SelectedAppointment    = null;
     this.dayView1.SelectionEnd           = new System.DateTime(((long)(0)));
     this.dayView1.SelectionStart         = new System.DateTime(((long)(0)));
     this.dayView1.ShowMinutes            = true;
     this.dayView1.Size                   = new System.Drawing.Size(716, 492);
     this.dayView1.StartDate              = new System.DateTime(((long)(0)));
     this.dayView1.TabIndex               = 2;
     this.dayView1.Text                   = "dayView1";
     this.dayView1.AppointmentSelected   += new Calendar.AppointmentSelectedEventHandler(this.dayView1_AppointmentSelected);
     this.dayView1.SelectionChanged      += new System.EventHandler(this.dayView1_SelectionChanged);
     this.dayView1.ResolveAppointments   += new Calendar.ResolveAppointmentsEventHandler(this.dayView1_ResolveAppointments);
     this.dayView1.NewAppointment        += new Calendar.NewAppointmentEventHandler(this.dayView1_NewAppointment);
     this.dayView1.AppointmentUpdated    += new System.EventHandler <Calendar.AppointmentEventArgs>(this.dayView1_AppointmentUpdated);
     this.dayView1.BeforeAppointmentMove += new Calendar.BeforeMoveAppointmentEventHandler(this.dayView1_BeforeAppointmentMove);
     this.dayView1.AppointmentMoved      += new System.EventHandler <Calendar.AppointmentEventArgs>(this.dayView1_AppointmentMoved);
     this.dayView1.MultiCount            += new Calendar.MultiCountEventHandler(this.dayView1_MultiCount);
     this.dayView1.MultiHeader           += new Calendar.MultiGetEventHandler(this.dayView1_MultiHeader);
     this.dayView1.ToolTipShow           += new Calendar.TooltipEventHandler(this.dayView1_ToolTipShow);
     this.dayView1.WorkingHours          += new Calendar.WorkingHoursEventHandler(this.dayView1_WorkingHours);
     this.dayView1.HeaderClicked         += new Calendar.HeaderClickEventHandler(this.dayView1_HeaderClicked);
     //
     // contextMenuStripAllDay
     //
     this.contextMenuStripAllDay.Name = "contextMenuStripAllDay";
     this.contextMenuStripAllDay.Size = new System.Drawing.Size(61, 4);
     //
     // contextMenuStripDiary
     //
     this.contextMenuStripDiary.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.createAppointmentToolStripMenuItem,
         this.editAppointmentToolStripMenuItem,
         this.deleteAppointmentToolStripMenuItem
     });
     this.contextMenuStripDiary.Name     = "contextMenuStripDiary";
     this.contextMenuStripDiary.Size     = new System.Drawing.Size(183, 70);
     this.contextMenuStripDiary.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripDiary_Opening);
     //
     // createAppointmentToolStripMenuItem
     //
     this.createAppointmentToolStripMenuItem.Name   = "createAppointmentToolStripMenuItem";
     this.createAppointmentToolStripMenuItem.Size   = new System.Drawing.Size(182, 22);
     this.createAppointmentToolStripMenuItem.Text   = "Create Appointment";
     this.createAppointmentToolStripMenuItem.Click += new System.EventHandler(this.createAppointmentToolStripMenuItem_Click);
     //
     // editAppointmentToolStripMenuItem
     //
     this.editAppointmentToolStripMenuItem.Name   = "editAppointmentToolStripMenuItem";
     this.editAppointmentToolStripMenuItem.Size   = new System.Drawing.Size(182, 22);
     this.editAppointmentToolStripMenuItem.Text   = "Edit Appointment";
     this.editAppointmentToolStripMenuItem.Click += new System.EventHandler(this.editAppointmentToolStripMenuItem_Click);
     //
     // deleteAppointmentToolStripMenuItem
     //
     this.deleteAppointmentToolStripMenuItem.Name   = "deleteAppointmentToolStripMenuItem";
     this.deleteAppointmentToolStripMenuItem.Size   = new System.Drawing.Size(182, 22);
     this.deleteAppointmentToolStripMenuItem.Text   = "Delete Appointment";
     this.deleteAppointmentToolStripMenuItem.Click += new System.EventHandler(this.deleteAppointmentToolStripMenuItem_Click);
     //
     // contextMenuStripHeader
     //
     this.contextMenuStripHeader.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.editPersonToolStripMenuItem,
         this.editWorkingHoursToolStripMenuItem
     });
     this.contextMenuStripHeader.Name = "contextMenuStripHeader";
     this.contextMenuStripHeader.Size = new System.Drawing.Size(178, 48);
     //
     // editPersonToolStripMenuItem
     //
     this.editPersonToolStripMenuItem.Name = "editPersonToolStripMenuItem";
     this.editPersonToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
     this.editPersonToolStripMenuItem.Text = "Edit Person";
     //
     // editWorkingHoursToolStripMenuItem
     //
     this.editWorkingHoursToolStripMenuItem.Name = "editWorkingHoursToolStripMenuItem";
     this.editWorkingHoursToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
     this.editWorkingHoursToolStripMenuItem.Text = "Edit Working Hours";
     //
     // lstPeople
     //
     this.lstPeople.CheckOnClick      = true;
     this.lstPeople.FormattingEnabled = true;
     this.lstPeople.Items.AddRange(new object[] {
         "Billy Bob",
         "Tim",
         "Sally",
         "Peter",
         "Trinny"
     });
     this.lstPeople.Location              = new System.Drawing.Point(11, 224);
     this.lstPeople.Name                  = "lstPeople";
     this.lstPeople.Size                  = new System.Drawing.Size(224, 94);
     this.lstPeople.TabIndex              = 0;
     this.lstPeople.SelectedIndexChanged += new System.EventHandler(this.lstPeople_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 205);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "People";
     //
     // monthCalendar1
     //
     this.monthCalendar1.Location     = new System.Drawing.Point(8, 34);
     this.monthCalendar1.Name         = "monthCalendar1";
     this.monthCalendar1.TabIndex     = 3;
     this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonTeamView,
         this.toolStripButtonDayView,
         this.toolStripSeparator1,
         this.toolStripDropDownButtonViewType
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(975, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButtonTeamView
     //
     this.toolStripButtonTeamView.Checked               = true;
     this.toolStripButtonTeamView.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.toolStripButtonTeamView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButtonTeamView.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonTeamView.Image")));
     this.toolStripButtonTeamView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonTeamView.Name   = "toolStripButtonTeamView";
     this.toolStripButtonTeamView.Size   = new System.Drawing.Size(40, 22);
     this.toolStripButtonTeamView.Text   = "Team";
     this.toolStripButtonTeamView.Click += new System.EventHandler(this.toolStripButtonTeamView_Click);
     //
     // toolStripButtonDayView
     //
     this.toolStripButtonDayView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButtonDayView.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDayView.Image")));
     this.toolStripButtonDayView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDayView.Name   = "toolStripButtonDayView";
     this.toolStripButtonDayView.Size   = new System.Drawing.Size(31, 22);
     this.toolStripButtonDayView.Text   = "Day";
     this.toolStripButtonDayView.Click += new System.EventHandler(this.toolStripButtonDayView_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripDropDownButtonViewType
     //
     this.toolStripDropDownButtonViewType.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButtonViewType.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dayViewToolStripMenuItem5Days,
         this.teamViewToolStripMenuItem7Days
     });
     this.toolStripDropDownButtonViewType.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButtonViewType.Image")));
     this.toolStripDropDownButtonViewType.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButtonViewType.Name        = "toolStripDropDownButtonViewType";
     this.toolStripDropDownButtonViewType.Size        = new System.Drawing.Size(45, 22);
     this.toolStripDropDownButtonViewType.Text        = "Days";
     this.toolStripDropDownButtonViewType.ToolTipText = "View Type";
     //
     // dayViewToolStripMenuItem5Days
     //
     this.dayViewToolStripMenuItem5Days.Name   = "dayViewToolStripMenuItem5Days";
     this.dayViewToolStripMenuItem5Days.Size   = new System.Drawing.Size(108, 22);
     this.dayViewToolStripMenuItem5Days.Text   = "5 Days";
     this.dayViewToolStripMenuItem5Days.Click += new System.EventHandler(this.dayViewToolStripMenuItem5Days_Click);
     //
     // teamViewToolStripMenuItem7Days
     //
     this.teamViewToolStripMenuItem7Days.Name   = "teamViewToolStripMenuItem7Days";
     this.teamViewToolStripMenuItem7Days.Size   = new System.Drawing.Size(108, 22);
     this.teamViewToolStripMenuItem7Days.Text   = "7 Days";
     this.teamViewToolStripMenuItem7Days.Click += new System.EventHandler(this.teamViewToolStripMenuItem7Days_Click);
     //
     // cbAllowAppointmentMove
     //
     this.cbAllowAppointmentMove.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cbAllowAppointmentMove.AutoSize   = true;
     this.cbAllowAppointmentMove.Checked    = true;
     this.cbAllowAppointmentMove.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbAllowAppointmentMove.Location   = new System.Drawing.Point(8, 509);
     this.cbAllowAppointmentMove.Name       = "cbAllowAppointmentMove";
     this.cbAllowAppointmentMove.Size       = new System.Drawing.Size(164, 17);
     this.cbAllowAppointmentMove.TabIndex   = 5;
     this.cbAllowAppointmentMove.Text       = "Allow Appointments To Move";
     this.cbAllowAppointmentMove.UseVisualStyleBackColor = true;
     //
     // cbAllowNew
     //
     this.cbAllowNew.AutoSize   = true;
     this.cbAllowNew.Checked    = true;
     this.cbAllowNew.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbAllowNew.Location   = new System.Drawing.Point(8, 486);
     this.cbAllowNew.Name       = "cbAllowNew";
     this.cbAllowNew.Size       = new System.Drawing.Size(76, 17);
     this.cbAllowNew.TabIndex   = 6;
     this.cbAllowNew.Text       = "Allow New";
     this.cbAllowNew.UseVisualStyleBackColor = true;
     this.cbAllowNew.CheckedChanged         += new System.EventHandler(this.cbAllowNew_CheckedChanged);
     //
     // cbAllowAppointmentResize
     //
     this.cbAllowAppointmentResize.AutoSize   = true;
     this.cbAllowAppointmentResize.Checked    = true;
     this.cbAllowAppointmentResize.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbAllowAppointmentResize.Location   = new System.Drawing.Point(8, 463);
     this.cbAllowAppointmentResize.Name       = "cbAllowAppointmentResize";
     this.cbAllowAppointmentResize.Size       = new System.Drawing.Size(148, 17);
     this.cbAllowAppointmentResize.TabIndex   = 7;
     this.cbAllowAppointmentResize.Text       = "Allow Appointment Resize";
     this.cbAllowAppointmentResize.UseVisualStyleBackColor = true;
     this.cbAllowAppointmentResize.CheckedChanged         += new System.EventHandler(this.cbAllowAppointmentResize_CheckedChanged);
     //
     // frmDayViewDemo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(975, 538);
     this.Controls.Add(this.cbAllowAppointmentResize);
     this.Controls.Add(this.cbAllowNew);
     this.Controls.Add(this.cbAllowAppointmentMove);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.dayView1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lstPeople);
     this.Name = "frmDayViewDemo";
     this.Text = "DayView2 Demo";
     this.contextMenuStripDiary.ResumeLayout(false);
     this.contextMenuStripHeader.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KalenderView));
     this.DayViewMain            = new Calendar.DayView();
     this.mctxCalendar           = new MetroFramework.Controls.MetroContextMenu(this.components);
     this.toolStripMenuItem1     = new System.Windows.Forms.ToolStripSeparator();
     this.DateSelector           = new System.Windows.Forms.MonthCalendar();
     this.mlblActiveUsers        = new MetroFramework.Controls.MetroLabel();
     this.tipAppointmentInfo     = new System.Windows.Forms.ToolTip(this.components);
     this.htipHtml               = new MetroFramework.Drawing.Html.HtmlToolTip();
     this.mcmdClose              = new MetroFramework.Controls.MetroTextBox.MetroTextButton();
     this.metroTextButton1       = new MetroFramework.Controls.MetroTextBox.MetroTextButton();
     this.mbtnFelix              = new MetroFramework.Controls.MetroButton();
     this.mbtnMatti              = new MetroFramework.Controls.MetroButton();
     this.mbtnJohannes           = new MetroFramework.Controls.MetroButton();
     this.mbtnAxel               = new MetroFramework.Controls.MetroButton();
     this.mbtnMarkusS            = new MetroFramework.Controls.MetroButton();
     this.metroLabel1            = new MetroFramework.Controls.MetroLabel();
     this.mtxtSelectDate         = new MetroFramework.Controls.MetroTextBox();
     this.xcmdShowAppointment    = new System.Windows.Forms.ToolStripMenuItem();
     this.xcmdMoveAppointment    = new System.Windows.Forms.ToolStripMenuItem();
     this.xcmdNewAppointment     = new System.Windows.Forms.ToolStripMenuItem();
     this.xcmdDeleteAppointment  = new System.Windows.Forms.ToolStripMenuItem();
     this.xcmdCalendarSettings   = new System.Windows.Forms.ToolStripMenuItem();
     this.btnRefreshAppointments = new System.Windows.Forms.Button();
     this.mbtnSettings           = new MetroFramework.Controls.MetroButton();
     this.mbtnToday              = new MetroFramework.Controls.MetroTextBox.MetroTextButton();
     this.mbtnForwardOneWeek     = new MetroFramework.Controls.MetroTextBox.MetroTextButton();
     this.mbtnBackOneWeek        = new MetroFramework.Controls.MetroTextBox.MetroTextButton();
     this.mctxCalendar.SuspendLayout();
     this.SuspendLayout();
     //
     // DayViewMain
     //
     drawTool1.DayView                    = this.DayViewMain;
     this.DayViewMain.ActiveTool          = drawTool1;
     this.DayViewMain.AllowInplaceEditing = false;
     this.DayViewMain.AmPmDisplay         = false;
     this.DayViewMain.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.DayViewMain.AppHeightMode      = Calendar.DayView.AppHeightDrawMode.FullHalfHourBlocksShort;
     this.DayViewMain.ContextMenuStrip   = this.mctxCalendar;
     this.DayViewMain.DaysToShow         = 5;
     this.DayViewMain.DrawAllAppBorder   = false;
     this.DayViewMain.Font               = new System.Drawing.Font("Segoe UI", 8F);
     this.DayViewMain.Location           = new System.Drawing.Point(224, 148);
     this.DayViewMain.Margin             = new System.Windows.Forms.Padding(3, 3, 15, 30);
     this.DayViewMain.MinHalfHourApp     = true;
     this.DayViewMain.MinimumSize        = new System.Drawing.Size(0, 700);
     this.DayViewMain.Name               = "DayViewMain";
     this.DayViewMain.SelectionEnd       = new System.DateTime(((long)(0)));
     this.DayViewMain.SelectionStart     = new System.DateTime(((long)(0)));
     this.DayViewMain.Size               = new System.Drawing.Size(1139, 702);
     this.DayViewMain.StartDate          = new System.DateTime(2016, 3, 14, 0, 0, 0, 0);
     this.DayViewMain.StartHour          = 7;
     this.DayViewMain.TabIndex           = 0;
     this.DayViewMain.Text               = "Kalender";
     this.DayViewMain.WorkingHourEnd     = 17;
     this.DayViewMain.WorkingMinuteEnd   = 0;
     this.DayViewMain.WorkingMinuteStart = 0;
     this.DayViewMain.SelectionChanged  += new System.EventHandler(this.DayViewMain_SelectionChanged);
     this.DayViewMain.AppointmentMove   += new System.EventHandler <Calendar.AppointmentEventArgs>(this.DayViewMain_AppointmentMove);
     this.DayViewMain.MouseDoubleClick  += new System.Windows.Forms.MouseEventHandler(this.DayViewMain_MouseDoubleClick);
     //
     // mctxCalendar
     //
     this.mctxCalendar.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.mctxCalendar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.xcmdShowAppointment,
         this.xcmdMoveAppointment,
         this.xcmdNewAppointment,
         this.xcmdDeleteAppointment,
         this.toolStripMenuItem1,
         this.xcmdCalendarSettings
     });
     this.mctxCalendar.Name     = "mctxCalendar";
     this.mctxCalendar.Size     = new System.Drawing.Size(222, 142);
     this.mctxCalendar.Opening += new System.ComponentModel.CancelEventHandler(this.mctxCalendar_Opening);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(218, 6);
     //
     // DateSelector
     //
     this.DateSelector.CalendarDimensions = new System.Drawing.Size(1, 3);
     this.DateSelector.FirstDayOfWeek     = System.Windows.Forms.Day.Monday;
     this.DateSelector.Font              = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DateSelector.Location          = new System.Drawing.Point(29, 159);
     this.DateSelector.MaxDate           = new System.DateTime(2030, 12, 31, 0, 0, 0, 0);
     this.DateSelector.MinDate           = new System.DateTime(2005, 1, 1, 0, 0, 0, 0);
     this.DateSelector.Name              = "DateSelector";
     this.DateSelector.ScrollChange      = 1;
     this.DateSelector.TabIndex          = 5;
     this.DateSelector.TitleBackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.DateSelector.TitleForeColor    = System.Drawing.Color.Red;
     this.DateSelector.TrailingForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.DateSelector.DateChanged      += new System.Windows.Forms.DateRangeEventHandler(this.DateSelector_DateChanged);
     //
     // mlblActiveUsers
     //
     this.mlblActiveUsers.AutoSize = true;
     this.mlblActiveUsers.Location = new System.Drawing.Point(416, 83);
     this.mlblActiveUsers.Name     = "mlblActiveUsers";
     this.mlblActiveUsers.Size     = new System.Drawing.Size(111, 19);
     this.mlblActiveUsers.TabIndex = 2;
     this.mlblActiveUsers.Text     = "Andere Kalender:";
     //
     // tipAppointmentInfo
     //
     this.tipAppointmentInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     //
     // htipHtml
     //
     this.htipHtml.OwnerDraw = true;
     //
     // mcmdClose
     //
     this.mcmdClose.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.mcmdClose.Image                   = null;
     this.mcmdClose.Location                = new System.Drawing.Point(1272, 873);
     this.mcmdClose.Name                    = "mcmdClose";
     this.mcmdClose.Size                    = new System.Drawing.Size(100, 26);
     this.mcmdClose.Style                   = MetroFramework.MetroColorStyle.Orange;
     this.mcmdClose.TabIndex                = 11;
     this.mcmdClose.Text                    = "Schließen";
     this.mcmdClose.UseSelectable           = true;
     this.mcmdClose.UseVisualStyleBackColor = true;
     this.mcmdClose.Click                  += new System.EventHandler(this.mcmdClose_Click);
     //
     // metroTextButton1
     //
     this.metroTextButton1.Image                   = null;
     this.metroTextButton1.Location                = new System.Drawing.Point(273, 77);
     this.metroTextButton1.Margin                  = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.metroTextButton1.Name                    = "metroTextButton1";
     this.metroTextButton1.Size                    = new System.Drawing.Size(137, 26);
     this.metroTextButton1.Style                   = MetroFramework.MetroColorStyle.Orange;
     this.metroTextButton1.TabIndex                = 1;
     this.metroTextButton1.Text                    = "Angezeigte Kalender";
     this.metroTextButton1.UseSelectable           = true;
     this.metroTextButton1.UseVisualStyleBackColor = true;
     this.metroTextButton1.Click                  += new System.EventHandler(this.mbtnActiveCalendars_Click);
     //
     // mbtnFelix
     //
     this.mbtnFelix.Location           = new System.Drawing.Point(75, 660);
     this.mbtnFelix.Margin             = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.mbtnFelix.Name               = "mbtnFelix";
     this.mbtnFelix.Size               = new System.Drawing.Size(114, 23);
     this.mbtnFelix.Style              = MetroFramework.MetroColorStyle.Orange;
     this.mbtnFelix.TabIndex           = 6;
     this.mbtnFelix.Text               = "Felix";
     this.mbtnFelix.UseCustomBackColor = true;
     this.mbtnFelix.UseSelectable      = true;
     this.mbtnFelix.UseStyleColors     = true;
     this.mbtnFelix.Click             += new System.EventHandler(this.mbtnFelix_Click);
     //
     // mbtnMatti
     //
     this.mbtnMatti.Location           = new System.Drawing.Point(75, 696);
     this.mbtnMatti.Margin             = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.mbtnMatti.Name               = "mbtnMatti";
     this.mbtnMatti.Size               = new System.Drawing.Size(114, 23);
     this.mbtnMatti.Style              = MetroFramework.MetroColorStyle.Orange;
     this.mbtnMatti.TabIndex           = 7;
     this.mbtnMatti.Text               = "Matthias";
     this.mbtnMatti.UseCustomBackColor = true;
     this.mbtnMatti.UseSelectable      = true;
     this.mbtnMatti.UseStyleColors     = true;
     this.mbtnMatti.Click             += new System.EventHandler(this.mbtnMatti_Click);
     //
     // mbtnJohannes
     //
     this.mbtnJohannes.Location           = new System.Drawing.Point(75, 732);
     this.mbtnJohannes.Margin             = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.mbtnJohannes.Name               = "mbtnJohannes";
     this.mbtnJohannes.Size               = new System.Drawing.Size(114, 23);
     this.mbtnJohannes.Style              = MetroFramework.MetroColorStyle.Orange;
     this.mbtnJohannes.TabIndex           = 8;
     this.mbtnJohannes.Text               = "Johannes";
     this.mbtnJohannes.UseCustomBackColor = true;
     this.mbtnJohannes.UseSelectable      = true;
     this.mbtnJohannes.UseStyleColors     = true;
     this.mbtnJohannes.Click             += new System.EventHandler(this.mbtnJohannes_Click);
     //
     // mbtnAxel
     //
     this.mbtnAxel.Location           = new System.Drawing.Point(75, 804);
     this.mbtnAxel.Margin             = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.mbtnAxel.Name               = "mbtnAxel";
     this.mbtnAxel.Size               = new System.Drawing.Size(114, 23);
     this.mbtnAxel.Style              = MetroFramework.MetroColorStyle.Orange;
     this.mbtnAxel.TabIndex           = 10;
     this.mbtnAxel.Text               = "Axel";
     this.mbtnAxel.UseCustomBackColor = true;
     this.mbtnAxel.UseSelectable      = true;
     this.mbtnAxel.UseStyleColors     = true;
     this.mbtnAxel.Click             += new System.EventHandler(this.mbtnAxel_Click);
     //
     // mbtnMarkusS
     //
     this.mbtnMarkusS.Location           = new System.Drawing.Point(75, 768);
     this.mbtnMarkusS.Margin             = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.mbtnMarkusS.Name               = "mbtnMarkusS";
     this.mbtnMarkusS.Size               = new System.Drawing.Size(114, 23);
     this.mbtnMarkusS.Style              = MetroFramework.MetroColorStyle.Orange;
     this.mbtnMarkusS.TabIndex           = 9;
     this.mbtnMarkusS.Text               = "Markus S.";
     this.mbtnMarkusS.UseCustomBackColor = true;
     this.mbtnMarkusS.UseSelectable      = true;
     this.mbtnMarkusS.UseStyleColors     = true;
     this.mbtnMarkusS.Click             += new System.EventHandler(this.mbtnMarkusS_Click);
     //
     // metroLabel1
     //
     this.metroLabel1.AutoSize = true;
     this.metroLabel1.Location = new System.Drawing.Point(75, 628);
     this.metroLabel1.Margin   = new System.Windows.Forms.Padding(3, 0, 3, 10);
     this.metroLabel1.Name     = "metroLabel1";
     this.metroLabel1.Size     = new System.Drawing.Size(114, 19);
     this.metroLabel1.TabIndex = 21;
     this.metroLabel1.Text     = "Neue Termine für:";
     //
     // mtxtSelectDate
     //
     //
     //
     //
     this.mtxtSelectDate.CustomButton.Image         = null;
     this.mtxtSelectDate.CustomButton.Location      = new System.Drawing.Point(155, 1);
     this.mtxtSelectDate.CustomButton.Name          = "";
     this.mtxtSelectDate.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.mtxtSelectDate.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.mtxtSelectDate.CustomButton.TabIndex      = 1;
     this.mtxtSelectDate.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.mtxtSelectDate.CustomButton.UseSelectable = true;
     this.mtxtSelectDate.FontSize         = MetroFramework.MetroTextBoxSize.Medium;
     this.mtxtSelectDate.FontWeight       = MetroFramework.MetroTextBoxWeight.Light;
     this.mtxtSelectDate.Lines            = new string[0];
     this.mtxtSelectDate.Location         = new System.Drawing.Point(30, 148);
     this.mtxtSelectDate.MaxLength        = 32767;
     this.mtxtSelectDate.Name             = "mtxtSelectDate";
     this.mtxtSelectDate.PasswordChar     = '\0';
     this.mtxtSelectDate.PromptText       = "Datum eingeben";
     this.mtxtSelectDate.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.mtxtSelectDate.SelectedText     = "";
     this.mtxtSelectDate.SelectionLength  = 0;
     this.mtxtSelectDate.SelectionStart   = 0;
     this.mtxtSelectDate.ShortcutsEnabled = true;
     this.mtxtSelectDate.ShowButton       = true;
     this.mtxtSelectDate.ShowClearButton  = true;
     this.mtxtSelectDate.Size             = new System.Drawing.Size(177, 23);
     this.mtxtSelectDate.Style            = MetroFramework.MetroColorStyle.Orange;
     this.mtxtSelectDate.TabIndex         = 2;
     this.mtxtSelectDate.TextAlign        = System.Windows.Forms.HorizontalAlignment.Center;
     this.mtxtSelectDate.UseSelectable    = true;
     this.mtxtSelectDate.WaterMark        = "Datum eingeben";
     this.mtxtSelectDate.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.mtxtSelectDate.WaterMarkFont    = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mtxtSelectDate.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.mtxtSelectDate_KeyUp);
     this.mtxtSelectDate.Validated       += new System.EventHandler(this.mtxtSelectDate_Validated);
     //
     // xcmdShowAppointment
     //
     this.xcmdShowAppointment.Image        = global::Products.Common.Properties.Resources.open_16_metroorange;
     this.xcmdShowAppointment.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.xcmdShowAppointment.Name         = "xcmdShowAppointment";
     this.xcmdShowAppointment.Size         = new System.Drawing.Size(221, 22);
     this.xcmdShowAppointment.Text         = "Ö&ffnen";
     this.xcmdShowAppointment.Click       += new System.EventHandler(this.xcmdShowAppointment_Click);
     //
     // xcmdMoveAppointment
     //
     this.xcmdMoveAppointment.Image        = global::Products.Common.Properties.Resources.move_16_metroorange;
     this.xcmdMoveAppointment.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.xcmdMoveAppointment.Name         = "xcmdMoveAppointment";
     this.xcmdMoveAppointment.Size         = new System.Drawing.Size(221, 22);
     this.xcmdMoveAppointment.Text         = "&Verschieben (zu Mitarbeiter)";
     this.xcmdMoveAppointment.Click       += new System.EventHandler(this.xcmdMoveAppointment_Click);
     //
     // xcmdNewAppointment
     //
     this.xcmdNewAppointment.Image        = global::Products.Common.Properties.Resources.add_16_metroorange;
     this.xcmdNewAppointment.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.xcmdNewAppointment.Name         = "xcmdNewAppointment";
     this.xcmdNewAppointment.Size         = new System.Drawing.Size(221, 22);
     this.xcmdNewAppointment.Text         = "&Neu";
     this.xcmdNewAppointment.Click       += new System.EventHandler(this.xcmdNewAppointment_Click);
     //
     // xcmdDeleteAppointment
     //
     this.xcmdDeleteAppointment.Image        = global::Products.Common.Properties.Resources.delete_16_metroorange;
     this.xcmdDeleteAppointment.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.xcmdDeleteAppointment.Name         = "xcmdDeleteAppointment";
     this.xcmdDeleteAppointment.Size         = new System.Drawing.Size(221, 22);
     this.xcmdDeleteAppointment.Text         = "&Löschen";
     this.xcmdDeleteAppointment.Click       += new System.EventHandler(this.xcmdDeleteAppointment_Click);
     //
     // xcmdCalendarSettings
     //
     this.xcmdCalendarSettings.Image        = global::Products.Common.Properties.Resources.settings_a_16_metroorange;
     this.xcmdCalendarSettings.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.xcmdCalendarSettings.Name         = "xcmdCalendarSettings";
     this.xcmdCalendarSettings.Size         = new System.Drawing.Size(221, 22);
     this.xcmdCalendarSettings.Text         = "&Einstellungen";
     this.xcmdCalendarSettings.Click       += new System.EventHandler(this.xcmdCalendarSettings_Click);
     //
     // btnRefreshAppointments
     //
     this.btnRefreshAppointments.BackColor                 = System.Drawing.Color.Transparent;
     this.btnRefreshAppointments.BackgroundImage           = global::Products.Common.Properties.Resources.refresh_32_metroorange;
     this.btnRefreshAppointments.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Center;
     this.btnRefreshAppointments.FlatAppearance.BorderSize = 0;
     this.btnRefreshAppointments.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.btnRefreshAppointments.Location = new System.Drawing.Point(224, 72);
     this.btnRefreshAppointments.Margin   = new System.Windows.Forms.Padding(3, 10, 10, 10);
     this.btnRefreshAppointments.Name     = "btnRefreshAppointments";
     this.btnRefreshAppointments.Size     = new System.Drawing.Size(36, 36);
     this.btnRefreshAppointments.TabIndex = 0;
     this.tipAppointmentInfo.SetToolTip(this.btnRefreshAppointments, "David-Termine neu einlesen ...");
     this.btnRefreshAppointments.UseVisualStyleBackColor = false;
     this.btnRefreshAppointments.Click += new System.EventHandler(this.btnRefreshAppointments_Click);
     //
     // mbtnSettings
     //
     this.mbtnSettings.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.mbtnSettings.BackColor             = System.Drawing.Color.Transparent;
     this.mbtnSettings.BackgroundImage       = global::Products.Common.Properties.Resources.settings_24_metroorange;
     this.mbtnSettings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.mbtnSettings.Location              = new System.Drawing.Point(1333, 83);
     this.mbtnSettings.Name     = "mbtnSettings";
     this.mbtnSettings.Size     = new System.Drawing.Size(30, 30);
     this.mbtnSettings.TabIndex = 12;
     this.tipAppointmentInfo.SetToolTip(this.mbtnSettings, "Einstellungen");
     this.mbtnSettings.UseCustomBackColor = true;
     this.mbtnSettings.UseCustomForeColor = true;
     this.mbtnSettings.UseSelectable      = true;
     this.mbtnSettings.Click += new System.EventHandler(this.mbtnSettings_Click);
     //
     // mbtnToday
     //
     this.mbtnToday.Image    = global::Products.Common.Properties.Resources.today_24_metrowhite;
     this.mbtnToday.Location = new System.Drawing.Point(775, 116);
     this.mbtnToday.Name     = "mbtnToday";
     this.mbtnToday.Size     = new System.Drawing.Size(100, 26);
     this.mbtnToday.Style    = MetroFramework.MetroColorStyle.Orange;
     this.mbtnToday.TabIndex = 3;
     this.tipAppointmentInfo.SetToolTip(this.mbtnToday, "Heute");
     this.mbtnToday.UseCustomBackColor      = true;
     this.mbtnToday.UseCustomForeColor      = true;
     this.mbtnToday.UseSelectable           = true;
     this.mbtnToday.UseStyleColors          = true;
     this.mbtnToday.UseVisualStyleBackColor = false;
     this.mbtnToday.Click += new System.EventHandler(this.mbtnToday_Click);
     //
     // mbtnForwardOneWeek
     //
     this.mbtnForwardOneWeek.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.mbtnForwardOneWeek.Image    = global::Products.Common.Properties.Resources.arrowright_24_metrowhite;
     this.mbtnForwardOneWeek.Location = new System.Drawing.Point(881, 116);
     this.mbtnForwardOneWeek.Name     = "mbtnForwardOneWeek";
     this.mbtnForwardOneWeek.Size     = new System.Drawing.Size(482, 26);
     this.mbtnForwardOneWeek.Style    = MetroFramework.MetroColorStyle.Orange;
     this.mbtnForwardOneWeek.TabIndex = 4;
     this.tipAppointmentInfo.SetToolTip(this.mbtnForwardOneWeek, "1 Woche weiter");
     this.mbtnForwardOneWeek.UseSelectable           = true;
     this.mbtnForwardOneWeek.UseVisualStyleBackColor = true;
     this.mbtnForwardOneWeek.Click += new System.EventHandler(this.mbtnForwardOneWeek_Click);
     //
     // mbtnBackOneWeek
     //
     this.mbtnBackOneWeek.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.mbtnBackOneWeek.Image    = global::Products.Common.Properties.Resources.arrowleft_24_metrowhite;
     this.mbtnBackOneWeek.Location = new System.Drawing.Point(224, 116);
     this.mbtnBackOneWeek.Name     = "mbtnBackOneWeek";
     this.mbtnBackOneWeek.Size     = new System.Drawing.Size(545, 26);
     this.mbtnBackOneWeek.Style    = MetroFramework.MetroColorStyle.Orange;
     this.mbtnBackOneWeek.TabIndex = 2;
     this.tipAppointmentInfo.SetToolTip(this.mbtnBackOneWeek, "1 Woche zurück");
     this.mbtnBackOneWeek.UseCustomBackColor      = true;
     this.mbtnBackOneWeek.UseSelectable           = true;
     this.mbtnBackOneWeek.UseVisualStyleBackColor = true;
     this.mbtnBackOneWeek.Click += new System.EventHandler(this.mbtnBackOneWeek_Click);
     //
     // KalenderView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoValidate        = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
     this.ClientSize          = new System.Drawing.Size(1395, 911);
     this.ContextMenuStrip    = this.mctxCalendar;
     this.Controls.Add(this.mtxtSelectDate);
     this.Controls.Add(this.metroLabel1);
     this.Controls.Add(this.mbtnMarkusS);
     this.Controls.Add(this.mbtnAxel);
     this.Controls.Add(this.mbtnJohannes);
     this.Controls.Add(this.mbtnMatti);
     this.Controls.Add(this.mbtnFelix);
     this.Controls.Add(this.btnRefreshAppointments);
     this.Controls.Add(this.metroTextButton1);
     this.Controls.Add(this.mbtnSettings);
     this.Controls.Add(this.mcmdClose);
     this.Controls.Add(this.mbtnToday);
     this.Controls.Add(this.mbtnForwardOneWeek);
     this.Controls.Add(this.mbtnBackOneWeek);
     this.Controls.Add(this.mlblActiveUsers);
     this.Controls.Add(this.DateSelector);
     this.Controls.Add(this.DayViewMain);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "KalenderView";
     this.ShadowType   = MetroFramework.Forms.MetroFormShadowType.AeroShadow;
     this.Style        = MetroFramework.MetroColorStyle.Orange;
     this.Text         = "Kalender";
     this.SizeChanged += new System.EventHandler(this.KalenderView_SizeChanged);
     this.mctxCalendar.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()
 {
     Calendar.DrawTool drawTool2 = new Calendar.DrawTool();
     this.panel1         = new System.Windows.Forms.Panel();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.button2        = new System.Windows.Forms.Button();
     this.button3        = new System.Windows.Forms.Button();
     this.button4        = new System.Windows.Forms.Button();
     this.button5        = new System.Windows.Forms.Button();
     this.button6        = new System.Windows.Forms.Button();
     this.comboBox1      = new System.Windows.Forms.ComboBox();
     this.label4         = new System.Windows.Forms.Label();
     this.colorDialog1   = new System.Windows.Forms.ColorDialog();
     this.button1        = new System.Windows.Forms.Button();
     this.button7        = new System.Windows.Forms.Button();
     this.trackBar1      = new System.Windows.Forms.TrackBar();
     this.label5         = new System.Windows.Forms.Label();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.button8        = new System.Windows.Forms.Button();
     this.dayView1       = new Calendar.DayView();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll  = true;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.dayView1);
     this.panel1.Location = new System.Drawing.Point(17, 220);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1066, 406);
     this.panel1.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(330, 112);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 17);
     this.label2.TabIndex = 5;
     this.label2.Text     = "[Pointed date]";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(330, 144);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 17);
     this.label3.TabIndex = 6;
     this.label3.Text     = "[selection]";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(984, 186);
     this.button2.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(100, 28);
     this.button2.TabIndex = 7;
     this.button2.Text     = "create";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(446, 17);
     this.button3.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(100, 28);
     this.button3.TabIndex = 8;
     this.button3.Text     = "3";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(554, 17);
     this.button4.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(100, 28);
     this.button4.TabIndex = 9;
     this.button4.Text     = "5";
     this.button4.Click   += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(662, 17);
     this.button5.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(100, 28);
     this.button5.TabIndex = 10;
     this.button5.Text     = "7";
     this.button5.Click   += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(338, 17);
     this.button6.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(100, 28);
     this.button6.TabIndex = 11;
     this.button6.Text     = "1";
     this.button6.Click   += new System.EventHandler(this.button6_Click);
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Office 11",
         "Office 12"
     });
     this.comboBox1.Location              = new System.Drawing.Point(921, 17);
     this.comboBox1.Margin                = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(160, 24);
     this.comboBox1.TabIndex              = 13;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(861, 21);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(52, 17);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Theme";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(876, 186);
     this.button1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(100, 28);
     this.button1.TabIndex = 15;
     this.button1.Text     = "color";
     this.button1.Click   += new System.EventHandler(this.button1_Click_1);
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(768, 185);
     this.button7.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(100, 28);
     this.button7.TabIndex = 16;
     this.button7.Text     = "border";
     this.button7.Click   += new System.EventHandler(this.button7_Click);
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(393, 52);
     this.trackBar1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.trackBar1.Maximum  = 80;
     this.trackBar1.Minimum  = 5;
     this.trackBar1.Name     = "trackBar1";
     this.trackBar1.Size     = new System.Drawing.Size(369, 56);
     this.trackBar1.TabIndex = 17;
     this.trackBar1.Value    = 18;
     this.trackBar1.Scroll  += new System.EventHandler(this.trackBar1_Scroll);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(341, 57);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(44, 17);
     this.label5.TabIndex = 18;
     this.label5.Text     = "Zoom";
     //
     // monthCalendar1
     //
     this.monthCalendar1.Location     = new System.Drawing.Point(17, 9);
     this.monthCalendar1.Margin       = new System.Windows.Forms.Padding(12, 11, 12, 11);
     this.monthCalendar1.Name         = "monthCalendar1";
     this.monthCalendar1.TabIndex     = 19;
     this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
     //
     // button8
     //
     this.button8.Location = new System.Drawing.Point(660, 185);
     this.button8.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.button8.Name     = "button8";
     this.button8.Size     = new System.Drawing.Size(100, 28);
     this.button8.TabIndex = 20;
     this.button8.Text     = "scrollbar";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // dayView1
     //
     this.dayView1.ActiveSaturday     = true;
     this.dayView1.ActiveSunday       = true;
     drawTool2.DayView                = this.dayView1;
     this.dayView1.ActiveTool         = drawTool2;
     this.dayView1.AmPmDisplay        = false;
     this.dayView1.AppHeightMode      = Calendar.DayView.AppHeightDrawMode.EndHalfHourBlocksAll;
     this.dayView1.DaysToShow         = 3;
     this.dayView1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dayView1.DrawAllAppBorder   = false;
     this.dayView1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.dayView1.Location           = new System.Drawing.Point(0, 0);
     this.dayView1.Margin             = new System.Windows.Forms.Padding(4);
     this.dayView1.MinHalfHourApp     = false;
     this.dayView1.Name               = "dayView1";
     this.dayView1.SelectionEnd       = new System.DateTime(((long)(0)));
     this.dayView1.SelectionStart     = new System.DateTime(((long)(0)));
     this.dayView1.Size               = new System.Drawing.Size(1064, 404);
     this.dayView1.StartDate          = new System.DateTime(((long)(0)));
     this.dayView1.TabIndex           = 0;
     this.dayView1.Text               = "dayView1";
     this.dayView1.WorkingHourEnd     = 19;
     this.dayView1.WorkingHourStart   = 9;
     this.dayView1.WorkingMinuteEnd   = 0;
     this.dayView1.WorkingMinuteStart = 0;
     //
     // FrmCalender
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1100, 641);
     this.Controls.Add(this.button8);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.trackBar1);
     this.Controls.Add(this.button7);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.panel1);
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name   = "FrmCalender";
     this.Text   = "DayView";
     this.Load  += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #28
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();
            this.dayView1 = new Calendar.DayView();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.button1 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.trackBar1 = new System.Windows.Forms.TrackBar();
            this.label5 = new System.Windows.Forms.Label();
            this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
            this.button8 = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
            this.SuspendLayout();
            // 
            // dayView1
            // 
            drawTool1.DayView = this.dayView1;
            this.dayView1.ActiveTool = drawTool1;
            this.dayView1.AmPmDisplay = false;
            this.dayView1.AppHeightMode = Calendar.DayView.AppHeightDrawMode.EndHalfHourBlocksAll;
            this.dayView1.DaysToShow = 3;
            this.dayView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dayView1.DrawAllAppBorder = false;
            this.dayView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
            this.dayView1.Location = new System.Drawing.Point(0, 0);
            this.dayView1.MinHalfHourApp = false;
            this.dayView1.Name = "dayView1";
            this.dayView1.SelectionEnd = new System.DateTime(((long)(0)));
            this.dayView1.SelectionStart = new System.DateTime(((long)(0)));
            this.dayView1.Size = new System.Drawing.Size(1062, 328);
            this.dayView1.StartDate = new System.DateTime(((long)(0)));
            this.dayView1.TabIndex = 0;
            this.dayView1.Text = "dayView1";
            this.dayView1.WorkingHourEnd = 19;
            this.dayView1.WorkingHourStart = 9;
            this.dayView1.WorkingMinuteEnd = 0;
            this.dayView1.WorkingMinuteStart = 0;
            // 
            // panel1
            // 
            this.panel1.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.panel1.AutoScroll = true;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.dayView1);
            this.panel1.Location = new System.Drawing.Point(13, 179);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1064, 330);
            this.panel1.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(9, 89);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(73, 13);
            this.label2.TabIndex = 5;
            this.label2.Text = "[Pointed date]";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(9, 115);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(55, 13);
            this.label3.TabIndex = 6;
            this.label3.Text = "[selection]";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(738, 151);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 7;
            this.button2.Text = "create";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(96, 12);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 8;
            this.button3.Text = "3";
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(177, 12);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 9;
            this.button4.Text = "5";
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(258, 12);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 10;
            this.button5.Text = "7";
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(15, 12);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(75, 23);
            this.button6.TabIndex = 11;
            this.button6.Text = "1";
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "Office 11",
            "Office 12"});
            this.comboBox1.Location = new System.Drawing.Point(691, 14);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 21);
            this.comboBox1.TabIndex = 13;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(646, 17);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(40, 13);
            this.label4.TabIndex = 14;
            this.label4.Text = "Theme";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(657, 151);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 15;
            this.button1.Text = "color";
            this.button1.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(576, 150);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(75, 23);
            this.button7.TabIndex = 16;
            this.button7.Text = "border";
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // trackBar1
            // 
            this.trackBar1.Location = new System.Drawing.Point(56, 41);
            this.trackBar1.Maximum = 80;
            this.trackBar1.Minimum = 5;
            this.trackBar1.Name = "trackBar1";
            this.trackBar1.Size = new System.Drawing.Size(277, 45);
            this.trackBar1.TabIndex = 17;
            this.trackBar1.Value = 18;
            this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(17, 45);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(34, 13);
            this.label5.TabIndex = 18;
            this.label5.Text = "Zoom";
            // 
            // monthCalendar1
            // 
            this.monthCalendar1.Location = new System.Drawing.Point(844, 11);
            this.monthCalendar1.Name = "monthCalendar1";
            this.monthCalendar1.TabIndex = 19;
            this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(495, 150);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(75, 23);
            this.button8.TabIndex = 20;
            this.button8.Text = "scrollbar";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1089, 521);
            this.Controls.Add(this.button8);
            this.Controls.Add(this.monthCalendar1);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.trackBar1);
            this.Controls.Add(this.button7);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.panel1);
            this.Name = "Form1";
            this.Text = "DayView";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #29
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 drawTool4 = new Calendar.DrawTool();
     this.dayView1       = new Calendar.DayView();
     this.panel1         = new System.Windows.Forms.Panel();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.button2        = new System.Windows.Forms.Button();
     this.button3        = new System.Windows.Forms.Button();
     this.button4        = new System.Windows.Forms.Button();
     this.button5        = new System.Windows.Forms.Button();
     this.button6        = new System.Windows.Forms.Button();
     this.comboBox1      = new System.Windows.Forms.ComboBox();
     this.label4         = new System.Windows.Forms.Label();
     this.colorDialog1   = new System.Windows.Forms.ColorDialog();
     this.button1        = new System.Windows.Forms.Button();
     this.button7        = new System.Windows.Forms.Button();
     this.trackBar1      = new System.Windows.Forms.TrackBar();
     this.label5         = new System.Windows.Forms.Label();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.SuspendLayout();
     //
     // dayView1
     //
     drawTool4.DayView            = this.dayView1;
     this.dayView1.ActiveTool     = drawTool4;
     this.dayView1.DaysToShow     = 3;
     this.dayView1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.dayView1.Font           = new System.Drawing.Font("Segoe UI", 8F);
     this.dayView1.Location       = new System.Drawing.Point(0, 0);
     this.dayView1.Name           = "dayView1";
     this.dayView1.SelectionEnd   = new System.DateTime(((long)(0)));
     this.dayView1.SelectionStart = new System.DateTime(((long)(0)));
     this.dayView1.Size           = new System.Drawing.Size(798, 328);
     this.dayView1.StartDate      = new System.DateTime(((long)(0)));
     this.dayView1.TabIndex       = 0;
     this.dayView1.Text           = "dayView1";
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll  = true;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.dayView1);
     this.panel1.Location = new System.Drawing.Point(13, 179);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(800, 330);
     this.panel1.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(189, 89);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(76, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "[Pointed date]";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(189, 115);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(57, 13);
     this.label3.TabIndex = 6;
     this.label3.Text     = "[selection]";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(738, 151);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 7;
     this.button2.Text     = "create";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(276, 12);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 8;
     this.button3.Text     = "3";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(357, 12);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 9;
     this.button4.Text     = "5";
     this.button4.Click   += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(438, 12);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(75, 23);
     this.button5.TabIndex = 10;
     this.button5.Text     = "7";
     this.button5.Click   += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(195, 12);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(75, 23);
     this.button6.TabIndex = 11;
     this.button6.Text     = "1";
     this.button6.Click   += new System.EventHandler(this.button6_Click);
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Office 11",
         "Office 12"
     });
     this.comboBox1.Location              = new System.Drawing.Point(691, 14);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex              = 13;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(646, 17);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(39, 13);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Theme";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(657, 151);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 15;
     this.button1.Text     = "color";
     this.button1.Click   += new System.EventHandler(this.button1_Click_1);
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(576, 150);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(75, 23);
     this.button7.TabIndex = 16;
     this.button7.Text     = "border";
     this.button7.Click   += new System.EventHandler(this.button7_Click);
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(236, 41);
     this.trackBar1.Maximum  = 80;
     this.trackBar1.Minimum  = 5;
     this.trackBar1.Name     = "trackBar1";
     this.trackBar1.Size     = new System.Drawing.Size(277, 45);
     this.trackBar1.TabIndex = 17;
     this.trackBar1.Value    = 18;
     this.trackBar1.Scroll  += new System.EventHandler(this.trackBar1_Scroll);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(197, 45);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(33, 13);
     this.label5.TabIndex = 18;
     this.label5.Text     = "Zoom";
     //
     // monthCalendar1
     //
     this.monthCalendar1.Location     = new System.Drawing.Point(13, 7);
     this.monthCalendar1.Name         = "monthCalendar1";
     this.monthCalendar1.TabIndex     = 19;
     this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
     //
     // Calendar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(825, 521);
     this.Controls.Add(this.monthCalendar1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.trackBar1);
     this.Controls.Add(this.button7);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.panel1);
     this.Name  = "Calendar";
     this.Text  = "Calendar";
     this.Load += new System.EventHandler(this.Calendar_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #30
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.dayView1       = new Calendar.DayView();
     this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
     this.lstTypeOfScan  = new System.Windows.Forms.CheckedListBox();
     this.toolStrip1     = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownButtonViewType = new System.Windows.Forms.ToolStripDropDownButton();
     this.dayViewToolStripMenuItem5Days   = new System.Windows.Forms.ToolStripMenuItem();
     this.dayViewToolStripMenuItem7Days   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripButtonTeamView         = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDayView          = new System.Windows.Forms.ToolStripButton();
     this.ApmAddBtn       = new System.Windows.Forms.Button();
     this.monthCalendar2  = new System.Windows.Forms.MonthCalendar();
     this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.label3          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.specialCheckBox = new System.Windows.Forms.CheckBox();
     this.noonCheckBox    = new System.Windows.Forms.CheckBox();
     this.morningCheckBox = new System.Windows.Forms.CheckBox();
     this.ScanSchBtn      = new System.Windows.Forms.Button();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // dayView1
     //
     drawTool1.DayView        = this.dayView1;
     this.dayView1.ActiveTool = drawTool1;
     this.dayView1.AlwaysShowAppointmentText = true;
     this.dayView1.AmPmDisplay               = false;
     this.dayView1.ContextMenuAllDay         = null;
     this.dayView1.ContextMenuDiary          = null;
     this.dayView1.ContextMenuHeader         = null;
     this.dayView1.DrawAllAppointmentBorders = false;
     this.dayView1.Font                   = new System.Drawing.Font("Segoe UI", 8F);
     this.dayView1.Location               = new System.Drawing.Point(315, 28);
     this.dayView1.Name                   = "dayView1";
     this.dayView1.SelectedAppointment    = null;
     this.dayView1.SelectionEnd           = new System.DateTime(((long)(0)));
     this.dayView1.SelectionStart         = new System.DateTime(((long)(0)));
     this.dayView1.ShowMinutes            = true;
     this.dayView1.Size                   = new System.Drawing.Size(592, 532);
     this.dayView1.StartDate              = new System.DateTime(((long)(0)));
     this.dayView1.TabIndex               = 2;
     this.dayView1.Text                   = "dayView1";
     this.dayView1.ResolveAppointments   += new Calendar.ResolveAppointmentsEventHandler(this.dayView1_ResolveAppointments);
     this.dayView1.BeforeAppointmentMove += new Calendar.BeforeMoveAppointmentEventHandler(this.dayView1_BeforeAppointmentMove);
     this.dayView1.MultiCount            += new Calendar.MultiCountEventHandler(this.dayView1_MultiCount);
     this.dayView1.MultiHeader           += new Calendar.MultiGetEventHandler(this.dayView1_MultiHeader);
     this.dayView1.ToolTipShow           += new Calendar.TooltipEventHandler(this.dayView1_ToolTipShow);
     this.dayView1.WorkingHours          += new Calendar.WorkingHoursEventHandler(this.dayView1_WorkingHours);
     //
     // monthCalendar1
     //
     this.monthCalendar1.Location     = new System.Drawing.Point(82, 125);
     this.monthCalendar1.Name         = "monthCalendar1";
     this.monthCalendar1.TabIndex     = 1;
     this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
     //
     // lstTypeOfScan
     //
     this.lstTypeOfScan.FormattingEnabled = true;
     this.lstTypeOfScan.Items.AddRange(new object[] {
         "CT_1",
         "CT_2",
         "MRI",
         "Ultrasound"
     });
     this.lstTypeOfScan.Location              = new System.Drawing.Point(82, 451);
     this.lstTypeOfScan.Name                  = "lstTypeOfScan";
     this.lstTypeOfScan.Size                  = new System.Drawing.Size(113, 109);
     this.lstTypeOfScan.TabIndex              = 3;
     this.lstTypeOfScan.SelectedIndexChanged += new System.EventHandler(this.lstTypeOfScan_SelectedIndexChanged);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripDropDownButtonViewType,
         this.toolStripButtonTeamView,
         this.toolStripButtonDayView
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(910, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripDropDownButtonViewType
     //
     this.toolStripDropDownButtonViewType.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButtonViewType.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dayViewToolStripMenuItem5Days,
         this.dayViewToolStripMenuItem7Days
     });
     this.toolStripDropDownButtonViewType.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButtonViewType.Image")));
     this.toolStripDropDownButtonViewType.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButtonViewType.Name = "toolStripDropDownButtonViewType";
     this.toolStripDropDownButtonViewType.Size = new System.Drawing.Size(45, 22);
     this.toolStripDropDownButtonViewType.Text = "Days";
     //
     // dayViewToolStripMenuItem5Days
     //
     this.dayViewToolStripMenuItem5Days.Name   = "dayViewToolStripMenuItem5Days";
     this.dayViewToolStripMenuItem5Days.Size   = new System.Drawing.Size(108, 22);
     this.dayViewToolStripMenuItem5Days.Text   = "5 Days";
     this.dayViewToolStripMenuItem5Days.Click += new System.EventHandler(this.dayViewToolStripMenuItem5Days_Click);
     //
     // dayViewToolStripMenuItem7Days
     //
     this.dayViewToolStripMenuItem7Days.Name   = "dayViewToolStripMenuItem7Days";
     this.dayViewToolStripMenuItem7Days.Size   = new System.Drawing.Size(108, 22);
     this.dayViewToolStripMenuItem7Days.Text   = "7 Days";
     this.dayViewToolStripMenuItem7Days.Click += new System.EventHandler(this.teamViewToolStripMenuItem7Days_Click);
     //
     // toolStripButtonTeamView
     //
     this.toolStripButtonTeamView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButtonTeamView.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonTeamView.Image")));
     this.toolStripButtonTeamView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonTeamView.Name   = "toolStripButtonTeamView";
     this.toolStripButtonTeamView.Size   = new System.Drawing.Size(53, 22);
     this.toolStripButtonTeamView.Text   = "Scanner";
     this.toolStripButtonTeamView.Click += new System.EventHandler(this.toolStripButtonTeamView_Click);
     //
     // toolStripButtonDayView
     //
     this.toolStripButtonDayView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButtonDayView.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDayView.Image")));
     this.toolStripButtonDayView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDayView.Name   = "toolStripButtonDayView";
     this.toolStripButtonDayView.Size   = new System.Drawing.Size(31, 22);
     this.toolStripButtonDayView.Text   = "Day";
     this.toolStripButtonDayView.Click += new System.EventHandler(this.toolStripButtonDayView_Click);
     //
     // ApmAddBtn
     //
     this.ApmAddBtn.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ApmAddBtn.Font                    = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ApmAddBtn.Location                = new System.Drawing.Point(4, 28);
     this.ApmAddBtn.Name                    = "ApmAddBtn";
     this.ApmAddBtn.Size                    = new System.Drawing.Size(76, 61);
     this.ApmAddBtn.TabIndex                = 5;
     this.ApmAddBtn.Text                    = "เพิ่มการ\r\nนัดหมาย";
     this.ApmAddBtn.UseVisualStyleBackColor = true;
     this.ApmAddBtn.Click                  += new System.EventHandler(this.button1_Click);
     //
     // monthCalendar2
     //
     this.monthCalendar2.Location     = new System.Drawing.Point(82, 286);
     this.monthCalendar2.Name         = "monthCalendar2";
     this.monthCalendar2.ShowToday    = false;
     this.monthCalendar2.TabIndex     = 6;
     this.monthCalendar2.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar2_DateChanged);
     //
     // checkedListBox1
     //
     this.checkedListBox1.FormattingEnabled = true;
     this.checkedListBox1.Location          = new System.Drawing.Point(196, 451);
     this.checkedListBox1.Name     = "checkedListBox1";
     this.checkedListBox1.Size     = new System.Drawing.Size(113, 109);
     this.checkedListBox1.TabIndex = 7;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.specialCheckBox);
     this.groupBox1.Controls.Add(this.noonCheckBox);
     this.groupBox1.Controls.Add(this.morningCheckBox);
     this.groupBox1.Location = new System.Drawing.Point(82, 28);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(227, 95);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "การนัดตรวจ";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(186, 45);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(16, 13);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "...";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(186, 69);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(16, 13);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "...";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(186, 21);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(16, 13);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "...";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // specialCheckBox
     //
     this.specialCheckBox.AutoSize  = true;
     this.specialCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.specialCheckBox.Location  = new System.Drawing.Point(6, 69);
     this.specialCheckBox.Name      = "specialCheckBox";
     this.specialCheckBox.Size      = new System.Drawing.Size(101, 18);
     this.specialCheckBox.TabIndex  = 2;
     this.specialCheckBox.Text      = "นัดตรวจพิเศษ";
     this.specialCheckBox.UseVisualStyleBackColor = true;
     //
     // noonCheckBox
     //
     this.noonCheckBox.AutoSize  = true;
     this.noonCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.noonCheckBox.Location  = new System.Drawing.Point(6, 45);
     this.noonCheckBox.Name      = "noonCheckBox";
     this.noonCheckBox.Size      = new System.Drawing.Size(91, 18);
     this.noonCheckBox.TabIndex  = 1;
     this.noonCheckBox.Text      = "นัดตรวจบ่าย";
     this.noonCheckBox.UseVisualStyleBackColor = true;
     //
     // morningCheckBox
     //
     this.morningCheckBox.AutoSize  = true;
     this.morningCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.morningCheckBox.Location  = new System.Drawing.Point(6, 21);
     this.morningCheckBox.Name      = "morningCheckBox";
     this.morningCheckBox.Size      = new System.Drawing.Size(89, 18);
     this.morningCheckBox.TabIndex  = 0;
     this.morningCheckBox.Text      = "นัดตรวจเช้า";
     this.morningCheckBox.UseVisualStyleBackColor = true;
     //
     // ScanSchBtn
     //
     this.ScanSchBtn.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ScanSchBtn.Font                    = new System.Drawing.Font("Cambria", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ScanSchBtn.Location                = new System.Drawing.Point(4, 95);
     this.ScanSchBtn.Name                    = "ScanSchBtn";
     this.ScanSchBtn.Size                    = new System.Drawing.Size(76, 75);
     this.ScanSchBtn.TabIndex                = 9;
     this.ScanSchBtn.Text                    = "จัดการขอบเขตการนัดหมาย";
     this.ScanSchBtn.UseVisualStyleBackColor = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(910, 571);
     this.Controls.Add(this.ScanSchBtn);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.checkedListBox1);
     this.Controls.Add(this.monthCalendar2);
     this.Controls.Add(this.ApmAddBtn);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.lstTypeOfScan);
     this.Controls.Add(this.dayView1);
     this.Controls.Add(this.monthCalendar1);
     this.Name = "MainForm";
     this.Text = "ระบบจัดการการนัดหมาย";
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }