示例#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(FormReportsMore));
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     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.label6           = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(312, 195);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(118, 18);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Public Health";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(312, 46);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(118, 18);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Lists";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(9, 279);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(118, 18);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Monthly";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(9, 46);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(207, 18);
     this.label4.TabIndex  = 13;
     this.label4.Text      = "Production and Income";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(9, 162);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(118, 18);
     this.label5.TabIndex  = 15;
     this.label5.Text      = "Daily";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // 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, 183);
     this.listDaily.Name          = "listDaily";
     this.listDaily.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listDaily.Size          = new System.Drawing.Size(204, 94);
     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, 67);
     this.listProdInc.Name          = "listProdInc";
     this.listProdInc.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listProdInc.Size          = new System.Drawing.Size(204, 94);
     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(132, 12);
     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, 12);
     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(315, 216);
     this.listPublicHealth.Name          = "listPublicHealth";
     this.listPublicHealth.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listPublicHealth.Size          = new System.Drawing.Size(204, 34);
     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(315, 67);
     this.listLists.Name          = "listLists";
     this.listLists.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listLists.Size          = new System.Drawing.Size(204, 124);
     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, 300);
     this.listMonthly.Name          = "listMonthly";
     this.listMonthly.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listMonthly.Size          = new System.Drawing.Size(204, 109);
     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.Location     = new System.Drawing.Point(554, 491);
     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);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(11, 426);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(479, 100);
     this.label6.TabIndex = 17;
     this.label6.Text     = resources.GetString("label6.Text");
     //
     // FormReportsMore
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(676, 553);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.listDaily);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.listProdInc);
     this.Controls.Add(this.label4);
     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.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butClose);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormReportsMore";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Reports";
     this.Load         += new System.EventHandler(this.FormReportsMore_Load);
     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()
 {
     this.lblNewPat         = new System.Windows.Forms.Label();
     this.lBCProductivity   = new OpenDental.UI.ListBoxClickable();
     this.butClose          = new OpenDental.UI.Button();
     this.lBCNewPat         = new OpenDental.UI.ListBoxClickable();
     this.lBCRecall         = new OpenDental.UI.ListBoxClickable();
     this.lBCTreatmentCases = new OpenDental.UI.ListBoxClickable();
     this.lblRecall         = new System.Windows.Forms.Label();
     this.lblProductivity   = new System.Windows.Forms.Label();
     this.lblTreatmentCases = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // lblNewPat
     //
     this.lblNewPat.Location  = new System.Drawing.Point(29, 9);
     this.lblNewPat.Name      = "lblNewPat";
     this.lblNewPat.Size      = new System.Drawing.Size(118, 18);
     this.lblNewPat.TabIndex  = 2;
     this.lblNewPat.Text      = "New Patients";
     this.lblNewPat.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lBCProductivity
     //
     this.lBCProductivity.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.lBCProductivity.FormattingEnabled = true;
     this.lBCProductivity.ItemHeight        = 15;
     this.lBCProductivity.Location          = new System.Drawing.Point(32, 128);
     this.lBCProductivity.Name          = "lBCProductivity";
     this.lBCProductivity.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.lBCProductivity.Size          = new System.Drawing.Size(204, 79);
     this.lBCProductivity.TabIndex      = 1;
     this.lBCProductivity.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.listProductivity_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.Location     = new System.Drawing.Point(409, 221);
     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);
     //
     // lBCNewPat
     //
     this.lBCNewPat.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.lBCNewPat.FormattingEnabled = true;
     this.lBCNewPat.ItemHeight        = 15;
     this.lBCNewPat.Location          = new System.Drawing.Point(32, 30);
     this.lBCNewPat.Name          = "lBCNewPat";
     this.lBCNewPat.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.lBCNewPat.Size          = new System.Drawing.Size(204, 64);
     this.lBCNewPat.TabIndex      = 3;
     this.lBCNewPat.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.listNewPat_MouseDown);
     //
     // lBCRecall
     //
     this.lBCRecall.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.lBCRecall.FormattingEnabled = true;
     this.lBCRecall.ItemHeight        = 15;
     this.lBCRecall.Location          = new System.Drawing.Point(272, 30);
     this.lBCRecall.Name          = "lBCRecall";
     this.lBCRecall.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.lBCRecall.Size          = new System.Drawing.Size(204, 64);
     this.lBCRecall.TabIndex      = 4;
     this.lBCRecall.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.listRecall_MouseDown);
     //
     // lBCTreatmentCases
     //
     this.lBCTreatmentCases.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.lBCTreatmentCases.FormattingEnabled = true;
     this.lBCTreatmentCases.ItemHeight        = 15;
     this.lBCTreatmentCases.Location          = new System.Drawing.Point(272, 128);
     this.lBCTreatmentCases.Name          = "lBCTreatmentCases";
     this.lBCTreatmentCases.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.lBCTreatmentCases.Size          = new System.Drawing.Size(204, 79);
     this.lBCTreatmentCases.TabIndex      = 5;
     this.lBCTreatmentCases.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.listTreatments_MouseDown);
     //
     // lblRecall
     //
     this.lblRecall.Location  = new System.Drawing.Point(269, 9);
     this.lblRecall.Name      = "lblRecall";
     this.lblRecall.Size      = new System.Drawing.Size(118, 18);
     this.lblRecall.TabIndex  = 6;
     this.lblRecall.Text      = "Recall";
     this.lblRecall.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblProductivity
     //
     this.lblProductivity.Location  = new System.Drawing.Point(29, 106);
     this.lblProductivity.Name      = "lblProductivity";
     this.lblProductivity.Size      = new System.Drawing.Size(118, 18);
     this.lblProductivity.TabIndex  = 7;
     this.lblProductivity.Text      = "Productivity";
     this.lblProductivity.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // lblTreatmentCases
     //
     this.lblTreatmentCases.Location  = new System.Drawing.Point(269, 106);
     this.lblTreatmentCases.Name      = "lblTreatmentCases";
     this.lblTreatmentCases.Size      = new System.Drawing.Size(118, 18);
     this.lblTreatmentCases.TabIndex  = 8;
     this.lblTreatmentCases.Text      = "Treatment Cases";
     this.lblTreatmentCases.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // FormKPIMore
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(506, 271);
     this.Controls.Add(this.lblTreatmentCases);
     this.Controls.Add(this.lblProductivity);
     this.Controls.Add(this.lblRecall);
     this.Controls.Add(this.lBCTreatmentCases);
     this.Controls.Add(this.lBCRecall);
     this.Controls.Add(this.lBCNewPat);
     this.Controls.Add(this.lBCProductivity);
     this.Controls.Add(this.lblNewPat);
     this.Controls.Add(this.butClose);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormKPIMore";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Key Performance Indicators";
     this.Load         += new System.EventHandler(this.FormKPIMore_Load);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReportsMore));
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.labelArizonaPrimaryCare = new System.Windows.Forms.Label();
			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.butDashboard = new OpenDental.UI.Button();
			this.menuMain = new System.Windows.Forms.MenuStrip();
			this.setupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.butUDS = new OpenDental.UI.Button();
			this.butPatList = new OpenDental.UI.Button();
			this.butPatExport = new OpenDental.UI.Button();
			this.menuMain.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(312, 273);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(118, 18);
			this.label1.TabIndex = 2;
			this.label1.Text = "Public Health";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(312, 66);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(118, 18);
			this.label2.TabIndex = 4;
			this.label2.Text = "Lists";
			this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(9, 299);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(118, 18);
			this.label3.TabIndex = 6;
			this.label3.Text = "Monthly";
			this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(9, 66);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(207, 18);
			this.label4.TabIndex = 13;
			this.label4.Text = "Production and Income";
			this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(9, 182);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(118, 18);
			this.label5.TabIndex = 15;
			this.label5.Text = "Daily";
			this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// 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, 506);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(479, 100);
			this.label6.TabIndex = 17;
			this.label6.Text = resources.GetString("label6.Text");
			// 
			// labelArizonaPrimaryCare
			// 
			this.labelArizonaPrimaryCare.AutoSize = true;
			this.labelArizonaPrimaryCare.Location = new System.Drawing.Point(312, 333);
			this.labelArizonaPrimaryCare.Name = "labelArizonaPrimaryCare";
			this.labelArizonaPrimaryCare.Size = new System.Drawing.Size(104, 13);
			this.labelArizonaPrimaryCare.TabIndex = 20;
			this.labelArizonaPrimaryCare.Text = "Arizona Primary Care";
			this.labelArizonaPrimaryCare.Visible = false;
			// 
			// listArizonaPrimaryCare
			// 
			this.listArizonaPrimaryCare.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.listArizonaPrimaryCare.FormattingEnabled = true;
			this.listArizonaPrimaryCare.ItemHeight = 15;
			this.listArizonaPrimaryCare.Location = new System.Drawing.Point(315, 351);
			this.listArizonaPrimaryCare.Name = "listArizonaPrimaryCare";
			this.listArizonaPrimaryCare.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listArizonaPrimaryCare.Size = new System.Drawing.Size(204, 34);
			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(315, 35);
			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, 203);
			this.listDaily.Name = "listDaily";
			this.listDaily.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listDaily.Size = new System.Drawing.Size(204, 94);
			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, 87);
			this.listProdInc.Name = "listProdInc";
			this.listProdInc.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listProdInc.Size = new System.Drawing.Size(204, 94);
			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, 35);
			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, 35);
			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(315, 294);
			this.listPublicHealth.Name = "listPublicHealth";
			this.listPublicHealth.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listPublicHealth.Size = new System.Drawing.Size(204, 34);
			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(315, 87);
			this.listLists.Name = "listLists";
			this.listLists.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listLists.Size = new System.Drawing.Size(204, 184);
			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, 320);
			this.listMonthly.Name = "listMonthly";
			this.listMonthly.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.listMonthly.Size = new System.Drawing.Size(204, 169);
			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.Location = new System.Drawing.Point(558, 553);
			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);
			// 
			// butDashboard
			// 
			this.butDashboard.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDashboard.Autosize = true;
			this.butDashboard.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDashboard.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDashboard.CornerRadius = 4F;
			this.butDashboard.Location = new System.Drawing.Point(558, 35);
			this.butDashboard.Name = "butDashboard";
			this.butDashboard.Size = new System.Drawing.Size(75, 24);
			this.butDashboard.TabIndex = 21;
			this.butDashboard.Text = "Dashboard";
			this.butDashboard.UseVisualStyleBackColor = true;
			this.butDashboard.Click += new System.EventHandler(this.butDashboard_Click);
			// 
			// 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(50, 20);
			this.setupToolStripMenuItem.Text = "Setup";
			this.setupToolStripMenuItem.Click += new System.EventHandler(this.setupToolStripMenuItem_Click);
			// 
			// butUDS
			// 
			this.butUDS.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butUDS.Autosize = true;
			this.butUDS.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butUDS.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butUDS.CornerRadius = 4F;
			this.butUDS.Location = new System.Drawing.Point(427, 35);
			this.butUDS.Name = "butUDS";
			this.butUDS.Size = new System.Drawing.Size(92, 24);
			this.butUDS.TabIndex = 18;
			this.butUDS.Text = "UDS Reporting";
			this.butUDS.UseVisualStyleBackColor = true;
			this.butUDS.Visible = false;
			this.butUDS.Click += new System.EventHandler(this.butUDS_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(549, 87);
			this.butPatList.Name = "butPatList";
			this.butPatList.Size = new System.Drawing.Size(92, 24);
			this.butPatList.TabIndex = 23;
			this.butPatList.Text = "EHR Patient List";
			this.butPatList.Click += new System.EventHandler(this.butPatList_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(549, 117);
			this.butPatExport.Name = "butPatExport";
			this.butPatExport.Size = new System.Drawing.Size(92, 24);
			this.butPatExport.TabIndex = 24;
			this.butPatExport.Text = "EHR Pat Export";
			this.butPatExport.Visible = false;
			this.butPatExport.Click += new System.EventHandler(this.butPatExport_Click);
			// 
			// FormReportsMore
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(680, 612);
			this.Controls.Add(this.butPatExport);
			this.Controls.Add(this.butPatList);
			this.Controls.Add(this.butDashboard);
			this.Controls.Add(this.labelArizonaPrimaryCare);
			this.Controls.Add(this.listArizonaPrimaryCare);
			this.Controls.Add(this.butUDS);
			this.Controls.Add(this.butLaserLabels);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.listDaily);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.listProdInc);
			this.Controls.Add(this.label4);
			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.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Reports";
			this.Load += new System.EventHandler(this.FormReportsMore_Load);
			this.menuMain.ResumeLayout(false);
			this.menuMain.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
示例#4
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.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.labelArizonaPrimaryCare = new System.Windows.Forms.Label();
     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.butDashboard           = new OpenDental.UI.Button();
     this.menuMain               = new System.Windows.Forms.MenuStrip();
     this.setupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.butUDS                 = new OpenDental.UI.Button();
     this.menuMain.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(312, 273);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(118, 18);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Public Health";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(312, 66);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(118, 18);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Lists";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(9, 299);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(118, 18);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Monthly";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(9, 66);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(207, 18);
     this.label4.TabIndex  = 13;
     this.label4.Text      = "Production and Income";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(9, 182);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(118, 18);
     this.label5.TabIndex  = 15;
     this.label5.Text      = "Daily";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // 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, 506);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(479, 100);
     this.label6.TabIndex = 17;
     this.label6.Text     = resources.GetString("label6.Text");
     //
     // labelArizonaPrimaryCare
     //
     this.labelArizonaPrimaryCare.AutoSize = true;
     this.labelArizonaPrimaryCare.Location = new System.Drawing.Point(312, 333);
     this.labelArizonaPrimaryCare.Name     = "labelArizonaPrimaryCare";
     this.labelArizonaPrimaryCare.Size     = new System.Drawing.Size(104, 13);
     this.labelArizonaPrimaryCare.TabIndex = 20;
     this.labelArizonaPrimaryCare.Text     = "Arizona Primary Care";
     this.labelArizonaPrimaryCare.Visible  = false;
     //
     // listArizonaPrimaryCare
     //
     this.listArizonaPrimaryCare.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.listArizonaPrimaryCare.FormattingEnabled = true;
     this.listArizonaPrimaryCare.ItemHeight        = 15;
     this.listArizonaPrimaryCare.Location          = new System.Drawing.Point(315, 351);
     this.listArizonaPrimaryCare.Name          = "listArizonaPrimaryCare";
     this.listArizonaPrimaryCare.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listArizonaPrimaryCare.Size          = new System.Drawing.Size(204, 34);
     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(315, 35);
     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, 203);
     this.listDaily.Name          = "listDaily";
     this.listDaily.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listDaily.Size          = new System.Drawing.Size(204, 94);
     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, 87);
     this.listProdInc.Name          = "listProdInc";
     this.listProdInc.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listProdInc.Size          = new System.Drawing.Size(204, 94);
     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, 35);
     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, 35);
     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(315, 294);
     this.listPublicHealth.Name          = "listPublicHealth";
     this.listPublicHealth.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listPublicHealth.Size          = new System.Drawing.Size(204, 34);
     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(315, 87);
     this.listLists.Name          = "listLists";
     this.listLists.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listLists.Size          = new System.Drawing.Size(204, 184);
     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, 320);
     this.listMonthly.Name          = "listMonthly";
     this.listMonthly.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listMonthly.Size          = new System.Drawing.Size(204, 169);
     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.Location     = new System.Drawing.Point(558, 553);
     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);
     //
     // butDashboard
     //
     this.butDashboard.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDashboard.Autosize            = true;
     this.butDashboard.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDashboard.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDashboard.CornerRadius        = 4F;
     this.butDashboard.Location            = new System.Drawing.Point(558, 35);
     this.butDashboard.Name     = "butDashboard";
     this.butDashboard.Size     = new System.Drawing.Size(75, 24);
     this.butDashboard.TabIndex = 21;
     this.butDashboard.Text     = "Dashboard";
     this.butDashboard.UseVisualStyleBackColor = true;
     this.butDashboard.Click += new System.EventHandler(this.butDashboard_Click);
     //
     // 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(47, 20);
     this.setupToolStripMenuItem.Text   = "Setup";
     this.setupToolStripMenuItem.Click += new System.EventHandler(this.setupToolStripMenuItem_Click);
     //
     // butUDS
     //
     this.butUDS.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butUDS.Autosize            = true;
     this.butUDS.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butUDS.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butUDS.CornerRadius        = 4F;
     this.butUDS.Location            = new System.Drawing.Point(427, 35);
     this.butUDS.Name     = "butUDS";
     this.butUDS.Size     = new System.Drawing.Size(92, 24);
     this.butUDS.TabIndex = 18;
     this.butUDS.Text     = "UDS Reporting";
     this.butUDS.UseVisualStyleBackColor = true;
     this.butUDS.Visible = false;
     this.butUDS.Click  += new System.EventHandler(this.butUDS_Click);
     //
     // FormReportsMore
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(680, 612);
     this.Controls.Add(this.butDashboard);
     this.Controls.Add(this.labelArizonaPrimaryCare);
     this.Controls.Add(this.listArizonaPrimaryCare);
     this.Controls.Add(this.butUDS);
     this.Controls.Add(this.butLaserLabels);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.listDaily);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.listProdInc);
     this.Controls.Add(this.label4);
     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.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Reports";
     this.Load         += new System.EventHandler(this.FormReportsMore_Load);
     this.menuMain.ResumeLayout(false);
     this.menuMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#5
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();

		}