Пример #1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout));
     this.labelVersion        = new System.Windows.Forms.Label();
     this.butClose            = new OpenDental.UI.Button();
     this.labelCopyright      = new System.Windows.Forms.Label();
     this.labelMySQLCopyright = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.butLicense        = new OpenDental.UI.Button();
     this.label9            = new System.Windows.Forms.Label();
     this.labelName         = new System.Windows.Forms.Label();
     this.labelService      = new System.Windows.Forms.Label();
     this.labelMySqlVersion = new System.Windows.Forms.Label();
     this.labelServComment  = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.labelMachineName  = new System.Windows.Forms.Label();
     this.pictureOpenDental = new OpenDental.UI.ODPictureBox();
     this.butDiagnostics    = new OpenDental.UI.Button();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // labelVersion
     //
     this.labelVersion.Location  = new System.Drawing.Point(257, 20);
     this.labelVersion.Name      = "labelVersion";
     this.labelVersion.Size      = new System.Drawing.Size(229, 20);
     this.labelVersion.TabIndex  = 1;
     this.labelVersion.Text      = "Version:";
     this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // butClose
     //
     this.butClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.butClose.Location     = new System.Drawing.Point(541, 284);
     this.butClose.Name         = "butClose";
     this.butClose.Size         = new System.Drawing.Size(75, 25);
     this.butClose.TabIndex     = 2;
     this.butClose.Text         = "&Close";
     this.butClose.Click       += new System.EventHandler(this.butClose_Click);
     //
     // labelCopyright
     //
     this.labelCopyright.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelCopyright.Location  = new System.Drawing.Point(12, 248);
     this.labelCopyright.Name      = "labelCopyright";
     this.labelCopyright.Size      = new System.Drawing.Size(550, 20);
     this.labelCopyright.TabIndex  = 3;
     this.labelCopyright.Text      = "This program Copyright 2003-2007, Jordan S. Sparks, D.M.D.";
     this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelMySQLCopyright
     //
     this.labelMySQLCopyright.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelMySQLCopyright.Location  = new System.Drawing.Point(12, 292);
     this.labelMySQLCopyright.Name      = "labelMySQLCopyright";
     this.labelMySQLCopyright.Size      = new System.Drawing.Size(433, 20);
     this.labelMySQLCopyright.TabIndex  = 6;
     this.labelMySQLCopyright.Text      = "MySQL - Copyright 1995-2007, www.mysql.com";
     this.labelMySQLCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.Location = new System.Drawing.Point(12, 229);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(549, 20);
     this.label4.TabIndex = 7;
     this.label4.Text     = "All parts of this program are licensed under the GPL, www.opensource.org/licenses" +
                            "/gpl-license.php";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // butLicense
     //
     this.butLicense.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butLicense.Location = new System.Drawing.Point(449, 284);
     this.butLicense.Name     = "butLicense";
     this.butLicense.Size     = new System.Drawing.Size(88, 25);
     this.butLicense.TabIndex = 50;
     this.butLicense.Text     = "View Licenses";
     this.butLicense.Click   += new System.EventHandler(this.butLicense_Click);
     //
     // label9
     //
     this.label9.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label9.Location  = new System.Drawing.Point(12, 270);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(433, 20);
     this.label9.TabIndex  = 51;
     this.label9.Text      = "All CDT codes are Copyrighted by the ADA.";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelName
     //
     this.labelName.Location  = new System.Drawing.Point(10, 43);
     this.labelName.Name      = "labelName";
     this.labelName.Size      = new System.Drawing.Size(474, 20);
     this.labelName.TabIndex  = 52;
     this.labelName.Text      = "Server Name: ";
     this.labelName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelService
     //
     this.labelService.Location  = new System.Drawing.Point(10, 68);
     this.labelService.Name      = "labelService";
     this.labelService.Size      = new System.Drawing.Size(474, 20);
     this.labelService.TabIndex  = 53;
     this.labelService.Text      = "Service Name: ";
     this.labelService.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelMySqlVersion
     //
     this.labelMySqlVersion.Location  = new System.Drawing.Point(10, 93);
     this.labelMySqlVersion.Name      = "labelMySqlVersion";
     this.labelMySqlVersion.Size      = new System.Drawing.Size(474, 20);
     this.labelMySqlVersion.TabIndex  = 54;
     this.labelMySqlVersion.Text      = "Service Version: ";
     this.labelMySqlVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelServComment
     //
     this.labelServComment.Location  = new System.Drawing.Point(10, 118);
     this.labelServComment.Name      = "labelServComment";
     this.labelServComment.Size      = new System.Drawing.Size(474, 20);
     this.labelServComment.TabIndex  = 55;
     this.labelServComment.Text      = "Service Comment: ";
     this.labelServComment.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label2.Location    = new System.Drawing.Point(9, 222);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(600, 2);
     this.label2.TabIndex    = 56;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.labelMachineName);
     this.groupBox3.Controls.Add(this.labelService);
     this.groupBox3.Controls.Add(this.labelName);
     this.groupBox3.Controls.Add(this.labelServComment);
     this.groupBox3.Controls.Add(this.labelMySqlVersion);
     this.groupBox3.Location = new System.Drawing.Point(60, 55);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(501, 147);
     this.groupBox3.TabIndex = 57;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Current Connection";
     //
     // labelMachineName
     //
     this.labelMachineName.Location  = new System.Drawing.Point(10, 18);
     this.labelMachineName.Name      = "labelMachineName";
     this.labelMachineName.Size      = new System.Drawing.Size(474, 20);
     this.labelMachineName.TabIndex  = 87;
     this.labelMachineName.Text      = "Client or Remote Application Machine Name: ";
     this.labelMachineName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureOpenDental
     //
     this.pictureOpenDental.HasBorder     = false;
     this.pictureOpenDental.Image         = global::OpenDental.Properties.Resources.ODLogo;
     this.pictureOpenDental.Location      = new System.Drawing.Point(143, 5);
     this.pictureOpenDental.Name          = "pictureOpenDental";
     this.pictureOpenDental.Size          = new System.Drawing.Size(106, 48);
     this.pictureOpenDental.TabIndex      = 58;
     this.pictureOpenDental.TextNullImage = null;
     //
     // butDiagnostics
     //
     this.butDiagnostics.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butDiagnostics.Location = new System.Drawing.Point(357, 284);
     this.butDiagnostics.Name     = "butDiagnostics";
     this.butDiagnostics.Size     = new System.Drawing.Size(88, 25);
     this.butDiagnostics.TabIndex = 59;
     this.butDiagnostics.Text     = "Diagnostics";
     this.butDiagnostics.Click   += new System.EventHandler(this.butDiagnostics_Click);
     //
     // FormAbout
     //
     this.CancelButton = this.butClose;
     this.ClientSize   = new System.Drawing.Size(628, 332);
     this.Controls.Add(this.butDiagnostics);
     this.Controls.Add(this.pictureOpenDental);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.butLicense);
     this.Controls.Add(this.butClose);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.labelMySQLCopyright);
     this.Controls.Add(this.labelCopyright);
     this.Controls.Add(this.labelVersion);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(644, 371);
     this.Name          = "FormAbout";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text          = "About";
     this.Load         += new System.EventHandler(this.FormAbout_Load);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #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(FormReportsMore));
			this.groupBusiness = new System.Windows.Forms.GroupBox();
			this.picturePracticeByNumbers = new OpenDental.UI.ODPictureBox();
			this.pictureDentalIntel = new OpenDental.UI.ODPictureBox();
			this.groupPatientReviews = new System.Windows.Forms.GroupBox();
			this.picturePodium = new OpenDental.UI.ODPictureBox();
			this.labelArizonaPrimaryCare = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.labelDaily = new System.Windows.Forms.Label();
			this.labelProdInc = new System.Windows.Forms.Label();
			this.labelMonthly = new System.Windows.Forms.Label();
			this.labelLists = new System.Windows.Forms.Label();
			this.labelPublicHealth = new System.Windows.Forms.Label();
			this.menuMain = new System.Windows.Forms.MenuStrip();
			this.setupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.butPatExport = new OpenDental.UI.Button();
			this.butPatList = new OpenDental.UI.Button();
			this.listArizonaPrimaryCare = new OpenDental.UI.ListBoxClickable();
			this.butLaserLabels = new OpenDental.UI.Button();
			this.listDaily = new OpenDental.UI.ListBoxClickable();
			this.listProdInc = new OpenDental.UI.ListBoxClickable();
			this.butPW = new OpenDental.UI.Button();
			this.butUserQuery = new OpenDental.UI.Button();
			this.listPublicHealth = new OpenDental.UI.ListBoxClickable();
			this.listLists = new OpenDental.UI.ListBoxClickable();
			this.listMonthly = new OpenDental.UI.ListBoxClickable();
			this.butClose = new OpenDental.UI.Button();
			this.groupBusiness.SuspendLayout();
			this.groupPatientReviews.SuspendLayout();
			this.menuMain.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBusiness
			// 
			this.groupBusiness.Controls.Add(this.picturePracticeByNumbers);
			this.groupBusiness.Controls.Add(this.pictureDentalIntel);
			this.groupBusiness.Location = new System.Drawing.Point(532, 72);
			this.groupBusiness.Name = "groupBusiness";
			this.groupBusiness.Size = new System.Drawing.Size(113, 81);
			this.groupBusiness.TabIndex = 28;
			this.groupBusiness.TabStop = false;
			this.groupBusiness.Text = "Business Analytics";
			// 
			// picturePracticeByNumbers
			// 
			this.picturePracticeByNumbers.HasBorder = false;
			this.picturePracticeByNumbers.Image = global::OpenDental.Properties.Resources.PracticeByNumbers_100x24;
			this.picturePracticeByNumbers.Location = new System.Drawing.Point(8, 49);
			this.picturePracticeByNumbers.Name = "picturePracticeByNumbers";
			this.picturePracticeByNumbers.Size = new System.Drawing.Size(95, 24);
			this.picturePracticeByNumbers.TabIndex = 31;
			this.picturePracticeByNumbers.TextNullImage = "Practice By Numbers";
			this.picturePracticeByNumbers.Click += new System.EventHandler(this.picturePracticeByNumbers_Click);
			// 
			// pictureDentalIntel
			// 
			this.pictureDentalIntel.HasBorder = false;
			this.pictureDentalIntel.Image = global::OpenDental.Properties.Resources.DI_Button_100x24;
			this.pictureDentalIntel.Location = new System.Drawing.Point(8, 19);
			this.pictureDentalIntel.Name = "pictureDentalIntel";
			this.pictureDentalIntel.Size = new System.Drawing.Size(95, 24);
			this.pictureDentalIntel.TabIndex = 0;
			this.pictureDentalIntel.TextNullImage = null;
			this.pictureDentalIntel.Click += new System.EventHandler(this.pictureDentalIntel_Click);
			// 
			// groupPatientReviews
			// 
			this.groupPatientReviews.Controls.Add(this.picturePodium);
			this.groupPatientReviews.Location = new System.Drawing.Point(532, 159);
			this.groupPatientReviews.Name = "groupPatientReviews";
			this.groupPatientReviews.Size = new System.Drawing.Size(113, 54);
			this.groupPatientReviews.TabIndex = 26;
			this.groupPatientReviews.TabStop = false;
			this.groupPatientReviews.Text = "Patient Reviews";
			// 
			// picturePodium
			// 
			this.picturePodium.HasBorder = false;
			this.picturePodium.Image = global::OpenDental.Properties.Resources.Podium_Button_100x24;
			this.picturePodium.Location = new System.Drawing.Point(8, 19);
			this.picturePodium.Name = "picturePodium";
			this.picturePodium.Size = new System.Drawing.Size(95, 24);
			this.picturePodium.TabIndex = 28;
			this.picturePodium.TextNullImage = null;
			this.picturePodium.Click += new System.EventHandler(this.picturePodium_Click);
			// 
			// labelArizonaPrimaryCare
			// 
			this.labelArizonaPrimaryCare.Location = new System.Drawing.Point(281, 410);
			this.labelArizonaPrimaryCare.Name = "labelArizonaPrimaryCare";
			this.labelArizonaPrimaryCare.Size = new System.Drawing.Size(156, 13);
			this.labelArizonaPrimaryCare.TabIndex = 20;
			this.labelArizonaPrimaryCare.Text = "Arizona Primary Care";
			this.labelArizonaPrimaryCare.Visible = false;
			// 
			// label6
			// 
			this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label6.Location = new System.Drawing.Point(9, 574);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(568, 82);
			this.label6.TabIndex = 17;
			this.label6.Text = resources.GetString("label6.Text");
			// 
			// labelDaily
			// 
			this.labelDaily.Location = new System.Drawing.Point(9, 200);
			this.labelDaily.Name = "labelDaily";
			this.labelDaily.Size = new System.Drawing.Size(118, 18);
			this.labelDaily.TabIndex = 15;
			this.labelDaily.Text = "Daily";
			this.labelDaily.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// labelProdInc
			// 
			this.labelProdInc.Location = new System.Drawing.Point(9, 54);
			this.labelProdInc.Name = "labelProdInc";
			this.labelProdInc.Size = new System.Drawing.Size(207, 18);
			this.labelProdInc.TabIndex = 13;
			this.labelProdInc.Text = "Production and Income";
			this.labelProdInc.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// labelMonthly
			// 
			this.labelMonthly.Location = new System.Drawing.Point(9, 349);
			this.labelMonthly.Name = "labelMonthly";
			this.labelMonthly.Size = new System.Drawing.Size(118, 18);
			this.labelMonthly.TabIndex = 6;
			this.labelMonthly.Text = "Monthly";
			this.labelMonthly.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// labelLists
			// 
			this.labelLists.Location = new System.Drawing.Point(281, 54);
			this.labelLists.Name = "labelLists";
			this.labelLists.Size = new System.Drawing.Size(118, 18);
			this.labelLists.TabIndex = 4;
			this.labelLists.Text = "Lists";
			this.labelLists.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// labelPublicHealth
			// 
			this.labelPublicHealth.Location = new System.Drawing.Point(281, 305);
			this.labelPublicHealth.Name = "labelPublicHealth";
			this.labelPublicHealth.Size = new System.Drawing.Size(118, 18);
			this.labelPublicHealth.TabIndex = 2;
			this.labelPublicHealth.Text = "Public Health";
			this.labelPublicHealth.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// menuMain
			// 
			this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.setupToolStripMenuItem});
			this.menuMain.Location = new System.Drawing.Point(0, 0);
			this.menuMain.Name = "menuMain";
			this.menuMain.Size = new System.Drawing.Size(680, 24);
			this.menuMain.TabIndex = 22;
			// 
			// setupToolStripMenuItem
			// 
			this.setupToolStripMenuItem.Name = "setupToolStripMenuItem";
			this.setupToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
			this.setupToolStripMenuItem.Text = "Setup";
			this.setupToolStripMenuItem.Click += new System.EventHandler(this.setupToolStripMenuItem_Click);
			// 
			// butPatExport
			// 
			this.butPatExport.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPatExport.Autosize = true;
			this.butPatExport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPatExport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPatExport.CornerRadius = 4F;
			this.butPatExport.Location = new System.Drawing.Point(538, 262);
			this.butPatExport.Name = "butPatExport";
			this.butPatExport.Size = new System.Drawing.Size(101, 24);
			this.butPatExport.TabIndex = 24;
			this.butPatExport.Text = "EHR Pat Export";
			this.butPatExport.Visible = false;
			this.butPatExport.Click += new System.EventHandler(this.butPatExport_Click);
			// 
			// butPatList
			// 
			this.butPatList.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPatList.Autosize = true;
			this.butPatList.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPatList.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPatList.CornerRadius = 4F;
			this.butPatList.Location = new System.Drawing.Point(538, 232);
			this.butPatList.Name = "butPatList";
			this.butPatList.Size = new System.Drawing.Size(101, 24);
			this.butPatList.TabIndex = 23;
			this.butPatList.Text = "EHR Patient List";
			this.butPatList.Visible = false;
			this.butPatList.Click += new System.EventHandler(this.butPatList_Click);
			// 
			// listArizonaPrimaryCare
			// 
			this.listArizonaPrimaryCare.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.listArizonaPrimaryCare.FormattingEnabled = true;
			this.listArizonaPrimaryCare.ItemHeight = 15;
			this.listArizonaPrimaryCare.Location = new System.Drawing.Point(284, 424);
			this.listArizonaPrimaryCare.Name = "listArizonaPrimaryCare";
			this.listArizonaPrimaryCare.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listArizonaPrimaryCare.Size = new System.Drawing.Size(242, 49);
			this.listArizonaPrimaryCare.TabIndex = 19;
			this.listArizonaPrimaryCare.Visible = false;
			this.listArizonaPrimaryCare.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listArizonaPrimaryCare_MouseDown);
			// 
			// butLaserLabels
			// 
			this.butLaserLabels.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butLaserLabels.Autosize = true;
			this.butLaserLabels.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butLaserLabels.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butLaserLabels.CornerRadius = 4F;
			this.butLaserLabels.Location = new System.Drawing.Point(294, 26);
			this.butLaserLabels.Name = "butLaserLabels";
			this.butLaserLabels.Size = new System.Drawing.Size(75, 24);
			this.butLaserLabels.TabIndex = 18;
			this.butLaserLabels.Text = "Laser Labels";
			this.butLaserLabels.UseVisualStyleBackColor = true;
			this.butLaserLabels.Click += new System.EventHandler(this.butLaserLabels_Click);
			// 
			// listDaily
			// 
			this.listDaily.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.listDaily.FormattingEnabled = true;
			this.listDaily.ItemHeight = 15;
			this.listDaily.Location = new System.Drawing.Point(12, 221);
			this.listDaily.Name = "listDaily";
			this.listDaily.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listDaily.Size = new System.Drawing.Size(242, 124);
			this.listDaily.TabIndex = 16;
			this.listDaily.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listDaily_MouseDown);
			// 
			// listProdInc
			// 
			this.listProdInc.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.listProdInc.FormattingEnabled = true;
			this.listProdInc.ItemHeight = 15;
			this.listProdInc.Location = new System.Drawing.Point(12, 75);
			this.listProdInc.Name = "listProdInc";
			this.listProdInc.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listProdInc.Size = new System.Drawing.Size(242, 124);
			this.listProdInc.TabIndex = 14;
			this.listProdInc.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listProdInc_MouseDown);
			// 
			// butPW
			// 
			this.butPW.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPW.Autosize = true;
			this.butPW.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPW.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPW.CornerRadius = 4F;
			this.butPW.Location = new System.Drawing.Point(135, 26);
			this.butPW.Name = "butPW";
			this.butPW.Size = new System.Drawing.Size(84, 24);
			this.butPW.TabIndex = 12;
			this.butPW.Text = "PW Reports";
			this.butPW.Click += new System.EventHandler(this.butPW_Click);
			// 
			// butUserQuery
			// 
			this.butUserQuery.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butUserQuery.Autosize = true;
			this.butUserQuery.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butUserQuery.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butUserQuery.CornerRadius = 4F;
			this.butUserQuery.Location = new System.Drawing.Point(12, 26);
			this.butUserQuery.Name = "butUserQuery";
			this.butUserQuery.Size = new System.Drawing.Size(84, 24);
			this.butUserQuery.TabIndex = 11;
			this.butUserQuery.Text = "User Query";
			this.butUserQuery.Click += new System.EventHandler(this.butUserQuery_Click);
			// 
			// listPublicHealth
			// 
			this.listPublicHealth.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.listPublicHealth.FormattingEnabled = true;
			this.listPublicHealth.ItemHeight = 15;
			this.listPublicHealth.Location = new System.Drawing.Point(284, 325);
			this.listPublicHealth.Name = "listPublicHealth";
			this.listPublicHealth.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listPublicHealth.Size = new System.Drawing.Size(242, 79);
			this.listPublicHealth.TabIndex = 10;
			this.listPublicHealth.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listPublicHealth_MouseDown);
			// 
			// listLists
			// 
			this.listLists.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.listLists.FormattingEnabled = true;
			this.listLists.ItemHeight = 15;
			this.listLists.Location = new System.Drawing.Point(284, 75);
			this.listLists.Name = "listLists";
			this.listLists.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listLists.Size = new System.Drawing.Size(242, 229);
			this.listLists.TabIndex = 9;
			this.listLists.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listLists_MouseDown);
			// 
			// listMonthly
			// 
			this.listMonthly.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.listMonthly.FormattingEnabled = true;
			this.listMonthly.ItemHeight = 15;
			this.listMonthly.Location = new System.Drawing.Point(12, 370);
			this.listMonthly.Name = "listMonthly";
			this.listMonthly.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listMonthly.Size = new System.Drawing.Size(242, 199);
			this.listMonthly.TabIndex = 8;
			this.listMonthly.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listMonthly_MouseDown);
			// 
			// butClose
			// 
			this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butClose.Autosize = true;
			this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClose.CornerRadius = 4F;
			this.butClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butClose.Location = new System.Drawing.Point(583, 618);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(75, 26);
			this.butClose.TabIndex = 0;
			this.butClose.Text = "Close";
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// FormReportsMore
			// 
			this.CancelButton = this.butClose;
			this.ClientSize = new System.Drawing.Size(680, 665);
			this.Controls.Add(this.groupBusiness);
			this.Controls.Add(this.groupPatientReviews);
			this.Controls.Add(this.butPatExport);
			this.Controls.Add(this.butPatList);
			this.Controls.Add(this.labelArizonaPrimaryCare);
			this.Controls.Add(this.listArizonaPrimaryCare);
			this.Controls.Add(this.butLaserLabels);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.listDaily);
			this.Controls.Add(this.labelDaily);
			this.Controls.Add(this.listProdInc);
			this.Controls.Add(this.labelProdInc);
			this.Controls.Add(this.butPW);
			this.Controls.Add(this.butUserQuery);
			this.Controls.Add(this.listPublicHealth);
			this.Controls.Add(this.listLists);
			this.Controls.Add(this.listMonthly);
			this.Controls.Add(this.labelMonthly);
			this.Controls.Add(this.labelLists);
			this.Controls.Add(this.labelPublicHealth);
			this.Controls.Add(this.butClose);
			this.Controls.Add(this.menuMain);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MainMenuStrip = this.menuMain;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormReportsMore";
			this.ShowInTaskbar = false;
			this.Text = "Reports";
			this.Load += new System.EventHandler(this.FormReportsMore_Load);
			this.groupBusiness.ResumeLayout(false);
			this.groupPatientReviews.ResumeLayout(false);
			this.menuMain.ResumeLayout(false);
			this.menuMain.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}