Ejemplo n.º 1
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormScheduleDayEdit));
			this.labelDate = new System.Windows.Forms.Label();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.listEmp = new System.Windows.Forms.ListBox();
			this.butProvNote = new OpenDental.UI.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.listProv = new System.Windows.Forms.ListBox();
			this.butAddTime = new OpenDental.UI.Button();
			this.label2 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.butHoliday = new OpenDental.UI.Button();
			this.butNote = new OpenDental.UI.Button();
			this.gridMain = new OpenDental.UI.ODGrid();
			this.comboProv = new System.Windows.Forms.ComboBox();
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.graphScheduleDay = new OpenDental.GraphScheduleDay();
			this.butOK = new OpenDental.UI.Button();
			this.butCloseOffice = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.groupBox3.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.tabControl1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.tabPage2.SuspendLayout();
			this.SuspendLayout();
			// 
			// labelDate
			// 
			this.labelDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelDate.Location = new System.Drawing.Point(10, 12);
			this.labelDate.Name = "labelDate";
			this.labelDate.Size = new System.Drawing.Size(263, 23);
			this.labelDate.TabIndex = 9;
			this.labelDate.Text = "labelDate";
			// 
			// 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.listEmp);
			this.groupBox3.Controls.Add(this.butProvNote);
			this.groupBox3.Controls.Add(this.label1);
			this.groupBox3.Controls.Add(this.listProv);
			this.groupBox3.Controls.Add(this.butAddTime);
			this.groupBox3.Location = new System.Drawing.Point(819, 45);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(179, 463);
			this.groupBox3.TabIndex = 12;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Add Time Block";
			// 
			// listEmp
			// 
			this.listEmp.FormattingEnabled = true;
			this.listEmp.Location = new System.Drawing.Point(93, 49);
			this.listEmp.Name = "listEmp";
			this.listEmp.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listEmp.Size = new System.Drawing.Size(80, 329);
			this.listEmp.TabIndex = 6;
			// 
			// butProvNote
			// 
			this.butProvNote.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butProvNote.Autosize = true;
			this.butProvNote.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butProvNote.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butProvNote.CornerRadius = 4F;
			this.butProvNote.Location = new System.Drawing.Point(47, 424);
			this.butProvNote.Name = "butProvNote";
			this.butProvNote.Size = new System.Drawing.Size(80, 24);
			this.butProvNote.TabIndex = 15;
			this.butProvNote.Text = "Note";
			this.butProvNote.Click += new System.EventHandler(this.butProvNote_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(2, 17);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(170, 30);
			this.label1.TabIndex = 7;
			this.label1.Text = "Select One or More Providers or Employees";
			// 
			// listProv
			// 
			this.listProv.FormattingEnabled = true;
			this.listProv.Location = new System.Drawing.Point(7, 49);
			this.listProv.Name = "listProv";
			this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listProv.Size = new System.Drawing.Size(80, 329);
			this.listProv.TabIndex = 6;
			// 
			// butAddTime
			// 
			this.butAddTime.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAddTime.Autosize = true;
			this.butAddTime.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAddTime.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAddTime.CornerRadius = 4F;
			this.butAddTime.Image = global::OpenDental.Properties.Resources.Add;
			this.butAddTime.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAddTime.Location = new System.Drawing.Point(47, 391);
			this.butAddTime.Name = "butAddTime";
			this.butAddTime.Size = new System.Drawing.Size(80, 24);
			this.butAddTime.TabIndex = 4;
			this.butAddTime.Text = "&Add";
			this.butAddTime.Click += new System.EventHandler(this.butAddTime_Click);
			// 
			// label2
			// 
			this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label2.Location = new System.Drawing.Point(12, 642);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(518, 44);
			this.label2.TabIndex = 14;
			this.label2.Text = resources.GetString("label2.Text");
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox1.Controls.Add(this.butHoliday);
			this.groupBox1.Controls.Add(this.butNote);
			this.groupBox1.Location = new System.Drawing.Point(854, 551);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(110, 89);
			this.groupBox1.TabIndex = 15;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Practice";
			// 
			// butHoliday
			// 
			this.butHoliday.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butHoliday.Autosize = true;
			this.butHoliday.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butHoliday.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butHoliday.CornerRadius = 4F;
			this.butHoliday.Location = new System.Drawing.Point(14, 53);
			this.butHoliday.Name = "butHoliday";
			this.butHoliday.Size = new System.Drawing.Size(80, 24);
			this.butHoliday.TabIndex = 15;
			this.butHoliday.Text = "Holiday";
			this.butHoliday.Click += new System.EventHandler(this.butHoliday_Click);
			// 
			// butNote
			// 
			this.butNote.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butNote.Autosize = true;
			this.butNote.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butNote.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butNote.CornerRadius = 4F;
			this.butNote.Location = new System.Drawing.Point(14, 20);
			this.butNote.Name = "butNote";
			this.butNote.Size = new System.Drawing.Size(80, 24);
			this.butNote.TabIndex = 14;
			this.butNote.Text = "Note";
			this.butNote.Click += new System.EventHandler(this.butNote_Click);
			// 
			// gridMain
			// 
			this.gridMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.gridMain.HScrollVisible = false;
			this.gridMain.Location = new System.Drawing.Point(3, 3);
			this.gridMain.Name = "gridMain";
			this.gridMain.ScrollValue = 0;
			this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridMain.Size = new System.Drawing.Size(787, 575);
			this.gridMain.TabIndex = 8;
			this.gridMain.Title = "Edit Day";
			this.gridMain.TranslationName = null;
			this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
			// 
			// comboProv
			// 
			this.comboProv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProv.Location = new System.Drawing.Point(12, 685);
			this.comboProv.Name = "comboProv";
			this.comboProv.Size = new System.Drawing.Size(121, 21);
			this.comboProv.TabIndex = 16;
			// 
			// tabControl1
			// 
			this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.tabControl1.Controls.Add(this.tabPage1);
			this.tabControl1.Controls.Add(this.tabPage2);
			this.tabControl1.Location = new System.Drawing.Point(12, 32);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(801, 607);
			this.tabControl1.TabIndex = 17;
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.gridMain);
			this.tabPage1.Location = new System.Drawing.Point(4, 22);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage1.Size = new System.Drawing.Size(793, 581);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "List";
			this.tabPage1.UseVisualStyleBackColor = true;
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.graphScheduleDay);
			this.tabPage2.Location = new System.Drawing.Point(4, 22);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage2.Size = new System.Drawing.Size(793, 581);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "Graph";
			this.tabPage2.UseVisualStyleBackColor = true;
			// 
			// graphScheduleDay
			// 
			this.graphScheduleDay.BarHeightPixels = 17;
			this.graphScheduleDay.BarSpacingPixels = 3;
			this.graphScheduleDay.Dock = System.Windows.Forms.DockStyle.Fill;
			this.graphScheduleDay.EmployeeBarColor = System.Drawing.Color.LightSkyBlue;
			this.graphScheduleDay.EmployeeTextColor = System.Drawing.Color.Black;
			this.graphScheduleDay.EndHour = 19;
			this.graphScheduleDay.ExteriorPaddingPixels = 11;
			this.graphScheduleDay.GraphBackColor = System.Drawing.Color.White;
			this.graphScheduleDay.LineWidthPixels = 1;
			this.graphScheduleDay.Location = new System.Drawing.Point(3, 3);
			this.graphScheduleDay.Name = "graphScheduleDay";
			this.graphScheduleDay.PracticeBarColor = System.Drawing.Color.Salmon;
			this.graphScheduleDay.PracticeTextColor = System.Drawing.Color.Black;
			this.graphScheduleDay.ProviderBarColor = System.Drawing.Color.LightGreen;
			this.graphScheduleDay.ProviderTextColor = System.Drawing.Color.Black;
			this.graphScheduleDay.Size = new System.Drawing.Size(787, 575);
			this.graphScheduleDay.StartHour = 4;
			this.graphScheduleDay.TabIndex = 0;
			this.graphScheduleDay.TickHeightPixels = 5;
			this.graphScheduleDay.XAxisBackColor = System.Drawing.Color.White;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(819, 680);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 24);
			this.butOK.TabIndex = 13;
			this.butOK.Text = "OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCloseOffice
			// 
			this.butCloseOffice.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCloseOffice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCloseOffice.Autosize = true;
			this.butCloseOffice.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCloseOffice.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCloseOffice.CornerRadius = 4F;
			this.butCloseOffice.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butCloseOffice.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butCloseOffice.Location = new System.Drawing.Point(866, 521);
			this.butCloseOffice.Name = "butCloseOffice";
			this.butCloseOffice.Size = new System.Drawing.Size(80, 24);
			this.butCloseOffice.TabIndex = 5;
			this.butCloseOffice.Text = "Delete";
			this.butCloseOffice.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(906, 680);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 24);
			this.butCancel.TabIndex = 2;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormScheduleDayEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(1003, 720);
			this.Controls.Add(this.tabControl1);
			this.Controls.Add(this.comboProv);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.labelDate);
			this.Controls.Add(this.butCloseOffice);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormScheduleDayEdit";
			this.ShowInTaskbar = false;
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Day";
			this.Load += new System.EventHandler(this.FormScheduleDay_Load);
			this.groupBox3.ResumeLayout(false);
			this.groupBox1.ResumeLayout(false);
			this.tabControl1.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);
			this.tabPage2.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormScheduleDayEdit));
     this.labelDate        = new System.Windows.Forms.Label();
     this.groupBox3        = new System.Windows.Forms.GroupBox();
     this.listEmp          = new System.Windows.Forms.ListBox();
     this.butProvNote      = new OpenDental.UI.Button();
     this.label1           = new System.Windows.Forms.Label();
     this.listProv         = new System.Windows.Forms.ListBox();
     this.butAddTime       = new OpenDental.UI.Button();
     this.label2           = new System.Windows.Forms.Label();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.butHoliday       = new OpenDental.UI.Button();
     this.butNote          = new OpenDental.UI.Button();
     this.gridMain         = new OpenDental.UI.ODGrid();
     this.comboProv        = new System.Windows.Forms.ComboBox();
     this.tabControl1      = new System.Windows.Forms.TabControl();
     this.tabPage1         = new System.Windows.Forms.TabPage();
     this.tabPage2         = new System.Windows.Forms.TabPage();
     this.graphScheduleDay = new OpenDental.GraphScheduleDay();
     this.butOK            = new OpenDental.UI.Button();
     this.butCloseOffice   = new OpenDental.UI.Button();
     this.butCancel        = new OpenDental.UI.Button();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // labelDate
     //
     this.labelDate.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelDate.Location = new System.Drawing.Point(10, 12);
     this.labelDate.Name     = "labelDate";
     this.labelDate.Size     = new System.Drawing.Size(263, 23);
     this.labelDate.TabIndex = 9;
     this.labelDate.Text     = "labelDate";
     //
     // 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.listEmp);
     this.groupBox3.Controls.Add(this.butProvNote);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.listProv);
     this.groupBox3.Controls.Add(this.butAddTime);
     this.groupBox3.Location = new System.Drawing.Point(819, 45);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(179, 463);
     this.groupBox3.TabIndex = 12;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Add Time Block";
     //
     // listEmp
     //
     this.listEmp.FormattingEnabled = true;
     this.listEmp.Location          = new System.Drawing.Point(93, 49);
     this.listEmp.Name          = "listEmp";
     this.listEmp.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listEmp.Size          = new System.Drawing.Size(80, 329);
     this.listEmp.TabIndex      = 6;
     //
     // butProvNote
     //
     this.butProvNote.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butProvNote.Autosize            = true;
     this.butProvNote.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butProvNote.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butProvNote.CornerRadius        = 4F;
     this.butProvNote.Location            = new System.Drawing.Point(47, 424);
     this.butProvNote.Name     = "butProvNote";
     this.butProvNote.Size     = new System.Drawing.Size(80, 24);
     this.butProvNote.TabIndex = 15;
     this.butProvNote.Text     = "Note";
     this.butProvNote.Click   += new System.EventHandler(this.butProvNote_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(2, 17);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(170, 30);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Select One or More Providers or Employees";
     //
     // listProv
     //
     this.listProv.FormattingEnabled = true;
     this.listProv.Location          = new System.Drawing.Point(7, 49);
     this.listProv.Name          = "listProv";
     this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listProv.Size          = new System.Drawing.Size(80, 329);
     this.listProv.TabIndex      = 6;
     //
     // butAddTime
     //
     this.butAddTime.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAddTime.Autosize            = true;
     this.butAddTime.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAddTime.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAddTime.CornerRadius        = 4F;
     this.butAddTime.Image      = global::OpenDental.Properties.Resources.Add;
     this.butAddTime.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAddTime.Location   = new System.Drawing.Point(47, 391);
     this.butAddTime.Name       = "butAddTime";
     this.butAddTime.Size       = new System.Drawing.Size(80, 24);
     this.butAddTime.TabIndex   = 4;
     this.butAddTime.Text       = "&Add";
     this.butAddTime.Click     += new System.EventHandler(this.butAddTime_Click);
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location = new System.Drawing.Point(12, 642);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(518, 44);
     this.label2.TabIndex = 14;
     this.label2.Text     = resources.GetString("label2.Text");
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.butHoliday);
     this.groupBox1.Controls.Add(this.butNote);
     this.groupBox1.Location = new System.Drawing.Point(854, 551);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(110, 89);
     this.groupBox1.TabIndex = 15;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Practice";
     //
     // butHoliday
     //
     this.butHoliday.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butHoliday.Autosize            = true;
     this.butHoliday.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butHoliday.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butHoliday.CornerRadius        = 4F;
     this.butHoliday.Location            = new System.Drawing.Point(14, 53);
     this.butHoliday.Name     = "butHoliday";
     this.butHoliday.Size     = new System.Drawing.Size(80, 24);
     this.butHoliday.TabIndex = 15;
     this.butHoliday.Text     = "Holiday";
     this.butHoliday.Click   += new System.EventHandler(this.butHoliday_Click);
     //
     // butNote
     //
     this.butNote.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butNote.Autosize            = true;
     this.butNote.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butNote.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butNote.CornerRadius        = 4F;
     this.butNote.Location            = new System.Drawing.Point(14, 20);
     this.butNote.Name     = "butNote";
     this.butNote.Size     = new System.Drawing.Size(80, 24);
     this.butNote.TabIndex = 14;
     this.butNote.Text     = "Note";
     this.butNote.Click   += new System.EventHandler(this.butNote_Click);
     //
     // gridMain
     //
     this.gridMain.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.gridMain.HScrollVisible   = false;
     this.gridMain.Location         = new System.Drawing.Point(3, 3);
     this.gridMain.Name             = "gridMain";
     this.gridMain.ScrollValue      = 0;
     this.gridMain.SelectionMode    = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridMain.Size             = new System.Drawing.Size(787, 575);
     this.gridMain.TabIndex         = 8;
     this.gridMain.Title            = "Edit Day";
     this.gridMain.TranslationName  = null;
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // comboProv
     //
     this.comboProv.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProv.Location      = new System.Drawing.Point(12, 685);
     this.comboProv.Name          = "comboProv";
     this.comboProv.Size          = new System.Drawing.Size(121, 21);
     this.comboProv.TabIndex      = 16;
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(12, 32);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(801, 607);
     this.tabControl1.TabIndex      = 17;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.gridMain);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(793, 581);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "List";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.graphScheduleDay);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(793, 581);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Graph";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // graphScheduleDay
     //
     this.graphScheduleDay.BarHeightPixels       = 17;
     this.graphScheduleDay.BarSpacingPixels      = 3;
     this.graphScheduleDay.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.graphScheduleDay.EmployeeBarColor      = System.Drawing.Color.LightSkyBlue;
     this.graphScheduleDay.EmployeeTextColor     = System.Drawing.Color.Black;
     this.graphScheduleDay.EndHour               = 19;
     this.graphScheduleDay.ExteriorPaddingPixels = 11;
     this.graphScheduleDay.GraphBackColor        = System.Drawing.Color.White;
     this.graphScheduleDay.LineWidthPixels       = 1;
     this.graphScheduleDay.Location              = new System.Drawing.Point(3, 3);
     this.graphScheduleDay.Name                  = "graphScheduleDay";
     this.graphScheduleDay.PracticeBarColor      = System.Drawing.Color.Salmon;
     this.graphScheduleDay.PracticeTextColor     = System.Drawing.Color.Black;
     this.graphScheduleDay.ProviderBarColor      = System.Drawing.Color.LightGreen;
     this.graphScheduleDay.ProviderTextColor     = System.Drawing.Color.Black;
     this.graphScheduleDay.Size                  = new System.Drawing.Size(787, 575);
     this.graphScheduleDay.StartHour             = 4;
     this.graphScheduleDay.TabIndex              = 0;
     this.graphScheduleDay.TickHeightPixels      = 5;
     this.graphScheduleDay.XAxisBackColor        = System.Drawing.Color.White;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(819, 680);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 13;
     this.butOK.Text         = "OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCloseOffice
     //
     this.butCloseOffice.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCloseOffice.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCloseOffice.Autosize     = true;
     this.butCloseOffice.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCloseOffice.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCloseOffice.CornerRadius = 4F;
     this.butCloseOffice.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butCloseOffice.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butCloseOffice.Location     = new System.Drawing.Point(866, 521);
     this.butCloseOffice.Name         = "butCloseOffice";
     this.butCloseOffice.Size         = new System.Drawing.Size(80, 24);
     this.butCloseOffice.TabIndex     = 5;
     this.butCloseOffice.Text         = "Delete";
     this.butCloseOffice.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(906, 680);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 2;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // FormScheduleDayEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1003, 720);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.comboProv);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.labelDate);
     this.Controls.Add(this.butCloseOffice);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormScheduleDayEdit";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Day";
     this.Load         += new System.EventHandler(this.FormScheduleDay_Load);
     this.groupBox3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }