Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsAdj));
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.textDate    = new OpenDental.ValidDate();
     this.textInsUsed = new OpenDental.ValidDouble();
     this.textDedUsed = new OpenDental.ValidDouble();
     this.butOK       = new OpenDental.UI.Button();
     this.butCancel   = new OpenDental.UI.Button();
     this.label4      = new System.Windows.Forms.Label();
     this.butDelete   = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(29, 74);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 14);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(15, 130);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(114, 14);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Deductible Used";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(17, 102);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(112, 14);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Insurance Used";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(131, 71);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(75, 20);
     this.textDate.TabIndex = 0;
     //
     // textInsUsed
     //
     this.textInsUsed.Location = new System.Drawing.Point(131, 99);
     this.textInsUsed.Name     = "textInsUsed";
     this.textInsUsed.Size     = new System.Drawing.Size(69, 20);
     this.textInsUsed.TabIndex = 1;
     //
     // textDedUsed
     //
     this.textDedUsed.Location = new System.Drawing.Point(131, 127);
     this.textDedUsed.Name     = "textDedUsed";
     this.textDedUsed.Size     = new System.Drawing.Size(69, 20);
     this.textDedUsed.TabIndex = 2;
     //
     // butOK
     //
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(260, 148);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex = 3;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(260, 180);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(32, 12);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(259, 41);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Make sure the date you use falls within the correct benefit year.";
     //
     // butDelete
     //
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(18, 180);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(75, 24);
     this.butDelete.TabIndex   = 6;
     this.butDelete.Text       = "Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // FormInsAdj
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(354, 217);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textDedUsed);
     this.Controls.Add(this.textInsUsed);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormInsAdj";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Insurance Adjustments";
     this.Load         += new System.EventHandler(this.FormInsAdj_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAudit));
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.comboPermission = new System.Windows.Forms.ComboBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.comboUser = new System.Windows.Forms.ComboBox();
			this.textPatient = new System.Windows.Forms.TextBox();
			this.butCurrent = new OpenDental.UI.Button();
			this.butAll = new OpenDental.UI.Button();
			this.butFind = new OpenDental.UI.Button();
			this.butRefresh = new OpenDental.UI.Button();
			this.textDateFrom = new OpenDental.ValidDate();
			this.textDateTo = new OpenDental.ValidDate();
			this.grid = new OpenDental.UI.ODGrid();
			this.butPrint = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(0,8);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(75,14);
			this.label2.TabIndex = 45;
			this.label2.Text = "From Date";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(9,30);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(64,13);
			this.label3.TabIndex = 46;
			this.label3.Text = "To Date";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboPermission
			// 
			this.comboPermission.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPermission.FormattingEnabled = true;
			this.comboPermission.Location = new System.Drawing.Point(262,4);
			this.comboPermission.MaxDropDownItems = 40;
			this.comboPermission.Name = "comboPermission";
			this.comboPermission.Size = new System.Drawing.Size(163,21);
			this.comboPermission.TabIndex = 50;
			this.comboPermission.SelectionChangeCommitted += new System.EventHandler(this.comboPermission_SelectionChangeCommitted);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(179,8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(82,13);
			this.label1.TabIndex = 51;
			this.label1.Text = "Permission";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(426,8);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(82,13);
			this.label4.TabIndex = 52;
			this.label4.Text = "Patient";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(179,29);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(82,13);
			this.label5.TabIndex = 55;
			this.label5.Text = "User";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboUser
			// 
			this.comboUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboUser.FormattingEnabled = true;
			this.comboUser.Location = new System.Drawing.Point(262,25);
			this.comboUser.MaxDropDownItems = 40;
			this.comboUser.Name = "comboUser";
			this.comboUser.Size = new System.Drawing.Size(163,21);
			this.comboUser.TabIndex = 54;
			this.comboUser.SelectionChangeCommitted += new System.EventHandler(this.comboUser_SelectionChangeCommitted);
			// 
			// textPatient
			// 
			this.textPatient.Location = new System.Drawing.Point(509,4);
			this.textPatient.Name = "textPatient";
			this.textPatient.Size = new System.Drawing.Size(216,20);
			this.textPatient.TabIndex = 56;
			// 
			// butCurrent
			// 
			this.butCurrent.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCurrent.Autosize = true;
			this.butCurrent.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCurrent.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCurrent.CornerRadius = 4F;
			this.butCurrent.Location = new System.Drawing.Point(509,24);
			this.butCurrent.Name = "butCurrent";
			this.butCurrent.Size = new System.Drawing.Size(63,24);
			this.butCurrent.TabIndex = 59;
			this.butCurrent.Text = "Current";
			this.butCurrent.Click += new System.EventHandler(this.butCurrent_Click);
			// 
			// butAll
			// 
			this.butAll.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butAll.Autosize = true;
			this.butAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAll.CornerRadius = 4F;
			this.butAll.Location = new System.Drawing.Point(662,24);
			this.butAll.Name = "butAll";
			this.butAll.Size = new System.Drawing.Size(63,24);
			this.butAll.TabIndex = 58;
			this.butAll.Text = "All";
			this.butAll.Click += new System.EventHandler(this.butAll_Click);
			// 
			// butFind
			// 
			this.butFind.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butFind.Autosize = true;
			this.butFind.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butFind.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butFind.CornerRadius = 4F;
			this.butFind.Location = new System.Drawing.Point(585,24);
			this.butFind.Name = "butFind";
			this.butFind.Size = new System.Drawing.Size(63,24);
			this.butFind.TabIndex = 57;
			this.butFind.Text = "Find";
			this.butFind.Click += new System.EventHandler(this.butFind_Click);
			// 
			// butRefresh
			// 
			this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butRefresh.Autosize = true;
			this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butRefresh.CornerRadius = 4F;
			this.butRefresh.Location = new System.Drawing.Point(814,1);
			this.butRefresh.Name = "butRefresh";
			this.butRefresh.Size = new System.Drawing.Size(82,24);
			this.butRefresh.TabIndex = 49;
			this.butRefresh.Text = "Refresh";
			this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click);
			// 
			// textDateFrom
			// 
			this.textDateFrom.Location = new System.Drawing.Point(79,5);
			this.textDateFrom.Name = "textDateFrom";
			this.textDateFrom.Size = new System.Drawing.Size(90,20);
			this.textDateFrom.TabIndex = 47;
			// 
			// textDateTo
			// 
			this.textDateTo.Location = new System.Drawing.Point(79,26);
			this.textDateTo.Name = "textDateTo";
			this.textDateTo.Size = new System.Drawing.Size(90,20);
			this.textDateTo.TabIndex = 48;
			// 
			// grid
			// 
			this.grid.AllowSortingByColumn = true;
			this.grid.HScrollVisible = false;
			this.grid.Location = new System.Drawing.Point(8,54);
			this.grid.Name = "grid";
			this.grid.ScrollValue = 0;
			this.grid.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.grid.Size = new System.Drawing.Size(889,578);
			this.grid.TabIndex = 2;
			this.grid.Title = "Audit Trail";
			this.grid.TranslationName = "TableAudit";
			// 
			// butPrint
			// 
			this.butPrint.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butPrint.Autosize = true;
			this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPrint.CornerRadius = 4F;
			this.butPrint.Image = global::OpenDental.Properties.Resources.butPrint;
			this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butPrint.Location = new System.Drawing.Point(814,27);
			this.butPrint.Name = "butPrint";
			this.butPrint.Size = new System.Drawing.Size(82,24);
			this.butPrint.TabIndex = 60;
			this.butPrint.Text = "Print";
			this.butPrint.Click += new System.EventHandler(this.butPrint_Click);
			// 
			// FormAudit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(905,634);
			this.Controls.Add(this.butPrint);
			this.Controls.Add(this.butCurrent);
			this.Controls.Add(this.butAll);
			this.Controls.Add(this.butFind);
			this.Controls.Add(this.textPatient);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.comboUser);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.comboPermission);
			this.Controls.Add(this.butRefresh);
			this.Controls.Add(this.textDateFrom);
			this.Controls.Add(this.textDateTo);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.grid);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.KeyPreview = true;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormAudit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Audit Trail";
			this.Load += new System.EventHandler(this.FormAudit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 3
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayPlanChargeEdit));
     this.label4        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.butOK         = new OpenDental.UI.Button();
     this.butCancel     = new OpenDental.UI.Button();
     this.butDelete     = new OpenDental.UI.Button();
     this.textPrincipal = new OpenDental.ValidDouble();
     this.textNote      = new OpenDental.ODtextBox();
     this.textInterest  = new OpenDental.ValidDouble();
     this.label1        = new System.Windows.Forms.Label();
     this.textDate      = new OpenDental.ValidDate();
     this.label2        = new System.Windows.Forms.Label();
     this.label9        = new System.Windows.Forms.Label();
     this.textProv      = new System.Windows.Forms.TextBox();
     this.textClinic    = new System.Windows.Forms.TextBox();
     this.labelClinic   = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(5, 35);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(6, 96);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 16);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Principal";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(437, 207);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 6;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(437, 245);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 7;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(24, 243);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(78, 26);
     this.butDelete.TabIndex     = 17;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // textPrincipal
     //
     this.textPrincipal.Location = new System.Drawing.Point(108, 93);
     this.textPrincipal.Name     = "textPrincipal";
     this.textPrincipal.Size     = new System.Drawing.Size(100, 20);
     this.textPrincipal.TabIndex = 1;
     //
     // textNote
     //
     this.textNote.Location       = new System.Drawing.Point(108, 33);
     this.textNote.Multiline      = true;
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
     this.textNote.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(245, 55);
     this.textNote.TabIndex       = 0;
     //
     // textInterest
     //
     this.textInterest.Location = new System.Drawing.Point(108, 118);
     this.textInterest.Name     = "textInterest";
     this.textInterest.Size     = new System.Drawing.Size(100, 20);
     this.textInterest.TabIndex = 20;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 120);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 21;
     this.label1.Text      = "Interest";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(108, 8);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(100, 20);
     this.textDate.TabIndex = 22;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 23;
     this.label2.Text      = "Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(7, 146);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 14);
     this.label9.TabIndex  = 101;
     this.label9.Text      = "Provider";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProv
     //
     this.textProv.Location = new System.Drawing.Point(108, 143);
     this.textProv.Name     = "textProv";
     this.textProv.Size     = new System.Drawing.Size(201, 20);
     this.textProv.TabIndex = 102;
     //
     // textClinic
     //
     this.textClinic.Location = new System.Drawing.Point(108, 168);
     this.textClinic.Name     = "textClinic";
     this.textClinic.Size     = new System.Drawing.Size(201, 20);
     this.textClinic.TabIndex = 104;
     //
     // labelClinic
     //
     this.labelClinic.Location  = new System.Drawing.Point(7, 171);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(100, 14);
     this.labelClinic.TabIndex  = 103;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormPayPlanChargeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(541, 293);
     this.Controls.Add(this.textClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textProv);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textInterest);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.textPrincipal);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormPayPlanChargeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Payment Plan Charge";
     this.Load         += new System.EventHandler(this.FormPayPlanCharge_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 4
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAdjust));
     this.label1        = 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.label2        = new System.Windows.Forms.Label();
     this.butOK         = new OpenDental.UI.Button();
     this.butCancel     = new OpenDental.UI.Button();
     this.textAdjDate   = new OpenDental.ValidDate();
     this.label3        = new System.Windows.Forms.Label();
     this.butDelete     = new OpenDental.UI.Button();
     this.textAmount    = new OpenDental.ValidDouble();
     this.listTypePos   = new System.Windows.Forms.ListBox();
     this.listTypeNeg   = new System.Windows.Forms.ListBox();
     this.textProcDate  = new OpenDental.ValidDate();
     this.label7        = new System.Windows.Forms.Label();
     this.textDateEntry = new OpenDental.ValidDate();
     this.label8        = new System.Windows.Forms.Label();
     this.butPickProv   = new OpenDental.UI.Button();
     this.comboProv     = new System.Windows.Forms.ComboBox();
     this.comboClinic   = new System.Windows.Forms.ComboBox();
     this.labelClinic   = new System.Windows.Forms.Label();
     this.textNote      = new OpenDental.ODtextBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(7, 54);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Adjustment Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(175, 333);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(11, 102);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 16);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(315, 14);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(167, 16);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "Additions";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(11, 128);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "Provider";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(614, 433);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 6;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(614, 471);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 7;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // textAdjDate
     //
     this.textAdjDate.Location = new System.Drawing.Point(112, 52);
     this.textAdjDate.Name     = "textAdjDate";
     this.textAdjDate.Size     = new System.Drawing.Size(80, 20);
     this.textAdjDate.TabIndex = 0;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(528, 14);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(182, 16);
     this.label3.TabIndex  = 16;
     this.label3.Text      = "Subtractions";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Autosize            = true;
     this.butDelete.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius        = 4F;
     this.butDelete.Location            = new System.Drawing.Point(24, 469);
     this.butDelete.Name     = "butDelete";
     this.butDelete.Size     = new System.Drawing.Size(75, 24);
     this.butDelete.TabIndex = 17;
     this.butDelete.Text     = "&Delete";
     this.butDelete.Click   += new System.EventHandler(this.butDelete_Click);
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(112, 100);
     this.textAmount.Name     = "textAmount";
     this.textAmount.Size     = new System.Drawing.Size(68, 20);
     this.textAmount.TabIndex = 1;
     //
     // listTypePos
     //
     this.listTypePos.Location              = new System.Drawing.Point(299, 34);
     this.listTypePos.Name                  = "listTypePos";
     this.listTypePos.Size                  = new System.Drawing.Size(202, 264);
     this.listTypePos.TabIndex              = 3;
     this.listTypePos.SelectedIndexChanged += new System.EventHandler(this.listTypePos_SelectedIndexChanged);
     //
     // listTypeNeg
     //
     this.listTypeNeg.Location              = new System.Drawing.Point(515, 34);
     this.listTypeNeg.Name                  = "listTypeNeg";
     this.listTypeNeg.Size                  = new System.Drawing.Size(206, 264);
     this.listTypeNeg.TabIndex              = 4;
     this.listTypeNeg.SelectedIndexChanged += new System.EventHandler(this.listTypeNeg_SelectedIndexChanged);
     //
     // textProcDate
     //
     this.textProcDate.Location = new System.Drawing.Point(112, 76);
     this.textProcDate.Name     = "textProcDate";
     this.textProcDate.Size     = new System.Drawing.Size(80, 20);
     this.textProcDate.TabIndex = 19;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(7, 78);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(104, 16);
     this.label7.TabIndex  = 18;
     this.label7.Text      = "(procedure date)";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(112, 28);
     this.textDateEntry.Name     = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size     = new System.Drawing.Size(80, 20);
     this.textDateEntry.TabIndex = 21;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(7, 30);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(104, 16);
     this.label8.TabIndex  = 20;
     this.label8.Text      = "Entry Date";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butPickProv
     //
     this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPickProv.Autosize            = false;
     this.butPickProv.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickProv.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickProv.CornerRadius        = 2F;
     this.butPickProv.Location            = new System.Drawing.Point(271, 124);
     this.butPickProv.Name     = "butPickProv";
     this.butPickProv.Size     = new System.Drawing.Size(18, 21);
     this.butPickProv.TabIndex = 165;
     this.butPickProv.Text     = "...";
     this.butPickProv.Click   += new System.EventHandler(this.butPickProv_Click);
     //
     // comboProv
     //
     this.comboProv.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProv.Location         = new System.Drawing.Point(112, 124);
     this.comboProv.MaxDropDownItems = 30;
     this.comboProv.Name             = "comboProv";
     this.comboProv.Size             = new System.Drawing.Size(158, 21);
     this.comboProv.TabIndex         = 164;
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location                  = new System.Drawing.Point(112, 149);
     this.comboClinic.MaxDropDownItems          = 30;
     this.comboClinic.Name                      = "comboClinic";
     this.comboClinic.Size                      = new System.Drawing.Size(177, 21);
     this.comboClinic.TabIndex                  = 162;
     this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted);
     //
     // labelClinic
     //
     this.labelClinic.Location  = new System.Drawing.Point(-4, 151);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(114, 16);
     this.labelClinic.TabIndex  = 163;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNote
     //
     this.textNote.Location       = new System.Drawing.Point(176, 354);
     this.textNote.Multiline      = true;
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
     this.textNote.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(355, 140);
     this.textNote.TabIndex       = 0;
     //
     // FormAdjust
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(731, 528);
     this.Controls.Add(this.butPickProv);
     this.Controls.Add(this.comboProv);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textProcDate);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.listTypeNeg);
     this.Controls.Add(this.listTypePos);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textAdjDate);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormAdjust";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Adjustment";
     this.Load         += new System.EventHandler(this.FormAdjust_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 5
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPatientEdit));
     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.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.labelSSN = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.labelCity = new System.Windows.Forms.Label();
     this.labelST = new System.Windows.Forms.Label();
     this.labelZip = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.textLName = new System.Windows.Forms.TextBox();
     this.textFName = new System.Windows.Forms.TextBox();
     this.textMiddleI = new System.Windows.Forms.TextBox();
     this.textPreferred = new System.Windows.Forms.TextBox();
     this.textSSN = new System.Windows.Forms.TextBox();
     this.textAddress = new System.Windows.Forms.TextBox();
     this.textAddress2 = new System.Windows.Forms.TextBox();
     this.textCity = new System.Windows.Forms.TextBox();
     this.textState = new System.Windows.Forms.TextBox();
     this.textHmPhone = new System.Windows.Forms.TextBox();
     this.textWkPhone = new System.Windows.Forms.TextBox();
     this.textWirelessPhone = new System.Windows.Forms.TextBox();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.label20 = new System.Windows.Forms.Label();
     this.textAge = new System.Windows.Forms.TextBox();
     this.textSalutation = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.textEmail = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.textCreditType = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.labelCanadianEligibilityCode = new System.Windows.Forms.Label();
     this.comboCanadianEligibilityCode = new System.Windows.Forms.ComboBox();
     this.textSchool = new System.Windows.Forms.TextBox();
     this.radioStudentN = new System.Windows.Forms.RadioButton();
     this.radioStudentP = new System.Windows.Forms.RadioButton();
     this.radioStudentF = new System.Windows.Forms.RadioButton();
     this.labelSchoolName = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.textChartNumber = new System.Windows.Forms.TextBox();
     this.textBirthdate = new OpenDental.ValidDate();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label40 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.comboFeeSched = new System.Windows.Forms.ComboBox();
     this.comboSecProv = new System.Windows.Forms.ComboBox();
     this.comboPriProv = new System.Windows.Forms.ComboBox();
     this.comboBillType = new System.Windows.Forms.ComboBox();
     this.butEditZip = new OpenDental.UI.Button();
     this.textZip = new System.Windows.Forms.TextBox();
     this.comboZip = new System.Windows.Forms.ComboBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.checkSame = new System.Windows.Forms.CheckBox();
     this.groupNotes = new System.Windows.Forms.GroupBox();
     this.textAddrNotes = new OpenDental.ODtextBox();
     this.checkNotesSame = new System.Windows.Forms.CheckBox();
     this.textPatNum = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.butAuto = new OpenDental.UI.Button();
     this.textMedicaidID = new System.Windows.Forms.TextBox();
     this.label31 = new System.Windows.Forms.Label();
     this.listStatus = new System.Windows.Forms.ListBox();
     this.listGender = new System.Windows.Forms.ListBox();
     this.listPosition = new System.Windows.Forms.ListBox();
     this.textEmployer = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.groupPH = new System.Windows.Forms.GroupBox();
     this.comboEthnicity = new System.Windows.Forms.ComboBox();
     this.labelEthnicity = new System.Windows.Forms.Label();
     this.butClearResponsParty = new OpenDental.UI.Button();
     this.butPickResponsParty = new OpenDental.UI.Button();
     this.textResponsParty = new System.Windows.Forms.TextBox();
     this.label34 = new System.Windows.Forms.Label();
     this.butPickSite = new OpenDental.UI.Button();
     this.comboUrgency = new System.Windows.Forms.ComboBox();
     this.comboGradeLevel = new System.Windows.Forms.ComboBox();
     this.textSite = new System.Windows.Forms.TextBox();
     this.label35 = new System.Windows.Forms.Label();
     this.comboRace = new System.Windows.Forms.ComboBox();
     this.textCounty = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.labelRaceEthnicity = new System.Windows.Forms.Label();
     this.textDateFirstVisit = new OpenDental.ValidDate();
     this.label36 = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.labelClinic = new System.Windows.Forms.Label();
     this.comboClinic = new System.Windows.Forms.ComboBox();
     this.textTrophyFolder = new System.Windows.Forms.TextBox();
     this.labelTrophyFolder = new System.Windows.Forms.Label();
     this.textWard = new System.Windows.Forms.TextBox();
     this.labelWard = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.comboLanguage = new System.Windows.Forms.ComboBox();
     this.comboContact = new System.Windows.Forms.ComboBox();
     this.label23 = new System.Windows.Forms.Label();
     this.comboConfirm = new System.Windows.Forms.ComboBox();
     this.label24 = new System.Windows.Forms.Label();
     this.comboRecall = new System.Windows.Forms.ComboBox();
     this.label25 = new System.Windows.Forms.Label();
     this.textAdmitDate = new OpenDental.ValidDate();
     this.labelAdmitDate = new System.Windows.Forms.Label();
     this.textTitle = new System.Windows.Forms.TextBox();
     this.label26 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.listGuardians = new System.Windows.Forms.ListBox();
     this.butAddGuardian = new OpenDental.UI.Button();
     this.butGuardianDefaults = new OpenDental.UI.Button();
     this.textAskToArriveEarly = new System.Windows.Forms.TextBox();
     this.label42 = new System.Windows.Forms.Label();
     this.checkArriveEarlySame = new System.Windows.Forms.CheckBox();
     this.label43 = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupNotes.SuspendLayout();
     this.groupPH.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8,31);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(125,16);
     this.label2.TabIndex = 1;
     this.label2.Text = "Last Name";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(6,53);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(127,16);
     this.label3.TabIndex = 2;
     this.label3.Text = "First Name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(9,74);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(124,16);
     this.label4.TabIndex = 3;
     this.label4.Text = "Middle Initial";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(4,95);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(129,16);
     this.label5.TabIndex = 4;
     this.label5.Text = "Preferred Name";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(12,159);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(114,17);
     this.label6.TabIndex = 5;
     this.label6.Text = "Status";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(130,160);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(106,16);
     this.label7.TabIndex = 6;
     this.label7.Text = "Gender";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(245,160);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(100,16);
     this.label8.TabIndex = 7;
     this.label8.Text = "Position";
     this.label8.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(28,257);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(105,14);
     this.label9.TabIndex = 8;
     this.label9.Text = "Birthdate";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelSSN
     //
     this.labelSSN.Location = new System.Drawing.Point(19,279);
     this.labelSSN.Name = "labelSSN";
     this.labelSSN.Size = new System.Drawing.Size(113,14);
     this.labelSSN.TabIndex = 9;
     this.labelSSN.Text = "SS#";
     this.labelSSN.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(49,58);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(98,14);
     this.label11.TabIndex = 10;
     this.label11.Text = "Address";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(49,79);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(99,14);
     this.label12.TabIndex = 11;
     this.label12.Text = "Address2";
     this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelCity
     //
     this.labelCity.Location = new System.Drawing.Point(48,99);
     this.labelCity.Name = "labelCity";
     this.labelCity.Size = new System.Drawing.Size(98,14);
     this.labelCity.TabIndex = 12;
     this.labelCity.Text = "City";
     this.labelCity.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelST
     //
     this.labelST.Location = new System.Drawing.Point(51,119);
     this.labelST.Name = "labelST";
     this.labelST.Size = new System.Drawing.Size(96,14);
     this.labelST.TabIndex = 13;
     this.labelST.Text = "ST";
     this.labelST.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelZip
     //
     this.labelZip.Location = new System.Drawing.Point(51,140);
     this.labelZip.Name = "labelZip";
     this.labelZip.Size = new System.Drawing.Size(96,14);
     this.labelZip.TabIndex = 14;
     this.labelZip.Text = "Zip";
     this.labelZip.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(51,37);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(98,14);
     this.label16.TabIndex = 15;
     this.label16.Text = "Home Phone";
     this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(16,446);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(118,14);
     this.label17.TabIndex = 16;
     this.label17.Text = "Work Phone";
     this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label18
     //
     this.label18.Location = new System.Drawing.Point(10,425);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(124,14);
     this.label18.TabIndex = 17;
     this.label18.Text = "Wireless Phone";
     this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textLName
     //
     this.textLName.Location = new System.Drawing.Point(135,29);
     this.textLName.MaxLength = 100;
     this.textLName.Name = "textLName";
     this.textLName.Size = new System.Drawing.Size(228,20);
     this.textLName.TabIndex = 0;
     this.textLName.TextChanged += new System.EventHandler(this.textLName_TextChanged);
     //
     // textFName
     //
     this.textFName.Location = new System.Drawing.Point(135,50);
     this.textFName.MaxLength = 100;
     this.textFName.Name = "textFName";
     this.textFName.Size = new System.Drawing.Size(228,20);
     this.textFName.TabIndex = 1;
     this.textFName.TextChanged += new System.EventHandler(this.textFName_TextChanged);
     //
     // textMiddleI
     //
     this.textMiddleI.Location = new System.Drawing.Point(135,71);
     this.textMiddleI.MaxLength = 100;
     this.textMiddleI.Name = "textMiddleI";
     this.textMiddleI.Size = new System.Drawing.Size(75,20);
     this.textMiddleI.TabIndex = 2;
     this.textMiddleI.TextChanged += new System.EventHandler(this.textMiddleI_TextChanged);
     //
     // textPreferred
     //
     this.textPreferred.Location = new System.Drawing.Point(135,92);
     this.textPreferred.MaxLength = 100;
     this.textPreferred.Name = "textPreferred";
     this.textPreferred.Size = new System.Drawing.Size(228,20);
     this.textPreferred.TabIndex = 3;
     this.textPreferred.TextChanged += new System.EventHandler(this.textPreferred_TextChanged);
     //
     // textSSN
     //
     this.textSSN.Location = new System.Drawing.Point(135,274);
     this.textSSN.MaxLength = 100;
     this.textSSN.Name = "textSSN";
     this.textSSN.Size = new System.Drawing.Size(82,20);
     this.textSSN.TabIndex = 9;
     this.textSSN.Validating += new System.ComponentModel.CancelEventHandler(this.textSSN_Validating);
     //
     // textAddress
     //
     this.textAddress.Location = new System.Drawing.Point(149,55);
     this.textAddress.MaxLength = 100;
     this.textAddress.Name = "textAddress";
     this.textAddress.Size = new System.Drawing.Size(254,20);
     this.textAddress.TabIndex = 13;
     this.textAddress.TextChanged += new System.EventHandler(this.textAddress_TextChanged);
     //
     // textAddress2
     //
     this.textAddress2.Location = new System.Drawing.Point(149,75);
     this.textAddress2.MaxLength = 100;
     this.textAddress2.Name = "textAddress2";
     this.textAddress2.Size = new System.Drawing.Size(253,20);
     this.textAddress2.TabIndex = 21;
     this.textAddress2.TextChanged += new System.EventHandler(this.textAddress2_TextChanged);
     //
     // textCity
     //
     this.textCity.Location = new System.Drawing.Point(149,95);
     this.textCity.MaxLength = 100;
     this.textCity.Name = "textCity";
     this.textCity.Size = new System.Drawing.Size(191,20);
     this.textCity.TabIndex = 22;
     this.textCity.TabStop = false;
     this.textCity.TextChanged += new System.EventHandler(this.textCity_TextChanged);
     //
     // textState
     //
     this.textState.Location = new System.Drawing.Point(149,115);
     this.textState.MaxLength = 100;
     this.textState.Name = "textState";
     this.textState.Size = new System.Drawing.Size(61,20);
     this.textState.TabIndex = 23;
     this.textState.TabStop = false;
     this.textState.TextChanged += new System.EventHandler(this.textState_TextChanged);
     //
     // textHmPhone
     //
     this.textHmPhone.Location = new System.Drawing.Point(149,35);
     this.textHmPhone.MaxLength = 30;
     this.textHmPhone.Name = "textHmPhone";
     this.textHmPhone.Size = new System.Drawing.Size(174,20);
     this.textHmPhone.TabIndex = 12;
     this.textHmPhone.TextChanged += new System.EventHandler(this.textHmPhone_TextChanged);
     //
     // textWkPhone
     //
     this.textWkPhone.Location = new System.Drawing.Point(135,442);
     this.textWkPhone.MaxLength = 30;
     this.textWkPhone.Name = "textWkPhone";
     this.textWkPhone.Size = new System.Drawing.Size(174,20);
     this.textWkPhone.TabIndex = 16;
     this.textWkPhone.TextChanged += new System.EventHandler(this.textWkPhone_TextChanged);
     //
     // textWirelessPhone
     //
     this.textWirelessPhone.Location = new System.Drawing.Point(135,421);
     this.textWirelessPhone.MaxLength = 30;
     this.textWirelessPhone.Name = "textWirelessPhone";
     this.textWirelessPhone.Size = new System.Drawing.Size(174,20);
     this.textWirelessPhone.TabIndex = 15;
     this.textWirelessPhone.TextChanged += new System.EventHandler(this.textWirelessPhone_TextChanged);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(906,597);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,26);
     this.butOK.TabIndex = 26;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(906,637);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,26);
     this.butCancel.TabIndex = 27;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // label20
     //
     this.label20.Location = new System.Drawing.Point(209,257);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(53,16);
     this.label20.TabIndex = 40;
     this.label20.Text = "Age";
     this.label20.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textAge
     //
     this.textAge.Location = new System.Drawing.Point(262,253);
     this.textAge.Name = "textAge";
     this.textAge.ReadOnly = true;
     this.textAge.Size = new System.Drawing.Size(68,20);
     this.textAge.TabIndex = 0;
     //
     // textSalutation
     //
     this.textSalutation.Location = new System.Drawing.Point(135,134);
     this.textSalutation.MaxLength = 100;
     this.textSalutation.Name = "textSalutation";
     this.textSalutation.Size = new System.Drawing.Size(228,20);
     this.textSalutation.TabIndex = 4;
     this.textSalutation.TextChanged += new System.EventHandler(this.textSalutation_TextChanged);
     //
     // label21
     //
     this.label21.Location = new System.Drawing.Point(6,138);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(127,16);
     this.label21.TabIndex = 42;
     this.label21.Text = "Salutation (Dear __)";
     this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textEmail
     //
     this.textEmail.Location = new System.Drawing.Point(135,316);
     this.textEmail.MaxLength = 100;
     this.textEmail.Name = "textEmail";
     this.textEmail.Size = new System.Drawing.Size(226,20);
     this.textEmail.TabIndex = 11;
     //
     // label22
     //
     this.label22.Location = new System.Drawing.Point(29,321);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(104,14);
     this.label22.TabIndex = 44;
     this.label22.Text = "E-mail";
     this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label27
     //
     this.label27.Location = new System.Drawing.Point(50,159);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(97,16);
     this.label27.TabIndex = 55;
     this.label27.Text = "Credit Type";
     this.label27.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCreditType
     //
     this.textCreditType.Location = new System.Drawing.Point(149,156);
     this.textCreditType.MaxLength = 1;
     this.textCreditType.Name = "textCreditType";
     this.textCreditType.Size = new System.Drawing.Size(18,20);
     this.textCreditType.TabIndex = 15;
     this.textCreditType.TextChanged += new System.EventHandler(this.textCreditType_TextChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(26,178);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(121,16);
     this.label1.TabIndex = 57;
     this.label1.Text = "Billing Type";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.labelCanadianEligibilityCode);
     this.groupBox2.Controls.Add(this.comboCanadianEligibilityCode);
     this.groupBox2.Controls.Add(this.textSchool);
     this.groupBox2.Controls.Add(this.radioStudentN);
     this.groupBox2.Controls.Add(this.radioStudentP);
     this.groupBox2.Controls.Add(this.radioStudentF);
     this.groupBox2.Controls.Add(this.labelSchoolName);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(472,397);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(382,87);
     this.groupBox2.TabIndex = 24;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Student Status if Dependent Over 19 (for Ins)";
     //
     // labelCanadianEligibilityCode
     //
     this.labelCanadianEligibilityCode.Location = new System.Drawing.Point(1,63);
     this.labelCanadianEligibilityCode.Name = "labelCanadianEligibilityCode";
     this.labelCanadianEligibilityCode.Size = new System.Drawing.Size(121,16);
     this.labelCanadianEligibilityCode.TabIndex = 11;
     this.labelCanadianEligibilityCode.Text = "Eligibility Excep. Code";
     this.labelCanadianEligibilityCode.TextAlign = System.Drawing.ContentAlignment.TopRight;
     this.labelCanadianEligibilityCode.Visible = false;
     //
     // comboCanadianEligibilityCode
     //
     this.comboCanadianEligibilityCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboCanadianEligibilityCode.FormattingEnabled = true;
     this.comboCanadianEligibilityCode.Location = new System.Drawing.Point(124,60);
     this.comboCanadianEligibilityCode.Name = "comboCanadianEligibilityCode";
     this.comboCanadianEligibilityCode.Size = new System.Drawing.Size(223,21);
     this.comboCanadianEligibilityCode.TabIndex = 10;
     this.comboCanadianEligibilityCode.Visible = false;
     //
     // textSchool
     //
     this.textSchool.Location = new System.Drawing.Point(123,37);
     this.textSchool.MaxLength = 255;
     this.textSchool.Name = "textSchool";
     this.textSchool.Size = new System.Drawing.Size(224,20);
     this.textSchool.TabIndex = 3;
     //
     // radioStudentN
     //
     this.radioStudentN.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioStudentN.Location = new System.Drawing.Point(52,18);
     this.radioStudentN.Name = "radioStudentN";
     this.radioStudentN.Size = new System.Drawing.Size(108,16);
     this.radioStudentN.TabIndex = 0;
     this.radioStudentN.Text = "Nonstudent";
     this.radioStudentN.Click += new System.EventHandler(this.radioStudentN_Click);
     //
     // radioStudentP
     //
     this.radioStudentP.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioStudentP.Location = new System.Drawing.Point(262,18);
     this.radioStudentP.Name = "radioStudentP";
     this.radioStudentP.Size = new System.Drawing.Size(104,16);
     this.radioStudentP.TabIndex = 2;
     this.radioStudentP.Text = "Parttime";
     this.radioStudentP.Click += new System.EventHandler(this.radioStudentP_Click);
     //
     // radioStudentF
     //
     this.radioStudentF.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioStudentF.Location = new System.Drawing.Point(164,18);
     this.radioStudentF.Name = "radioStudentF";
     this.radioStudentF.Size = new System.Drawing.Size(98,16);
     this.radioStudentF.TabIndex = 1;
     this.radioStudentF.Text = "Fulltime";
     this.radioStudentF.Click += new System.EventHandler(this.radioStudentF_Click);
     //
     // labelSchoolName
     //
     this.labelSchoolName.Location = new System.Drawing.Point(5,41);
     this.labelSchoolName.Name = "labelSchoolName";
     this.labelSchoolName.Size = new System.Drawing.Size(116,16);
     this.labelSchoolName.TabIndex = 9;
     this.labelSchoolName.Text = "College Name";
     this.labelSchoolName.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label29
     //
     this.label29.Location = new System.Drawing.Point(18,341);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(116,16);
     this.label29.TabIndex = 62;
     this.label29.Text = "ChartNumber";
     this.label29.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textChartNumber
     //
     this.textChartNumber.Location = new System.Drawing.Point(135,337);
     this.textChartNumber.MaxLength = 20;
     this.textChartNumber.Name = "textChartNumber";
     this.textChartNumber.Size = new System.Drawing.Size(99,20);
     this.textChartNumber.TabIndex = 12;
     //
     // textBirthdate
     //
     this.textBirthdate.Location = new System.Drawing.Point(135,253);
     this.textBirthdate.Name = "textBirthdate";
     this.textBirthdate.Size = new System.Drawing.Size(82,20);
     this.textBirthdate.TabIndex = 8;
     this.textBirthdate.Validated += new System.EventHandler(this.textBirthdate_Validated);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label40);
     this.groupBox1.Controls.Add(this.label39);
     this.groupBox1.Controls.Add(this.label38);
     this.groupBox1.Controls.Add(this.comboFeeSched);
     this.groupBox1.Controls.Add(this.comboSecProv);
     this.groupBox1.Controls.Add(this.comboPriProv);
     this.groupBox1.Controls.Add(this.comboBillType);
     this.groupBox1.Controls.Add(this.textHmPhone);
     this.groupBox1.Controls.Add(this.butEditZip);
     this.groupBox1.Controls.Add(this.textZip);
     this.groupBox1.Controls.Add(this.comboZip);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.checkSame);
     this.groupBox1.Controls.Add(this.textState);
     this.groupBox1.Controls.Add(this.labelST);
     this.groupBox1.Controls.Add(this.textAddress);
     this.groupBox1.Controls.Add(this.label27);
     this.groupBox1.Controls.Add(this.textCreditType);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.labelCity);
     this.groupBox1.Controls.Add(this.textAddress2);
     this.groupBox1.Controls.Add(this.labelZip);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.textCity);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(472,3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(424,278);
     this.groupBox1.TabIndex = 25;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Address and Phone";
     //
     // label40
     //
     this.label40.Location = new System.Drawing.Point(1,242);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(147,18);
     this.label40.TabIndex = 69;
     this.label40.Text = "Fee Schedule (rarely used)";
     this.label40.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label39
     //
     this.label39.Location = new System.Drawing.Point(26,222);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(121,16);
     this.label39.TabIndex = 68;
     this.label39.Text = "Secondary Provider";
     this.label39.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label38
     //
     this.label38.Location = new System.Drawing.Point(26,199);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(121,16);
     this.label38.TabIndex = 67;
     this.label38.Text = "Primary Provider";
     this.label38.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboFeeSched
     //
     this.comboFeeSched.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboFeeSched.FormattingEnabled = true;
     this.comboFeeSched.Location = new System.Drawing.Point(149,239);
     this.comboFeeSched.MaxDropDownItems = 30;
     this.comboFeeSched.Name = "comboFeeSched";
     this.comboFeeSched.Size = new System.Drawing.Size(198,21);
     this.comboFeeSched.TabIndex = 20;
     //
     // comboSecProv
     //
     this.comboSecProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSecProv.FormattingEnabled = true;
     this.comboSecProv.Location = new System.Drawing.Point(149,218);
     this.comboSecProv.MaxDropDownItems = 30;
     this.comboSecProv.Name = "comboSecProv";
     this.comboSecProv.Size = new System.Drawing.Size(198,21);
     this.comboSecProv.TabIndex = 19;
     //
     // comboPriProv
     //
     this.comboPriProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboPriProv.FormattingEnabled = true;
     this.comboPriProv.Location = new System.Drawing.Point(149,197);
     this.comboPriProv.MaxDropDownItems = 30;
     this.comboPriProv.Name = "comboPriProv";
     this.comboPriProv.Size = new System.Drawing.Size(198,21);
     this.comboPriProv.TabIndex = 17;
     //
     // comboBillType
     //
     this.comboBillType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBillType.FormattingEnabled = true;
     this.comboBillType.Location = new System.Drawing.Point(149,176);
     this.comboBillType.MaxDropDownItems = 30;
     this.comboBillType.Name = "comboBillType";
     this.comboBillType.Size = new System.Drawing.Size(198,21);
     this.comboBillType.TabIndex = 16;
     //
     // butEditZip
     //
     this.butEditZip.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butEditZip.Autosize = true;
     this.butEditZip.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butEditZip.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butEditZip.CornerRadius = 4F;
     this.butEditZip.Location = new System.Drawing.Point(349,134);
     this.butEditZip.Name = "butEditZip";
     this.butEditZip.Size = new System.Drawing.Size(73,23);
     this.butEditZip.TabIndex = 62;
     this.butEditZip.TabStop = false;
     this.butEditZip.Text = "&Edit Zip";
     this.butEditZip.Click += new System.EventHandler(this.butEditZip_Click);
     //
     // textZip
     //
     this.textZip.Location = new System.Drawing.Point(149,135);
     this.textZip.MaxLength = 100;
     this.textZip.Name = "textZip";
     this.textZip.Size = new System.Drawing.Size(179,20);
     this.textZip.TabIndex = 14;
     this.textZip.TextChanged += new System.EventHandler(this.textZip_TextChanged);
     this.textZip.Validating += new System.ComponentModel.CancelEventHandler(this.textZip_Validating);
     //
     // comboZip
     //
     this.comboZip.DropDownWidth = 198;
     this.comboZip.Location = new System.Drawing.Point(149,135);
     this.comboZip.MaxDropDownItems = 20;
     this.comboZip.Name = "comboZip";
     this.comboZip.Size = new System.Drawing.Size(198,21);
     this.comboZip.TabIndex = 60;
     this.comboZip.TabStop = false;
     this.comboZip.SelectionChangeCommitted += new System.EventHandler(this.comboZip_SelectionChangeCommitted);
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.Control;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location = new System.Drawing.Point(167,17);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(230,16);
     this.textBox1.TabIndex = 57;
     this.textBox1.TabStop = false;
     this.textBox1.Text = "Same for entire family";
     //
     // checkSame
     //
     this.checkSame.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkSame.Location = new System.Drawing.Point(149,14);
     this.checkSame.Name = "checkSame";
     this.checkSame.Size = new System.Drawing.Size(18,21);
     this.checkSame.TabIndex = 11;
     this.checkSame.TabStop = false;
     //
     // groupNotes
     //
     this.groupNotes.Controls.Add(this.textAddrNotes);
     this.groupNotes.Controls.Add(this.checkNotesSame);
     this.groupNotes.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupNotes.Location = new System.Drawing.Point(472,285);
     this.groupNotes.Name = "groupNotes";
     this.groupNotes.Size = new System.Drawing.Size(424,107);
     this.groupNotes.TabIndex = 26;
     this.groupNotes.TabStop = false;
     this.groupNotes.Text = "Address and Phone Notes";
     //
     // textAddrNotes
     //
     this.textAddrNotes.AcceptsReturn = true;
     this.textAddrNotes.Location = new System.Drawing.Point(123,42);
     this.textAddrNotes.Multiline = true;
     this.textAddrNotes.Name = "textAddrNotes";
     this.textAddrNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.PatAddressNote;
     this.textAddrNotes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textAddrNotes.Size = new System.Drawing.Size(224,59);
     this.textAddrNotes.TabIndex = 0;
     //
     // checkNotesSame
     //
     this.checkNotesSame.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkNotesSame.Location = new System.Drawing.Point(124,22);
     this.checkNotesSame.Name = "checkNotesSame";
     this.checkNotesSame.Size = new System.Drawing.Size(247,18);
     this.checkNotesSame.TabIndex = 1;
     this.checkNotesSame.Text = "Same for entire family";
     //
     // textPatNum
     //
     this.textPatNum.Location = new System.Drawing.Point(135,8);
     this.textPatNum.MaxLength = 100;
     this.textPatNum.Name = "textPatNum";
     this.textPatNum.ReadOnly = true;
     this.textPatNum.Size = new System.Drawing.Size(228,20);
     this.textPatNum.TabIndex = 71;
     //
     // label19
     //
     this.label19.Location = new System.Drawing.Point(9,11);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(125,16);
     this.label19.TabIndex = 72;
     this.label19.Text = "Patient Number";
     this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label32
     //
     this.label32.Location = new System.Drawing.Point(303,341);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(88,17);
     this.label32.TabIndex = 73;
     this.label32.Text = "(if used)";
     //
     // butAuto
     //
     this.butAuto.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAuto.Autosize = true;
     this.butAuto.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAuto.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAuto.CornerRadius = 4F;
     this.butAuto.Location = new System.Drawing.Point(236,336);
     this.butAuto.Name = "butAuto";
     this.butAuto.Size = new System.Drawing.Size(62,22);
     this.butAuto.TabIndex = 74;
     this.butAuto.Text = "Auto";
     this.butAuto.Click += new System.EventHandler(this.butAuto_Click);
     //
     // textMedicaidID
     //
     this.textMedicaidID.Location = new System.Drawing.Point(135,295);
     this.textMedicaidID.MaxLength = 20;
     this.textMedicaidID.Name = "textMedicaidID";
     this.textMedicaidID.Size = new System.Drawing.Size(99,20);
     this.textMedicaidID.TabIndex = 10;
     //
     // label31
     //
     this.label31.Location = new System.Drawing.Point(26,300);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(106,14);
     this.label31.TabIndex = 75;
     this.label31.Text = "Medicaid ID";
     this.label31.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listStatus
     //
     this.listStatus.Location = new System.Drawing.Point(12,177);
     this.listStatus.Name = "listStatus";
     this.listStatus.Size = new System.Drawing.Size(105,69);
     this.listStatus.TabIndex = 5;
     //
     // listGender
     //
     this.listGender.Location = new System.Drawing.Point(130,177);
     this.listGender.Name = "listGender";
     this.listGender.Size = new System.Drawing.Size(105,43);
     this.listGender.TabIndex = 6;
     //
     // listPosition
     //
     this.listPosition.Location = new System.Drawing.Point(248,177);
     this.listPosition.Name = "listPosition";
     this.listPosition.Size = new System.Drawing.Size(105,69);
     this.listPosition.TabIndex = 7;
     this.listPosition.SelectedIndexChanged += new System.EventHandler(this.listPosition_SelectedIndexChanged);
     //
     // textEmployer
     //
     this.textEmployer.Location = new System.Drawing.Point(135,400);
     this.textEmployer.MaxLength = 255;
     this.textEmployer.Name = "textEmployer";
     this.textEmployer.Size = new System.Drawing.Size(226,20);
     this.textEmployer.TabIndex = 14;
     this.textEmployer.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textEmployer_KeyUp);
     this.textEmployer.Leave += new System.EventHandler(this.textEmployer_Leave);
     //
     // label33
     //
     this.label33.Location = new System.Drawing.Point(10,404);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(124,14);
     this.label33.TabIndex = 83;
     this.label33.Text = "Employer";
     this.label33.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupPH
     //
     this.groupPH.Controls.Add(this.comboEthnicity);
     this.groupPH.Controls.Add(this.labelEthnicity);
     this.groupPH.Controls.Add(this.butClearResponsParty);
     this.groupPH.Controls.Add(this.butPickResponsParty);
     this.groupPH.Controls.Add(this.textResponsParty);
     this.groupPH.Controls.Add(this.label34);
     this.groupPH.Controls.Add(this.butPickSite);
     this.groupPH.Controls.Add(this.comboUrgency);
     this.groupPH.Controls.Add(this.comboGradeLevel);
     this.groupPH.Controls.Add(this.textSite);
     this.groupPH.Controls.Add(this.label35);
     this.groupPH.Controls.Add(this.comboRace);
     this.groupPH.Controls.Add(this.textCounty);
     this.groupPH.Controls.Add(this.label15);
     this.groupPH.Controls.Add(this.label14);
     this.groupPH.Controls.Add(this.label13);
     this.groupPH.Controls.Add(this.labelRaceEthnicity);
     this.groupPH.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupPH.Location = new System.Drawing.Point(472,489);
     this.groupPH.Name = "groupPH";
     this.groupPH.Size = new System.Drawing.Size(424,168);
     this.groupPH.TabIndex = 23;
     this.groupPH.TabStop = false;
     this.groupPH.Text = "Public Health";
     //
     // comboEthnicity
     //
     this.comboEthnicity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboEthnicity.Location = new System.Drawing.Point(149,36);
     this.comboEthnicity.MaxDropDownItems = 20;
     this.comboEthnicity.Name = "comboEthnicity";
     this.comboEthnicity.Size = new System.Drawing.Size(156,21);
     this.comboEthnicity.TabIndex = 69;
     //
     // labelEthnicity
     //
     this.labelEthnicity.Location = new System.Drawing.Point(6,37);
     this.labelEthnicity.Name = "labelEthnicity";
     this.labelEthnicity.Size = new System.Drawing.Size(141,17);
     this.labelEthnicity.TabIndex = 68;
     this.labelEthnicity.Text = "Ethnicity";
     this.labelEthnicity.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butClearResponsParty
     //
     this.butClearResponsParty.AdjustImageLocation = new System.Drawing.Point(1,1);
     this.butClearResponsParty.Autosize = true;
     this.butClearResponsParty.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClearResponsParty.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClearResponsParty.CornerRadius = 4F;
     this.butClearResponsParty.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butClearResponsParty.Location = new System.Drawing.Point(397,137);
     this.butClearResponsParty.Name = "butClearResponsParty";
     this.butClearResponsParty.Size = new System.Drawing.Size(25,23);
     this.butClearResponsParty.TabIndex = 67;
     this.butClearResponsParty.TabStop = false;
     this.butClearResponsParty.Click += new System.EventHandler(this.butClearResponsParty_Click);
     //
     // butPickResponsParty
     //
     this.butPickResponsParty.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPickResponsParty.Autosize = true;
     this.butPickResponsParty.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickResponsParty.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickResponsParty.CornerRadius = 4F;
     this.butPickResponsParty.Location = new System.Drawing.Point(349,137);
     this.butPickResponsParty.Name = "butPickResponsParty";
     this.butPickResponsParty.Size = new System.Drawing.Size(48,23);
     this.butPickResponsParty.TabIndex = 66;
     this.butPickResponsParty.TabStop = false;
     this.butPickResponsParty.Text = "Pick";
     this.butPickResponsParty.Click += new System.EventHandler(this.butPickResponsParty_Click);
     //
     // textResponsParty
     //
     this.textResponsParty.AcceptsReturn = true;
     this.textResponsParty.Location = new System.Drawing.Point(149,139);
     this.textResponsParty.Name = "textResponsParty";
     this.textResponsParty.ReadOnly = true;
     this.textResponsParty.Size = new System.Drawing.Size(198,20);
     this.textResponsParty.TabIndex = 65;
     //
     // label34
     //
     this.label34.Location = new System.Drawing.Point(1,139);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(146,17);
     this.label34.TabIndex = 64;
     this.label34.Text = "Responsible Party";
     this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butPickSite
     //
     this.butPickSite.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPickSite.Autosize = true;
     this.butPickSite.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickSite.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickSite.CornerRadius = 4F;
     this.butPickSite.Location = new System.Drawing.Point(349,75);
     this.butPickSite.Name = "butPickSite";
     this.butPickSite.Size = new System.Drawing.Size(58,23);
     this.butPickSite.TabIndex = 63;
     this.butPickSite.TabStop = false;
     this.butPickSite.Text = "Pick";
     this.butPickSite.Click += new System.EventHandler(this.butPickSite_Click);
     //
     // comboUrgency
     //
     this.comboUrgency.BackColor = System.Drawing.SystemColors.Window;
     this.comboUrgency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboUrgency.Location = new System.Drawing.Point(149,118);
     this.comboUrgency.Name = "comboUrgency";
     this.comboUrgency.Size = new System.Drawing.Size(155,21);
     this.comboUrgency.TabIndex = 4;
     //
     // comboGradeLevel
     //
     this.comboGradeLevel.BackColor = System.Drawing.SystemColors.Window;
     this.comboGradeLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboGradeLevel.Location = new System.Drawing.Point(149,97);
     this.comboGradeLevel.MaxDropDownItems = 25;
     this.comboGradeLevel.Name = "comboGradeLevel";
     this.comboGradeLevel.Size = new System.Drawing.Size(155,21);
     this.comboGradeLevel.TabIndex = 3;
     //
     // textSite
     //
     this.textSite.AcceptsReturn = true;
     this.textSite.Location = new System.Drawing.Point(149,77);
     this.textSite.Name = "textSite";
     this.textSite.Size = new System.Drawing.Size(198,20);
     this.textSite.TabIndex = 2;
     this.textSite.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textSite_KeyUp);
     this.textSite.Leave += new System.EventHandler(this.textSite_Leave);
     //
     // label35
     //
     this.label35.Location = new System.Drawing.Point(1,117);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(146,17);
     this.label35.TabIndex = 6;
     this.label35.Text = "Treatment Urgency";
     this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboRace
     //
     this.comboRace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboRace.Location = new System.Drawing.Point(149,15);
     this.comboRace.MaxDropDownItems = 20;
     this.comboRace.Name = "comboRace";
     this.comboRace.Size = new System.Drawing.Size(156,21);
     this.comboRace.TabIndex = 0;
     //
     // textCounty
     //
     this.textCounty.AcceptsReturn = true;
     this.textCounty.Location = new System.Drawing.Point(149,57);
     this.textCounty.Name = "textCounty";
     this.textCounty.Size = new System.Drawing.Size(198,20);
     this.textCounty.TabIndex = 1;
     this.textCounty.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textCounty_KeyUp);
     this.textCounty.Leave += new System.EventHandler(this.textCounty_Leave);
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(7,97);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(140,17);
     this.label15.TabIndex = 3;
     this.label15.Text = "Grade Level";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(1,77);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(146,17);
     this.label14.TabIndex = 2;
     this.label14.Text = "Site (or Grade School)";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(4,57);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(143,17);
     this.label13.TabIndex = 1;
     this.label13.Text = "County";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelRaceEthnicity
     //
     this.labelRaceEthnicity.Location = new System.Drawing.Point(6,16);
     this.labelRaceEthnicity.Name = "labelRaceEthnicity";
     this.labelRaceEthnicity.Size = new System.Drawing.Size(141,17);
     this.labelRaceEthnicity.TabIndex = 0;
     this.labelRaceEthnicity.Text = "Race/Ethnicity";
     this.labelRaceEthnicity.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateFirstVisit
     //
     this.textDateFirstVisit.Location = new System.Drawing.Point(135,358);
     this.textDateFirstVisit.Name = "textDateFirstVisit";
     this.textDateFirstVisit.Size = new System.Drawing.Size(82,20);
     this.textDateFirstVisit.TabIndex = 13;
     //
     // label36
     //
     this.label36.Location = new System.Drawing.Point(8,362);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(125,14);
     this.label36.TabIndex = 86;
     this.label36.Text = "Date of First Visit";
     this.label36.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label37
     //
     this.label37.Location = new System.Drawing.Point(239,299);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(179,14);
     this.label37.TabIndex = 88;
     this.label37.Text = "(put in InsPlan too)";
     this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(45,575);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(86,14);
     this.labelClinic.TabIndex = 89;
     this.labelClinic.Text = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location = new System.Drawing.Point(135,572);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name = "comboClinic";
     this.comboClinic.Size = new System.Drawing.Size(198,21);
     this.comboClinic.TabIndex = 22;
     //
     // textTrophyFolder
     //
     this.textTrophyFolder.Location = new System.Drawing.Point(135,529);
     this.textTrophyFolder.MaxLength = 30;
     this.textTrophyFolder.Name = "textTrophyFolder";
     this.textTrophyFolder.Size = new System.Drawing.Size(226,20);
     this.textTrophyFolder.TabIndex = 20;
     //
     // labelTrophyFolder
     //
     this.labelTrophyFolder.Location = new System.Drawing.Point(16,532);
     this.labelTrophyFolder.Name = "labelTrophyFolder";
     this.labelTrophyFolder.Size = new System.Drawing.Size(118,14);
     this.labelTrophyFolder.TabIndex = 90;
     this.labelTrophyFolder.Text = "Trophy Folder";
     this.labelTrophyFolder.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textWard
     //
     this.textWard.Location = new System.Drawing.Point(135,594);
     this.textWard.MaxLength = 100;
     this.textWard.Name = "textWard";
     this.textWard.Size = new System.Drawing.Size(55,20);
     this.textWard.TabIndex = 23;
     //
     // labelWard
     //
     this.labelWard.Location = new System.Drawing.Point(79,599);
     this.labelWard.Name = "labelWard";
     this.labelWard.Size = new System.Drawing.Size(53,14);
     this.labelWard.TabIndex = 92;
     this.labelWard.Text = "Ward";
     this.labelWard.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label28
     //
     this.label28.Location = new System.Drawing.Point(15,553);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(118,14);
     this.label28.TabIndex = 94;
     this.label28.Text = "Language";
     this.label28.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboLanguage
     //
     this.comboLanguage.BackColor = System.Drawing.SystemColors.Window;
     this.comboLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboLanguage.Location = new System.Drawing.Point(135,550);
     this.comboLanguage.MaxDropDownItems = 25;
     this.comboLanguage.Name = "comboLanguage";
     this.comboLanguage.Size = new System.Drawing.Size(226,21);
     this.comboLanguage.TabIndex = 21;
     //
     // comboContact
     //
     this.comboContact.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboContact.FormattingEnabled = true;
     this.comboContact.Location = new System.Drawing.Point(135,463);
     this.comboContact.MaxDropDownItems = 30;
     this.comboContact.Name = "comboContact";
     this.comboContact.Size = new System.Drawing.Size(174,21);
     this.comboContact.TabIndex = 17;
     //
     // label23
     //
     this.label23.Location = new System.Drawing.Point(1,465);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(132,16);
     this.label23.TabIndex = 96;
     this.label23.Text = "Prefer Contact Method";
     this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboConfirm
     //
     this.comboConfirm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboConfirm.FormattingEnabled = true;
     this.comboConfirm.Location = new System.Drawing.Point(135,485);
     this.comboConfirm.MaxDropDownItems = 30;
     this.comboConfirm.Name = "comboConfirm";
     this.comboConfirm.Size = new System.Drawing.Size(174,21);
     this.comboConfirm.TabIndex = 18;
     //
     // label24
     //
     this.label24.Location = new System.Drawing.Point(1,487);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(132,16);
     this.label24.TabIndex = 98;
     this.label24.Text = "Prefer Confirm Method";
     this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboRecall
     //
     this.comboRecall.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboRecall.FormattingEnabled = true;
     this.comboRecall.Location = new System.Drawing.Point(135,507);
     this.comboRecall.MaxDropDownItems = 30;
     this.comboRecall.Name = "comboRecall";
     this.comboRecall.Size = new System.Drawing.Size(174,21);
     this.comboRecall.TabIndex = 19;
     //
     // label25
     //
     this.label25.Location = new System.Drawing.Point(1,509);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(132,16);
     this.label25.TabIndex = 100;
     this.label25.Text = "Prefer Recall Method";
     this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textAdmitDate
     //
     this.textAdmitDate.Location = new System.Drawing.Point(312,594);
     this.textAdmitDate.Name = "textAdmitDate";
     this.textAdmitDate.Size = new System.Drawing.Size(82,20);
     this.textAdmitDate.TabIndex = 102;
     //
     // labelAdmitDate
     //
     this.labelAdmitDate.Location = new System.Drawing.Point(206,598);
     this.labelAdmitDate.Name = "labelAdmitDate";
     this.labelAdmitDate.Size = new System.Drawing.Size(104,14);
     this.labelAdmitDate.TabIndex = 101;
     this.labelAdmitDate.Text = "Admit Date";
     this.labelAdmitDate.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textTitle
     //
     this.textTitle.Location = new System.Drawing.Point(135,113);
     this.textTitle.MaxLength = 100;
     this.textTitle.Name = "textTitle";
     this.textTitle.Size = new System.Drawing.Size(75,20);
     this.textTitle.TabIndex = 103;
     //
     // label26
     //
     this.label26.Location = new System.Drawing.Point(9,116);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(124,16);
     this.label26.TabIndex = 104;
     this.label26.Text = "Title (Mr., Ms.)";
     this.label26.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label41
     //
     this.label41.Location = new System.Drawing.Point(365,162);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(73,13);
     this.label41.TabIndex = 105;
     this.label41.Text = "Guardians";
     this.label41.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listGuardians
     //
     this.listGuardians.FormattingEnabled = true;
     this.listGuardians.Location = new System.Drawing.Point(367,177);
     this.listGuardians.Name = "listGuardians";
     this.listGuardians.Size = new System.Drawing.Size(94,69);
     this.listGuardians.TabIndex = 106;
     this.listGuardians.DoubleClick += new System.EventHandler(this.listGuardians_DoubleClick);
     //
     // butAddGuardian
     //
     this.butAddGuardian.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAddGuardian.Autosize = true;
     this.butAddGuardian.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAddGuardian.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAddGuardian.CornerRadius = 4F;
     this.butAddGuardian.Location = new System.Drawing.Point(367,249);
     this.butAddGuardian.Name = "butAddGuardian";
     this.butAddGuardian.Size = new System.Drawing.Size(36,22);
     this.butAddGuardian.TabIndex = 107;
     this.butAddGuardian.Text = "Add";
     this.butAddGuardian.Click += new System.EventHandler(this.butAddGuardian_Click);
     //
     // butGuardianDefaults
     //
     this.butGuardianDefaults.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butGuardianDefaults.Autosize = true;
     this.butGuardianDefaults.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butGuardianDefaults.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butGuardianDefaults.CornerRadius = 4F;
     this.butGuardianDefaults.Location = new System.Drawing.Point(404,249);
     this.butGuardianDefaults.Name = "butGuardianDefaults";
     this.butGuardianDefaults.Size = new System.Drawing.Size(57,22);
     this.butGuardianDefaults.TabIndex = 109;
     this.butGuardianDefaults.Text = "Defaults";
     this.butGuardianDefaults.Click += new System.EventHandler(this.butGuardianDefaults_Click);
     //
     // textAskToArriveEarly
     //
     this.textAskToArriveEarly.Location = new System.Drawing.Point(135,379);
     this.textAskToArriveEarly.MaxLength = 100;
     this.textAskToArriveEarly.Name = "textAskToArriveEarly";
     this.textAskToArriveEarly.Size = new System.Drawing.Size(36,20);
     this.textAskToArriveEarly.TabIndex = 117;
     //
     // label42
     //
     this.label42.Location = new System.Drawing.Point(6,383);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(128,14);
     this.label42.TabIndex = 118;
     this.label42.Text = "Ask To Arrive Early";
     this.label42.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkArriveEarlySame
     //
     this.checkArriveEarlySame.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkArriveEarlySame.Location = new System.Drawing.Point(233,382);
     this.checkArriveEarlySame.Name = "checkArriveEarlySame";
     this.checkArriveEarlySame.Size = new System.Drawing.Size(142,18);
     this.checkArriveEarlySame.TabIndex = 119;
     this.checkArriveEarlySame.Text = "Same for entire family";
     //
     // label43
     //
     this.label43.Location = new System.Drawing.Point(171,382);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(68,14);
     this.label43.TabIndex = 120;
     this.label43.Text = "(minutes)";
     this.label43.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormPatientEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.CancelButton = this.butCancel;
     this.ClientSize = new System.Drawing.Size(994,673);
     this.Controls.Add(this.checkArriveEarlySame);
     this.Controls.Add(this.label43);
     this.Controls.Add(this.textAskToArriveEarly);
     this.Controls.Add(this.label42);
     this.Controls.Add(this.butGuardianDefaults);
     this.Controls.Add(this.butAddGuardian);
     this.Controls.Add(this.listGuardians);
     this.Controls.Add(this.label41);
     this.Controls.Add(this.textTitle);
     this.Controls.Add(this.label26);
     this.Controls.Add(this.textAdmitDate);
     this.Controls.Add(this.labelAdmitDate);
     this.Controls.Add(this.comboRecall);
     this.Controls.Add(this.label25);
     this.Controls.Add(this.comboConfirm);
     this.Controls.Add(this.label24);
     this.Controls.Add(this.comboContact);
     this.Controls.Add(this.label23);
     this.Controls.Add(this.comboLanguage);
     this.Controls.Add(this.label28);
     this.Controls.Add(this.textWard);
     this.Controls.Add(this.labelWard);
     this.Controls.Add(this.textTrophyFolder);
     this.Controls.Add(this.labelTrophyFolder);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.label37);
     this.Controls.Add(this.textDateFirstVisit);
     this.Controls.Add(this.textEmployer);
     this.Controls.Add(this.textMedicaidID);
     this.Controls.Add(this.textPatNum);
     this.Controls.Add(this.textBirthdate);
     this.Controls.Add(this.textChartNumber);
     this.Controls.Add(this.textEmail);
     this.Controls.Add(this.textSalutation);
     this.Controls.Add(this.textAge);
     this.Controls.Add(this.textWirelessPhone);
     this.Controls.Add(this.textWkPhone);
     this.Controls.Add(this.textSSN);
     this.Controls.Add(this.textPreferred);
     this.Controls.Add(this.textMiddleI);
     this.Controls.Add(this.textFName);
     this.Controls.Add(this.textLName);
     this.Controls.Add(this.butAuto);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label36);
     this.Controls.Add(this.groupPH);
     this.Controls.Add(this.label33);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.listPosition);
     this.Controls.Add(this.listGender);
     this.Controls.Add(this.listStatus);
     this.Controls.Add(this.label31);
     this.Controls.Add(this.label32);
     this.Controls.Add(this.label19);
     this.Controls.Add(this.groupNotes);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label29);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.label22);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label21);
     this.Controls.Add(this.label20);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.labelSSN);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormPatientEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Patient Information";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormPatientEdit_Closing);
     this.Load += new System.EventHandler(this.FormPatientEdit_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupNotes.ResumeLayout(false);
     this.groupNotes.PerformLayout();
     this.groupPH.ResumeLayout(false);
     this.groupPH.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimProc));
     this.labelInsPayAmt = new System.Windows.Forms.Label();
     this.labelRemarks = new System.Windows.Forms.Label();
     this.textRemarks = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.labelWriteOff = new System.Windows.Forms.Label();
     this.labelInsPayEst = new System.Windows.Forms.Label();
     this.labelNotInClaim = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.textInsPlan = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.textPercentage = new System.Windows.Forms.TextBox();
     this.labelCopayAmt = new System.Windows.Forms.Label();
     this.checkNoBillIns = new System.Windows.Forms.CheckBox();
     this.labelFee = new System.Windows.Forms.Label();
     this.textFee = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.textDescription = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.labelCodeSent = new System.Windows.Forms.Label();
     this.textCodeSent = new System.Windows.Forms.TextBox();
     this.labelFeeBilled = new System.Windows.Forms.Label();
     this.labelDedApplied = new System.Windows.Forms.Label();
     this.labelPaidOtherIns = new System.Windows.Forms.Label();
     this.groupClaim = new System.Windows.Forms.GroupBox();
     this.labelAttachedToCheck = new System.Windows.Forms.Label();
     this.radioClaim = new System.Windows.Forms.RadioButton();
     this.radioEstimate = new System.Windows.Forms.RadioButton();
     this.panelClaimExtras = new System.Windows.Forms.Panel();
     this.textFeeBilled = new OpenDental.ValidDouble();
     this.panelEstimateInfo = new System.Windows.Forms.Panel();
     this.textWriteOffEstOverride = new OpenDental.ValidDouble();
     this.textWriteOffEst = new OpenDental.ValidDouble();
     this.labelWriteOffEst = new System.Windows.Forms.Label();
     this.textEstimateNote = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.textBaseEst = new OpenDental.ValidDouble();
     this.label3 = new System.Windows.Forms.Label();
     this.textPatPortion1 = new OpenDental.ValidDouble();
     this.labelPatPortion1 = new System.Windows.Forms.Label();
     this.textPaidOtherInsOverride = new OpenDental.ValidNumber();
     this.textInsEstTotalOverride = new OpenDental.ValidDouble();
     this.textInsEstTotal = new OpenDental.ValidDouble();
     this.label17 = new System.Windows.Forms.Label();
     this.groupAllowed = new System.Windows.Forms.GroupBox();
     this.textAllowedOverride = new OpenDental.ValidDouble();
     this.label10 = new System.Windows.Forms.Label();
     this.textAllowedFeeSched = new System.Windows.Forms.TextBox();
     this.textSubstCode = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.butUpdateAllowed = new OpenDental.UI.Button();
     this.labelCarrierAllowed = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.textCarrierAllowed = new System.Windows.Forms.TextBox();
     this.textPPOFeeSched = new System.Windows.Forms.TextBox();
     this.textDedEst = new OpenDental.ValidDouble();
     this.textPaidOtherIns = new OpenDental.ValidDouble();
     this.textFeeSched = new System.Windows.Forms.TextBox();
     this.labelFeeSched = new System.Windows.Forms.Label();
     this.textCopayOverride = new OpenDental.ValidDouble();
     this.label11 = new System.Windows.Forms.Label();
     this.textCopayAmt = new OpenDental.ValidDouble();
     this.textDedEstOverride = new OpenDental.ValidDouble();
     this.textPercentOverride = new OpenDental.ValidNumber();
     this.groupClaimInfo = new System.Windows.Forms.GroupBox();
     this.textPatPortion2 = new OpenDental.ValidDouble();
     this.labelPatPortion2 = new System.Windows.Forms.Label();
     this.textWriteOff = new OpenDental.ValidDouble();
     this.textInsPayEst = new OpenDental.ValidDouble();
     this.textInsPayAmt = new OpenDental.ValidDouble();
     this.textDedApplied = new OpenDental.ValidDouble();
     this.labelProcDate = new System.Windows.Forms.Label();
     this.labelDateEntry = new System.Windows.Forms.Label();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.textDateEntry = new OpenDental.ValidDate();
     this.textProcDate = new OpenDental.ValidDate();
     this.textDateCP = new OpenDental.ValidDate();
     this.butDelete = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.textClinic = new System.Windows.Forms.TextBox();
     this.labelClinic = new System.Windows.Forms.Label();
     this.butPickProv = new OpenDental.UI.Button();
     this.comboProvider = new System.Windows.Forms.ComboBox();
     this.comboStatus = new System.Windows.Forms.ComboBox();
     this.groupClaim.SuspendLayout();
     this.panelClaimExtras.SuspendLayout();
     this.panelEstimateInfo.SuspendLayout();
     this.groupAllowed.SuspendLayout();
     this.groupClaimInfo.SuspendLayout();
     this.SuspendLayout();
     //
     // labelInsPayAmt
     //
     this.labelInsPayAmt.Location = new System.Drawing.Point(31,55);
     this.labelInsPayAmt.Name = "labelInsPayAmt";
     this.labelInsPayAmt.Size = new System.Drawing.Size(129,17);
     this.labelInsPayAmt.TabIndex = 13;
     this.labelInsPayAmt.Text = "Insurance Paid";
     this.labelInsPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelRemarks
     //
     this.labelRemarks.Location = new System.Drawing.Point(14,48);
     this.labelRemarks.Name = "labelRemarks";
     this.labelRemarks.Size = new System.Drawing.Size(113,37);
     this.labelRemarks.TabIndex = 14;
     this.labelRemarks.Text = "Remarks from EOB";
     this.labelRemarks.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textRemarks
     //
     this.textRemarks.Location = new System.Drawing.Point(129,49);
     this.textRemarks.MaxLength = 255;
     this.textRemarks.Multiline = true;
     this.textRemarks.Name = "textRemarks";
     this.textRemarks.Size = new System.Drawing.Size(290,129);
     this.textRemarks.TabIndex = 15;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(51,29);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(80,17);
     this.label9.TabIndex = 16;
     this.label9.Text = "Status";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelWriteOff
     //
     this.labelWriteOff.Location = new System.Drawing.Point(31,75);
     this.labelWriteOff.Name = "labelWriteOff";
     this.labelWriteOff.Size = new System.Drawing.Size(129,17);
     this.labelWriteOff.TabIndex = 19;
     this.labelWriteOff.Text = "Write Off";
     this.labelWriteOff.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelInsPayEst
     //
     this.labelInsPayEst.Location = new System.Drawing.Point(31,36);
     this.labelInsPayEst.Name = "labelInsPayEst";
     this.labelInsPayEst.Size = new System.Drawing.Size(129,17);
     this.labelInsPayEst.TabIndex = 21;
     this.labelInsPayEst.Text = "Insurance Estimate";
     this.labelInsPayEst.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelNotInClaim
     //
     this.labelNotInClaim.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
     this.labelNotInClaim.Location = new System.Drawing.Point(118,246);
     this.labelNotInClaim.Name = "labelNotInClaim";
     this.labelNotInClaim.Size = new System.Drawing.Size(331,17);
     this.labelNotInClaim.TabIndex = 26;
     this.labelNotInClaim.Text = "Changes can only be made from within the claim.";
     this.labelNotInClaim.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9,6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(121,14);
     this.label1.TabIndex = 28;
     this.label1.Text = "Ins Plan";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textInsPlan
     //
     this.textInsPlan.Location = new System.Drawing.Point(133,4);
     this.textInsPlan.Name = "textInsPlan";
     this.textInsPlan.ReadOnly = true;
     this.textInsPlan.Size = new System.Drawing.Size(341,20);
     this.textInsPlan.TabIndex = 29;
     this.textInsPlan.Text = "An insurance plan";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(28,219);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(138,17);
     this.label4.TabIndex = 32;
     this.label4.Text = "Percentage %";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textPercentage
     //
     this.textPercentage.Location = new System.Drawing.Point(168,218);
     this.textPercentage.Name = "textPercentage";
     this.textPercentage.ReadOnly = true;
     this.textPercentage.Size = new System.Drawing.Size(70,20);
     this.textPercentage.TabIndex = 33;
     this.textPercentage.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelCopayAmt
     //
     this.labelCopayAmt.Location = new System.Drawing.Point(28,179);
     this.labelCopayAmt.Name = "labelCopayAmt";
     this.labelCopayAmt.Size = new System.Drawing.Size(138,17);
     this.labelCopayAmt.TabIndex = 37;
     this.labelCopayAmt.Text = "Patient Copay";
     this.labelCopayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkNoBillIns
     //
     this.checkNoBillIns.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkNoBillIns.Location = new System.Drawing.Point(580,3);
     this.checkNoBillIns.Name = "checkNoBillIns";
     this.checkNoBillIns.Size = new System.Drawing.Size(270,22);
     this.checkNoBillIns.TabIndex = 40;
     this.checkNoBillIns.Text = "Do Not Bill to This Insurance";
     this.checkNoBillIns.Click += new System.EventHandler(this.checkNoBillIns_Click);
     //
     // labelFee
     //
     this.labelFee.Location = new System.Drawing.Point(59,7);
     this.labelFee.Name = "labelFee";
     this.labelFee.Size = new System.Drawing.Size(107,14);
     this.labelFee.TabIndex = 58;
     this.labelFee.Text = "Fee";
     this.labelFee.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textFee
     //
     this.textFee.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textFee.Location = new System.Drawing.Point(169,8);
     this.textFee.Name = "textFee";
     this.textFee.ReadOnly = true;
     this.textFee.Size = new System.Drawing.Size(58,13);
     this.textFee.TabIndex = 59;
     this.textFee.Text = "520.00";
     this.textFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label28
     //
     this.label28.Location = new System.Drawing.Point(6,120);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(125,17);
     this.label28.TabIndex = 65;
     this.label28.Text = "Payment Date";
     this.label28.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label29
     //
     this.label29.Location = new System.Drawing.Point(9,164);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(121,17);
     this.label29.TabIndex = 67;
     this.label29.Text = "Description";
     this.label29.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDescription
     //
     this.textDescription.Location = new System.Drawing.Point(133,160);
     this.textDescription.Name = "textDescription";
     this.textDescription.ReadOnly = true;
     this.textDescription.Size = new System.Drawing.Size(203,20);
     this.textDescription.TabIndex = 68;
     //
     // label30
     //
     this.label30.Location = new System.Drawing.Point(58,53);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(73,17);
     this.label30.TabIndex = 69;
     this.label30.Text = "Provider";
     this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelCodeSent
     //
     this.labelCodeSent.Location = new System.Drawing.Point(8,10);
     this.labelCodeSent.Name = "labelCodeSent";
     this.labelCodeSent.Size = new System.Drawing.Size(121,14);
     this.labelCodeSent.TabIndex = 74;
     this.labelCodeSent.Text = "Code Sent to Ins";
     this.labelCodeSent.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCodeSent
     //
     this.textCodeSent.Location = new System.Drawing.Point(129,7);
     this.textCodeSent.Name = "textCodeSent";
     this.textCodeSent.Size = new System.Drawing.Size(77,20);
     this.textCodeSent.TabIndex = 73;
     //
     // labelFeeBilled
     //
     this.labelFeeBilled.Location = new System.Drawing.Point(7,30);
     this.labelFeeBilled.Name = "labelFeeBilled";
     this.labelFeeBilled.Size = new System.Drawing.Size(121,17);
     this.labelFeeBilled.TabIndex = 71;
     this.labelFeeBilled.Text = "Fee Billed to Ins";
     this.labelFeeBilled.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelDedApplied
     //
     this.labelDedApplied.Location = new System.Drawing.Point(31,16);
     this.labelDedApplied.Name = "labelDedApplied";
     this.labelDedApplied.Size = new System.Drawing.Size(129,17);
     this.labelDedApplied.TabIndex = 76;
     this.labelDedApplied.Text = "Deductible";
     this.labelDedApplied.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelPaidOtherIns
     //
     this.labelPaidOtherIns.Location = new System.Drawing.Point(28,240);
     this.labelPaidOtherIns.Name = "labelPaidOtherIns";
     this.labelPaidOtherIns.Size = new System.Drawing.Size(138,17);
     this.labelPaidOtherIns.TabIndex = 79;
     this.labelPaidOtherIns.Text = "Paid By Other Ins";
     this.labelPaidOtherIns.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupClaim
     //
     this.groupClaim.Controls.Add(this.labelAttachedToCheck);
     this.groupClaim.Controls.Add(this.labelNotInClaim);
     this.groupClaim.Controls.Add(this.radioClaim);
     this.groupClaim.Controls.Add(this.radioEstimate);
     this.groupClaim.Controls.Add(this.panelClaimExtras);
     this.groupClaim.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupClaim.Location = new System.Drawing.Point(14,188);
     this.groupClaim.Name = "groupClaim";
     this.groupClaim.Size = new System.Drawing.Size(460,309);
     this.groupClaim.TabIndex = 90;
     this.groupClaim.TabStop = false;
     this.groupClaim.Text = "Claim";
     //
     // labelAttachedToCheck
     //
     this.labelAttachedToCheck.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
     this.labelAttachedToCheck.Location = new System.Drawing.Point(118,270);
     this.labelAttachedToCheck.Name = "labelAttachedToCheck";
     this.labelAttachedToCheck.Size = new System.Drawing.Size(333,29);
     this.labelAttachedToCheck.TabIndex = 27;
     this.labelAttachedToCheck.Text = "This is attached to an insurance check, so certain changes are not allowed.";
     //
     // radioClaim
     //
     this.radioClaim.AutoCheck = false;
     this.radioClaim.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioClaim.Location = new System.Drawing.Point(100,33);
     this.radioClaim.Name = "radioClaim";
     this.radioClaim.Size = new System.Drawing.Size(353,18);
     this.radioClaim.TabIndex = 1;
     this.radioClaim.Text = "This is part of a claim.";
     this.radioClaim.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     //
     // radioEstimate
     //
     this.radioEstimate.AutoCheck = false;
     this.radioEstimate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioEstimate.Location = new System.Drawing.Point(100,10);
     this.radioEstimate.Name = "radioEstimate";
     this.radioEstimate.Size = new System.Drawing.Size(352,22);
     this.radioEstimate.TabIndex = 0;
     this.radioEstimate.Text = "This is an estimate only. It has not been attached to a claim.";
     //
     // panelClaimExtras
     //
     this.panelClaimExtras.Controls.Add(this.labelRemarks);
     this.panelClaimExtras.Controls.Add(this.textRemarks);
     this.panelClaimExtras.Controls.Add(this.labelCodeSent);
     this.panelClaimExtras.Controls.Add(this.textCodeSent);
     this.panelClaimExtras.Controls.Add(this.labelFeeBilled);
     this.panelClaimExtras.Controls.Add(this.textFeeBilled);
     this.panelClaimExtras.Location = new System.Drawing.Point(4,54);
     this.panelClaimExtras.Name = "panelClaimExtras";
     this.panelClaimExtras.Size = new System.Drawing.Size(438,188);
     this.panelClaimExtras.TabIndex = 97;
     //
     // textFeeBilled
     //
     this.textFeeBilled.Location = new System.Drawing.Point(129,28);
     this.textFeeBilled.Name = "textFeeBilled";
     this.textFeeBilled.Size = new System.Drawing.Size(77,20);
     this.textFeeBilled.TabIndex = 72;
     //
     // panelEstimateInfo
     //
     this.panelEstimateInfo.Controls.Add(this.textWriteOffEstOverride);
     this.panelEstimateInfo.Controls.Add(this.textWriteOffEst);
     this.panelEstimateInfo.Controls.Add(this.labelWriteOffEst);
     this.panelEstimateInfo.Controls.Add(this.textEstimateNote);
     this.panelEstimateInfo.Controls.Add(this.label5);
     this.panelEstimateInfo.Controls.Add(this.textBaseEst);
     this.panelEstimateInfo.Controls.Add(this.label3);
     this.panelEstimateInfo.Controls.Add(this.textPatPortion1);
     this.panelEstimateInfo.Controls.Add(this.labelPatPortion1);
     this.panelEstimateInfo.Controls.Add(this.textPaidOtherInsOverride);
     this.panelEstimateInfo.Controls.Add(this.textInsEstTotalOverride);
     this.panelEstimateInfo.Controls.Add(this.textInsEstTotal);
     this.panelEstimateInfo.Controls.Add(this.label17);
     this.panelEstimateInfo.Controls.Add(this.groupAllowed);
     this.panelEstimateInfo.Controls.Add(this.textDedEst);
     this.panelEstimateInfo.Controls.Add(this.textPaidOtherIns);
     this.panelEstimateInfo.Controls.Add(this.textFeeSched);
     this.panelEstimateInfo.Controls.Add(this.labelFeeSched);
     this.panelEstimateInfo.Controls.Add(this.labelPaidOtherIns);
     this.panelEstimateInfo.Controls.Add(this.textCopayOverride);
     this.panelEstimateInfo.Controls.Add(this.label11);
     this.panelEstimateInfo.Controls.Add(this.labelFee);
     this.panelEstimateInfo.Controls.Add(this.label4);
     this.panelEstimateInfo.Controls.Add(this.textPercentage);
     this.panelEstimateInfo.Controls.Add(this.textCopayAmt);
     this.panelEstimateInfo.Controls.Add(this.labelCopayAmt);
     this.panelEstimateInfo.Controls.Add(this.textDedEstOverride);
     this.panelEstimateInfo.Controls.Add(this.textFee);
     this.panelEstimateInfo.Controls.Add(this.textPercentOverride);
     this.panelEstimateInfo.Location = new System.Drawing.Point(476,25);
     this.panelEstimateInfo.Name = "panelEstimateInfo";
     this.panelEstimateInfo.Size = new System.Drawing.Size(411,403);
     this.panelEstimateInfo.TabIndex = 94;
     //
     // textWriteOffEstOverride
     //
     this.textWriteOffEstOverride.Location = new System.Drawing.Point(240,298);
     this.textWriteOffEstOverride.Name = "textWriteOffEstOverride";
     this.textWriteOffEstOverride.Size = new System.Drawing.Size(70,20);
     this.textWriteOffEstOverride.TabIndex = 137;
     this.textWriteOffEstOverride.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textWriteOffEstOverride.Leave += new System.EventHandler(this.textWriteOffEstOverride_Leave);
     //
     // textWriteOffEst
     //
     this.textWriteOffEst.Location = new System.Drawing.Point(168,298);
     this.textWriteOffEst.Name = "textWriteOffEst";
     this.textWriteOffEst.ReadOnly = true;
     this.textWriteOffEst.Size = new System.Drawing.Size(70,20);
     this.textWriteOffEst.TabIndex = 135;
     this.textWriteOffEst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelWriteOffEst
     //
     this.labelWriteOffEst.Location = new System.Drawing.Point(28,301);
     this.labelWriteOffEst.Name = "labelWriteOffEst";
     this.labelWriteOffEst.Size = new System.Drawing.Size(138,17);
     this.labelWriteOffEst.TabIndex = 136;
     this.labelWriteOffEst.Text = "Write Off Estimate";
     this.labelWriteOffEst.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textEstimateNote
     //
     this.textEstimateNote.Location = new System.Drawing.Point(168,338);
     this.textEstimateNote.MaxLength = 255;
     this.textEstimateNote.Multiline = true;
     this.textEstimateNote.Name = "textEstimateNote";
     this.textEstimateNote.ReadOnly = true;
     this.textEstimateNote.Size = new System.Drawing.Size(239,58);
     this.textEstimateNote.TabIndex = 134;
     this.textEstimateNote.Text = "Over annual max\r\nExclusions\r\nLimitations";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(27,341);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(138,17);
     this.label5.TabIndex = 133;
     this.label5.Text = "Estimate Note";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textBaseEst
     //
     this.textBaseEst.Location = new System.Drawing.Point(168,258);
     this.textBaseEst.Name = "textBaseEst";
     this.textBaseEst.ReadOnly = true;
     this.textBaseEst.Size = new System.Drawing.Size(70,20);
     this.textBaseEst.TabIndex = 132;
     this.textBaseEst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(5,260);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(161,17);
     this.label3.TabIndex = 131;
     this.label3.Text = "BaseEst (no max or deduct)";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textPatPortion1
     //
     this.textPatPortion1.Location = new System.Drawing.Point(168,318);
     this.textPatPortion1.Name = "textPatPortion1";
     this.textPatPortion1.ReadOnly = true;
     this.textPatPortion1.Size = new System.Drawing.Size(70,20);
     this.textPatPortion1.TabIndex = 130;
     this.textPatPortion1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelPatPortion1
     //
     this.labelPatPortion1.Location = new System.Drawing.Point(28,320);
     this.labelPatPortion1.Name = "labelPatPortion1";
     this.labelPatPortion1.Size = new System.Drawing.Size(138,17);
     this.labelPatPortion1.TabIndex = 129;
     this.labelPatPortion1.Text = "Estimated Patient Portion";
     this.labelPatPortion1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textPaidOtherInsOverride
     //
     this.textPaidOtherInsOverride.Location = new System.Drawing.Point(240,238);
     this.textPaidOtherInsOverride.MaxVal = 255;
     this.textPaidOtherInsOverride.MinVal = 0;
     this.textPaidOtherInsOverride.Name = "textPaidOtherInsOverride";
     this.textPaidOtherInsOverride.Size = new System.Drawing.Size(70,20);
     this.textPaidOtherInsOverride.TabIndex = 128;
     this.textPaidOtherInsOverride.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textPaidOtherInsOverride.Leave += new System.EventHandler(this.textPaidOtherInsOverride_Leave);
     //
     // textInsEstTotalOverride
     //
     this.textInsEstTotalOverride.Location = new System.Drawing.Point(240,278);
     this.textInsEstTotalOverride.Name = "textInsEstTotalOverride";
     this.textInsEstTotalOverride.Size = new System.Drawing.Size(70,20);
     this.textInsEstTotalOverride.TabIndex = 122;
     this.textInsEstTotalOverride.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textInsEstTotalOverride.Leave += new System.EventHandler(this.textInsEstTotalOverride_Leave);
     //
     // textInsEstTotal
     //
     this.textInsEstTotal.Location = new System.Drawing.Point(168,278);
     this.textInsEstTotal.Name = "textInsEstTotal";
     this.textInsEstTotal.ReadOnly = true;
     this.textInsEstTotal.Size = new System.Drawing.Size(70,20);
     this.textInsEstTotal.TabIndex = 119;
     this.textInsEstTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(28,281);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(138,17);
     this.label17.TabIndex = 120;
     this.label17.Text = "Insurance Estimate";
     this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupAllowed
     //
     this.groupAllowed.Controls.Add(this.textAllowedOverride);
     this.groupAllowed.Controls.Add(this.label10);
     this.groupAllowed.Controls.Add(this.textAllowedFeeSched);
     this.groupAllowed.Controls.Add(this.textSubstCode);
     this.groupAllowed.Controls.Add(this.label7);
     this.groupAllowed.Controls.Add(this.label8);
     this.groupAllowed.Controls.Add(this.butUpdateAllowed);
     this.groupAllowed.Controls.Add(this.labelCarrierAllowed);
     this.groupAllowed.Controls.Add(this.label2);
     this.groupAllowed.Controls.Add(this.textCarrierAllowed);
     this.groupAllowed.Controls.Add(this.textPPOFeeSched);
     this.groupAllowed.Location = new System.Drawing.Point(5,43);
     this.groupAllowed.Name = "groupAllowed";
     this.groupAllowed.Size = new System.Drawing.Size(388,132);
     this.groupAllowed.TabIndex = 112;
     this.groupAllowed.TabStop = false;
     this.groupAllowed.Text = "Carrier Allowed Amount";
     //
     // textAllowedOverride
     //
     this.textAllowedOverride.Location = new System.Drawing.Point(235,107);
     this.textAllowedOverride.Name = "textAllowedOverride";
     this.textAllowedOverride.Size = new System.Drawing.Size(70,20);
     this.textAllowedOverride.TabIndex = 30;
     this.textAllowedOverride.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textAllowedOverride.Leave += new System.EventHandler(this.textAllowedOverride_Leave);
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(123,85);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(254,16);
     this.label10.TabIndex = 112;
     this.label10.Text = "Edit the allowed fee schedule for this code.";
     //
     // textAllowedFeeSched
     //
     this.textAllowedFeeSched.Location = new System.Drawing.Point(163,58);
     this.textAllowedFeeSched.Name = "textAllowedFeeSched";
     this.textAllowedFeeSched.ReadOnly = true;
     this.textAllowedFeeSched.Size = new System.Drawing.Size(219,20);
     this.textAllowedFeeSched.TabIndex = 111;
     //
     // textSubstCode
     //
     this.textSubstCode.Location = new System.Drawing.Point(163,14);
     this.textSubstCode.Name = "textSubstCode";
     this.textSubstCode.ReadOnly = true;
     this.textSubstCode.Size = new System.Drawing.Size(78,20);
     this.textSubstCode.TabIndex = 107;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(34,40);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(127,14);
     this.label7.TabIndex = 108;
     this.label7.Text = "PPO Fee Schedule";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(34,62);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(127,14);
     this.label8.TabIndex = 110;
     this.label8.Text = "Allowed Fee Schedule";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butUpdateAllowed
     //
     this.butUpdateAllowed.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butUpdateAllowed.Autosize = true;
     this.butUpdateAllowed.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butUpdateAllowed.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butUpdateAllowed.CornerRadius = 4F;
     this.butUpdateAllowed.Location = new System.Drawing.Point(13,81);
     this.butUpdateAllowed.Name = "butUpdateAllowed";
     this.butUpdateAllowed.Size = new System.Drawing.Size(101,22);
     this.butUpdateAllowed.TabIndex = 98;
     this.butUpdateAllowed.Text = "Edit Allowed Amt";
     this.toolTip1.SetToolTip(this.butUpdateAllowed,"Edit the fee schedule that holds the fee showing in the Carrier Allowed Amt box.");
     this.butUpdateAllowed.Click += new System.EventHandler(this.butUpdateAllowed_Click);
     //
     // labelCarrierAllowed
     //
     this.labelCarrierAllowed.Location = new System.Drawing.Point(34,110);
     this.labelCarrierAllowed.Name = "labelCarrierAllowed";
     this.labelCarrierAllowed.Size = new System.Drawing.Size(127,14);
     this.labelCarrierAllowed.TabIndex = 101;
     this.labelCarrierAllowed.Text = "Allowed Amt";
     this.labelCarrierAllowed.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(34,17);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(127,14);
     this.label2.TabIndex = 104;
     this.label2.Text = "Substitution Code";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCarrierAllowed
     //
     this.textCarrierAllowed.Location = new System.Drawing.Point(163,107);
     this.textCarrierAllowed.Name = "textCarrierAllowed";
     this.textCarrierAllowed.ReadOnly = true;
     this.textCarrierAllowed.Size = new System.Drawing.Size(70,20);
     this.textCarrierAllowed.TabIndex = 102;
     this.textCarrierAllowed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textPPOFeeSched
     //
     this.textPPOFeeSched.Location = new System.Drawing.Point(163,36);
     this.textPPOFeeSched.Name = "textPPOFeeSched";
     this.textPPOFeeSched.ReadOnly = true;
     this.textPPOFeeSched.Size = new System.Drawing.Size(219,20);
     this.textPPOFeeSched.TabIndex = 109;
     //
     // textDedEst
     //
     this.textDedEst.Location = new System.Drawing.Point(168,198);
     this.textDedEst.Name = "textDedEst";
     this.textDedEst.ReadOnly = true;
     this.textDedEst.Size = new System.Drawing.Size(70,20);
     this.textDedEst.TabIndex = 113;
     this.textDedEst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textPaidOtherIns
     //
     this.textPaidOtherIns.Location = new System.Drawing.Point(168,238);
     this.textPaidOtherIns.Name = "textPaidOtherIns";
     this.textPaidOtherIns.ReadOnly = true;
     this.textPaidOtherIns.Size = new System.Drawing.Size(70,20);
     this.textPaidOtherIns.TabIndex = 78;
     this.textPaidOtherIns.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textFeeSched
     //
     this.textFeeSched.Location = new System.Drawing.Point(168,23);
     this.textFeeSched.Name = "textFeeSched";
     this.textFeeSched.ReadOnly = true;
     this.textFeeSched.Size = new System.Drawing.Size(219,20);
     this.textFeeSched.TabIndex = 106;
     //
     // labelFeeSched
     //
     this.labelFeeSched.Location = new System.Drawing.Point(39,26);
     this.labelFeeSched.Name = "labelFeeSched";
     this.labelFeeSched.Size = new System.Drawing.Size(127,14);
     this.labelFeeSched.TabIndex = 105;
     this.labelFeeSched.Text = "Fee Schedule";
     this.labelFeeSched.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCopayOverride
     //
     this.textCopayOverride.Location = new System.Drawing.Point(240,178);
     this.textCopayOverride.Name = "textCopayOverride";
     this.textCopayOverride.Size = new System.Drawing.Size(70,20);
     this.textCopayOverride.TabIndex = 98;
     this.textCopayOverride.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textCopayOverride.Leave += new System.EventHandler(this.textCopayOverride_Leave);
     this.textCopayOverride.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textCopayOverride_KeyUp);
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(28,199);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(138,17);
     this.label11.TabIndex = 114;
     this.label11.Text = "Deductible";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textCopayAmt
     //
     this.textCopayAmt.Location = new System.Drawing.Point(168,178);
     this.textCopayAmt.Name = "textCopayAmt";
     this.textCopayAmt.ReadOnly = true;
     this.textCopayAmt.Size = new System.Drawing.Size(70,20);
     this.textCopayAmt.TabIndex = 36;
     this.textCopayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textDedEstOverride
     //
     this.textDedEstOverride.Location = new System.Drawing.Point(240,198);
     this.textDedEstOverride.Name = "textDedEstOverride";
     this.textDedEstOverride.Size = new System.Drawing.Size(70,20);
     this.textDedEstOverride.TabIndex = 116;
     this.textDedEstOverride.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textDedEstOverride.Leave += new System.EventHandler(this.textDedEstOverride_Leave);
     //
     // textPercentOverride
     //
     this.textPercentOverride.Location = new System.Drawing.Point(240,218);
     this.textPercentOverride.MaxVal = 255;
     this.textPercentOverride.MinVal = 0;
     this.textPercentOverride.Name = "textPercentOverride";
     this.textPercentOverride.Size = new System.Drawing.Size(70,20);
     this.textPercentOverride.TabIndex = 45;
     this.textPercentOverride.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textPercentOverride.Leave += new System.EventHandler(this.textPercentOverride_Leave);
     //
     // groupClaimInfo
     //
     this.groupClaimInfo.Controls.Add(this.textPatPortion2);
     this.groupClaimInfo.Controls.Add(this.labelPatPortion2);
     this.groupClaimInfo.Controls.Add(this.textWriteOff);
     this.groupClaimInfo.Controls.Add(this.textInsPayEst);
     this.groupClaimInfo.Controls.Add(this.labelInsPayEst);
     this.groupClaimInfo.Controls.Add(this.labelInsPayAmt);
     this.groupClaimInfo.Controls.Add(this.textInsPayAmt);
     this.groupClaimInfo.Controls.Add(this.textDedApplied);
     this.groupClaimInfo.Controls.Add(this.labelDedApplied);
     this.groupClaimInfo.Controls.Add(this.labelWriteOff);
     this.groupClaimInfo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupClaimInfo.Location = new System.Drawing.Point(481,429);
     this.groupClaimInfo.Name = "groupClaimInfo";
     this.groupClaimInfo.Size = new System.Drawing.Size(388,120);
     this.groupClaimInfo.TabIndex = 0;
     this.groupClaimInfo.TabStop = false;
     this.groupClaimInfo.Text = "Claim Info";
     //
     // textPatPortion2
     //
     this.textPatPortion2.Location = new System.Drawing.Point(163,93);
     this.textPatPortion2.Name = "textPatPortion2";
     this.textPatPortion2.ReadOnly = true;
     this.textPatPortion2.Size = new System.Drawing.Size(70,20);
     this.textPatPortion2.TabIndex = 132;
     this.textPatPortion2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelPatPortion2
     //
     this.labelPatPortion2.Location = new System.Drawing.Point(23,95);
     this.labelPatPortion2.Name = "labelPatPortion2";
     this.labelPatPortion2.Size = new System.Drawing.Size(138,17);
     this.labelPatPortion2.TabIndex = 131;
     this.labelPatPortion2.Text = "Estimated Patient Portion";
     this.labelPatPortion2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textWriteOff
     //
     this.textWriteOff.Location = new System.Drawing.Point(163,73);
     this.textWriteOff.Name = "textWriteOff";
     this.textWriteOff.Size = new System.Drawing.Size(70,20);
     this.textWriteOff.TabIndex = 18;
     this.textWriteOff.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textWriteOff.Leave += new System.EventHandler(this.textWriteOff_Leave);
     //
     // textInsPayEst
     //
     this.textInsPayEst.Location = new System.Drawing.Point(163,33);
     this.textInsPayEst.Name = "textInsPayEst";
     this.textInsPayEst.Size = new System.Drawing.Size(70,20);
     this.textInsPayEst.TabIndex = 20;
     this.textInsPayEst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textInsPayEst.Leave += new System.EventHandler(this.textInsPayEst_Leave);
     //
     // textInsPayAmt
     //
     this.textInsPayAmt.Location = new System.Drawing.Point(163,53);
     this.textInsPayAmt.Name = "textInsPayAmt";
     this.textInsPayAmt.Size = new System.Drawing.Size(70,20);
     this.textInsPayAmt.TabIndex = 0;
     this.textInsPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textInsPayAmt.Leave += new System.EventHandler(this.textInsPayAmt_Leave);
     //
     // textDedApplied
     //
     this.textDedApplied.Location = new System.Drawing.Point(163,13);
     this.textDedApplied.Name = "textDedApplied";
     this.textDedApplied.Size = new System.Drawing.Size(70,20);
     this.textDedApplied.TabIndex = 75;
     this.textDedApplied.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textDedApplied.Leave += new System.EventHandler(this.textDedApplied_Leave);
     //
     // labelProcDate
     //
     this.labelProcDate.Location = new System.Drawing.Point(6,142);
     this.labelProcDate.Name = "labelProcDate";
     this.labelProcDate.Size = new System.Drawing.Size(126,17);
     this.labelProcDate.TabIndex = 96;
     this.labelProcDate.Text = "Procedure Date";
     this.labelProcDate.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelDateEntry
     //
     this.labelDateEntry.Location = new System.Drawing.Point(6,99);
     this.labelDateEntry.Name = "labelDateEntry";
     this.labelDateEntry.Size = new System.Drawing.Size(125,17);
     this.labelDateEntry.TabIndex = 99;
     this.labelDateEntry.Text = "Pay Entry Date";
     this.labelDateEntry.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(133,95);
     this.textDateEntry.Name = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size = new System.Drawing.Size(83,20);
     this.textDateEntry.TabIndex = 100;
     //
     // textProcDate
     //
     this.textProcDate.Location = new System.Drawing.Point(133,138);
     this.textProcDate.Name = "textProcDate";
     this.textProcDate.Size = new System.Drawing.Size(83,20);
     this.textProcDate.TabIndex = 97;
     //
     // textDateCP
     //
     this.textDateCP.Location = new System.Drawing.Point(133,116);
     this.textDateCP.Name = "textDateCP";
     this.textDateCP.Size = new System.Drawing.Size(83,20);
     this.textDateCP.TabIndex = 66;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(18,599);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(80,24);
     this.butDelete.TabIndex = 3;
     this.butDelete.Text = "&Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(802,599);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(702,599);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 1;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // textClinic
     //
     this.textClinic.Location = new System.Drawing.Point(133,73);
     this.textClinic.Name = "textClinic";
     this.textClinic.ReadOnly = true;
     this.textClinic.Size = new System.Drawing.Size(148,20);
     this.textClinic.TabIndex = 102;
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(9,75);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(121,14);
     this.labelClinic.TabIndex = 101;
     this.labelClinic.Text = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butPickProv
     //
     this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPickProv.Autosize = false;
     this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickProv.CornerRadius = 2F;
     this.butPickProv.Location = new System.Drawing.Point(280,50);
     this.butPickProv.Name = "butPickProv";
     this.butPickProv.Size = new System.Drawing.Size(18,20);
     this.butPickProv.TabIndex = 160;
     this.butPickProv.Text = "...";
     this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click);
     //
     // comboProvider
     //
     this.comboProvider.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProvider.FormattingEnabled = true;
     this.comboProvider.Location = new System.Drawing.Point(133,50);
     this.comboProvider.Name = "comboProvider";
     this.comboProvider.Size = new System.Drawing.Size(145,21);
     this.comboProvider.TabIndex = 159;
     //
     // comboStatus
     //
     this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStatus.FormattingEnabled = true;
     this.comboStatus.Location = new System.Drawing.Point(133,26);
     this.comboStatus.Name = "comboStatus";
     this.comboStatus.Size = new System.Drawing.Size(145,21);
     this.comboStatus.TabIndex = 161;
     this.comboStatus.SelectionChangeCommitted += new System.EventHandler(this.comboStatus_SelectionChangeCommitted);
     //
     // FormClaimProc
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(889,632);
     this.Controls.Add(this.comboStatus);
     this.Controls.Add(this.butPickProv);
     this.Controls.Add(this.comboProvider);
     this.Controls.Add(this.textClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.labelDateEntry);
     this.Controls.Add(this.textProcDate);
     this.Controls.Add(this.labelProcDate);
     this.Controls.Add(this.groupClaim);
     this.Controls.Add(this.groupClaimInfo);
     this.Controls.Add(this.textDescription);
     this.Controls.Add(this.textDateCP);
     this.Controls.Add(this.textInsPlan);
     this.Controls.Add(this.label30);
     this.Controls.Add(this.label29);
     this.Controls.Add(this.label28);
     this.Controls.Add(this.checkNoBillIns);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.panelEstimateInfo);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormClaimProc";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Claim Procedure";
     this.Load += new System.EventHandler(this.FormClaimProcEdit_Load);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormClaimProc_Closing);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormClaimProc_FormClosing);
     this.groupClaim.ResumeLayout(false);
     this.panelClaimExtras.ResumeLayout(false);
     this.panelClaimExtras.PerformLayout();
     this.panelEstimateInfo.ResumeLayout(false);
     this.panelEstimateInfo.PerformLayout();
     this.groupAllowed.ResumeLayout(false);
     this.groupAllowed.PerformLayout();
     this.groupClaimInfo.ResumeLayout(false);
     this.groupClaimInfo.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 7
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRefAttachEdit));
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.textName = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.labelOrder = new System.Windows.Forms.Label();
     this.textOrder = new OpenDental.ValidNumber();
     this.butEdit = new OpenDental.UI.Button();
     this.textRefDate = new OpenDental.ValidDate();
     this.textReferralNotes = new System.Windows.Forms.TextBox();
     this.labelPatient = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.textNote = new System.Windows.Forms.TextBox();
     this.comboRefToStatus = new System.Windows.Forms.ComboBox();
     this.label7 = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     this.listSheets = new System.Windows.Forms.ListBox();
     this.label8 = new System.Windows.Forms.Label();
     this.listFromTo = new System.Windows.Forms.ListBox();
     this.checkIsTransitionOfCare = new System.Windows.Forms.CheckBox();
     this.label4 = new System.Windows.Forms.Label();
     this.textProc = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.textDateProcCompleted = new OpenDental.ValidDate();
     this.label9 = new System.Windows.Forms.Label();
     this.butChangeReferral = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(602,456);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 6;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(602,419);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 0;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(65,155);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(84,16);
     this.label3.TabIndex = 16;
     this.label3.Text = "Date";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(59,47);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(90,18);
     this.label1.TabIndex = 17;
     this.label1.Text = "Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textName
     //
     this.textName.Location = new System.Drawing.Point(151,43);
     this.textName.Name = "textName";
     this.textName.ReadOnly = true;
     this.textName.Size = new System.Drawing.Size(258,20);
     this.textName.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(65,13);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(86,16);
     this.label2.TabIndex = 20;
     this.label2.Text = "From/To";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelOrder
     //
     this.labelOrder.Location = new System.Drawing.Point(69,176);
     this.labelOrder.Name = "labelOrder";
     this.labelOrder.Size = new System.Drawing.Size(82,14);
     this.labelOrder.TabIndex = 73;
     this.labelOrder.Text = "Order";
     this.labelOrder.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textOrder
     //
     this.textOrder.Location = new System.Drawing.Point(151,172);
     this.textOrder.MaxVal = 255;
     this.textOrder.MinVal = 0;
     this.textOrder.Name = "textOrder";
     this.textOrder.Size = new System.Drawing.Size(36,20);
     this.textOrder.TabIndex = 72;
     //
     // butEdit
     //
     this.butEdit.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butEdit.Autosize = true;
     this.butEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butEdit.CornerRadius = 4F;
     this.butEdit.Location = new System.Drawing.Point(413,40);
     this.butEdit.Name = "butEdit";
     this.butEdit.Size = new System.Drawing.Size(95,24);
     this.butEdit.TabIndex = 74;
     this.butEdit.Text = "&Edit Referral";
     this.butEdit.Click += new System.EventHandler(this.butEdit_Click);
     //
     // textRefDate
     //
     this.textRefDate.Location = new System.Drawing.Point(151,151);
     this.textRefDate.Name = "textRefDate";
     this.textRefDate.Size = new System.Drawing.Size(100,20);
     this.textRefDate.TabIndex = 75;
     //
     // textReferralNotes
     //
     this.textReferralNotes.Location = new System.Drawing.Point(151,84);
     this.textReferralNotes.Multiline = true;
     this.textReferralNotes.Name = "textReferralNotes";
     this.textReferralNotes.ReadOnly = true;
     this.textReferralNotes.Size = new System.Drawing.Size(363,66);
     this.textReferralNotes.TabIndex = 78;
     //
     // labelPatient
     //
     this.labelPatient.Location = new System.Drawing.Point(150,65);
     this.labelPatient.Name = "labelPatient";
     this.labelPatient.Size = new System.Drawing.Size(98,18);
     this.labelPatient.TabIndex = 80;
     this.labelPatient.Text = "(a patient)";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(3,84);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(146,38);
     this.label5.TabIndex = 81;
     this.label5.Text = "Notes about referral source";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(3,215);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(146,38);
     this.label6.TabIndex = 83;
     this.label6.Text = "Patient note";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textNote
     //
     this.textNote.Location = new System.Drawing.Point(151,215);
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.Size = new System.Drawing.Size(363,66);
     this.textNote.TabIndex = 1;
     //
     // comboRefToStatus
     //
     this.comboRefToStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboRefToStatus.FormattingEnabled = true;
     this.comboRefToStatus.Location = new System.Drawing.Point(151,193);
     this.comboRefToStatus.MaxDropDownItems = 20;
     this.comboRefToStatus.Name = "comboRefToStatus";
     this.comboRefToStatus.Size = new System.Drawing.Size(180,21);
     this.comboRefToStatus.TabIndex = 84;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(6,196);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(143,14);
     this.label7.TabIndex = 85;
     this.label7.Text = "Status (if referred out)";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(14,456);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(81,24);
     this.butDelete.TabIndex = 86;
     this.butDelete.Text = "Detach";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // listSheets
     //
     this.listSheets.FormattingEnabled = true;
     this.listSheets.Location = new System.Drawing.Point(151,282);
     this.listSheets.Name = "listSheets";
     this.listSheets.Size = new System.Drawing.Size(120,69);
     this.listSheets.TabIndex = 90;
     this.listSheets.DoubleClick += new System.EventHandler(this.listSheets_DoubleClick);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(9,284);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(140,40);
     this.label8.TabIndex = 91;
     this.label8.Text = "Referral Slips\r\n(double click to view)";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listFromTo
     //
     this.listFromTo.FormattingEnabled = true;
     this.listFromTo.Items.AddRange(new object[] {
     "From",
     "To"});
     this.listFromTo.Location = new System.Drawing.Point(151,12);
     this.listFromTo.Name = "listFromTo";
     this.listFromTo.Size = new System.Drawing.Size(65,30);
     this.listFromTo.TabIndex = 92;
     //
     // checkIsTransitionOfCare
     //
     this.checkIsTransitionOfCare.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsTransitionOfCare.Location = new System.Drawing.Point(29,354);
     this.checkIsTransitionOfCare.Name = "checkIsTransitionOfCare";
     this.checkIsTransitionOfCare.Size = new System.Drawing.Size(136,18);
     this.checkIsTransitionOfCare.TabIndex = 93;
     this.checkIsTransitionOfCare.Text = "Transition of Care";
     this.checkIsTransitionOfCare.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsTransitionOfCare.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(166,355);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(195,14);
     this.label4.TabIndex = 94;
     this.label4.Text = "(From or To another doctor)";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textProc
     //
     this.textProc.BackColor = System.Drawing.SystemColors.Control;
     this.textProc.ForeColor = System.Drawing.Color.DarkRed;
     this.textProc.Location = new System.Drawing.Point(151,374);
     this.textProc.Name = "textProc";
     this.textProc.Size = new System.Drawing.Size(232,20);
     this.textProc.TabIndex = 171;
     this.textProc.Text = "test";
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(65,377);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(84,16);
     this.label13.TabIndex = 170;
     this.label13.Text = "Procedure";
     this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateProcCompleted
     //
     this.textDateProcCompleted.Location = new System.Drawing.Point(151,395);
     this.textDateProcCompleted.Name = "textDateProcCompleted";
     this.textDateProcCompleted.Size = new System.Drawing.Size(100,20);
     this.textDateProcCompleted.TabIndex = 173;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(14,399);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(135,16);
     this.label9.TabIndex = 172;
     this.label9.Text = "Date Proc Completed";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butChangeReferral
     //
     this.butChangeReferral.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butChangeReferral.Autosize = true;
     this.butChangeReferral.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butChangeReferral.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butChangeReferral.CornerRadius = 4F;
     this.butChangeReferral.Location = new System.Drawing.Point(514,40);
     this.butChangeReferral.Name = "butChangeReferral";
     this.butChangeReferral.Size = new System.Drawing.Size(95,24);
     this.butChangeReferral.TabIndex = 74;
     this.butChangeReferral.Text = "Change Referral";
     this.butChangeReferral.Click += new System.EventHandler(this.butChangeReferral_Click);
     //
     // FormRefAttachEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(689,492);
     this.Controls.Add(this.textDateProcCompleted);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.textProc);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.checkIsTransitionOfCare);
     this.Controls.Add(this.listFromTo);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.listSheets);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.comboRefToStatus);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.labelPatient);
     this.Controls.Add(this.textReferralNotes);
     this.Controls.Add(this.textRefDate);
     this.Controls.Add(this.butChangeReferral);
     this.Controls.Add(this.butEdit);
     this.Controls.Add(this.textOrder);
     this.Controls.Add(this.textName);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.labelOrder);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label3);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormRefAttachEdit";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Referral Attachment";
     this.Load += new System.EventHandler(this.FormRefAttachEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 8
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPaySplitEdit));
     this.labelRemainder = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.listPatient = new System.Windows.Forms.ListBox();
     this.labelAmount = new System.Windows.Forms.Label();
     this.checkPayPlan = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.textPatient = new System.Windows.Forms.TextBox();
     this.checkPatOtherFam = new System.Windows.Forms.CheckBox();
     this.groupPatient = new System.Windows.Forms.GroupBox();
     this.groupProcedure = new System.Windows.Forms.GroupBox();
     this.textProcWriteoff = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.textProcTooth = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.textProcProv = new System.Windows.Forms.TextBox();
     this.textProcDescription = new System.Windows.Forms.TextBox();
     this.textProcDate2 = new System.Windows.Forms.TextBox();
     this.labelProcRemain = new System.Windows.Forms.Label();
     this.textProcPaidHere = new System.Windows.Forms.TextBox();
     this.textProcPrevPaid = new System.Windows.Forms.TextBox();
     this.textProcAdj = new System.Windows.Forms.TextBox();
     this.textProcInsEst = new System.Windows.Forms.TextBox();
     this.textProcInsPaid = new System.Windows.Forms.TextBox();
     this.textProcFee = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.butDetach = new OpenDental.UI.Button();
     this.butAttach = new OpenDental.UI.Button();
     this.label15 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.textDateEntry = new OpenDental.ValidDate();
     this.textProcDate = new OpenDental.ValidDate();
     this.textDatePay = new OpenDental.ValidDate();
     this.butDelete = new OpenDental.UI.Button();
     this.textAmount = new OpenDental.ValidDouble();
     this.butRemainder = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.ButCancel = new OpenDental.UI.Button();
     this.comboUnearnedTypes = new System.Windows.Forms.ComboBox();
     this.comboProvider = new System.Windows.Forms.ComboBox();
     this.butPickProv = new OpenDental.UI.Button();
     this.comboClinic = new System.Windows.Forms.ComboBox();
     this.labelClinic = new System.Windows.Forms.Label();
     this.groupPatient.SuspendLayout();
     this.groupProcedure.SuspendLayout();
     this.SuspendLayout();
     //
     // labelRemainder
     //
     this.labelRemainder.Location = new System.Drawing.Point(5,336);
     this.labelRemainder.Name = "labelRemainder";
     this.labelRemainder.Size = new System.Drawing.Size(119,88);
     this.labelRemainder.TabIndex = 5;
     this.labelRemainder.Text = "The Remainder button will calculate the value needed to make the splits balance.";
     this.labelRemainder.Visible = false;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(33,144);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(95,16);
     this.label5.TabIndex = 10;
     this.label5.Text = "Provider";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // listPatient
     //
     this.listPatient.Location = new System.Drawing.Point(11,34);
     this.listPatient.Name = "listPatient";
     this.listPatient.Size = new System.Drawing.Size(192,108);
     this.listPatient.TabIndex = 3;
     this.listPatient.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listPatient_MouseDown);
     //
     // labelAmount
     //
     this.labelAmount.Location = new System.Drawing.Point(23,96);
     this.labelAmount.Name = "labelAmount";
     this.labelAmount.Size = new System.Drawing.Size(104,16);
     this.labelAmount.TabIndex = 15;
     this.labelAmount.Text = "Amount";
     this.labelAmount.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkPayPlan
     //
     this.checkPayPlan.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPayPlan.Location = new System.Drawing.Point(255,497);
     this.checkPayPlan.Name = "checkPayPlan";
     this.checkPayPlan.Size = new System.Drawing.Size(198,18);
     this.checkPayPlan.TabIndex = 20;
     this.checkPayPlan.Text = "Attached to Payment Plan";
     this.checkPayPlan.Click += new System.EventHandler(this.checkPayPlan_Click);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(12,73);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(116,16);
     this.label7.TabIndex = 24;
     this.label7.Text = "(procedure date)";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(0,48);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(127,16);
     this.label1.TabIndex = 23;
     this.label1.Text = "Payment Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textPatient
     //
     this.textPatient.Location = new System.Drawing.Point(11,33);
     this.textPatient.Name = "textPatient";
     this.textPatient.Size = new System.Drawing.Size(238,20);
     this.textPatient.TabIndex = 111;
     //
     // checkPatOtherFam
     //
     this.checkPatOtherFam.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPatOtherFam.Location = new System.Drawing.Point(11,15);
     this.checkPatOtherFam.Name = "checkPatOtherFam";
     this.checkPatOtherFam.Size = new System.Drawing.Size(192,17);
     this.checkPatOtherFam.TabIndex = 110;
     this.checkPatOtherFam.TabStop = false;
     this.checkPatOtherFam.Text = "Is from another family";
     this.checkPatOtherFam.Click += new System.EventHandler(this.checkPatOtherFam_Click);
     //
     // groupPatient
     //
     this.groupPatient.Controls.Add(this.listPatient);
     this.groupPatient.Controls.Add(this.textPatient);
     this.groupPatient.Controls.Add(this.checkPatOtherFam);
     this.groupPatient.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupPatient.Location = new System.Drawing.Point(480,26);
     this.groupPatient.Name = "groupPatient";
     this.groupPatient.Size = new System.Drawing.Size(265,157);
     this.groupPatient.TabIndex = 112;
     this.groupPatient.TabStop = false;
     this.groupPatient.Text = "Patient";
     //
     // groupProcedure
     //
     this.groupProcedure.Controls.Add(this.textProcWriteoff);
     this.groupProcedure.Controls.Add(this.label16);
     this.groupProcedure.Controls.Add(this.textProcTooth);
     this.groupProcedure.Controls.Add(this.label14);
     this.groupProcedure.Controls.Add(this.textProcProv);
     this.groupProcedure.Controls.Add(this.textProcDescription);
     this.groupProcedure.Controls.Add(this.textProcDate2);
     this.groupProcedure.Controls.Add(this.labelProcRemain);
     this.groupProcedure.Controls.Add(this.textProcPaidHere);
     this.groupProcedure.Controls.Add(this.textProcPrevPaid);
     this.groupProcedure.Controls.Add(this.textProcAdj);
     this.groupProcedure.Controls.Add(this.textProcInsEst);
     this.groupProcedure.Controls.Add(this.textProcInsPaid);
     this.groupProcedure.Controls.Add(this.textProcFee);
     this.groupProcedure.Controls.Add(this.label13);
     this.groupProcedure.Controls.Add(this.label12);
     this.groupProcedure.Controls.Add(this.label11);
     this.groupProcedure.Controls.Add(this.label10);
     this.groupProcedure.Controls.Add(this.label9);
     this.groupProcedure.Controls.Add(this.label8);
     this.groupProcedure.Controls.Add(this.label6);
     this.groupProcedure.Controls.Add(this.label4);
     this.groupProcedure.Controls.Add(this.label3);
     this.groupProcedure.Controls.Add(this.label2);
     this.groupProcedure.Controls.Add(this.butDetach);
     this.groupProcedure.Controls.Add(this.butAttach);
     this.groupProcedure.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupProcedure.Location = new System.Drawing.Point(130,228);
     this.groupProcedure.Name = "groupProcedure";
     this.groupProcedure.Size = new System.Drawing.Size(615,225);
     this.groupProcedure.TabIndex = 113;
     this.groupProcedure.TabStop = false;
     this.groupProcedure.Text = "Procedure";
     //
     // textProcWriteoff
     //
     this.textProcWriteoff.Location = new System.Drawing.Point(477,48);
     this.textProcWriteoff.Name = "textProcWriteoff";
     this.textProcWriteoff.ReadOnly = true;
     this.textProcWriteoff.Size = new System.Drawing.Size(76,20);
     this.textProcWriteoff.TabIndex = 50;
     this.textProcWriteoff.Text = "5.00";
     this.textProcWriteoff.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(369,50);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(104,16);
     this.label16.TabIndex = 49;
     this.label16.Text = "- Writeoff";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProcTooth
     //
     this.textProcTooth.Location = new System.Drawing.Point(115,95);
     this.textProcTooth.Name = "textProcTooth";
     this.textProcTooth.ReadOnly = true;
     this.textProcTooth.Size = new System.Drawing.Size(43,20);
     this.textProcTooth.TabIndex = 46;
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(9,98);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(104,16);
     this.label14.TabIndex = 45;
     this.label14.Text = "Tooth";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textProcProv
     //
     this.textProcProv.Location = new System.Drawing.Point(115,75);
     this.textProcProv.Name = "textProcProv";
     this.textProcProv.ReadOnly = true;
     this.textProcProv.Size = new System.Drawing.Size(76,20);
     this.textProcProv.TabIndex = 44;
     //
     // textProcDescription
     //
     this.textProcDescription.Location = new System.Drawing.Point(115,115);
     this.textProcDescription.Name = "textProcDescription";
     this.textProcDescription.ReadOnly = true;
     this.textProcDescription.Size = new System.Drawing.Size(241,20);
     this.textProcDescription.TabIndex = 43;
     //
     // textProcDate2
     //
     this.textProcDate2.Location = new System.Drawing.Point(115,55);
     this.textProcDate2.Name = "textProcDate2";
     this.textProcDate2.ReadOnly = true;
     this.textProcDate2.Size = new System.Drawing.Size(76,20);
     this.textProcDate2.TabIndex = 42;
     //
     // labelProcRemain
     //
     this.labelProcRemain.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
     this.labelProcRemain.Location = new System.Drawing.Point(478,175);
     this.labelProcRemain.Name = "labelProcRemain";
     this.labelProcRemain.Size = new System.Drawing.Size(73,18);
     this.labelProcRemain.TabIndex = 41;
     this.labelProcRemain.Text = "$85.00";
     this.labelProcRemain.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProcPaidHere
     //
     this.textProcPaidHere.Location = new System.Drawing.Point(477,148);
     this.textProcPaidHere.Name = "textProcPaidHere";
     this.textProcPaidHere.ReadOnly = true;
     this.textProcPaidHere.Size = new System.Drawing.Size(76,20);
     this.textProcPaidHere.TabIndex = 40;
     this.textProcPaidHere.Text = "0.00";
     this.textProcPaidHere.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcPrevPaid
     //
     this.textProcPrevPaid.Location = new System.Drawing.Point(477,128);
     this.textProcPrevPaid.Name = "textProcPrevPaid";
     this.textProcPrevPaid.ReadOnly = true;
     this.textProcPrevPaid.Size = new System.Drawing.Size(76,20);
     this.textProcPrevPaid.TabIndex = 39;
     this.textProcPrevPaid.Text = "0.00";
     this.textProcPrevPaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcAdj
     //
     this.textProcAdj.Location = new System.Drawing.Point(477,108);
     this.textProcAdj.Name = "textProcAdj";
     this.textProcAdj.ReadOnly = true;
     this.textProcAdj.Size = new System.Drawing.Size(76,20);
     this.textProcAdj.TabIndex = 38;
     this.textProcAdj.Text = "10.00";
     this.textProcAdj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcInsEst
     //
     this.textProcInsEst.Location = new System.Drawing.Point(477,88);
     this.textProcInsEst.Name = "textProcInsEst";
     this.textProcInsEst.ReadOnly = true;
     this.textProcInsEst.Size = new System.Drawing.Size(76,20);
     this.textProcInsEst.TabIndex = 37;
     this.textProcInsEst.Text = "55.00";
     this.textProcInsEst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcInsPaid
     //
     this.textProcInsPaid.Location = new System.Drawing.Point(477,68);
     this.textProcInsPaid.Name = "textProcInsPaid";
     this.textProcInsPaid.ReadOnly = true;
     this.textProcInsPaid.Size = new System.Drawing.Size(76,20);
     this.textProcInsPaid.TabIndex = 36;
     this.textProcInsPaid.Text = "45.00";
     this.textProcInsPaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcFee
     //
     this.textProcFee.Location = new System.Drawing.Point(477,28);
     this.textProcFee.Name = "textProcFee";
     this.textProcFee.ReadOnly = true;
     this.textProcFee.Size = new System.Drawing.Size(76,20);
     this.textProcFee.TabIndex = 35;
     this.textProcFee.Text = "200.00";
     this.textProcFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(369,150);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(104,16);
     this.label13.TabIndex = 34;
     this.label13.Text = "- Paid Here";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(369,176);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(104,16);
     this.label12.TabIndex = 33;
     this.label12.Text = "= Remaining";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(346,130);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(127,16);
     this.label11.TabIndex = 32;
     this.label11.Text = "- Previously Paid";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(369,110);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(104,16);
     this.label10.TabIndex = 31;
     this.label10.Text = "- Adjustments";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(369,90);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(104,16);
     this.label9.TabIndex = 30;
     this.label9.Text = "- Ins Est";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(369,70);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(104,16);
     this.label8.TabIndex = 29;
     this.label8.Text = "- Ins Paid";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(369,30);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(104,16);
     this.label6.TabIndex = 28;
     this.label6.Text = "Fee";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(9,78);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(104,16);
     this.label4.TabIndex = 27;
     this.label4.Text = "Provider";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(9,118);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(104,16);
     this.label3.TabIndex = 26;
     this.label3.Text = "Description";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8,57);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(104,16);
     this.label2.TabIndex = 25;
     this.label2.Text = "Procedure Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butDetach
     //
     this.butDetach.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDetach.Autosize = true;
     this.butDetach.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDetach.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDetach.CornerRadius = 4F;
     this.butDetach.Location = new System.Drawing.Point(99,21);
     this.butDetach.Name = "butDetach";
     this.butDetach.Size = new System.Drawing.Size(75,24);
     this.butDetach.TabIndex = 9;
     this.butDetach.Text = "Detach";
     this.butDetach.Click += new System.EventHandler(this.butDetach_Click);
     //
     // butAttach
     //
     this.butAttach.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAttach.Autosize = true;
     this.butAttach.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAttach.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAttach.CornerRadius = 4F;
     this.butAttach.Location = new System.Drawing.Point(12,21);
     this.butAttach.Name = "butAttach";
     this.butAttach.Size = new System.Drawing.Size(75,24);
     this.butAttach.TabIndex = 8;
     this.butAttach.Text = "Attach";
     this.butAttach.Click += new System.EventHandler(this.butAttach_Click);
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(1,24);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(127,16);
     this.label15.TabIndex = 115;
     this.label15.Text = "Entry Date";
     this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(3,121);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(124,16);
     this.label17.TabIndex = 116;
     this.label17.Text = "Unearned Type";
     this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(129,22);
     this.textDateEntry.Name = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size = new System.Drawing.Size(92,20);
     this.textDateEntry.TabIndex = 114;
     //
     // textProcDate
     //
     this.textProcDate.Location = new System.Drawing.Point(129,70);
     this.textProcDate.Name = "textProcDate";
     this.textProcDate.Size = new System.Drawing.Size(92,20);
     this.textProcDate.TabIndex = 25;
     //
     // textDatePay
     //
     this.textDatePay.Location = new System.Drawing.Point(129,46);
     this.textDatePay.Name = "textDatePay";
     this.textDatePay.ReadOnly = true;
     this.textDatePay.Size = new System.Drawing.Size(92,20);
     this.textDatePay.TabIndex = 22;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(48,496);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(85,24);
     this.butDelete.TabIndex = 21;
     this.butDelete.Text = "&Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(129,94);
     this.textAmount.Name = "textAmount";
     this.textAmount.Size = new System.Drawing.Size(77,20);
     this.textAmount.TabIndex = 1;
     this.textAmount.Validating += new System.ComponentModel.CancelEventHandler(this.textAmount_Validating);
     //
     // butRemainder
     //
     this.butRemainder.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butRemainder.Autosize = true;
     this.butRemainder.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRemainder.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRemainder.CornerRadius = 4F;
     this.butRemainder.Location = new System.Drawing.Point(5,304);
     this.butRemainder.Name = "butRemainder";
     this.butRemainder.Size = new System.Drawing.Size(92,24);
     this.butRemainder.TabIndex = 7;
     this.butRemainder.Text = "&Remainder";
     this.butRemainder.Visible = false;
     this.butRemainder.Click += new System.EventHandler(this.butRemainder_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(606,496);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 5;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // ButCancel
     //
     this.ButCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.ButCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButCancel.Autosize = true;
     this.ButCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.ButCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.ButCancel.CornerRadius = 4F;
     this.ButCancel.Location = new System.Drawing.Point(699,496);
     this.ButCancel.Name = "ButCancel";
     this.ButCancel.Size = new System.Drawing.Size(75,24);
     this.ButCancel.TabIndex = 6;
     this.ButCancel.Text = "&Cancel";
     this.ButCancel.Click += new System.EventHandler(this.ButCancel_Click);
     //
     // comboUnearnedTypes
     //
     this.comboUnearnedTypes.FormattingEnabled = true;
     this.comboUnearnedTypes.Location = new System.Drawing.Point(129,118);
     this.comboUnearnedTypes.Name = "comboUnearnedTypes";
     this.comboUnearnedTypes.Size = new System.Drawing.Size(165,21);
     this.comboUnearnedTypes.TabIndex = 117;
     //
     // comboProvider
     //
     this.comboProvider.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProvider.FormattingEnabled = true;
     this.comboProvider.Location = new System.Drawing.Point(129,143);
     this.comboProvider.Name = "comboProvider";
     this.comboProvider.Size = new System.Drawing.Size(145,21);
     this.comboProvider.TabIndex = 118;
     //
     // butPickProv
     //
     this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPickProv.Autosize = false;
     this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickProv.CornerRadius = 2F;
     this.butPickProv.Location = new System.Drawing.Point(276,143);
     this.butPickProv.Name = "butPickProv";
     this.butPickProv.Size = new System.Drawing.Size(18,20);
     this.butPickProv.TabIndex = 158;
     this.butPickProv.Text = "...";
     this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click);
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.FormattingEnabled = true;
     this.comboClinic.Location = new System.Drawing.Point(129,168);
     this.comboClinic.Name = "comboClinic";
     this.comboClinic.Size = new System.Drawing.Size(165,21);
     this.comboClinic.TabIndex = 160;
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(3,171);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(124,16);
     this.labelClinic.TabIndex = 159;
     this.labelClinic.Text = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormPaySplitEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(801,541);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.butPickProv);
     this.Controls.Add(this.comboProvider);
     this.Controls.Add(this.comboUnearnedTypes);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.groupProcedure);
     this.Controls.Add(this.groupPatient);
     this.Controls.Add(this.textProcDate);
     this.Controls.Add(this.textDatePay);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.butRemainder);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.ButCancel);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkPayPlan);
     this.Controls.Add(this.labelAmount);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.labelRemainder);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location = new System.Drawing.Point(0,400);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormPaySplitEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Payment Split";
     this.Load += new System.EventHandler(this.FormPaySplitEdit_Load);
     this.groupPatient.ResumeLayout(false);
     this.groupPatient.PerformLayout();
     this.groupProcedure.ResumeLayout(false);
     this.groupProcedure.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 9
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRepeatChargeEdit));
			this.label1 = new System.Windows.Forms.Label();
			this.textCode = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.textNote = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.textDesc = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.checkCopyNoteToProc = new System.Windows.Forms.CheckBox();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.checkCreatesClaim = new System.Windows.Forms.CheckBox();
			this.checkIsEnabled = new System.Windows.Forms.CheckBox();
			this.textTotalAmount = new System.Windows.Forms.TextBox();
			this.textNumOfCharges = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.butCalculate = new OpenDental.UI.Button();
			this.butMaunal = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.textDateStop = new OpenDental.ValidDate();
			this.textDateStart = new OpenDental.ValidDate();
			this.textChargeAmt = new OpenDental.ValidDouble();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(4, 19);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(156, 16);
			this.label1.TabIndex = 2;
			this.label1.Text = "Code";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCode
			// 
			this.textCode.Location = new System.Drawing.Point(162, 17);
			this.textCode.MaxLength = 15;
			this.textCode.Name = "textCode";
			this.textCode.ReadOnly = true;
			this.textCode.Size = new System.Drawing.Size(100, 20);
			this.textCode.TabIndex = 3;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(4, 139);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(156, 16);
			this.label2.TabIndex = 4;
			this.label2.Text = "Charge Amount";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(4, 168);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(156, 16);
			this.label3.TabIndex = 7;
			this.label3.Text = "Date Start";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(4, 196);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(156, 16);
			this.label4.TabIndex = 9;
			this.label4.Text = "Date Stop";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textNote
			// 
			this.textNote.Location = new System.Drawing.Point(162, 260);
			this.textNote.MaxLength = 10000;
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.Size = new System.Drawing.Size(424, 114);
			this.textNote.TabIndex = 11;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(4, 263);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(156, 16);
			this.label5.TabIndex = 10;
			this.label5.Text = "Note";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDesc
			// 
			this.textDesc.BackColor = System.Drawing.SystemColors.Control;
			this.textDesc.Location = new System.Drawing.Point(267, 17);
			this.textDesc.Name = "textDesc";
			this.textDesc.Size = new System.Drawing.Size(241, 20);
			this.textDesc.TabIndex = 40;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(265, 1);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(224, 16);
			this.label6.TabIndex = 39;
			this.label6.Text = "Procedure Description:";
			this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label7
			// 
			this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label7.Location = new System.Drawing.Point(128, 491);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(238, 29);
			this.label7.TabIndex = 42;
			this.label7.Text = "It\'s OK to delete an obsolete repeating charge.   It does not affect any charges " +
    "already billed.";
			this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// checkCopyNoteToProc
			// 
			this.checkCopyNoteToProc.Location = new System.Drawing.Point(162, 378);
			this.checkCopyNoteToProc.Name = "checkCopyNoteToProc";
			this.checkCopyNoteToProc.Size = new System.Drawing.Size(250, 18);
			this.checkCopyNoteToProc.TabIndex = 43;
			this.checkCopyNoteToProc.Text = "Copy note to procedure billing note.";
			this.checkCopyNoteToProc.UseVisualStyleBackColor = true;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(17, 22);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(136, 16);
			this.label8.TabIndex = 44;
			this.label8.Text = "Total Amount";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(17, 48);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(136, 16);
			this.label9.TabIndex = 46;
			this.label9.Text = "Number of Charges";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkCreatesClaim
			// 
			this.checkCreatesClaim.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkCreatesClaim.Location = new System.Drawing.Point(7, 218);
			this.checkCreatesClaim.Name = "checkCreatesClaim";
			this.checkCreatesClaim.Size = new System.Drawing.Size(169, 18);
			this.checkCreatesClaim.TabIndex = 49;
			this.checkCreatesClaim.Text = "Creates Claim";
			this.checkCreatesClaim.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkCreatesClaim.UseVisualStyleBackColor = true;
			// 
			// checkIsEnabled
			// 
			this.checkIsEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsEnabled.Location = new System.Drawing.Point(7, 239);
			this.checkIsEnabled.Name = "checkIsEnabled";
			this.checkIsEnabled.Size = new System.Drawing.Size(169, 18);
			this.checkIsEnabled.TabIndex = 50;
			this.checkIsEnabled.Text = "Enabled";
			this.checkIsEnabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsEnabled.UseVisualStyleBackColor = true;
			// 
			// textTotalAmount
			// 
			this.textTotalAmount.Location = new System.Drawing.Point(155, 19);
			this.textTotalAmount.Name = "textTotalAmount";
			this.textTotalAmount.Size = new System.Drawing.Size(100, 20);
			this.textTotalAmount.TabIndex = 51;
			// 
			// textNumOfCharges
			// 
			this.textNumOfCharges.Location = new System.Drawing.Point(155, 45);
			this.textNumOfCharges.Name = "textNumOfCharges";
			this.textNumOfCharges.Size = new System.Drawing.Size(100, 20);
			this.textNumOfCharges.TabIndex = 52;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(245, 419);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(225, 29);
			this.label10.TabIndex = 53;
			this.label10.Text = "This will add a completed procedure of the code listed above to this patient\'s ac" +
    "count.";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.butCalculate);
			this.groupBox1.Controls.Add(this.textTotalAmount);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.textNumOfCharges);
			this.groupBox1.Controls.Add(this.label9);
			this.groupBox1.Location = new System.Drawing.Point(7, 48);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(359, 79);
			this.groupBox1.TabIndex = 54;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Calculate Charge Amount (optional)";
			// 
			// butCalculate
			// 
			this.butCalculate.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCalculate.Autosize = true;
			this.butCalculate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCalculate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCalculate.CornerRadius = 4F;
			this.butCalculate.Location = new System.Drawing.Point(261, 44);
			this.butCalculate.Name = "butCalculate";
			this.butCalculate.Size = new System.Drawing.Size(75, 24);
			this.butCalculate.TabIndex = 53;
			this.butCalculate.Text = "Calculate";
			this.butCalculate.Click += new System.EventHandler(this.butCalculate_Click);
			// 
			// butMaunal
			// 
			this.butMaunal.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butMaunal.Autosize = true;
			this.butMaunal.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butMaunal.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butMaunal.CornerRadius = 4F;
			this.butMaunal.Location = new System.Drawing.Point(162, 421);
			this.butMaunal.Name = "butMaunal";
			this.butMaunal.Size = new System.Drawing.Size(75, 24);
			this.butMaunal.TabIndex = 48;
			this.butMaunal.Text = "Manual";
			this.butMaunal.Click += new System.EventHandler(this.butMaunal_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(35, 493);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(83, 26);
			this.butDelete.TabIndex = 41;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// textDateStop
			// 
			this.textDateStop.Location = new System.Drawing.Point(162, 194);
			this.textDateStop.Name = "textDateStop";
			this.textDateStop.Size = new System.Drawing.Size(100, 20);
			this.textDateStop.TabIndex = 8;
			// 
			// textDateStart
			// 
			this.textDateStart.Location = new System.Drawing.Point(162, 165);
			this.textDateStart.Name = "textDateStart";
			this.textDateStart.Size = new System.Drawing.Size(100, 20);
			this.textDateStart.TabIndex = 6;
			// 
			// textChargeAmt
			// 
			this.textChargeAmt.Location = new System.Drawing.Point(162, 136);
			this.textChargeAmt.Name = "textChargeAmt";
			this.textChargeAmt.Size = new System.Drawing.Size(100, 20);
			this.textChargeAmt.TabIndex = 5;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(595, 450);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(595, 491);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormRepeatChargeEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(705, 545);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.checkIsEnabled);
			this.Controls.Add(this.checkCreatesClaim);
			this.Controls.Add(this.butMaunal);
			this.Controls.Add(this.checkCopyNoteToProc);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.textDesc);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.textDateStop);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textDateStart);
			this.Controls.Add(this.textChargeAmt);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textCode);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormRepeatChargeEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Repeat Charge";
			this.Load += new System.EventHandler(this.FormRepeatChargeEdit_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 10
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(FormPayment));
     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.textCheckNum = new System.Windows.Forms.TextBox();
     this.textBankBranch = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.textTotal = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.listPayType = new System.Windows.Forms.ListBox();
     this.label9 = new System.Windows.Forms.Label();
     this.checkPayPlan = new System.Windows.Forms.CheckBox();
     this.textPaidBy = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.comboClinic = new System.Windows.Forms.ComboBox();
     this.labelClinic = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.labelDepositAccount = new System.Windows.Forms.Label();
     this.comboDepositAccount = new System.Windows.Forms.ComboBox();
     this.panelXcharge = new System.Windows.Forms.Panel();
     this.contextMenuXcharge = new System.Windows.Forms.ContextMenu();
     this.menuXcharge = new System.Windows.Forms.MenuItem();
     this.textDepositAccount = new System.Windows.Forms.TextBox();
     this.textFamStart = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.textFamEnd = new System.Windows.Forms.TextBox();
     this.textDeposit = new System.Windows.Forms.TextBox();
     this.labelDeposit = new System.Windows.Forms.Label();
     this.textFamAfterIns = new System.Windows.Forms.TextBox();
     this.checkPayTypeNone = new System.Windows.Forms.CheckBox();
     this.contextMenuPayConnect = new System.Windows.Forms.ContextMenu();
     this.menuPayConnect = new System.Windows.Forms.MenuItem();
     this.butPayConnect = new OpenDental.UI.Button();
     this.butPay = new OpenDental.UI.Button();
     this.gridBal = new OpenDental.UI.ODGrid();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.textDateEntry = new OpenDental.ValidDate();
     this.textNote = new OpenDental.ODtextBox();
     this.textAmount = new OpenDental.ValidDouble();
     this.textDate = new OpenDental.ValidDate();
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.butDeleteAll = new OpenDental.UI.Button();
     this.butAdd = new OpenDental.UI.Button();
     this.comboCreditCards = new System.Windows.Forms.ComboBox();
     this.labelCreditCards = new System.Windows.Forms.Label();
     this.checkRecurring = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(404, 2);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(154, 16);
     this.label1.TabIndex = 7;
     this.label1.Text = "Payment Type";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 152);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(92, 16);
     this.label2.TabIndex = 8;
     this.label2.Text = "Note";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(4, 134);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(100, 16);
     this.label3.TabIndex = 9;
     this.label3.Text = "Bank-Branch";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(4, 114);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 16);
     this.label4.TabIndex = 10;
     this.label4.Text = "Check #";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(4, 94);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(100, 16);
     this.label5.TabIndex = 11;
     this.label5.Text = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(4, 74);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(100, 16);
     this.label6.TabIndex = 12;
     this.label6.Text = "Payment Date";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCheckNum
     //
     this.textCheckNum.Location = new System.Drawing.Point(106, 110);
     this.textCheckNum.Name = "textCheckNum";
     this.textCheckNum.Size = new System.Drawing.Size(100, 20);
     this.textCheckNum.TabIndex = 1;
     //
     // textBankBranch
     //
     this.textBankBranch.Location = new System.Drawing.Point(106, 130);
     this.textBankBranch.Name = "textBankBranch";
     this.textBankBranch.Size = new System.Drawing.Size(100, 20);
     this.textBankBranch.TabIndex = 2;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(212, 464);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(286, 14);
     this.label7.TabIndex = 18;
     this.label7.Text = "(must match total amount of payment)";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textTotal
     //
     this.textTotal.Location = new System.Drawing.Point(425, 438);
     this.textTotal.Name = "textTotal";
     this.textTotal.ReadOnly = true;
     this.textTotal.Size = new System.Drawing.Size(67, 20);
     this.textTotal.TabIndex = 19;
     this.textTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(324, 442);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(100, 16);
     this.label8.TabIndex = 22;
     this.label8.Text = "Total Splits";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listPayType
     //
     this.listPayType.Location = new System.Drawing.Point(407, 39);
     this.listPayType.Name = "listPayType";
     this.listPayType.Size = new System.Drawing.Size(120, 95);
     this.listPayType.TabIndex = 4;
     this.listPayType.Click += new System.EventHandler(this.listPayType_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(97, 512);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(126, 37);
     this.label9.TabIndex = 28;
     this.label9.Text = "Deletes entire payment and all splits";
     this.label9.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkPayPlan
     //
     this.checkPayPlan.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPayPlan.Location = new System.Drawing.Point(694, 116);
     this.checkPayPlan.Name = "checkPayPlan";
     this.checkPayPlan.Size = new System.Drawing.Size(196, 18);
     this.checkPayPlan.TabIndex = 30;
     this.checkPayPlan.Text = "Attached to Payment Plan";
     this.checkPayPlan.Click += new System.EventHandler(this.checkPayPlan_Click);
     //
     // textPaidBy
     //
     this.textPaidBy.Location = new System.Drawing.Point(106, 30);
     this.textPaidBy.Name = "textPaidBy";
     this.textPaidBy.ReadOnly = true;
     this.textPaidBy.Size = new System.Drawing.Size(242, 20);
     this.textPaidBy.TabIndex = 32;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(4, 32);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(100, 16);
     this.label11.TabIndex = 33;
     this.label11.Text = "Paid By";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location = new System.Drawing.Point(106, 8);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name = "comboClinic";
     this.comboClinic.Size = new System.Drawing.Size(198, 21);
     this.comboClinic.TabIndex = 92;
     this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted);
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(16, 12);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(86, 14);
     this.labelClinic.TabIndex = 91;
     this.labelClinic.Text = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(4, 54);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(100, 16);
     this.label12.TabIndex = 94;
     this.label12.Text = "Entry Date";
     this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelDepositAccount
     //
     this.labelDepositAccount.Location = new System.Drawing.Point(407, 138);
     this.labelDepositAccount.Name = "labelDepositAccount";
     this.labelDepositAccount.Size = new System.Drawing.Size(260, 17);
     this.labelDepositAccount.TabIndex = 114;
     this.labelDepositAccount.Text = "Pay into Account";
     this.labelDepositAccount.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // comboDepositAccount
     //
     this.comboDepositAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDepositAccount.FormattingEnabled = true;
     this.comboDepositAccount.Location = new System.Drawing.Point(407, 157);
     this.comboDepositAccount.Name = "comboDepositAccount";
     this.comboDepositAccount.Size = new System.Drawing.Size(260, 21);
     this.comboDepositAccount.TabIndex = 113;
     //
     // panelXcharge
     //
     this.panelXcharge.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelXcharge.BackgroundImage")));
     this.panelXcharge.Location = new System.Drawing.Point(694, 12);
     this.panelXcharge.Name = "panelXcharge";
     this.panelXcharge.Size = new System.Drawing.Size(59, 26);
     this.panelXcharge.TabIndex = 118;
     this.panelXcharge.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panelXcharge_MouseClick);
     //
     // contextMenuXcharge
     //
     this.contextMenuXcharge.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuXcharge});
     //
     // menuXcharge
     //
     this.menuXcharge.Index = 0;
     this.menuXcharge.Text = "Settings";
     this.menuXcharge.Click += new System.EventHandler(this.menuXcharge_Click);
     //
     // textDepositAccount
     //
     this.textDepositAccount.Location = new System.Drawing.Point(407, 181);
     this.textDepositAccount.Name = "textDepositAccount";
     this.textDepositAccount.ReadOnly = true;
     this.textDepositAccount.Size = new System.Drawing.Size(260, 20);
     this.textDepositAccount.TabIndex = 119;
     //
     // textFamStart
     //
     this.textFamStart.Location = new System.Drawing.Point(773, 438);
     this.textFamStart.Name = "textFamStart";
     this.textFamStart.ReadOnly = true;
     this.textFamStart.Size = new System.Drawing.Size(60, 20);
     this.textFamStart.TabIndex = 121;
     this.textFamStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(672, 441);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(100, 16);
     this.label10.TabIndex = 122;
     this.label10.Text = "Family Total";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textFamEnd
     //
     this.textFamEnd.Location = new System.Drawing.Point(893, 438);
     this.textFamEnd.Name = "textFamEnd";
     this.textFamEnd.ReadOnly = true;
     this.textFamEnd.Size = new System.Drawing.Size(60, 20);
     this.textFamEnd.TabIndex = 123;
     this.textFamEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textDeposit
     //
     this.textDeposit.Location = new System.Drawing.Point(694, 158);
     this.textDeposit.Name = "textDeposit";
     this.textDeposit.ReadOnly = true;
     this.textDeposit.Size = new System.Drawing.Size(100, 20);
     this.textDeposit.TabIndex = 125;
     //
     // labelDeposit
     //
     this.labelDeposit.ForeColor = System.Drawing.Color.Firebrick;
     this.labelDeposit.Location = new System.Drawing.Point(691, 139);
     this.labelDeposit.Name = "labelDeposit";
     this.labelDeposit.Size = new System.Drawing.Size(199, 16);
     this.labelDeposit.TabIndex = 126;
     this.labelDeposit.Text = "Attached to deposit";
     this.labelDeposit.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textFamAfterIns
     //
     this.textFamAfterIns.Location = new System.Drawing.Point(833, 438);
     this.textFamAfterIns.Name = "textFamAfterIns";
     this.textFamAfterIns.ReadOnly = true;
     this.textFamAfterIns.Size = new System.Drawing.Size(60, 20);
     this.textFamAfterIns.TabIndex = 127;
     this.textFamAfterIns.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // checkPayTypeNone
     //
     this.checkPayTypeNone.Location = new System.Drawing.Point(407, 21);
     this.checkPayTypeNone.Name = "checkPayTypeNone";
     this.checkPayTypeNone.Size = new System.Drawing.Size(204, 18);
     this.checkPayTypeNone.TabIndex = 128;
     this.checkPayTypeNone.Text = "None (Income Transfer)";
     this.checkPayTypeNone.UseVisualStyleBackColor = true;
     this.checkPayTypeNone.CheckedChanged += new System.EventHandler(this.checkPayTypeNone_CheckedChanged);
     this.checkPayTypeNone.Click += new System.EventHandler(this.checkPayTypeNone_Click);
     //
     // contextMenuPayConnect
     //
     this.contextMenuPayConnect.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuPayConnect});
     //
     // menuPayConnect
     //
     this.menuPayConnect.Index = 0;
     this.menuPayConnect.Text = "Settings";
     this.menuPayConnect.Click += new System.EventHandler(this.menuPayConnect_Click);
     //
     // butPayConnect
     //
     this.butPayConnect.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPayConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPayConnect.Autosize = false;
     this.butPayConnect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPayConnect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPayConnect.CornerRadius = 4F;
     this.butPayConnect.Location = new System.Drawing.Point(782, 13);
     this.butPayConnect.Name = "butPayConnect";
     this.butPayConnect.Size = new System.Drawing.Size(75, 24);
     this.butPayConnect.TabIndex = 129;
     this.butPayConnect.Text = "PayConnect";
     this.butPayConnect.Click += new System.EventHandler(this.butPayConnect_Click);
     //
     // butPay
     //
     this.butPay.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPay.Autosize = true;
     this.butPay.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPay.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPay.CornerRadius = 4F;
     this.butPay.Image = global::OpenDental.Properties.Resources.Left;
     this.butPay.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPay.Location = new System.Drawing.Point(588, 208);
     this.butPay.Name = "butPay";
     this.butPay.Size = new System.Drawing.Size(79, 24);
     this.butPay.TabIndex = 124;
     this.butPay.Text = "Pay";
     this.butPay.Click += new System.EventHandler(this.butPay_Click);
     //
     // gridBal
     //
     this.gridBal.HScrollVisible = false;
     this.gridBal.Location = new System.Drawing.Point(588, 234);
     this.gridBal.Name = "gridBal";
     this.gridBal.ScrollValue = 0;
     this.gridBal.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridBal.Size = new System.Drawing.Size(381, 198);
     this.gridBal.TabIndex = 120;
     this.gridBal.Title = "Family Balances";
     this.gridBal.TranslationName = "TablePaymentBal";
     this.gridBal.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridBal_CellDoubleClick);
     //
     // gridMain
     //
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(7, 234);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(575, 198);
     this.gridMain.TabIndex = 116;
     this.gridMain.Title = "Payment Splits (optional)";
     this.gridMain.TranslationName = "TablePaySplits";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(106, 50);
     this.textDateEntry.Name = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size = new System.Drawing.Size(100, 20);
     this.textDateEntry.TabIndex = 93;
     //
     // textNote
     //
     this.textNote.AcceptsReturn = true;
     this.textNote.Location = new System.Drawing.Point(106, 152);
     this.textNote.MaxLength = 255;
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Payment;
     this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size = new System.Drawing.Size(290, 80);
     this.textNote.TabIndex = 3;
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(106, 90);
     this.textAmount.Name = "textAmount";
     this.textAmount.Size = new System.Drawing.Size(84, 20);
     this.textAmount.TabIndex = 0;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(106, 70);
     this.textDate.Name = "textDate";
     this.textDate.Size = new System.Drawing.Size(100, 20);
     this.textDate.TabIndex = 4;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(887, 523);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex = 9;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(806, 523);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex = 8;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butDeleteAll
     //
     this.butDeleteAll.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDeleteAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDeleteAll.Autosize = true;
     this.butDeleteAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDeleteAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDeleteAll.CornerRadius = 4F;
     this.butDeleteAll.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDeleteAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDeleteAll.Location = new System.Drawing.Point(7, 523);
     this.butDeleteAll.Name = "butDeleteAll";
     this.butDeleteAll.Size = new System.Drawing.Size(84, 24);
     this.butDeleteAll.TabIndex = 7;
     this.butDeleteAll.Text = "&Delete";
     this.butDeleteAll.Click += new System.EventHandler(this.butDeleteAll_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius = 4F;
     this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(7, 435);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(92, 24);
     this.butAdd.TabIndex = 30;
     this.butAdd.Text = "&Add Split";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // comboCreditCards
     //
     this.comboCreditCards.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboCreditCards.Location = new System.Drawing.Point(694, 65);
     this.comboCreditCards.MaxDropDownItems = 30;
     this.comboCreditCards.Name = "comboCreditCards";
     this.comboCreditCards.Size = new System.Drawing.Size(198, 21);
     this.comboCreditCards.TabIndex = 130;
     //
     // labelCreditCards
     //
     this.labelCreditCards.Location = new System.Drawing.Point(694, 45);
     this.labelCreditCards.Name = "labelCreditCards";
     this.labelCreditCards.Size = new System.Drawing.Size(198, 17);
     this.labelCreditCards.TabIndex = 131;
     this.labelCreditCards.Text = "Credit Card";
     this.labelCreditCards.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkRecurring
     //
     this.checkRecurring.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkRecurring.Location = new System.Drawing.Point(694, 97);
     this.checkRecurring.Name = "checkRecurring";
     this.checkRecurring.Size = new System.Drawing.Size(196, 18);
     this.checkRecurring.TabIndex = 132;
     this.checkRecurring.Text = "Apply to Recurring Charge";
     //
     // FormPayment
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(974, 562);
     this.Controls.Add(this.checkRecurring);
     this.Controls.Add(this.labelCreditCards);
     this.Controls.Add(this.comboCreditCards);
     this.Controls.Add(this.butPayConnect);
     this.Controls.Add(this.checkPayTypeNone);
     this.Controls.Add(this.textFamAfterIns);
     this.Controls.Add(this.textDeposit);
     this.Controls.Add(this.labelDeposit);
     this.Controls.Add(this.butPay);
     this.Controls.Add(this.textFamEnd);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.textFamStart);
     this.Controls.Add(this.gridBal);
     this.Controls.Add(this.textDepositAccount);
     this.Controls.Add(this.panelXcharge);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.labelDepositAccount);
     this.Controls.Add(this.comboDepositAccount);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textPaidBy);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textTotal);
     this.Controls.Add(this.textBankBranch);
     this.Controls.Add(this.textCheckNum);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butDeleteAll);
     this.Controls.Add(this.checkPayPlan);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.listPayType);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butAdd);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormPayment";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Payment";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormPayment_Closing);
     this.Load += new System.EventHandler(this.FormPayment_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 11
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRxEdit));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textSig = new System.Windows.Forms.TextBox();
			this.textDisp = new System.Windows.Forms.TextBox();
			this.textRefills = new System.Windows.Forms.TextBox();
			this.textDrug = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.textDate = new OpenDental.ValidDate();
			this.butPrint = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.label8 = new System.Windows.Forms.Label();
			this.butPick = new OpenDental.UI.Button();
			this.textPharmacy = new System.Windows.Forms.TextBox();
			this.checkControlled = new System.Windows.Forms.CheckBox();
			this.butView = new OpenDental.UI.Button();
			this.labelView = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.comboSendStatus = new System.Windows.Forms.ComboBox();
			this.textDosageCode = new System.Windows.Forms.TextBox();
			this.labelDosageCode = new System.Windows.Forms.Label();
			this.comboProvNum = new System.Windows.Forms.ComboBox();
			this.butPickProv = new OpenDental.UI.Button();
			this.label7 = new System.Windows.Forms.Label();
			this.textNotes = new OpenDental.ODtextBox();
			this.labelCPOE = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(543, 443);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 24);
			this.butCancel.TabIndex = 9;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(543, 403);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 24);
			this.butOK.TabIndex = 8;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textSig
			// 
			this.textSig.AcceptsReturn = true;
			this.textSig.Location = new System.Drawing.Point(138, 105);
			this.textSig.Multiline = true;
			this.textSig.Name = "textSig";
			this.textSig.Size = new System.Drawing.Size(254, 44);
			this.textSig.TabIndex = 2;
			// 
			// textDisp
			// 
			this.textDisp.Location = new System.Drawing.Point(138, 154);
			this.textDisp.Name = "textDisp";
			this.textDisp.Size = new System.Drawing.Size(114, 20);
			this.textDisp.TabIndex = 3;
			// 
			// textRefills
			// 
			this.textRefills.Location = new System.Drawing.Point(138, 178);
			this.textRefills.Name = "textRefills";
			this.textRefills.Size = new System.Drawing.Size(114, 20);
			this.textRefills.TabIndex = 4;
			// 
			// textDrug
			// 
			this.textDrug.Location = new System.Drawing.Point(138, 80);
			this.textDrug.Name = "textDrug";
			this.textDrug.Size = new System.Drawing.Size(254, 20);
			this.textDrug.TabIndex = 1;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(49, 109);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(89, 14);
			this.label6.TabIndex = 17;
			this.label6.Text = "Sig";
			this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(39, 158);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(99, 14);
			this.label5.TabIndex = 16;
			this.label5.Text = "Disp";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(39, 182);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(99, 14);
			this.label4.TabIndex = 15;
			this.label4.Text = "Refills";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(31, 253);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(107, 36);
			this.label3.TabIndex = 14;
			this.label3.Text = "Notes (will not show on printout)";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(45, 82);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(93, 14);
			this.label1.TabIndex = 13;
			this.label1.Text = "Drug";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(34, 37);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(105, 14);
			this.label2.TabIndex = 25;
			this.label2.Text = "Date";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(138, 33);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(100, 20);
			this.textDate.TabIndex = 0;
			// 
			// butPrint
			// 
			this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butPrint.Autosize = true;
			this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPrint.CornerRadius = 4F;
			this.butPrint.Image = global::OpenDental.Properties.Resources.butPrint;
			this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butPrint.Location = new System.Drawing.Point(289, 443);
			this.butPrint.Name = "butPrint";
			this.butPrint.Size = new System.Drawing.Size(81, 24);
			this.butPrint.TabIndex = 29;
			this.butPrint.Text = "&Print";
			this.butPrint.Click += new System.EventHandler(this.butPrint_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(20, 443);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(88, 24);
			this.butDelete.TabIndex = 30;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(39, 370);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(99, 14);
			this.label8.TabIndex = 32;
			this.label8.Text = "Pharmacy";
			this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butPick
			// 
			this.butPick.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPick.Autosize = true;
			this.butPick.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPick.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPick.CornerRadius = 4F;
			this.butPick.Location = new System.Drawing.Point(338, 365);
			this.butPick.Name = "butPick";
			this.butPick.Size = new System.Drawing.Size(58, 23);
			this.butPick.TabIndex = 65;
			this.butPick.TabStop = false;
			this.butPick.Text = "Pick";
			this.butPick.Click += new System.EventHandler(this.butPick_Click);
			// 
			// textPharmacy
			// 
			this.textPharmacy.AcceptsReturn = true;
			this.textPharmacy.Location = new System.Drawing.Point(138, 367);
			this.textPharmacy.Name = "textPharmacy";
			this.textPharmacy.ReadOnly = true;
			this.textPharmacy.Size = new System.Drawing.Size(198, 20);
			this.textPharmacy.TabIndex = 64;
			// 
			// checkControlled
			// 
			this.checkControlled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkControlled.Location = new System.Drawing.Point(7, 57);
			this.checkControlled.Name = "checkControlled";
			this.checkControlled.Size = new System.Drawing.Size(145, 20);
			this.checkControlled.TabIndex = 66;
			this.checkControlled.Text = "Controlled Substance";
			this.checkControlled.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkControlled.UseVisualStyleBackColor = true;
			// 
			// butView
			// 
			this.butView.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butView.Autosize = true;
			this.butView.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butView.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butView.CornerRadius = 4F;
			this.butView.Image = global::OpenDental.Properties.Resources.printPreview20;
			this.butView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butView.Location = new System.Drawing.Point(376, 443);
			this.butView.Name = "butView";
			this.butView.Size = new System.Drawing.Size(81, 24);
			this.butView.TabIndex = 244;
			this.butView.Text = "View";
			this.butView.Click += new System.EventHandler(this.butView_Click);
			// 
			// labelView
			// 
			this.labelView.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
			this.labelView.Location = new System.Drawing.Point(417, 470);
			this.labelView.Name = "labelView";
			this.labelView.Size = new System.Drawing.Size(199, 14);
			this.labelView.TabIndex = 245;
			this.labelView.Text = "This Rx has already been printed.";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(39, 393);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(99, 14);
			this.label9.TabIndex = 250;
			this.label9.Text = "Send Status";
			this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboSendStatus
			// 
			this.comboSendStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboSendStatus.FormattingEnabled = true;
			this.comboSendStatus.Location = new System.Drawing.Point(138, 390);
			this.comboSendStatus.Name = "comboSendStatus";
			this.comboSendStatus.Size = new System.Drawing.Size(198, 21);
			this.comboSendStatus.TabIndex = 251;
			// 
			// textDosageCode
			// 
			this.textDosageCode.Location = new System.Drawing.Point(138, 227);
			this.textDosageCode.Name = "textDosageCode";
			this.textDosageCode.Size = new System.Drawing.Size(114, 20);
			this.textDosageCode.TabIndex = 256;
			// 
			// labelDosageCode
			// 
			this.labelDosageCode.Location = new System.Drawing.Point(44, 231);
			this.labelDosageCode.Name = "labelDosageCode";
			this.labelDosageCode.Size = new System.Drawing.Size(94, 14);
			this.labelDosageCode.TabIndex = 257;
			this.labelDosageCode.Text = "Dosage Code";
			this.labelDosageCode.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboProvNum
			// 
			this.comboProvNum.Location = new System.Drawing.Point(138, 202);
			this.comboProvNum.MaxDropDownItems = 30;
			this.comboProvNum.Name = "comboProvNum";
			this.comboProvNum.Size = new System.Drawing.Size(254, 21);
			this.comboProvNum.TabIndex = 259;
			this.comboProvNum.SelectionChangeCommitted += new System.EventHandler(this.comboProvNum_SelectionChangeCommitted);
			// 
			// butPickProv
			// 
			this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPickProv.Autosize = false;
			this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPickProv.CornerRadius = 2F;
			this.butPickProv.Location = new System.Drawing.Point(394, 202);
			this.butPickProv.Name = "butPickProv";
			this.butPickProv.Size = new System.Drawing.Size(18, 21);
			this.butPickProv.TabIndex = 260;
			this.butPickProv.Text = "...";
			this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click);
			// 
			// label7
			// 
			this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label7.Location = new System.Drawing.Point(37, 206);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(100, 14);
			this.label7.TabIndex = 258;
			this.label7.Text = "Provider";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textNotes
			// 
			this.textNotes.AcceptsTab = true;
			this.textNotes.DetectUrls = false;
			this.textNotes.Location = new System.Drawing.Point(138, 252);
			this.textNotes.Name = "textNotes";
			this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.Rx;
			this.textNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textNotes.Size = new System.Drawing.Size(373, 111);
			this.textNotes.TabIndex = 31;
			this.textNotes.Text = "";
			// 
			// labelCPOE
			// 
			this.labelCPOE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelCPOE.Location = new System.Drawing.Point(61, 9);
			this.labelCPOE.Name = "labelCPOE";
			this.labelCPOE.Size = new System.Drawing.Size(249, 14);
			this.labelCPOE.TabIndex = 261;
			this.labelCPOE.Text = "Computerized Provider Order Entry";
			this.labelCPOE.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.labelCPOE.Visible = false;
			// 
			// FormRxEdit
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(635, 491);
			this.Controls.Add(this.labelCPOE);
			this.Controls.Add(this.comboProvNum);
			this.Controls.Add(this.butPickProv);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.textDosageCode);
			this.Controls.Add(this.labelDosageCode);
			this.Controls.Add(this.comboSendStatus);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.labelView);
			this.Controls.Add(this.butView);
			this.Controls.Add(this.checkControlled);
			this.Controls.Add(this.butPick);
			this.Controls.Add(this.textPharmacy);
			this.Controls.Add(this.label8);
			this.Controls.Add(this.textNotes);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butPrint);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.textSig);
			this.Controls.Add(this.textDisp);
			this.Controls.Add(this.textRefills);
			this.Controls.Add(this.textDrug);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormRxEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Rx";
			this.Load += new System.EventHandler(this.FormRxEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 12
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent(){
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContrChart));
			SparksToothChart.ToothChartData toothChartData1 = new SparksToothChart.ToothChartData();
			this.textSurf = new System.Windows.Forms.TextBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.radioEntryCn = new System.Windows.Forms.RadioButton();
			this.radioEntryR = new System.Windows.Forms.RadioButton();
			this.radioEntryC = new System.Windows.Forms.RadioButton();
			this.radioEntryEO = new System.Windows.Forms.RadioButton();
			this.radioEntryEC = new System.Windows.Forms.RadioButton();
			this.radioEntryTP = new System.Windows.Forms.RadioButton();
			this.listDx = new System.Windows.Forms.ListBox();
			this.labelDx = new System.Windows.Forms.Label();
			this.checkDone = new System.Windows.Forms.CheckBox();
			this.listViewButtons = new System.Windows.Forms.ListView();
			this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.imageListProcButtons = new System.Windows.Forms.ImageList(this.components);
			this.listButtonCats = new System.Windows.Forms.ListBox();
			this.comboPriority = new System.Windows.Forms.ComboBox();
			this.checkToday = new System.Windows.Forms.CheckBox();
			this.label6 = new System.Windows.Forms.Label();
			this.textProcCode = new System.Windows.Forms.TextBox();
			this.label14 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.checkAudit = new System.Windows.Forms.CheckBox();
			this.checkComm = new System.Windows.Forms.CheckBox();
			this.checkShowTeeth = new System.Windows.Forms.CheckBox();
			this.checkNotes = new System.Windows.Forms.CheckBox();
			this.checkRx = new System.Windows.Forms.CheckBox();
			this.checkShowR = new System.Windows.Forms.CheckBox();
			this.checkShowE = new System.Windows.Forms.CheckBox();
			this.checkShowC = new System.Windows.Forms.CheckBox();
			this.checkShowTP = new System.Windows.Forms.CheckBox();
			this.imageListMain = new System.Windows.Forms.ImageList(this.components);
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.menuProgRight = new System.Windows.Forms.ContextMenu();
			this.menuItemDelete = new System.Windows.Forms.MenuItem();
			this.menuItemSetComplete = new System.Windows.Forms.MenuItem();
			this.menuItemEditSelected = new System.Windows.Forms.MenuItem();
			this.menuItemGroupSelected = new System.Windows.Forms.MenuItem();
			this.menuItemPrintProg = new System.Windows.Forms.MenuItem();
			this.menuItemPrintDay = new System.Windows.Forms.MenuItem();
			this.menuItemLabFeeDetach = new System.Windows.Forms.MenuItem();
			this.menuItemLabFee = new System.Windows.Forms.MenuItem();
			this.tabControlImages = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.tabPage4 = new System.Windows.Forms.TabPage();
			this.panelImages = new System.Windows.Forms.Panel();
			this.listViewImages = new System.Windows.Forms.ListView();
			this.imageListThumbnails = new System.Windows.Forms.ImageList(this.components);
			this.pd2 = new System.Drawing.Printing.PrintDocument();
			this.tabProc = new System.Windows.Forms.TabControl();
			this.tabEnterTx = new System.Windows.Forms.TabPage();
			this.comboPrognosis = new System.Windows.Forms.ComboBox();
			this.labelPrognosis = new System.Windows.Forms.Label();
			this.panelQuickButtons = new System.Windows.Forms.Panel();
			this.panelQuickPasteAmalgam = new System.Windows.Forms.Panel();
			this.buttonAMODB = new OpenDental.UI.Button();
			this.buttonAMODL = new OpenDental.UI.Button();
			this.buttonAOB = new OpenDental.UI.Button();
			this.buttonAOL = new OpenDental.UI.Button();
			this.buttonAO = new OpenDental.UI.Button();
			this.buttonAMO = new OpenDental.UI.Button();
			this.buttonAMOD = new OpenDental.UI.Button();
			this.buttonADO = new OpenDental.UI.Button();
			this.label24 = new System.Windows.Forms.Label();
			this.buttonCMODB = new OpenDental.UI.Button();
			this.buttonCMODL = new OpenDental.UI.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.butCMDL = new OpenDental.UI.Button();
			this.butML = new OpenDental.UI.Button();
			this.butDL = new OpenDental.UI.Button();
			this.butCOB = new OpenDental.UI.Button();
			this.butCOL = new OpenDental.UI.Button();
			this.buttonCSeal = new OpenDental.UI.Button();
			this.buttonCMO = new OpenDental.UI.Button();
			this.buttonCMOD = new OpenDental.UI.Button();
			this.buttonCO = new OpenDental.UI.Button();
			this.label23 = new System.Windows.Forms.Label();
			this.buttonCDO = new OpenDental.UI.Button();
			this.butD = new OpenDental.UI.Button();
			this.textDate = new OpenDental.ValidDate();
			this.butBF = new OpenDental.UI.Button();
			this.butL = new OpenDental.UI.Button();
			this.butM = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.butAddProc = new OpenDental.UI.Button();
			this.butV = new OpenDental.UI.Button();
			this.butOI = new OpenDental.UI.Button();
			this.tabMissing = new System.Windows.Forms.TabPage();
			this.butUnhide = new OpenDental.UI.Button();
			this.label5 = new System.Windows.Forms.Label();
			this.listHidden = new System.Windows.Forms.ListBox();
			this.butEdentulous = new OpenDental.UI.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.label7 = new System.Windows.Forms.Label();
			this.butNotMissing = new OpenDental.UI.Button();
			this.butMissing = new OpenDental.UI.Button();
			this.butHidden = new OpenDental.UI.Button();
			this.tabMovements = new System.Windows.Forms.TabPage();
			this.label16 = new System.Windows.Forms.Label();
			this.butApplyMovements = new OpenDental.UI.Button();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.butTipBplus = new OpenDental.UI.Button();
			this.butTipBminus = new OpenDental.UI.Button();
			this.butTipMplus = new OpenDental.UI.Button();
			this.butTipMminus = new OpenDental.UI.Button();
			this.butRotatePlus = new OpenDental.UI.Button();
			this.butRotateMinus = new OpenDental.UI.Button();
			this.textTipB = new OpenDental.ValidDouble();
			this.label11 = new System.Windows.Forms.Label();
			this.textTipM = new OpenDental.ValidDouble();
			this.label12 = new System.Windows.Forms.Label();
			this.textRotate = new OpenDental.ValidDouble();
			this.label15 = new System.Windows.Forms.Label();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.butShiftBplus = new OpenDental.UI.Button();
			this.butShiftBminus = new OpenDental.UI.Button();
			this.butShiftOplus = new OpenDental.UI.Button();
			this.butShiftOminus = new OpenDental.UI.Button();
			this.butShiftMplus = new OpenDental.UI.Button();
			this.butShiftMminus = new OpenDental.UI.Button();
			this.textShiftB = new OpenDental.ValidDouble();
			this.label10 = new System.Windows.Forms.Label();
			this.textShiftO = new OpenDental.ValidDouble();
			this.label9 = new System.Windows.Forms.Label();
			this.textShiftM = new OpenDental.ValidDouble();
			this.label8 = new System.Windows.Forms.Label();
			this.tabPrimary = new System.Windows.Forms.TabPage();
			this.groupBox5 = new System.Windows.Forms.GroupBox();
			this.butPerm = new OpenDental.UI.Button();
			this.butPrimary = new OpenDental.UI.Button();
			this.butMixed = new OpenDental.UI.Button();
			this.butAllPrimary = new OpenDental.UI.Button();
			this.butAllPerm = new OpenDental.UI.Button();
			this.tabPlanned = new System.Windows.Forms.TabPage();
			this.butDown = new OpenDental.UI.Button();
			this.butUp = new OpenDental.UI.Button();
			this.butPin = new OpenDental.UI.Button();
			this.butClear = new OpenDental.UI.Button();
			this.butNew = new OpenDental.UI.Button();
			this.gridPlanned = new OpenDental.UI.ODGrid();
			this.tabShow = new System.Windows.Forms.TabPage();
			this.butShowDateRange = new OpenDental.UI.Button();
			this.textShowDateRange = new System.Windows.Forms.TextBox();
			this.listProcStatusCodes = new System.Windows.Forms.ListBox();
			this.gridChartViews = new OpenDental.UI.ODGrid();
			this.labelCustView = new System.Windows.Forms.Label();
			this.butChartViewDown = new OpenDental.UI.Button();
			this.butChartViewUp = new OpenDental.UI.Button();
			this.butChartViewAdd = new OpenDental.UI.Button();
			this.groupBox7 = new System.Windows.Forms.GroupBox();
			this.checkSheets = new System.Windows.Forms.CheckBox();
			this.checkTasks = new System.Windows.Forms.CheckBox();
			this.checkEmail = new System.Windows.Forms.CheckBox();
			this.checkCommFamily = new System.Windows.Forms.CheckBox();
			this.checkAppt = new System.Windows.Forms.CheckBox();
			this.checkLabCase = new System.Windows.Forms.CheckBox();
			this.groupBox6 = new System.Windows.Forms.GroupBox();
			this.checkShowCn = new System.Windows.Forms.CheckBox();
			this.butShowAll = new OpenDental.UI.Button();
			this.butShowNone = new OpenDental.UI.Button();
			this.tabDraw = new System.Windows.Forms.TabPage();
			this.radioColorChanger = new System.Windows.Forms.RadioButton();
			this.groupBox8 = new System.Windows.Forms.GroupBox();
			this.panelBlack = new System.Windows.Forms.Panel();
			this.label22 = new System.Windows.Forms.Label();
			this.butColorOther = new OpenDental.UI.Button();
			this.panelRdark = new System.Windows.Forms.Panel();
			this.label21 = new System.Windows.Forms.Label();
			this.panelRlight = new System.Windows.Forms.Panel();
			this.panelEOdark = new System.Windows.Forms.Panel();
			this.label20 = new System.Windows.Forms.Label();
			this.panelEOlight = new System.Windows.Forms.Panel();
			this.panelECdark = new System.Windows.Forms.Panel();
			this.label19 = new System.Windows.Forms.Label();
			this.panelEClight = new System.Windows.Forms.Panel();
			this.panelCdark = new System.Windows.Forms.Panel();
			this.label17 = new System.Windows.Forms.Label();
			this.panelClight = new System.Windows.Forms.Panel();
			this.panelTPdark = new System.Windows.Forms.Panel();
			this.label18 = new System.Windows.Forms.Label();
			this.panelTPlight = new System.Windows.Forms.Panel();
			this.panelDrawColor = new System.Windows.Forms.Panel();
			this.radioEraser = new System.Windows.Forms.RadioButton();
			this.radioPen = new System.Windows.Forms.RadioButton();
			this.radioPointer = new System.Windows.Forms.RadioButton();
			this.tabPatInfo = new System.Windows.Forms.TabPage();
			this.tabCustomer = new System.Windows.Forms.TabPage();
			this.labelMonth0 = new System.Windows.Forms.Label();
			this.textMonth0 = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.labelCommonProc = new System.Windows.Forms.Label();
			this.labelTimes = new System.Windows.Forms.Label();
			this.labelMonth1 = new System.Windows.Forms.Label();
			this.labelMonth2 = new System.Windows.Forms.Label();
			this.labelMonth3 = new System.Windows.Forms.Label();
			this.labelMonthAvg = new System.Windows.Forms.Label();
			this.textMonthAvg = new System.Windows.Forms.TextBox();
			this.textMonth3 = new System.Windows.Forms.TextBox();
			this.textMonth2 = new System.Windows.Forms.TextBox();
			this.textMonth1 = new System.Windows.Forms.TextBox();
			this.listCommonProcs = new System.Windows.Forms.ListBox();
			this.gridCustomerViews = new OpenDental.UI.ODGrid();
			this.menuConsent = new System.Windows.Forms.ContextMenu();
			this.panelEcw = new System.Windows.Forms.Panel();
			this.labelECWerror = new System.Windows.Forms.Label();
			this.webBrowserEcw = new System.Windows.Forms.WebBrowser();
			this.butECWdown = new OpenDental.UI.Button();
			this.butECWup = new OpenDental.UI.Button();
			this.menuToothChart = new System.Windows.Forms.ContextMenu();
			this.menuItemChartBig = new System.Windows.Forms.MenuItem();
			this.menuItemChartSave = new System.Windows.Forms.MenuItem();
			this.toothChart = new SparksToothChart.ToothChartWrapper();
			this.gridProg = new OpenDental.UI.ODGrid();
			this.gridPtInfo = new OpenDental.UI.ODGrid();
			this.butForeignKey = new OpenDental.UI.Button();
			this.butAddKey = new OpenDental.UI.Button();
			this.ToolBarMain = new OpenDental.UI.ODToolBar();
			this.button1 = new OpenDental.UI.Button();
			this.textTreatmentNotes = new OpenDental.ODtextBox();
			this.butPhoneNums = new OpenDental.UI.Button();
			this.groupBox2.SuspendLayout();
			this.tabControlImages.SuspendLayout();
			this.panelImages.SuspendLayout();
			this.tabProc.SuspendLayout();
			this.tabEnterTx.SuspendLayout();
			this.panelQuickButtons.SuspendLayout();
			this.panelQuickPasteAmalgam.SuspendLayout();
			this.tabMissing.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.tabMovements.SuspendLayout();
			this.groupBox4.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.tabPrimary.SuspendLayout();
			this.groupBox5.SuspendLayout();
			this.tabPlanned.SuspendLayout();
			this.tabShow.SuspendLayout();
			this.groupBox7.SuspendLayout();
			this.groupBox6.SuspendLayout();
			this.tabDraw.SuspendLayout();
			this.groupBox8.SuspendLayout();
			this.tabCustomer.SuspendLayout();
			this.panelEcw.SuspendLayout();
			this.SuspendLayout();
			// 
			// textSurf
			// 
			this.textSurf.BackColor = System.Drawing.SystemColors.Window;
			this.textSurf.Location = new System.Drawing.Point(8,2);
			this.textSurf.Name = "textSurf";
			this.textSurf.ReadOnly = true;
			this.textSurf.Size = new System.Drawing.Size(72,20);
			this.textSurf.TabIndex = 25;
			// 
			// groupBox2
			// 
			this.groupBox2.BackColor = System.Drawing.SystemColors.Window;
			this.groupBox2.Controls.Add(this.radioEntryCn);
			this.groupBox2.Controls.Add(this.radioEntryR);
			this.groupBox2.Controls.Add(this.radioEntryC);
			this.groupBox2.Controls.Add(this.radioEntryEO);
			this.groupBox2.Controls.Add(this.radioEntryEC);
			this.groupBox2.Controls.Add(this.radioEntryTP);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(1,85);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(88,110);
			this.groupBox2.TabIndex = 35;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Entry Status";
			// 
			// radioEntryCn
			// 
			this.radioEntryCn.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioEntryCn.Location = new System.Drawing.Point(2,91);
			this.radioEntryCn.Name = "radioEntryCn";
			this.radioEntryCn.Size = new System.Drawing.Size(75,16);
			this.radioEntryCn.TabIndex = 5;
			this.radioEntryCn.Text = "Condition";
			this.radioEntryCn.CheckedChanged += new System.EventHandler(this.radioEntryCn_CheckedChanged);
			// 
			// radioEntryR
			// 
			this.radioEntryR.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioEntryR.Location = new System.Drawing.Point(2,76);
			this.radioEntryR.Name = "radioEntryR";
			this.radioEntryR.Size = new System.Drawing.Size(75,16);
			this.radioEntryR.TabIndex = 4;
			this.radioEntryR.Text = "Referred";
			this.radioEntryR.CheckedChanged += new System.EventHandler(this.radioEntryR_CheckedChanged);
			// 
			// radioEntryC
			// 
			this.radioEntryC.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioEntryC.Location = new System.Drawing.Point(2,31);
			this.radioEntryC.Name = "radioEntryC";
			this.radioEntryC.Size = new System.Drawing.Size(74,16);
			this.radioEntryC.TabIndex = 3;
			this.radioEntryC.Text = "Complete";
			this.radioEntryC.CheckedChanged += new System.EventHandler(this.radioEntryC_CheckedChanged);
			// 
			// radioEntryEO
			// 
			this.radioEntryEO.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioEntryEO.Location = new System.Drawing.Point(2,61);
			this.radioEntryEO.Name = "radioEntryEO";
			this.radioEntryEO.Size = new System.Drawing.Size(72,16);
			this.radioEntryEO.TabIndex = 2;
			this.radioEntryEO.Text = "ExistOther";
			this.radioEntryEO.CheckedChanged += new System.EventHandler(this.radioEntryEO_CheckedChanged);
			// 
			// radioEntryEC
			// 
			this.radioEntryEC.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioEntryEC.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.radioEntryEC.Location = new System.Drawing.Point(2,46);
			this.radioEntryEC.Name = "radioEntryEC";
			this.radioEntryEC.Size = new System.Drawing.Size(84,16);
			this.radioEntryEC.TabIndex = 1;
			this.radioEntryEC.Text = "ExistCurProv";
			this.radioEntryEC.CheckedChanged += new System.EventHandler(this.radioEntryEC_CheckedChanged);
			// 
			// radioEntryTP
			// 
			this.radioEntryTP.Checked = true;
			this.radioEntryTP.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioEntryTP.Location = new System.Drawing.Point(2,16);
			this.radioEntryTP.Name = "radioEntryTP";
			this.radioEntryTP.Size = new System.Drawing.Size(77,16);
			this.radioEntryTP.TabIndex = 0;
			this.radioEntryTP.TabStop = true;
			this.radioEntryTP.Text = "TreatPlan";
			this.radioEntryTP.CheckedChanged += new System.EventHandler(this.radioEntryTP_CheckedChanged);
			// 
			// listDx
			// 
			this.listDx.Location = new System.Drawing.Point(91,16);
			this.listDx.Name = "listDx";
			this.listDx.Size = new System.Drawing.Size(94,134);
			this.listDx.TabIndex = 46;
			this.listDx.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listDx_MouseDown);
			// 
			// labelDx
			// 
			this.labelDx.Location = new System.Drawing.Point(89,-2);
			this.labelDx.Name = "labelDx";
			this.labelDx.Size = new System.Drawing.Size(100,18);
			this.labelDx.TabIndex = 47;
			this.labelDx.Text = "Diagnosis";
			this.labelDx.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// checkDone
			// 
			this.checkDone.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkDone.Location = new System.Drawing.Point(413,5);
			this.checkDone.Name = "checkDone";
			this.checkDone.Size = new System.Drawing.Size(67,16);
			this.checkDone.TabIndex = 0;
			this.checkDone.Text = "Done";
			this.checkDone.Click += new System.EventHandler(this.checkDone_Click);
			// 
			// listViewButtons
			// 
			this.listViewButtons.Activation = System.Windows.Forms.ItemActivation.OneClick;
			this.listViewButtons.AutoArrange = false;
			this.listViewButtons.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1});
			this.listViewButtons.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.listViewButtons.Location = new System.Drawing.Point(311,40);
			this.listViewButtons.MultiSelect = false;
			this.listViewButtons.Name = "listViewButtons";
			this.listViewButtons.Size = new System.Drawing.Size(178,192);
			this.listViewButtons.SmallImageList = this.imageListProcButtons;
			this.listViewButtons.TabIndex = 188;
			this.listViewButtons.UseCompatibleStateImageBehavior = false;
			this.listViewButtons.View = System.Windows.Forms.View.Details;
			this.listViewButtons.Click += new System.EventHandler(this.listViewButtons_Click);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Width = 155;
			// 
			// imageListProcButtons
			// 
			this.imageListProcButtons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListProcButtons.ImageStream")));
			this.imageListProcButtons.TransparentColor = System.Drawing.Color.Transparent;
			this.imageListProcButtons.Images.SetKeyName(0,"deposit.gif");
			// 
			// listButtonCats
			// 
			this.listButtonCats.IntegralHeight = false;
			this.listButtonCats.Location = new System.Drawing.Point(187,40);
			this.listButtonCats.MultiColumn = true;
			this.listButtonCats.Name = "listButtonCats";
			this.listButtonCats.Size = new System.Drawing.Size(122,192);
			this.listButtonCats.TabIndex = 59;
			this.listButtonCats.Click += new System.EventHandler(this.listButtonCats_Click);
			// 
			// comboPriority
			// 
			this.comboPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPriority.Location = new System.Drawing.Point(91,211);
			this.comboPriority.MaxDropDownItems = 40;
			this.comboPriority.Name = "comboPriority";
			this.comboPriority.Size = new System.Drawing.Size(96,21);
			this.comboPriority.TabIndex = 54;
			// 
			// checkToday
			// 
			this.checkToday.Checked = true;
			this.checkToday.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkToday.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkToday.Location = new System.Drawing.Point(1,194);
			this.checkToday.Name = "checkToday";
			this.checkToday.Size = new System.Drawing.Size(80,18);
			this.checkToday.TabIndex = 58;
			this.checkToday.Text = "Today";
			this.checkToday.CheckedChanged += new System.EventHandler(this.checkToday_CheckedChanged);
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(89,192);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(79,17);
			this.label6.TabIndex = 57;
			this.label6.Text = "Priority";
			this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textProcCode
			// 
			this.textProcCode.Location = new System.Drawing.Point(330,3);
			this.textProcCode.Name = "textProcCode";
			this.textProcCode.Size = new System.Drawing.Size(108,20);
			this.textProcCode.TabIndex = 50;
			this.textProcCode.Text = "Type Proc Code";
			this.textProcCode.TextChanged += new System.EventHandler(this.textProcCode_TextChanged);
			this.textProcCode.Enter += new System.EventHandler(this.textProcCode_Enter);
			this.textProcCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textProcCode_KeyDown);
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(282,5);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(45,17);
			this.label14.TabIndex = 51;
			this.label14.Text = "Or";
			this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(308,21);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(128,18);
			this.label13.TabIndex = 49;
			this.label13.Text = "Or Single Click:";
			this.label13.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// checkAudit
			// 
			this.checkAudit.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAudit.Location = new System.Drawing.Point(154,170);
			this.checkAudit.Name = "checkAudit";
			this.checkAudit.Size = new System.Drawing.Size(73,13);
			this.checkAudit.TabIndex = 17;
			this.checkAudit.Text = "Audit";
			this.checkAudit.Click += new System.EventHandler(this.checkAudit_Click);
			// 
			// checkComm
			// 
			this.checkComm.Checked = true;
			this.checkComm.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkComm.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkComm.Location = new System.Drawing.Point(10,33);
			this.checkComm.Name = "checkComm";
			this.checkComm.Size = new System.Drawing.Size(102,13);
			this.checkComm.TabIndex = 16;
			this.checkComm.Text = "Comm Log";
			this.checkComm.Click += new System.EventHandler(this.checkComm_Click);
			// 
			// checkShowTeeth
			// 
			this.checkShowTeeth.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkShowTeeth.Location = new System.Drawing.Point(154,154);
			this.checkShowTeeth.Name = "checkShowTeeth";
			this.checkShowTeeth.Size = new System.Drawing.Size(104,13);
			this.checkShowTeeth.TabIndex = 15;
			this.checkShowTeeth.Text = "Selected Teeth";
			this.checkShowTeeth.Click += new System.EventHandler(this.checkShowTeeth_Click);
			// 
			// checkNotes
			// 
			this.checkNotes.AllowDrop = true;
			this.checkNotes.Checked = true;
			this.checkNotes.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkNotes.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkNotes.Location = new System.Drawing.Point(15,105);
			this.checkNotes.Name = "checkNotes";
			this.checkNotes.Size = new System.Drawing.Size(102,13);
			this.checkNotes.TabIndex = 11;
			this.checkNotes.Text = "Proc Notes";
			this.checkNotes.Click += new System.EventHandler(this.checkNotes_Click);
			// 
			// checkRx
			// 
			this.checkRx.Checked = true;
			this.checkRx.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkRx.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkRx.Location = new System.Drawing.Point(10,114);
			this.checkRx.Name = "checkRx";
			this.checkRx.Size = new System.Drawing.Size(102,13);
			this.checkRx.TabIndex = 8;
			this.checkRx.Text = "Rx";
			this.checkRx.Click += new System.EventHandler(this.checkRx_Click);
			// 
			// checkShowR
			// 
			this.checkShowR.Checked = true;
			this.checkShowR.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkShowR.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkShowR.Location = new System.Drawing.Point(9,65);
			this.checkShowR.Name = "checkShowR";
			this.checkShowR.Size = new System.Drawing.Size(101,13);
			this.checkShowR.TabIndex = 14;
			this.checkShowR.Text = "Referred";
			this.checkShowR.Click += new System.EventHandler(this.checkShowR_Click);
			// 
			// checkShowE
			// 
			this.checkShowE.Checked = true;
			this.checkShowE.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkShowE.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkShowE.Location = new System.Drawing.Point(9,49);
			this.checkShowE.Name = "checkShowE";
			this.checkShowE.Size = new System.Drawing.Size(101,13);
			this.checkShowE.TabIndex = 10;
			this.checkShowE.Text = "Existing";
			this.checkShowE.Click += new System.EventHandler(this.checkShowE_Click);
			// 
			// checkShowC
			// 
			this.checkShowC.Checked = true;
			this.checkShowC.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkShowC.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkShowC.Location = new System.Drawing.Point(9,33);
			this.checkShowC.Name = "checkShowC";
			this.checkShowC.Size = new System.Drawing.Size(101,13);
			this.checkShowC.TabIndex = 9;
			this.checkShowC.Text = "Completed";
			this.checkShowC.Click += new System.EventHandler(this.checkShowC_Click);
			// 
			// checkShowTP
			// 
			this.checkShowTP.Checked = true;
			this.checkShowTP.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkShowTP.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkShowTP.Location = new System.Drawing.Point(9,17);
			this.checkShowTP.Name = "checkShowTP";
			this.checkShowTP.Size = new System.Drawing.Size(101,13);
			this.checkShowTP.TabIndex = 8;
			this.checkShowTP.Text = "Treat Plan";
			this.checkShowTP.Click += new System.EventHandler(this.checkShowTP_Click);
			// 
			// imageListMain
			// 
			this.imageListMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMain.ImageStream")));
			this.imageListMain.TransparentColor = System.Drawing.Color.Transparent;
			this.imageListMain.Images.SetKeyName(0,"Pat.gif");
			this.imageListMain.Images.SetKeyName(1,"Rx.gif");
			this.imageListMain.Images.SetKeyName(2,"Probe.gif");
			this.imageListMain.Images.SetKeyName(3,"Anesth.gif");
			this.imageListMain.Images.SetKeyName(4,"commlog.gif");
			// 
			// menuProgRight
			// 
			this.menuProgRight.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemDelete,
            this.menuItemSetComplete,
            this.menuItemEditSelected,
            this.menuItemGroupSelected,
            this.menuItemPrintProg,
            this.menuItemPrintDay,
            this.menuItemLabFeeDetach,
            this.menuItemLabFee});
			// 
			// menuItemDelete
			// 
			this.menuItemDelete.Index = 0;
			this.menuItemDelete.Text = "Delete";
			this.menuItemDelete.Click += new System.EventHandler(this.menuItemDelete_Click);
			// 
			// menuItemSetComplete
			// 
			this.menuItemSetComplete.Index = 1;
			this.menuItemSetComplete.Text = "Set Complete";
			this.menuItemSetComplete.Click += new System.EventHandler(this.menuItemSetComplete_Click);
			// 
			// menuItemEditSelected
			// 
			this.menuItemEditSelected.Index = 2;
			this.menuItemEditSelected.Text = "Edit All";
			this.menuItemEditSelected.Click += new System.EventHandler(this.menuItemEditSelected_Click);
			// 
			// menuItemGroupSelected
			// 
			this.menuItemGroupSelected.Index = 3;
			this.menuItemGroupSelected.Text = "Group Note";
			this.menuItemGroupSelected.Click += new System.EventHandler(this.menuItemGroupSelected_Click);
			// 
			// menuItemPrintProg
			// 
			this.menuItemPrintProg.Index = 4;
			this.menuItemPrintProg.Text = "Print Progress Notes ...";
			this.menuItemPrintProg.Click += new System.EventHandler(this.menuItemPrintProg_Click);
			// 
			// menuItemPrintDay
			// 
			this.menuItemPrintDay.Index = 5;
			this.menuItemPrintDay.Text = "Print Day for Hospital";
			this.menuItemPrintDay.Click += new System.EventHandler(this.menuItemPrintDay_Click);
			// 
			// menuItemLabFeeDetach
			// 
			this.menuItemLabFeeDetach.Index = 6;
			this.menuItemLabFeeDetach.Text = "Detach Lab Fee";
			this.menuItemLabFeeDetach.Click += new System.EventHandler(this.menuItemLabFeeDetach_Click);
			// 
			// menuItemLabFee
			// 
			this.menuItemLabFee.Index = 7;
			this.menuItemLabFee.Text = "Attach Lab Fee";
			this.menuItemLabFee.Click += new System.EventHandler(this.menuItemLabFee_Click);
			// 
			// tabControlImages
			// 
			this.tabControlImages.Alignment = System.Windows.Forms.TabAlignment.Bottom;
			this.tabControlImages.Controls.Add(this.tabPage1);
			this.tabControlImages.Controls.Add(this.tabPage2);
			this.tabControlImages.Controls.Add(this.tabPage4);
			this.tabControlImages.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.tabControlImages.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
			this.tabControlImages.ItemSize = new System.Drawing.Size(42,22);
			this.tabControlImages.Location = new System.Drawing.Point(0,681);
			this.tabControlImages.Name = "tabControlImages";
			this.tabControlImages.SelectedIndex = 0;
			this.tabControlImages.Size = new System.Drawing.Size(939,27);
			this.tabControlImages.TabIndex = 185;
			this.tabControlImages.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tabControlImages_MouseDown);
			// 
			// tabPage1
			// 
			this.tabPage1.Location = new System.Drawing.Point(4,4);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Size = new System.Drawing.Size(931,0);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "BW\'s";
			// 
			// tabPage2
			// 
			this.tabPage2.Location = new System.Drawing.Point(4,4);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Size = new System.Drawing.Size(931,0);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "Pano";
			// 
			// tabPage4
			// 
			this.tabPage4.Location = new System.Drawing.Point(4,4);
			this.tabPage4.Name = "tabPage4";
			this.tabPage4.Size = new System.Drawing.Size(931,0);
			this.tabPage4.TabIndex = 3;
			this.tabPage4.Text = "tabPage4";
			// 
			// panelImages
			// 
			this.panelImages.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panelImages.Controls.Add(this.listViewImages);
			this.panelImages.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panelImages.ForeColor = System.Drawing.SystemColors.ControlText;
			this.panelImages.Location = new System.Drawing.Point(0,592);
			this.panelImages.Name = "panelImages";
			this.panelImages.Padding = new System.Windows.Forms.Padding(0,4,0,0);
			this.panelImages.Size = new System.Drawing.Size(939,89);
			this.panelImages.TabIndex = 186;
			this.panelImages.Visible = false;
			this.panelImages.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelImages_MouseDown);
			this.panelImages.MouseLeave += new System.EventHandler(this.panelImages_MouseLeave);
			this.panelImages.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelImages_MouseMove);
			this.panelImages.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelImages_MouseUp);
			// 
			// listViewImages
			// 
			this.listViewImages.Activation = System.Windows.Forms.ItemActivation.TwoClick;
			this.listViewImages.Dock = System.Windows.Forms.DockStyle.Fill;
			this.listViewImages.HideSelection = false;
			this.listViewImages.LabelWrap = false;
			this.listViewImages.LargeImageList = this.imageListThumbnails;
			this.listViewImages.Location = new System.Drawing.Point(0,4);
			this.listViewImages.MultiSelect = false;
			this.listViewImages.Name = "listViewImages";
			this.listViewImages.Size = new System.Drawing.Size(937,83);
			this.listViewImages.TabIndex = 0;
			this.listViewImages.UseCompatibleStateImageBehavior = false;
			this.listViewImages.DoubleClick += new System.EventHandler(this.listViewImages_DoubleClick);
			// 
			// imageListThumbnails
			// 
			this.imageListThumbnails.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
			this.imageListThumbnails.ImageSize = new System.Drawing.Size(100,100);
			this.imageListThumbnails.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// pd2
			// 
			this.pd2.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.pd2_PrintPage);
			// 
			// tabProc
			// 
			this.tabProc.Controls.Add(this.tabEnterTx);
			this.tabProc.Controls.Add(this.tabMissing);
			this.tabProc.Controls.Add(this.tabMovements);
			this.tabProc.Controls.Add(this.tabPrimary);
			this.tabProc.Controls.Add(this.tabPlanned);
			this.tabProc.Controls.Add(this.tabShow);
			this.tabProc.Controls.Add(this.tabDraw);
			this.tabProc.Controls.Add(this.tabPatInfo);
			this.tabProc.Controls.Add(this.tabCustomer);
			this.tabProc.Location = new System.Drawing.Point(415,28);
			this.tabProc.Name = "tabProc";
			this.tabProc.SelectedIndex = 0;
			this.tabProc.Size = new System.Drawing.Size(524,259);
			this.tabProc.TabIndex = 190;
			this.tabProc.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tabProc_MouseDown);
			// 
			// tabEnterTx
			// 
			this.tabEnterTx.Controls.Add(this.comboPrognosis);
			this.tabEnterTx.Controls.Add(this.labelPrognosis);
			this.tabEnterTx.Controls.Add(this.panelQuickButtons);
			this.tabEnterTx.Controls.Add(this.listDx);
			this.tabEnterTx.Controls.Add(this.listViewButtons);
			this.tabEnterTx.Controls.Add(this.groupBox2);
			this.tabEnterTx.Controls.Add(this.listButtonCats);
			this.tabEnterTx.Controls.Add(this.butD);
			this.tabEnterTx.Controls.Add(this.comboPriority);
			this.tabEnterTx.Controls.Add(this.textSurf);
			this.tabEnterTx.Controls.Add(this.textDate);
			this.tabEnterTx.Controls.Add(this.butBF);
			this.tabEnterTx.Controls.Add(this.checkToday);
			this.tabEnterTx.Controls.Add(this.butL);
			this.tabEnterTx.Controls.Add(this.label6);
			this.tabEnterTx.Controls.Add(this.butM);
			this.tabEnterTx.Controls.Add(this.butOK);
			this.tabEnterTx.Controls.Add(this.butAddProc);
			this.tabEnterTx.Controls.Add(this.butV);
			this.tabEnterTx.Controls.Add(this.textProcCode);
			this.tabEnterTx.Controls.Add(this.butOI);
			this.tabEnterTx.Controls.Add(this.label14);
			this.tabEnterTx.Controls.Add(this.labelDx);
			this.tabEnterTx.Controls.Add(this.label13);
			this.tabEnterTx.Location = new System.Drawing.Point(4,22);
			this.tabEnterTx.Name = "tabEnterTx";
			this.tabEnterTx.Padding = new System.Windows.Forms.Padding(3);
			this.tabEnterTx.Size = new System.Drawing.Size(516,233);
			this.tabEnterTx.TabIndex = 0;
			this.tabEnterTx.Text = "Enter Treatment";
			this.tabEnterTx.UseVisualStyleBackColor = true;
			// 
			// comboPrognosis
			// 
			this.comboPrognosis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPrognosis.Location = new System.Drawing.Point(91,174);
			this.comboPrognosis.MaxDropDownItems = 40;
			this.comboPrognosis.Name = "comboPrognosis";
			this.comboPrognosis.Size = new System.Drawing.Size(96,21);
			this.comboPrognosis.TabIndex = 199;
			// 
			// labelPrognosis
			// 
			this.labelPrognosis.Location = new System.Drawing.Point(89,155);
			this.labelPrognosis.Name = "labelPrognosis";
			this.labelPrognosis.Size = new System.Drawing.Size(79,17);
			this.labelPrognosis.TabIndex = 200;
			this.labelPrognosis.Text = "Prognosis";
			this.labelPrognosis.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// panelQuickButtons
			// 
			this.panelQuickButtons.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panelQuickButtons.Controls.Add(this.panelQuickPasteAmalgam);
			this.panelQuickButtons.Controls.Add(this.buttonCMODB);
			this.panelQuickButtons.Controls.Add(this.buttonCMODL);
			this.panelQuickButtons.Controls.Add(this.label1);
			this.panelQuickButtons.Controls.Add(this.butCMDL);
			this.panelQuickButtons.Controls.Add(this.butML);
			this.panelQuickButtons.Controls.Add(this.butDL);
			this.panelQuickButtons.Controls.Add(this.butCOB);
			this.panelQuickButtons.Controls.Add(this.butCOL);
			this.panelQuickButtons.Controls.Add(this.buttonCSeal);
			this.panelQuickButtons.Controls.Add(this.buttonCMO);
			this.panelQuickButtons.Controls.Add(this.buttonCMOD);
			this.panelQuickButtons.Controls.Add(this.buttonCO);
			this.panelQuickButtons.Controls.Add(this.label23);
			this.panelQuickButtons.Controls.Add(this.buttonCDO);
			this.panelQuickButtons.Location = new System.Drawing.Point(311,41);
			this.panelQuickButtons.Name = "panelQuickButtons";
			this.panelQuickButtons.Size = new System.Drawing.Size(175,191);
			this.panelQuickButtons.TabIndex = 198;
			this.panelQuickButtons.Visible = false;
			this.panelQuickButtons.Paint += new System.Windows.Forms.PaintEventHandler(this.panelQuickButtons_Paint);
			// 
			// panelQuickPasteAmalgam
			// 
			this.panelQuickPasteAmalgam.Controls.Add(this.buttonAMODB);
			this.panelQuickPasteAmalgam.Controls.Add(this.buttonAMODL);
			this.panelQuickPasteAmalgam.Controls.Add(this.buttonAOB);
			this.panelQuickPasteAmalgam.Controls.Add(this.buttonAOL);
			this.panelQuickPasteAmalgam.Controls.Add(this.buttonAO);
			this.panelQuickPasteAmalgam.Controls.Add(this.buttonAMO);
			this.panelQuickPasteAmalgam.Controls.Add(this.buttonAMOD);
			this.panelQuickPasteAmalgam.Controls.Add(this.buttonADO);
			this.panelQuickPasteAmalgam.Controls.Add(this.label24);
			this.panelQuickPasteAmalgam.Location = new System.Drawing.Point(0,106);
			this.panelQuickPasteAmalgam.Name = "panelQuickPasteAmalgam";
			this.panelQuickPasteAmalgam.Size = new System.Drawing.Size(173,80);
			this.panelQuickPasteAmalgam.TabIndex = 221;
			// 
			// buttonAMODB
			// 
			this.buttonAMODB.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonAMODB.Autosize = true;
			this.buttonAMODB.BackColor = System.Drawing.SystemColors.Control;
			this.buttonAMODB.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonAMODB.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonAMODB.CornerRadius = 4F;
			this.buttonAMODB.Location = new System.Drawing.Point(94,37);
			this.buttonAMODB.Name = "buttonAMODB";
			this.buttonAMODB.Size = new System.Drawing.Size(43,18);
			this.buttonAMODB.TabIndex = 227;
			this.buttonAMODB.Text = "MODB";
			this.buttonAMODB.UseVisualStyleBackColor = false;
			this.buttonAMODB.Click += new System.EventHandler(this.buttonAMODB_Click);
			// 
			// buttonAMODL
			// 
			this.buttonAMODL.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonAMODL.Autosize = true;
			this.buttonAMODL.BackColor = System.Drawing.SystemColors.Control;
			this.buttonAMODL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonAMODL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonAMODL.CornerRadius = 4F;
			this.buttonAMODL.Location = new System.Drawing.Point(52,37);
			this.buttonAMODL.Name = "buttonAMODL";
			this.buttonAMODL.Size = new System.Drawing.Size(42,18);
			this.buttonAMODL.TabIndex = 226;
			this.buttonAMODL.Text = "MODL";
			this.buttonAMODL.UseVisualStyleBackColor = false;
			this.buttonAMODL.Click += new System.EventHandler(this.buttonAMODL_Click);
			// 
			// buttonAOB
			// 
			this.buttonAOB.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonAOB.Autosize = true;
			this.buttonAOB.BackColor = System.Drawing.SystemColors.Control;
			this.buttonAOB.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonAOB.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonAOB.CornerRadius = 4F;
			this.buttonAOB.Location = new System.Drawing.Point(26,37);
			this.buttonAOB.Name = "buttonAOB";
			this.buttonAOB.Size = new System.Drawing.Size(26,18);
			this.buttonAOB.TabIndex = 225;
			this.buttonAOB.Text = "OB";
			this.buttonAOB.UseVisualStyleBackColor = false;
			this.buttonAOB.Click += new System.EventHandler(this.buttonAOB_Click);
			// 
			// buttonAOL
			// 
			this.buttonAOL.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonAOL.Autosize = true;
			this.buttonAOL.BackColor = System.Drawing.SystemColors.Control;
			this.buttonAOL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonAOL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonAOL.CornerRadius = 4F;
			this.buttonAOL.Location = new System.Drawing.Point(0,37);
			this.buttonAOL.Name = "buttonAOL";
			this.buttonAOL.Size = new System.Drawing.Size(26,18);
			this.buttonAOL.TabIndex = 224;
			this.buttonAOL.Text = "OL";
			this.buttonAOL.UseVisualStyleBackColor = false;
			this.buttonAOL.Click += new System.EventHandler(this.buttonAOL_Click);
			// 
			// buttonAO
			// 
			this.buttonAO.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonAO.Autosize = true;
			this.buttonAO.BackColor = System.Drawing.SystemColors.Control;
			this.buttonAO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonAO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonAO.CornerRadius = 4F;
			this.buttonAO.Location = new System.Drawing.Point(62,19);
			this.buttonAO.Name = "buttonAO";
			this.buttonAO.Size = new System.Drawing.Size(18,18);
			this.buttonAO.TabIndex = 223;
			this.buttonAO.Text = "O";
			this.buttonAO.UseVisualStyleBackColor = false;
			this.buttonAO.Click += new System.EventHandler(this.buttonAO_Click);
			// 
			// buttonAMO
			// 
			this.buttonAMO.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonAMO.Autosize = true;
			this.buttonAMO.BackColor = System.Drawing.SystemColors.Control;
			this.buttonAMO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonAMO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonAMO.CornerRadius = 4F;
			this.buttonAMO.Location = new System.Drawing.Point(0,19);
			this.buttonAMO.Name = "buttonAMO";
			this.buttonAMO.Size = new System.Drawing.Size(27,18);
			this.buttonAMO.TabIndex = 222;
			this.buttonAMO.Text = "MO";
			this.buttonAMO.UseVisualStyleBackColor = false;
			this.buttonAMO.Click += new System.EventHandler(this.buttonAMO_Click);
			// 
			// buttonAMOD
			// 
			this.buttonAMOD.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonAMOD.Autosize = true;
			this.buttonAMOD.BackColor = System.Drawing.SystemColors.Control;
			this.buttonAMOD.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonAMOD.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonAMOD.CornerRadius = 4F;
			this.buttonAMOD.Location = new System.Drawing.Point(27,19);
			this.buttonAMOD.Name = "buttonAMOD";
			this.buttonAMOD.Size = new System.Drawing.Size(36,18);
			this.buttonAMOD.TabIndex = 221;
			this.buttonAMOD.Text = "MOD";
			this.buttonAMOD.UseVisualStyleBackColor = false;
			this.buttonAMOD.Click += new System.EventHandler(this.buttonAMOD_Click);
			// 
			// buttonADO
			// 
			this.buttonADO.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonADO.Autosize = true;
			this.buttonADO.BackColor = System.Drawing.SystemColors.Control;
			this.buttonADO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonADO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonADO.CornerRadius = 4F;
			this.buttonADO.Location = new System.Drawing.Point(80,19);
			this.buttonADO.Name = "buttonADO";
			this.buttonADO.Size = new System.Drawing.Size(26,18);
			this.buttonADO.TabIndex = 220;
			this.buttonADO.Text = "DO";
			this.buttonADO.UseVisualStyleBackColor = false;
			this.buttonADO.Click += new System.EventHandler(this.buttonADO_Click);
			// 
			// label24
			// 
			this.label24.Location = new System.Drawing.Point(4,2);
			this.label24.Name = "label24";
			this.label24.Size = new System.Drawing.Size(56,13);
			this.label24.TabIndex = 219;
			this.label24.Text = "Amalgam";
			// 
			// buttonCMODB
			// 
			this.buttonCMODB.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonCMODB.Autosize = true;
			this.buttonCMODB.BackColor = System.Drawing.SystemColors.Control;
			this.buttonCMODB.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonCMODB.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonCMODB.CornerRadius = 4F;
			this.buttonCMODB.Location = new System.Drawing.Point(93,35);
			this.buttonCMODB.Name = "buttonCMODB";
			this.buttonCMODB.Size = new System.Drawing.Size(43,18);
			this.buttonCMODB.TabIndex = 220;
			this.buttonCMODB.Text = "MODB";
			this.buttonCMODB.UseVisualStyleBackColor = false;
			this.buttonCMODB.Click += new System.EventHandler(this.buttonCMODB_Click);
			// 
			// buttonCMODL
			// 
			this.buttonCMODL.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonCMODL.Autosize = true;
			this.buttonCMODL.BackColor = System.Drawing.SystemColors.Control;
			this.buttonCMODL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonCMODL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonCMODL.CornerRadius = 4F;
			this.buttonCMODL.Location = new System.Drawing.Point(51,35);
			this.buttonCMODL.Name = "buttonCMODL";
			this.buttonCMODL.Size = new System.Drawing.Size(42,18);
			this.buttonCMODL.TabIndex = 219;
			this.buttonCMODL.Text = "MODL";
			this.buttonCMODL.UseVisualStyleBackColor = false;
			this.buttonCMODL.Click += new System.EventHandler(this.buttonCMODL_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(3,65);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(84,13);
			this.label1.TabIndex = 214;
			this.label1.Text = "Ant. Composite";
			// 
			// butCMDL
			// 
			this.butCMDL.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCMDL.Autosize = true;
			this.butCMDL.BackColor = System.Drawing.SystemColors.Control;
			this.butCMDL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCMDL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCMDL.CornerRadius = 4F;
			this.butCMDL.Location = new System.Drawing.Point(26,82);
			this.butCMDL.Name = "butCMDL";
			this.butCMDL.Size = new System.Drawing.Size(33,18);
			this.butCMDL.TabIndex = 213;
			this.butCMDL.Text = "MDL";
			this.butCMDL.UseVisualStyleBackColor = false;
			this.butCMDL.Click += new System.EventHandler(this.butCMDL_Click);
			// 
			// butML
			// 
			this.butML.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butML.Autosize = true;
			this.butML.BackColor = System.Drawing.SystemColors.Control;
			this.butML.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butML.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butML.CornerRadius = 4F;
			this.butML.Location = new System.Drawing.Point(59,82);
			this.butML.Name = "butML";
			this.butML.Size = new System.Drawing.Size(26,18);
			this.butML.TabIndex = 212;
			this.butML.Text = "ML";
			this.butML.UseVisualStyleBackColor = false;
			this.butML.Click += new System.EventHandler(this.butML_Click);
			// 
			// butDL
			// 
			this.butDL.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDL.Autosize = true;
			this.butDL.BackColor = System.Drawing.SystemColors.Control;
			this.butDL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDL.CornerRadius = 4F;
			this.butDL.Location = new System.Drawing.Point(0,82);
			this.butDL.Name = "butDL";
			this.butDL.Size = new System.Drawing.Size(26,18);
			this.butDL.TabIndex = 211;
			this.butDL.Text = "DL";
			this.butDL.UseVisualStyleBackColor = false;
			this.butDL.Click += new System.EventHandler(this.butDL_Click);
			// 
			// butCOB
			// 
			this.butCOB.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCOB.Autosize = true;
			this.butCOB.BackColor = System.Drawing.SystemColors.Control;
			this.butCOB.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCOB.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCOB.CornerRadius = 4F;
			this.butCOB.Location = new System.Drawing.Point(26,35);
			this.butCOB.Name = "butCOB";
			this.butCOB.Size = new System.Drawing.Size(26,18);
			this.butCOB.TabIndex = 210;
			this.butCOB.Text = "OB";
			this.butCOB.UseVisualStyleBackColor = false;
			this.butCOB.Click += new System.EventHandler(this.butCOB_Click);
			// 
			// butCOL
			// 
			this.butCOL.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCOL.Autosize = true;
			this.butCOL.BackColor = System.Drawing.SystemColors.Control;
			this.butCOL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCOL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCOL.CornerRadius = 4F;
			this.butCOL.Location = new System.Drawing.Point(0,35);
			this.butCOL.Name = "butCOL";
			this.butCOL.Size = new System.Drawing.Size(26,18);
			this.butCOL.TabIndex = 209;
			this.butCOL.Text = "OL";
			this.butCOL.UseVisualStyleBackColor = false;
			this.butCOL.Click += new System.EventHandler(this.butCOL_Click);
			// 
			// buttonCSeal
			// 
			this.buttonCSeal.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonCSeal.Autosize = true;
			this.buttonCSeal.BackColor = System.Drawing.SystemColors.Control;
			this.buttonCSeal.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonCSeal.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonCSeal.CornerRadius = 4F;
			this.buttonCSeal.Location = new System.Drawing.Point(136,17);
			this.buttonCSeal.Name = "buttonCSeal";
			this.buttonCSeal.Size = new System.Drawing.Size(32,18);
			this.buttonCSeal.TabIndex = 203;
			this.buttonCSeal.Text = "Seal";
			this.buttonCSeal.UseVisualStyleBackColor = false;
			this.buttonCSeal.Click += new System.EventHandler(this.buttonCSeal_Click);
			// 
			// buttonCMO
			// 
			this.buttonCMO.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonCMO.Autosize = true;
			this.buttonCMO.BackColor = System.Drawing.SystemColors.Control;
			this.buttonCMO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonCMO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonCMO.CornerRadius = 4F;
			this.buttonCMO.Location = new System.Drawing.Point(0,17);
			this.buttonCMO.Name = "buttonCMO";
			this.buttonCMO.Size = new System.Drawing.Size(27,18);
			this.buttonCMO.TabIndex = 202;
			this.buttonCMO.Text = "MO";
			this.buttonCMO.UseVisualStyleBackColor = false;
			this.buttonCMO.Click += new System.EventHandler(this.buttonCMO_Click);
			// 
			// buttonCMOD
			// 
			this.buttonCMOD.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonCMOD.Autosize = true;
			this.buttonCMOD.BackColor = System.Drawing.SystemColors.Control;
			this.buttonCMOD.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonCMOD.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonCMOD.CornerRadius = 4F;
			this.buttonCMOD.Location = new System.Drawing.Point(26,17);
			this.buttonCMOD.Name = "buttonCMOD";
			this.buttonCMOD.Size = new System.Drawing.Size(36,18);
			this.buttonCMOD.TabIndex = 201;
			this.buttonCMOD.Text = "MOD";
			this.buttonCMOD.UseVisualStyleBackColor = false;
			this.buttonCMOD.Click += new System.EventHandler(this.buttonCMOD_Click);
			// 
			// buttonCO
			// 
			this.buttonCO.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonCO.Autosize = true;
			this.buttonCO.BackColor = System.Drawing.SystemColors.Control;
			this.buttonCO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonCO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonCO.CornerRadius = 4F;
			this.buttonCO.Location = new System.Drawing.Point(62,17);
			this.buttonCO.Name = "buttonCO";
			this.buttonCO.Size = new System.Drawing.Size(18,18);
			this.buttonCO.TabIndex = 200;
			this.buttonCO.Text = "O";
			this.buttonCO.UseVisualStyleBackColor = false;
			this.buttonCO.Click += new System.EventHandler(this.buttonCO_Click);
			// 
			// label23
			// 
			this.label23.Location = new System.Drawing.Point(4,1);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(88,13);
			this.label23.TabIndex = 198;
			this.label23.Text = "Post. Composite";
			// 
			// buttonCDO
			// 
			this.buttonCDO.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.buttonCDO.Autosize = true;
			this.buttonCDO.BackColor = System.Drawing.SystemColors.Control;
			this.buttonCDO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonCDO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonCDO.CornerRadius = 4F;
			this.buttonCDO.Location = new System.Drawing.Point(80,17);
			this.buttonCDO.Name = "buttonCDO";
			this.buttonCDO.Size = new System.Drawing.Size(26,18);
			this.buttonCDO.TabIndex = 197;
			this.buttonCDO.Text = "DO";
			this.buttonCDO.UseVisualStyleBackColor = false;
			this.buttonCDO.Click += new System.EventHandler(this.buttonCDO_Click);
			// 
			// butD
			// 
			this.butD.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butD.Autosize = true;
			this.butD.BackColor = System.Drawing.SystemColors.Control;
			this.butD.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butD.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butD.CornerRadius = 4F;
			this.butD.Location = new System.Drawing.Point(61,43);
			this.butD.Name = "butD";
			this.butD.Size = new System.Drawing.Size(24,20);
			this.butD.TabIndex = 20;
			this.butD.Text = "D";
			this.butD.UseVisualStyleBackColor = false;
			this.butD.Click += new System.EventHandler(this.butD_Click);
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(0,211);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(89,20);
			this.textDate.TabIndex = 55;
			// 
			// butBF
			// 
			this.butBF.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butBF.Autosize = true;
			this.butBF.BackColor = System.Drawing.SystemColors.Control;
			this.butBF.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butBF.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butBF.CornerRadius = 4F;
			this.butBF.Location = new System.Drawing.Point(22,23);
			this.butBF.Name = "butBF";
			this.butBF.Size = new System.Drawing.Size(28,20);
			this.butBF.TabIndex = 21;
			this.butBF.Text = "B/F";
			this.butBF.UseVisualStyleBackColor = false;
			this.butBF.Click += new System.EventHandler(this.butBF_Click);
			// 
			// butL
			// 
			this.butL.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butL.Autosize = true;
			this.butL.BackColor = System.Drawing.SystemColors.Control;
			this.butL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butL.CornerRadius = 4F;
			this.butL.Location = new System.Drawing.Point(32,63);
			this.butL.Name = "butL";
			this.butL.Size = new System.Drawing.Size(24,20);
			this.butL.TabIndex = 22;
			this.butL.Text = "L";
			this.butL.UseVisualStyleBackColor = false;
			this.butL.Click += new System.EventHandler(this.butL_Click);
			// 
			// butM
			// 
			this.butM.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butM.Autosize = true;
			this.butM.BackColor = System.Drawing.SystemColors.Control;
			this.butM.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butM.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butM.CornerRadius = 4F;
			this.butM.Location = new System.Drawing.Point(3,43);
			this.butM.Name = "butM";
			this.butM.Size = new System.Drawing.Size(24,20);
			this.butM.TabIndex = 18;
			this.butM.Text = "M";
			this.butM.UseVisualStyleBackColor = false;
			this.butM.Click += new System.EventHandler(this.butM_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(442,1);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(44,23);
			this.butOK.TabIndex = 52;
			this.butOK.Text = "OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butAddProc
			// 
			this.butAddProc.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAddProc.Autosize = true;
			this.butAddProc.BackColor = System.Drawing.SystemColors.Control;
			this.butAddProc.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAddProc.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAddProc.CornerRadius = 4F;
			this.butAddProc.Location = new System.Drawing.Point(191,1);
			this.butAddProc.Name = "butAddProc";
			this.butAddProc.Size = new System.Drawing.Size(89,23);
			this.butAddProc.TabIndex = 17;
			this.butAddProc.Text = "Procedure List";
			this.butAddProc.UseVisualStyleBackColor = false;
			this.butAddProc.Click += new System.EventHandler(this.butAddProc_Click);
			// 
			// butV
			// 
			this.butV.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butV.Autosize = true;
			this.butV.BackColor = System.Drawing.SystemColors.Control;
			this.butV.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butV.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butV.CornerRadius = 4F;
			this.butV.Location = new System.Drawing.Point(50,23);
			this.butV.Name = "butV";
			this.butV.Size = new System.Drawing.Size(17,20);
			this.butV.TabIndex = 24;
			this.butV.Text = "V";
			this.butV.UseVisualStyleBackColor = false;
			this.butV.Click += new System.EventHandler(this.butV_Click);
			// 
			// butOI
			// 
			this.butOI.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOI.Autosize = true;
			this.butOI.BackColor = System.Drawing.SystemColors.Control;
			this.butOI.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOI.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOI.CornerRadius = 4F;
			this.butOI.Location = new System.Drawing.Point(27,43);
			this.butOI.Name = "butOI";
			this.butOI.Size = new System.Drawing.Size(34,20);
			this.butOI.TabIndex = 19;
			this.butOI.Text = "O/I";
			this.butOI.UseVisualStyleBackColor = false;
			this.butOI.Click += new System.EventHandler(this.butOI_Click);
			// 
			// tabMissing
			// 
			this.tabMissing.Controls.Add(this.butUnhide);
			this.tabMissing.Controls.Add(this.label5);
			this.tabMissing.Controls.Add(this.listHidden);
			this.tabMissing.Controls.Add(this.butEdentulous);
			this.tabMissing.Controls.Add(this.groupBox1);
			this.tabMissing.Location = new System.Drawing.Point(4,22);
			this.tabMissing.Name = "tabMissing";
			this.tabMissing.Padding = new System.Windows.Forms.Padding(3);
			this.tabMissing.Size = new System.Drawing.Size(516,233);
			this.tabMissing.TabIndex = 1;
			this.tabMissing.Text = "Missing Teeth";
			this.tabMissing.UseVisualStyleBackColor = true;
			// 
			// butUnhide
			// 
			this.butUnhide.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butUnhide.Autosize = true;
			this.butUnhide.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butUnhide.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butUnhide.CornerRadius = 4F;
			this.butUnhide.Location = new System.Drawing.Point(307,113);
			this.butUnhide.Name = "butUnhide";
			this.butUnhide.Size = new System.Drawing.Size(71,23);
			this.butUnhide.TabIndex = 20;
			this.butUnhide.Text = "Unhide";
			this.butUnhide.Click += new System.EventHandler(this.butUnhide_Click);
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(304,12);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(147,17);
			this.label5.TabIndex = 19;
			this.label5.Text = "Hidden Teeth";
			this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// listHidden
			// 
			this.listHidden.FormattingEnabled = true;
			this.listHidden.Location = new System.Drawing.Point(307,33);
			this.listHidden.Name = "listHidden";
			this.listHidden.Size = new System.Drawing.Size(94,69);
			this.listHidden.TabIndex = 18;
			// 
			// butEdentulous
			// 
			this.butEdentulous.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butEdentulous.Autosize = true;
			this.butEdentulous.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butEdentulous.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butEdentulous.CornerRadius = 4F;
			this.butEdentulous.Location = new System.Drawing.Point(31,113);
			this.butEdentulous.Name = "butEdentulous";
			this.butEdentulous.Size = new System.Drawing.Size(82,23);
			this.butEdentulous.TabIndex = 16;
			this.butEdentulous.Text = "Edentulous";
			this.butEdentulous.Click += new System.EventHandler(this.butEdentulous_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.butNotMissing);
			this.groupBox1.Controls.Add(this.butMissing);
			this.groupBox1.Controls.Add(this.butHidden);
			this.groupBox1.Location = new System.Drawing.Point(20,12);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(267,90);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Set Selected Teeth";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(115,46);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(146,17);
			this.label7.TabIndex = 20;
			this.label7.Text = "(including numbers)";
			this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butNotMissing
			// 
			this.butNotMissing.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butNotMissing.Autosize = true;
			this.butNotMissing.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butNotMissing.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butNotMissing.CornerRadius = 4F;
			this.butNotMissing.Location = new System.Drawing.Point(11,53);
			this.butNotMissing.Name = "butNotMissing";
			this.butNotMissing.Size = new System.Drawing.Size(82,23);
			this.butNotMissing.TabIndex = 15;
			this.butNotMissing.Text = "Not Missing";
			this.butNotMissing.Click += new System.EventHandler(this.butNotMissing_Click);
			// 
			// butMissing
			// 
			this.butMissing.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butMissing.Autosize = true;
			this.butMissing.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butMissing.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butMissing.CornerRadius = 4F;
			this.butMissing.Location = new System.Drawing.Point(11,21);
			this.butMissing.Name = "butMissing";
			this.butMissing.Size = new System.Drawing.Size(82,23);
			this.butMissing.TabIndex = 14;
			this.butMissing.Text = "Missing";
			this.butMissing.Click += new System.EventHandler(this.butMissing_Click);
			// 
			// butHidden
			// 
			this.butHidden.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butHidden.Autosize = true;
			this.butHidden.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butHidden.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butHidden.CornerRadius = 4F;
			this.butHidden.Location = new System.Drawing.Point(172,21);
			this.butHidden.Name = "butHidden";
			this.butHidden.Size = new System.Drawing.Size(82,23);
			this.butHidden.TabIndex = 17;
			this.butHidden.Text = "Hidden";
			this.butHidden.Click += new System.EventHandler(this.butHidden_Click);
			// 
			// tabMovements
			// 
			this.tabMovements.Controls.Add(this.label16);
			this.tabMovements.Controls.Add(this.butApplyMovements);
			this.tabMovements.Controls.Add(this.groupBox4);
			this.tabMovements.Controls.Add(this.groupBox3);
			this.tabMovements.Location = new System.Drawing.Point(4,22);
			this.tabMovements.Name = "tabMovements";
			this.tabMovements.Size = new System.Drawing.Size(516,233);
			this.tabMovements.TabIndex = 3;
			this.tabMovements.Text = "Movements";
			this.tabMovements.UseVisualStyleBackColor = true;
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(180,183);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(267,18);
			this.label16.TabIndex = 29;
			this.label16.Text = "(if you typed in changes)";
			this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butApplyMovements
			// 
			this.butApplyMovements.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butApplyMovements.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butApplyMovements.Autosize = true;
			this.butApplyMovements.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butApplyMovements.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butApplyMovements.CornerRadius = 4F;
			this.butApplyMovements.Location = new System.Drawing.Point(404,154);
			this.butApplyMovements.Name = "butApplyMovements";
			this.butApplyMovements.Size = new System.Drawing.Size(68,23);
			this.butApplyMovements.TabIndex = 16;
			this.butApplyMovements.Text = "Apply";
			this.butApplyMovements.Click += new System.EventHandler(this.butApplyMovements_Click);
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.butTipBplus);
			this.groupBox4.Controls.Add(this.butTipBminus);
			this.groupBox4.Controls.Add(this.butTipMplus);
			this.groupBox4.Controls.Add(this.butTipMminus);
			this.groupBox4.Controls.Add(this.butRotatePlus);
			this.groupBox4.Controls.Add(this.butRotateMinus);
			this.groupBox4.Controls.Add(this.textTipB);
			this.groupBox4.Controls.Add(this.label11);
			this.groupBox4.Controls.Add(this.textTipM);
			this.groupBox4.Controls.Add(this.label12);
			this.groupBox4.Controls.Add(this.textRotate);
			this.groupBox4.Controls.Add(this.label15);
			this.groupBox4.Location = new System.Drawing.Point(255,12);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(207,109);
			this.groupBox4.TabIndex = 15;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "Rotate/Tip degrees";
			// 
			// butTipBplus
			// 
			this.butTipBplus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butTipBplus.Autosize = true;
			this.butTipBplus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butTipBplus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butTipBplus.CornerRadius = 4F;
			this.butTipBplus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butTipBplus.Location = new System.Drawing.Point(159,76);
			this.butTipBplus.Name = "butTipBplus";
			this.butTipBplus.Size = new System.Drawing.Size(31,23);
			this.butTipBplus.TabIndex = 34;
			this.butTipBplus.Text = "+";
			this.butTipBplus.Click += new System.EventHandler(this.butTipBplus_Click);
			// 
			// butTipBminus
			// 
			this.butTipBminus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butTipBminus.Autosize = true;
			this.butTipBminus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butTipBminus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butTipBminus.CornerRadius = 4F;
			this.butTipBminus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butTipBminus.Location = new System.Drawing.Point(122,76);
			this.butTipBminus.Name = "butTipBminus";
			this.butTipBminus.Size = new System.Drawing.Size(31,23);
			this.butTipBminus.TabIndex = 35;
			this.butTipBminus.Text = "-";
			this.butTipBminus.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.butTipBminus.Click += new System.EventHandler(this.butTipBminus_Click);
			// 
			// butTipMplus
			// 
			this.butTipMplus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butTipMplus.Autosize = true;
			this.butTipMplus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butTipMplus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butTipMplus.CornerRadius = 4F;
			this.butTipMplus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butTipMplus.Location = new System.Drawing.Point(159,47);
			this.butTipMplus.Name = "butTipMplus";
			this.butTipMplus.Size = new System.Drawing.Size(31,23);
			this.butTipMplus.TabIndex = 32;
			this.butTipMplus.Text = "+";
			this.butTipMplus.Click += new System.EventHandler(this.butTipMplus_Click);
			// 
			// butTipMminus
			// 
			this.butTipMminus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butTipMminus.Autosize = true;
			this.butTipMminus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butTipMminus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butTipMminus.CornerRadius = 4F;
			this.butTipMminus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butTipMminus.Location = new System.Drawing.Point(122,47);
			this.butTipMminus.Name = "butTipMminus";
			this.butTipMminus.Size = new System.Drawing.Size(31,23);
			this.butTipMminus.TabIndex = 33;
			this.butTipMminus.Text = "-";
			this.butTipMminus.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.butTipMminus.Click += new System.EventHandler(this.butTipMminus_Click);
			// 
			// butRotatePlus
			// 
			this.butRotatePlus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butRotatePlus.Autosize = true;
			this.butRotatePlus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butRotatePlus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butRotatePlus.CornerRadius = 4F;
			this.butRotatePlus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butRotatePlus.Location = new System.Drawing.Point(159,18);
			this.butRotatePlus.Name = "butRotatePlus";
			this.butRotatePlus.Size = new System.Drawing.Size(31,23);
			this.butRotatePlus.TabIndex = 30;
			this.butRotatePlus.Text = "+";
			this.butRotatePlus.Click += new System.EventHandler(this.butRotatePlus_Click);
			// 
			// butRotateMinus
			// 
			this.butRotateMinus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butRotateMinus.Autosize = true;
			this.butRotateMinus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butRotateMinus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butRotateMinus.CornerRadius = 4F;
			this.butRotateMinus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butRotateMinus.Location = new System.Drawing.Point(122,18);
			this.butRotateMinus.Name = "butRotateMinus";
			this.butRotateMinus.Size = new System.Drawing.Size(31,23);
			this.butRotateMinus.TabIndex = 31;
			this.butRotateMinus.Text = "-";
			this.butRotateMinus.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.butRotateMinus.Click += new System.EventHandler(this.butRotateMinus_Click);
			// 
			// textTipB
			// 
			this.textTipB.Location = new System.Drawing.Point(72,77);
			this.textTipB.Name = "textTipB";
			this.textTipB.Size = new System.Drawing.Size(38,20);
			this.textTipB.TabIndex = 29;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(3,77);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(68,18);
			this.label11.TabIndex = 28;
			this.label11.Text = "Labial Tip";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textTipM
			// 
			this.textTipM.Location = new System.Drawing.Point(72,49);
			this.textTipM.Name = "textTipM";
			this.textTipM.Size = new System.Drawing.Size(38,20);
			this.textTipM.TabIndex = 25;
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(3,49);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(68,18);
			this.label12.TabIndex = 24;
			this.label12.Text = "Mesial Tip";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textRotate
			// 
			this.textRotate.Location = new System.Drawing.Point(72,20);
			this.textRotate.Name = "textRotate";
			this.textRotate.Size = new System.Drawing.Size(38,20);
			this.textRotate.TabIndex = 21;
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(3,20);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(68,18);
			this.label15.TabIndex = 20;
			this.label15.Text = "Rotate";
			this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.butShiftBplus);
			this.groupBox3.Controls.Add(this.butShiftBminus);
			this.groupBox3.Controls.Add(this.butShiftOplus);
			this.groupBox3.Controls.Add(this.butShiftOminus);
			this.groupBox3.Controls.Add(this.butShiftMplus);
			this.groupBox3.Controls.Add(this.butShiftMminus);
			this.groupBox3.Controls.Add(this.textShiftB);
			this.groupBox3.Controls.Add(this.label10);
			this.groupBox3.Controls.Add(this.textShiftO);
			this.groupBox3.Controls.Add(this.label9);
			this.groupBox3.Controls.Add(this.textShiftM);
			this.groupBox3.Controls.Add(this.label8);
			this.groupBox3.Location = new System.Drawing.Point(20,12);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(207,109);
			this.groupBox3.TabIndex = 0;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Shift millimeters";
			// 
			// butShiftBplus
			// 
			this.butShiftBplus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butShiftBplus.Autosize = true;
			this.butShiftBplus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butShiftBplus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butShiftBplus.CornerRadius = 4F;
			this.butShiftBplus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butShiftBplus.Location = new System.Drawing.Point(158,76);
			this.butShiftBplus.Name = "butShiftBplus";
			this.butShiftBplus.Size = new System.Drawing.Size(31,23);
			this.butShiftBplus.TabIndex = 40;
			this.butShiftBplus.Text = "+";
			this.butShiftBplus.Click += new System.EventHandler(this.butShiftBplus_Click);
			// 
			// butShiftBminus
			// 
			this.butShiftBminus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butShiftBminus.Autosize = true;
			this.butShiftBminus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butShiftBminus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butShiftBminus.CornerRadius = 4F;
			this.butShiftBminus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butShiftBminus.Location = new System.Drawing.Point(121,76);
			this.butShiftBminus.Name = "butShiftBminus";
			this.butShiftBminus.Size = new System.Drawing.Size(31,23);
			this.butShiftBminus.TabIndex = 41;
			this.butShiftBminus.Text = "-";
			this.butShiftBminus.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.butShiftBminus.Click += new System.EventHandler(this.butShiftBminus_Click);
			// 
			// butShiftOplus
			// 
			this.butShiftOplus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butShiftOplus.Autosize = true;
			this.butShiftOplus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butShiftOplus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butShiftOplus.CornerRadius = 4F;
			this.butShiftOplus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butShiftOplus.Location = new System.Drawing.Point(158,47);
			this.butShiftOplus.Name = "butShiftOplus";
			this.butShiftOplus.Size = new System.Drawing.Size(31,23);
			this.butShiftOplus.TabIndex = 38;
			this.butShiftOplus.Text = "+";
			this.butShiftOplus.Click += new System.EventHandler(this.butShiftOplus_Click);
			// 
			// butShiftOminus
			// 
			this.butShiftOminus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butShiftOminus.Autosize = true;
			this.butShiftOminus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butShiftOminus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butShiftOminus.CornerRadius = 4F;
			this.butShiftOminus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butShiftOminus.Location = new System.Drawing.Point(121,47);
			this.butShiftOminus.Name = "butShiftOminus";
			this.butShiftOminus.Size = new System.Drawing.Size(31,23);
			this.butShiftOminus.TabIndex = 39;
			this.butShiftOminus.Text = "-";
			this.butShiftOminus.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.butShiftOminus.Click += new System.EventHandler(this.butShiftOminus_Click);
			// 
			// butShiftMplus
			// 
			this.butShiftMplus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butShiftMplus.Autosize = true;
			this.butShiftMplus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butShiftMplus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butShiftMplus.CornerRadius = 4F;
			this.butShiftMplus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butShiftMplus.Location = new System.Drawing.Point(158,18);
			this.butShiftMplus.Name = "butShiftMplus";
			this.butShiftMplus.Size = new System.Drawing.Size(31,23);
			this.butShiftMplus.TabIndex = 36;
			this.butShiftMplus.Text = "+";
			this.butShiftMplus.Click += new System.EventHandler(this.butShiftMplus_Click);
			// 
			// butShiftMminus
			// 
			this.butShiftMminus.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butShiftMminus.Autosize = true;
			this.butShiftMminus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butShiftMminus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butShiftMminus.CornerRadius = 4F;
			this.butShiftMminus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.butShiftMminus.Location = new System.Drawing.Point(121,18);
			this.butShiftMminus.Name = "butShiftMminus";
			this.butShiftMminus.Size = new System.Drawing.Size(31,23);
			this.butShiftMminus.TabIndex = 37;
			this.butShiftMminus.Text = "-";
			this.butShiftMminus.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.butShiftMminus.Click += new System.EventHandler(this.butShiftMminus_Click);
			// 
			// textShiftB
			// 
			this.textShiftB.Location = new System.Drawing.Point(72,77);
			this.textShiftB.Name = "textShiftB";
			this.textShiftB.Size = new System.Drawing.Size(38,20);
			this.textShiftB.TabIndex = 29;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(3,77);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(68,18);
			this.label10.TabIndex = 28;
			this.label10.Text = "Labial";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textShiftO
			// 
			this.textShiftO.Location = new System.Drawing.Point(72,49);
			this.textShiftO.Name = "textShiftO";
			this.textShiftO.Size = new System.Drawing.Size(38,20);
			this.textShiftO.TabIndex = 25;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(3,49);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(68,18);
			this.label9.TabIndex = 24;
			this.label9.Text = "Occlusal";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textShiftM
			// 
			this.textShiftM.Location = new System.Drawing.Point(72,20);
			this.textShiftM.Name = "textShiftM";
			this.textShiftM.Size = new System.Drawing.Size(38,20);
			this.textShiftM.TabIndex = 21;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(3,20);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(68,18);
			this.label8.TabIndex = 20;
			this.label8.Text = "Mesial";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// tabPrimary
			// 
			this.tabPrimary.Controls.Add(this.groupBox5);
			this.tabPrimary.Controls.Add(this.butMixed);
			this.tabPrimary.Controls.Add(this.butAllPrimary);
			this.tabPrimary.Controls.Add(this.butAllPerm);
			this.tabPrimary.Location = new System.Drawing.Point(4,22);
			this.tabPrimary.Name = "tabPrimary";
			this.tabPrimary.Size = new System.Drawing.Size(516,233);
			this.tabPrimary.TabIndex = 2;
			this.tabPrimary.Text = "Primary";
			this.tabPrimary.UseVisualStyleBackColor = true;
			// 
			// groupBox5
			// 
			this.groupBox5.Controls.Add(this.butPerm);
			this.groupBox5.Controls.Add(this.butPrimary);
			this.groupBox5.Location = new System.Drawing.Point(20,12);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(153,90);
			this.groupBox5.TabIndex = 21;
			this.groupBox5.TabStop = false;
			this.groupBox5.Text = "Set Selected Teeth";
			// 
			// butPerm
			// 
			this.butPerm.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPerm.Autosize = true;
			this.butPerm.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPerm.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPerm.CornerRadius = 4F;
			this.butPerm.Location = new System.Drawing.Point(11,53);
			this.butPerm.Name = "butPerm";
			this.butPerm.Size = new System.Drawing.Size(82,23);
			this.butPerm.TabIndex = 15;
			this.butPerm.Text = "Permanent";
			this.butPerm.Click += new System.EventHandler(this.butPerm_Click);
			// 
			// butPrimary
			// 
			this.butPrimary.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPrimary.Autosize = true;
			this.butPrimary.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPrimary.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPrimary.CornerRadius = 4F;
			this.butPrimary.Location = new System.Drawing.Point(11,21);
			this.butPrimary.Name = "butPrimary";
			this.butPrimary.Size = new System.Drawing.Size(82,23);
			this.butPrimary.TabIndex = 14;
			this.butPrimary.Text = "Primary";
			this.butPrimary.Click += new System.EventHandler(this.butPrimary_Click);
			// 
			// butMixed
			// 
			this.butMixed.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butMixed.Autosize = true;
			this.butMixed.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butMixed.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butMixed.CornerRadius = 4F;
			this.butMixed.Location = new System.Drawing.Point(334,33);
			this.butMixed.Name = "butMixed";
			this.butMixed.Size = new System.Drawing.Size(107,23);
			this.butMixed.TabIndex = 20;
			this.butMixed.Text = "Set Mixed Dentition";
			this.butMixed.Click += new System.EventHandler(this.butMixed_Click);
			// 
			// butAllPrimary
			// 
			this.butAllPrimary.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAllPrimary.Autosize = true;
			this.butAllPrimary.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAllPrimary.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAllPrimary.CornerRadius = 4F;
			this.butAllPrimary.Location = new System.Drawing.Point(201,33);
			this.butAllPrimary.Name = "butAllPrimary";
			this.butAllPrimary.Size = new System.Drawing.Size(107,23);
			this.butAllPrimary.TabIndex = 19;
			this.butAllPrimary.Text = "Set All Primary";
			this.butAllPrimary.Click += new System.EventHandler(this.butAllPrimary_Click);
			// 
			// butAllPerm
			// 
			this.butAllPerm.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAllPerm.Autosize = true;
			this.butAllPerm.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAllPerm.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAllPerm.CornerRadius = 4F;
			this.butAllPerm.Location = new System.Drawing.Point(201,65);
			this.butAllPerm.Name = "butAllPerm";
			this.butAllPerm.Size = new System.Drawing.Size(107,23);
			this.butAllPerm.TabIndex = 18;
			this.butAllPerm.Text = "Set All Permanent";
			this.butAllPerm.Click += new System.EventHandler(this.butAllPerm_Click);
			// 
			// tabPlanned
			// 
			this.tabPlanned.BackColor = System.Drawing.Color.White;
			this.tabPlanned.Controls.Add(this.butDown);
			this.tabPlanned.Controls.Add(this.butUp);
			this.tabPlanned.Controls.Add(this.butPin);
			this.tabPlanned.Controls.Add(this.butClear);
			this.tabPlanned.Controls.Add(this.butNew);
			this.tabPlanned.Controls.Add(this.checkDone);
			this.tabPlanned.Controls.Add(this.gridPlanned);
			this.tabPlanned.Location = new System.Drawing.Point(4,22);
			this.tabPlanned.Name = "tabPlanned";
			this.tabPlanned.Size = new System.Drawing.Size(516,233);
			this.tabPlanned.TabIndex = 4;
			this.tabPlanned.Text = "Planned Appts";
			this.tabPlanned.UseVisualStyleBackColor = true;
			// 
			// butDown
			// 
			this.butDown.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDown.Autosize = true;
			this.butDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDown.CornerRadius = 4F;
			this.butDown.Image = global::OpenDental.Properties.Resources.down;
			this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDown.Location = new System.Drawing.Point(325,1);
			this.butDown.Name = "butDown";
			this.butDown.Size = new System.Drawing.Size(75,23);
			this.butDown.TabIndex = 195;
			this.butDown.Text = "&Down";
			this.butDown.Click += new System.EventHandler(this.butDown_Click);
			// 
			// butUp
			// 
			this.butUp.AdjustImageLocation = new System.Drawing.Point(0,1);
			this.butUp.Autosize = true;
			this.butUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butUp.CornerRadius = 4F;
			this.butUp.Image = global::OpenDental.Properties.Resources.up;
			this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butUp.Location = new System.Drawing.Point(244,1);
			this.butUp.Name = "butUp";
			this.butUp.Size = new System.Drawing.Size(75,23);
			this.butUp.TabIndex = 194;
			this.butUp.Text = "&Up";
			this.butUp.Click += new System.EventHandler(this.butUp_Click);
			// 
			// butPin
			// 
			this.butPin.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPin.Autosize = true;
			this.butPin.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPin.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPin.CornerRadius = 4F;
			this.butPin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butPin.Location = new System.Drawing.Point(163,1);
			this.butPin.Name = "butPin";
			this.butPin.Size = new System.Drawing.Size(75,23);
			this.butPin.TabIndex = 6;
			this.butPin.Text = "Pin Board";
			this.butPin.Click += new System.EventHandler(this.butPin_Click);
			// 
			// butClear
			// 
			this.butClear.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClear.Autosize = true;
			this.butClear.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClear.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClear.CornerRadius = 4F;
			this.butClear.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butClear.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butClear.Location = new System.Drawing.Point(82,1);
			this.butClear.Name = "butClear";
			this.butClear.Size = new System.Drawing.Size(75,23);
			this.butClear.TabIndex = 5;
			this.butClear.Text = "Delete";
			this.butClear.Click += new System.EventHandler(this.butClear_Click);
			// 
			// butNew
			// 
			this.butNew.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butNew.Autosize = true;
			this.butNew.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butNew.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butNew.CornerRadius = 4F;
			this.butNew.Image = global::OpenDental.Properties.Resources.Add;
			this.butNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butNew.Location = new System.Drawing.Point(1,1);
			this.butNew.Name = "butNew";
			this.butNew.Size = new System.Drawing.Size(75,23);
			this.butNew.TabIndex = 4;
			this.butNew.Text = "Add";
			this.butNew.Click += new System.EventHandler(this.butNew_Click);
			// 
			// gridPlanned
			// 
			this.gridPlanned.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.gridPlanned.HScrollVisible = false;
			this.gridPlanned.Location = new System.Drawing.Point(0,25);
			this.gridPlanned.Name = "gridPlanned";
			this.gridPlanned.ScrollValue = 0;
			this.gridPlanned.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridPlanned.Size = new System.Drawing.Size(516,208);
			this.gridPlanned.TabIndex = 193;
			this.gridPlanned.Title = "Planned Appointments";
			this.gridPlanned.TranslationName = "TablePlannedAppts";
			this.gridPlanned.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPlanned_CellDoubleClick);
			// 
			// tabShow
			// 
			this.tabShow.BackColor = System.Drawing.Color.White;
			this.tabShow.Controls.Add(this.butShowDateRange);
			this.tabShow.Controls.Add(this.textShowDateRange);
			this.tabShow.Controls.Add(this.listProcStatusCodes);
			this.tabShow.Controls.Add(this.gridChartViews);
			this.tabShow.Controls.Add(this.labelCustView);
			this.tabShow.Controls.Add(this.butChartViewDown);
			this.tabShow.Controls.Add(this.butChartViewUp);
			this.tabShow.Controls.Add(this.butChartViewAdd);
			this.tabShow.Controls.Add(this.groupBox7);
			this.tabShow.Controls.Add(this.groupBox6);
			this.tabShow.Controls.Add(this.checkShowTeeth);
			this.tabShow.Controls.Add(this.checkNotes);
			this.tabShow.Controls.Add(this.checkAudit);
			this.tabShow.Controls.Add(this.butShowAll);
			this.tabShow.Controls.Add(this.butShowNone);
			this.tabShow.Location = new System.Drawing.Point(4,22);
			this.tabShow.Name = "tabShow";
			this.tabShow.Size = new System.Drawing.Size(516,233);
			this.tabShow.TabIndex = 5;
			this.tabShow.Text = "Show";
			this.tabShow.UseVisualStyleBackColor = true;
			// 
			// butShowDateRange
			// 
			this.butShowDateRange.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butShowDateRange.Autosize = true;
			this.butShowDateRange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butShowDateRange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butShowDateRange.CornerRadius = 4F;
			this.butShowDateRange.Location = new System.Drawing.Point(273,186);
			this.butShowDateRange.Name = "butShowDateRange";
			this.butShowDateRange.Size = new System.Drawing.Size(24,22);
			this.butShowDateRange.TabIndex = 47;
			this.butShowDateRange.Text = "...";
			this.butShowDateRange.UseVisualStyleBackColor = true;
			this.butShowDateRange.Click += new System.EventHandler(this.butShowDateRange_Click);
			// 
			// textShowDateRange
			// 
			this.textShowDateRange.Font = new System.Drawing.Font("Microsoft Sans Serif",7.5F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.textShowDateRange.Location = new System.Drawing.Point(144,188);
			this.textShowDateRange.Name = "textShowDateRange";
			this.textShowDateRange.ReadOnly = true;
			this.textShowDateRange.Size = new System.Drawing.Size(125,19);
			this.textShowDateRange.TabIndex = 46;
			// 
			// listProcStatusCodes
			// 
			this.listProcStatusCodes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.listProcStatusCodes.ColumnWidth = 60;
			this.listProcStatusCodes.FormattingEnabled = true;
			this.listProcStatusCodes.IntegralHeight = false;
			this.listProcStatusCodes.Location = new System.Drawing.Point(6,156);
			this.listProcStatusCodes.MultiColumn = true;
			this.listProcStatusCodes.Name = "listProcStatusCodes";
			this.listProcStatusCodes.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listProcStatusCodes.Size = new System.Drawing.Size(134,74);
			this.listProcStatusCodes.TabIndex = 45;
			this.listProcStatusCodes.Visible = false;
			this.listProcStatusCodes.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listProcStatusCodes_MouseUp);
			// 
			// gridChartViews
			// 
			this.gridChartViews.HScrollVisible = false;
			this.gridChartViews.Location = new System.Drawing.Point(303,8);
			this.gridChartViews.Name = "gridChartViews";
			this.gridChartViews.ScrollValue = 0;
			this.gridChartViews.Size = new System.Drawing.Size(191,173);
			this.gridChartViews.TabIndex = 44;
			this.gridChartViews.Title = "Chart Views";
			this.gridChartViews.TranslationName = "GridChartViews";
			this.gridChartViews.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridChartViews_DoubleClick);
			this.gridChartViews.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridChartViews_CellClick);
			// 
			// labelCustView
			// 
			this.labelCustView.AutoSize = true;
			this.labelCustView.Font = new System.Drawing.Font("Microsoft Sans Serif",9.75F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelCustView.ForeColor = System.Drawing.Color.Red;
			this.labelCustView.Location = new System.Drawing.Point(160,211);
			this.labelCustView.Name = "labelCustView";
			this.labelCustView.Size = new System.Drawing.Size(96,16);
			this.labelCustView.TabIndex = 43;
			this.labelCustView.Text = "Custom View";
			this.labelCustView.Visible = false;
			// 
			// butChartViewDown
			// 
			this.butChartViewDown.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butChartViewDown.Autosize = true;
			this.butChartViewDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butChartViewDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butChartViewDown.CornerRadius = 4F;
			this.butChartViewDown.Image = global::OpenDental.Properties.Resources.down;
			this.butChartViewDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butChartViewDown.Location = new System.Drawing.Point(426,195);
			this.butChartViewDown.Name = "butChartViewDown";
			this.butChartViewDown.Size = new System.Drawing.Size(68,24);
			this.butChartViewDown.TabIndex = 41;
			this.butChartViewDown.Text = "&Down";
			this.butChartViewDown.Click += new System.EventHandler(this.butChartViewDown_Click);
			// 
			// butChartViewUp
			// 
			this.butChartViewUp.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butChartViewUp.Autosize = true;
			this.butChartViewUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butChartViewUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butChartViewUp.CornerRadius = 4F;
			this.butChartViewUp.Image = global::OpenDental.Properties.Resources.up;
			this.butChartViewUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butChartViewUp.Location = new System.Drawing.Point(367,195);
			this.butChartViewUp.Name = "butChartViewUp";
			this.butChartViewUp.Size = new System.Drawing.Size(54,24);
			this.butChartViewUp.TabIndex = 42;
			this.butChartViewUp.Text = "&Up";
			this.butChartViewUp.Click += new System.EventHandler(this.butChartViewUp_Click);
			// 
			// butChartViewAdd
			// 
			this.butChartViewAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butChartViewAdd.Autosize = true;
			this.butChartViewAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butChartViewAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butChartViewAdd.CornerRadius = 4F;
			this.butChartViewAdd.Image = global::OpenDental.Properties.Resources.Add;
			this.butChartViewAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butChartViewAdd.Location = new System.Drawing.Point(303,195);
			this.butChartViewAdd.Name = "butChartViewAdd";
			this.butChartViewAdd.Size = new System.Drawing.Size(59,24);
			this.butChartViewAdd.TabIndex = 40;
			this.butChartViewAdd.Text = "&Add";
			this.butChartViewAdd.Click += new System.EventHandler(this.butChartViewAdd_Click);
			// 
			// groupBox7
			// 
			this.groupBox7.Controls.Add(this.checkSheets);
			this.groupBox7.Controls.Add(this.checkTasks);
			this.groupBox7.Controls.Add(this.checkEmail);
			this.groupBox7.Controls.Add(this.checkCommFamily);
			this.groupBox7.Controls.Add(this.checkAppt);
			this.groupBox7.Controls.Add(this.checkLabCase);
			this.groupBox7.Controls.Add(this.checkRx);
			this.groupBox7.Controls.Add(this.checkComm);
			this.groupBox7.Location = new System.Drawing.Point(144,4);
			this.groupBox7.Name = "groupBox7";
			this.groupBox7.Size = new System.Drawing.Size(125,148);
			this.groupBox7.TabIndex = 19;
			this.groupBox7.TabStop = false;
			this.groupBox7.Text = "Object Types";
			// 
			// checkSheets
			// 
			this.checkSheets.Checked = true;
			this.checkSheets.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkSheets.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkSheets.Location = new System.Drawing.Point(10,130);
			this.checkSheets.Name = "checkSheets";
			this.checkSheets.Size = new System.Drawing.Size(102,13);
			this.checkSheets.TabIndex = 219;
			this.checkSheets.Text = "Sheets";
			this.checkSheets.Click += new System.EventHandler(this.checkSheets_Click);
			// 
			// checkTasks
			// 
			this.checkTasks.Checked = true;
			this.checkTasks.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkTasks.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkTasks.Location = new System.Drawing.Point(10,66);
			this.checkTasks.Name = "checkTasks";
			this.checkTasks.Size = new System.Drawing.Size(102,13);
			this.checkTasks.TabIndex = 218;
			this.checkTasks.Text = "Tasks";
			this.checkTasks.Click += new System.EventHandler(this.checkTasks_Click);
			// 
			// checkEmail
			// 
			this.checkEmail.Checked = true;
			this.checkEmail.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkEmail.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkEmail.Location = new System.Drawing.Point(10,82);
			this.checkEmail.Name = "checkEmail";
			this.checkEmail.Size = new System.Drawing.Size(102,13);
			this.checkEmail.TabIndex = 217;
			this.checkEmail.Text = "Email";
			this.checkEmail.Click += new System.EventHandler(this.checkEmail_Click);
			// 
			// checkCommFamily
			// 
			this.checkCommFamily.Checked = true;
			this.checkCommFamily.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkCommFamily.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkCommFamily.Location = new System.Drawing.Point(26,49);
			this.checkCommFamily.Name = "checkCommFamily";
			this.checkCommFamily.Size = new System.Drawing.Size(88,13);
			this.checkCommFamily.TabIndex = 20;
			this.checkCommFamily.Text = "Family";
			this.checkCommFamily.Click += new System.EventHandler(this.checkCommFamily_Click);
			// 
			// checkAppt
			// 
			this.checkAppt.Checked = true;
			this.checkAppt.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkAppt.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAppt.Location = new System.Drawing.Point(10,17);
			this.checkAppt.Name = "checkAppt";
			this.checkAppt.Size = new System.Drawing.Size(102,13);
			this.checkAppt.TabIndex = 20;
			this.checkAppt.Text = "Appointments";
			this.checkAppt.Click += new System.EventHandler(this.checkAppt_Click);
			// 
			// checkLabCase
			// 
			this.checkLabCase.Checked = true;
			this.checkLabCase.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkLabCase.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkLabCase.Location = new System.Drawing.Point(10,98);
			this.checkLabCase.Name = "checkLabCase";
			this.checkLabCase.Size = new System.Drawing.Size(102,13);
			this.checkLabCase.TabIndex = 17;
			this.checkLabCase.Text = "Lab Cases";
			this.checkLabCase.Click += new System.EventHandler(this.checkLabCase_Click);
			// 
			// groupBox6
			// 
			this.groupBox6.Controls.Add(this.checkShowCn);
			this.groupBox6.Controls.Add(this.checkShowE);
			this.groupBox6.Controls.Add(this.checkShowR);
			this.groupBox6.Controls.Add(this.checkShowC);
			this.groupBox6.Controls.Add(this.checkShowTP);
			this.groupBox6.Location = new System.Drawing.Point(6,4);
			this.groupBox6.Name = "groupBox6";
			this.groupBox6.Size = new System.Drawing.Size(121,99);
			this.groupBox6.TabIndex = 18;
			this.groupBox6.TabStop = false;
			this.groupBox6.Text = "Procedures";
			// 
			// checkShowCn
			// 
			this.checkShowCn.Checked = true;
			this.checkShowCn.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkShowCn.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkShowCn.Location = new System.Drawing.Point(9,81);
			this.checkShowCn.Name = "checkShowCn";
			this.checkShowCn.Size = new System.Drawing.Size(101,13);
			this.checkShowCn.TabIndex = 15;
			this.checkShowCn.Text = "Conditions";
			this.checkShowCn.Click += new System.EventHandler(this.checkShowCn_Click);
			// 
			// butShowAll
			// 
			this.butShowAll.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butShowAll.Autosize = true;
			this.butShowAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butShowAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butShowAll.CornerRadius = 4F;
			this.butShowAll.Location = new System.Drawing.Point(6,129);
			this.butShowAll.Name = "butShowAll";
			this.butShowAll.Size = new System.Drawing.Size(53,23);
			this.butShowAll.TabIndex = 12;
			this.butShowAll.Text = "All";
			this.butShowAll.Click += new System.EventHandler(this.butShowAll_Click);
			// 
			// butShowNone
			// 
			this.butShowNone.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butShowNone.Autosize = true;
			this.butShowNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butShowNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butShowNone.CornerRadius = 4F;
			this.butShowNone.Location = new System.Drawing.Point(69,129);
			this.butShowNone.Name = "butShowNone";
			this.butShowNone.Size = new System.Drawing.Size(58,23);
			this.butShowNone.TabIndex = 13;
			this.butShowNone.Text = "None";
			this.butShowNone.Click += new System.EventHandler(this.butShowNone_Click);
			// 
			// tabDraw
			// 
			this.tabDraw.Controls.Add(this.radioColorChanger);
			this.tabDraw.Controls.Add(this.groupBox8);
			this.tabDraw.Controls.Add(this.panelDrawColor);
			this.tabDraw.Controls.Add(this.radioEraser);
			this.tabDraw.Controls.Add(this.radioPen);
			this.tabDraw.Controls.Add(this.radioPointer);
			this.tabDraw.Location = new System.Drawing.Point(4,22);
			this.tabDraw.Name = "tabDraw";
			this.tabDraw.Size = new System.Drawing.Size(516,233);
			this.tabDraw.TabIndex = 6;
			this.tabDraw.Text = "Draw";
			this.tabDraw.UseVisualStyleBackColor = true;
			// 
			// radioColorChanger
			// 
			this.radioColorChanger.Location = new System.Drawing.Point(14,70);
			this.radioColorChanger.Name = "radioColorChanger";
			this.radioColorChanger.Size = new System.Drawing.Size(122,17);
			this.radioColorChanger.TabIndex = 5;
			this.radioColorChanger.TabStop = true;
			this.radioColorChanger.Text = "Color Changer";
			this.radioColorChanger.UseVisualStyleBackColor = true;
			this.radioColorChanger.Click += new System.EventHandler(this.radioColorChanger_Click);
			// 
			// groupBox8
			// 
			this.groupBox8.Controls.Add(this.panelBlack);
			this.groupBox8.Controls.Add(this.label22);
			this.groupBox8.Controls.Add(this.butColorOther);
			this.groupBox8.Controls.Add(this.panelRdark);
			this.groupBox8.Controls.Add(this.label21);
			this.groupBox8.Controls.Add(this.panelRlight);
			this.groupBox8.Controls.Add(this.panelEOdark);
			this.groupBox8.Controls.Add(this.label20);
			this.groupBox8.Controls.Add(this.panelEOlight);
			this.groupBox8.Controls.Add(this.panelECdark);
			this.groupBox8.Controls.Add(this.label19);
			this.groupBox8.Controls.Add(this.panelEClight);
			this.groupBox8.Controls.Add(this.panelCdark);
			this.groupBox8.Controls.Add(this.label17);
			this.groupBox8.Controls.Add(this.panelClight);
			this.groupBox8.Controls.Add(this.panelTPdark);
			this.groupBox8.Controls.Add(this.label18);
			this.groupBox8.Controls.Add(this.panelTPlight);
			this.groupBox8.Location = new System.Drawing.Point(160,11);
			this.groupBox8.Name = "groupBox8";
			this.groupBox8.Size = new System.Drawing.Size(157,214);
			this.groupBox8.TabIndex = 4;
			this.groupBox8.TabStop = false;
			this.groupBox8.Text = "Set Color";
			// 
			// panelBlack
			// 
			this.panelBlack.BackColor = System.Drawing.Color.Black;
			this.panelBlack.Location = new System.Drawing.Point(95,147);
			this.panelBlack.Name = "panelBlack";
			this.panelBlack.Size = new System.Drawing.Size(22,22);
			this.panelBlack.TabIndex = 194;
			this.panelBlack.Click += new System.EventHandler(this.panelBlack_Click);
			// 
			// label22
			// 
			this.label22.Location = new System.Drawing.Point(11,150);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(82,17);
			this.label22.TabIndex = 193;
			this.label22.Text = "Black";
			this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butColorOther
			// 
			this.butColorOther.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butColorOther.Autosize = true;
			this.butColorOther.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butColorOther.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butColorOther.CornerRadius = 4F;
			this.butColorOther.Location = new System.Drawing.Point(95,179);
			this.butColorOther.Name = "butColorOther";
			this.butColorOther.Size = new System.Drawing.Size(50,24);
			this.butColorOther.TabIndex = 192;
			this.butColorOther.Text = "Other";
			this.butColorOther.Click += new System.EventHandler(this.butColorOther_Click);
			// 
			// panelRdark
			// 
			this.panelRdark.BackColor = System.Drawing.Color.Black;
			this.panelRdark.Location = new System.Drawing.Point(95,121);
			this.panelRdark.Name = "panelRdark";
			this.panelRdark.Size = new System.Drawing.Size(22,22);
			this.panelRdark.TabIndex = 18;
			this.panelRdark.Click += new System.EventHandler(this.panelRdark_Click);
			// 
			// label21
			// 
			this.label21.Location = new System.Drawing.Point(11,124);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(82,17);
			this.label21.TabIndex = 17;
			this.label21.Text = "Referred";
			this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// panelRlight
			// 
			this.panelRlight.BackColor = System.Drawing.Color.Black;
			this.panelRlight.Location = new System.Drawing.Point(123,121);
			this.panelRlight.Name = "panelRlight";
			this.panelRlight.Size = new System.Drawing.Size(22,22);
			this.panelRlight.TabIndex = 16;
			this.panelRlight.Click += new System.EventHandler(this.panelRlight_Click);
			// 
			// panelEOdark
			// 
			this.panelEOdark.BackColor = System.Drawing.Color.Black;
			this.panelEOdark.Location = new System.Drawing.Point(95,95);
			this.panelEOdark.Name = "panelEOdark";
			this.panelEOdark.Size = new System.Drawing.Size(22,22);
			this.panelEOdark.TabIndex = 15;
			this.panelEOdark.Click += new System.EventHandler(this.panelEOdark_Click);
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(11,98);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(82,17);
			this.label20.TabIndex = 14;
			this.label20.Text = "ExistOther";
			this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// panelEOlight
			// 
			this.panelEOlight.BackColor = System.Drawing.Color.Black;
			this.panelEOlight.Location = new System.Drawing.Point(123,95);
			this.panelEOlight.Name = "panelEOlight";
			this.panelEOlight.Size = new System.Drawing.Size(22,22);
			this.panelEOlight.TabIndex = 13;
			this.panelEOlight.Click += new System.EventHandler(this.panelEOlight_Click);
			// 
			// panelECdark
			// 
			this.panelECdark.BackColor = System.Drawing.Color.Black;
			this.panelECdark.Location = new System.Drawing.Point(95,69);
			this.panelECdark.Name = "panelECdark";
			this.panelECdark.Size = new System.Drawing.Size(22,22);
			this.panelECdark.TabIndex = 12;
			this.panelECdark.Click += new System.EventHandler(this.panelECdark_Click);
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(11,72);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(82,17);
			this.label19.TabIndex = 11;
			this.label19.Text = "ExistCurProv";
			this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// panelEClight
			// 
			this.panelEClight.BackColor = System.Drawing.Color.Black;
			this.panelEClight.Location = new System.Drawing.Point(123,69);
			this.panelEClight.Name = "panelEClight";
			this.panelEClight.Size = new System.Drawing.Size(22,22);
			this.panelEClight.TabIndex = 10;
			this.panelEClight.Click += new System.EventHandler(this.panelEClight_Click);
			// 
			// panelCdark
			// 
			this.panelCdark.BackColor = System.Drawing.Color.Black;
			this.panelCdark.Location = new System.Drawing.Point(95,43);
			this.panelCdark.Name = "panelCdark";
			this.panelCdark.Size = new System.Drawing.Size(22,22);
			this.panelCdark.TabIndex = 9;
			this.panelCdark.Click += new System.EventHandler(this.panelCdark_Click);
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(11,46);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(82,17);
			this.label17.TabIndex = 8;
			this.label17.Text = "Complete";
			this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// panelClight
			// 
			this.panelClight.BackColor = System.Drawing.Color.Black;
			this.panelClight.Location = new System.Drawing.Point(123,43);
			this.panelClight.Name = "panelClight";
			this.panelClight.Size = new System.Drawing.Size(22,22);
			this.panelClight.TabIndex = 7;
			this.panelClight.Click += new System.EventHandler(this.panelClight_Click);
			// 
			// panelTPdark
			// 
			this.panelTPdark.BackColor = System.Drawing.Color.Black;
			this.panelTPdark.Location = new System.Drawing.Point(95,17);
			this.panelTPdark.Name = "panelTPdark";
			this.panelTPdark.Size = new System.Drawing.Size(22,22);
			this.panelTPdark.TabIndex = 6;
			this.panelTPdark.Click += new System.EventHandler(this.panelTPdark_Click);
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(11,20);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(82,17);
			this.label18.TabIndex = 5;
			this.label18.Text = "TreatPlan";
			this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// panelTPlight
			// 
			this.panelTPlight.BackColor = System.Drawing.Color.Black;
			this.panelTPlight.Location = new System.Drawing.Point(123,17);
			this.panelTPlight.Name = "panelTPlight";
			this.panelTPlight.Size = new System.Drawing.Size(22,22);
			this.panelTPlight.TabIndex = 4;
			this.panelTPlight.Click += new System.EventHandler(this.panelTPlight_Click);
			// 
			// panelDrawColor
			// 
			this.panelDrawColor.BackColor = System.Drawing.Color.Black;
			this.panelDrawColor.Location = new System.Drawing.Point(13,101);
			this.panelDrawColor.Name = "panelDrawColor";
			this.panelDrawColor.Size = new System.Drawing.Size(22,22);
			this.panelDrawColor.TabIndex = 3;
			this.panelDrawColor.DoubleClick += new System.EventHandler(this.panelDrawColor_DoubleClick);
			// 
			// radioEraser
			// 
			this.radioEraser.Location = new System.Drawing.Point(14,51);
			this.radioEraser.Name = "radioEraser";
			this.radioEraser.Size = new System.Drawing.Size(122,17);
			this.radioEraser.TabIndex = 2;
			this.radioEraser.TabStop = true;
			this.radioEraser.Text = "Eraser";
			this.radioEraser.UseVisualStyleBackColor = true;
			this.radioEraser.Click += new System.EventHandler(this.radioEraser_Click);
			// 
			// radioPen
			// 
			this.radioPen.Location = new System.Drawing.Point(14,32);
			this.radioPen.Name = "radioPen";
			this.radioPen.Size = new System.Drawing.Size(122,17);
			this.radioPen.TabIndex = 1;
			this.radioPen.TabStop = true;
			this.radioPen.Text = "Pen";
			this.radioPen.UseVisualStyleBackColor = true;
			this.radioPen.Click += new System.EventHandler(this.radioPen_Click);
			// 
			// radioPointer
			// 
			this.radioPointer.Checked = true;
			this.radioPointer.Location = new System.Drawing.Point(14,13);
			this.radioPointer.Name = "radioPointer";
			this.radioPointer.Size = new System.Drawing.Size(122,17);
			this.radioPointer.TabIndex = 0;
			this.radioPointer.TabStop = true;
			this.radioPointer.Text = "Pointer";
			this.radioPointer.UseVisualStyleBackColor = true;
			this.radioPointer.Click += new System.EventHandler(this.radioPointer_Click);
			// 
			// tabPatInfo
			// 
			this.tabPatInfo.Location = new System.Drawing.Point(4,22);
			this.tabPatInfo.Name = "tabPatInfo";
			this.tabPatInfo.Size = new System.Drawing.Size(516,233);
			this.tabPatInfo.TabIndex = 7;
			this.tabPatInfo.Text = "Pat Info";
			this.tabPatInfo.UseVisualStyleBackColor = true;
			// 
			// tabCustomer
			// 
			this.tabCustomer.Controls.Add(this.labelMonth0);
			this.tabCustomer.Controls.Add(this.textMonth0);
			this.tabCustomer.Controls.Add(this.label2);
			this.tabCustomer.Controls.Add(this.labelCommonProc);
			this.tabCustomer.Controls.Add(this.labelTimes);
			this.tabCustomer.Controls.Add(this.labelMonth1);
			this.tabCustomer.Controls.Add(this.labelMonth2);
			this.tabCustomer.Controls.Add(this.labelMonth3);
			this.tabCustomer.Controls.Add(this.labelMonthAvg);
			this.tabCustomer.Controls.Add(this.textMonthAvg);
			this.tabCustomer.Controls.Add(this.textMonth3);
			this.tabCustomer.Controls.Add(this.textMonth2);
			this.tabCustomer.Controls.Add(this.textMonth1);
			this.tabCustomer.Controls.Add(this.listCommonProcs);
			this.tabCustomer.Controls.Add(this.gridCustomerViews);
			this.tabCustomer.Location = new System.Drawing.Point(4,22);
			this.tabCustomer.Name = "tabCustomer";
			this.tabCustomer.Padding = new System.Windows.Forms.Padding(3);
			this.tabCustomer.Size = new System.Drawing.Size(516,233);
			this.tabCustomer.TabIndex = 8;
			this.tabCustomer.Text = "Customer";
			this.tabCustomer.UseVisualStyleBackColor = true;
			// 
			// labelMonth0
			// 
			this.labelMonth0.Location = new System.Drawing.Point(340,109);
			this.labelMonth0.Name = "labelMonth0";
			this.labelMonth0.Size = new System.Drawing.Size(72,20);
			this.labelMonth0.TabIndex = 62;
			this.labelMonth0.Text = "month 0";
			this.labelMonth0.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textMonth0
			// 
			this.textMonth0.Location = new System.Drawing.Point(413,110);
			this.textMonth0.Name = "textMonth0";
			this.textMonth0.ReadOnly = true;
			this.textMonth0.Size = new System.Drawing.Size(50,20);
			this.textMonth0.TabIndex = 61;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(340,163);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(170,41);
			this.label2.TabIndex = 60;
			this.label2.Text = "(Avg is based on entire family call history excluding first two months)";
			// 
			// labelCommonProc
			// 
			this.labelCommonProc.Location = new System.Drawing.Point(201,11);
			this.labelCommonProc.Name = "labelCommonProc";
			this.labelCommonProc.Size = new System.Drawing.Size(123,16);
			this.labelCommonProc.TabIndex = 59;
			this.labelCommonProc.Text = "Quick add:";
			this.labelCommonProc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// labelTimes
			// 
			this.labelTimes.Location = new System.Drawing.Point(347,11);
			this.labelTimes.Name = "labelTimes";
			this.labelTimes.Size = new System.Drawing.Size(120,16);
			this.labelTimes.TabIndex = 58;
			this.labelTimes.Text = "Total time for family:";
			this.labelTimes.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelMonth1
			// 
			this.labelMonth1.Location = new System.Drawing.Point(340,83);
			this.labelMonth1.Name = "labelMonth1";
			this.labelMonth1.Size = new System.Drawing.Size(72,20);
			this.labelMonth1.TabIndex = 57;
			this.labelMonth1.Text = "month 1";
			this.labelMonth1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelMonth2
			// 
			this.labelMonth2.Location = new System.Drawing.Point(340,57);
			this.labelMonth2.Name = "labelMonth2";
			this.labelMonth2.Size = new System.Drawing.Size(72,20);
			this.labelMonth2.TabIndex = 56;
			this.labelMonth2.Text = "month 2";
			this.labelMonth2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelMonth3
			// 
			this.labelMonth3.Location = new System.Drawing.Point(340,31);
			this.labelMonth3.Name = "labelMonth3";
			this.labelMonth3.Size = new System.Drawing.Size(72,20);
			this.labelMonth3.TabIndex = 55;
			this.labelMonth3.Text = "month 3";
			this.labelMonth3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelMonthAvg
			// 
			this.labelMonthAvg.Location = new System.Drawing.Point(340,135);
			this.labelMonthAvg.Name = "labelMonthAvg";
			this.labelMonthAvg.Size = new System.Drawing.Size(72,20);
			this.labelMonthAvg.TabIndex = 54;
			this.labelMonthAvg.Text = "Avg";
			this.labelMonthAvg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textMonthAvg
			// 
			this.textMonthAvg.Location = new System.Drawing.Point(413,136);
			this.textMonthAvg.Name = "textMonthAvg";
			this.textMonthAvg.ReadOnly = true;
			this.textMonthAvg.Size = new System.Drawing.Size(50,20);
			this.textMonthAvg.TabIndex = 50;
			// 
			// textMonth3
			// 
			this.textMonth3.Location = new System.Drawing.Point(413,32);
			this.textMonth3.Name = "textMonth3";
			this.textMonth3.ReadOnly = true;
			this.textMonth3.Size = new System.Drawing.Size(50,20);
			this.textMonth3.TabIndex = 49;
			// 
			// textMonth2
			// 
			this.textMonth2.Location = new System.Drawing.Point(413,58);
			this.textMonth2.Name = "textMonth2";
			this.textMonth2.ReadOnly = true;
			this.textMonth2.Size = new System.Drawing.Size(50,20);
			this.textMonth2.TabIndex = 48;
			// 
			// textMonth1
			// 
			this.textMonth1.Location = new System.Drawing.Point(413,84);
			this.textMonth1.Name = "textMonth1";
			this.textMonth1.ReadOnly = true;
			this.textMonth1.Size = new System.Drawing.Size(50,20);
			this.textMonth1.TabIndex = 47;
			// 
			// listCommonProcs
			// 
			this.listCommonProcs.FormattingEnabled = true;
			this.listCommonProcs.Items.AddRange(new object[] {
            "Monthly Maintenance",
            "Monthly Mobile",
            "Monthly E-Mail Support",
            "Monthly EHR",
            "Data Conversion",
            "Trial Conversion",
            "Demo",
            "Online Training",
            "Additional Online Training",
            "eCW Online Training",
            "eCW Installation Verify",
            "Programming",
            "Query Programming"});
			this.listCommonProcs.Location = new System.Drawing.Point(203,30);
			this.listCommonProcs.Name = "listCommonProcs";
			this.listCommonProcs.Size = new System.Drawing.Size(131,173);
			this.listCommonProcs.TabIndex = 46;
			this.listCommonProcs.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listCommonProcs_MouseDown);
			// 
			// gridCustomerViews
			// 
			this.gridCustomerViews.HScrollVisible = false;
			this.gridCustomerViews.Location = new System.Drawing.Point(6,30);
			this.gridCustomerViews.Name = "gridCustomerViews";
			this.gridCustomerViews.ScrollValue = 0;
			this.gridCustomerViews.Size = new System.Drawing.Size(191,173);
			this.gridCustomerViews.TabIndex = 45;
			this.gridCustomerViews.Title = "Chart Views";
			this.gridCustomerViews.TranslationName = "GridChartViews";
			this.gridCustomerViews.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridCustomerViews_CellDoubleClick);
			this.gridCustomerViews.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridCustomerViews_CellClick);
			// 
			// menuConsent
			// 
			this.menuConsent.Popup += new System.EventHandler(this.menuConsent_Popup);
			// 
			// panelEcw
			// 
			this.panelEcw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panelEcw.Controls.Add(this.labelECWerror);
			this.panelEcw.Controls.Add(this.webBrowserEcw);
			this.panelEcw.Controls.Add(this.butECWdown);
			this.panelEcw.Controls.Add(this.butECWup);
			this.panelEcw.Location = new System.Drawing.Point(444,521);
			this.panelEcw.Name = "panelEcw";
			this.panelEcw.Size = new System.Drawing.Size(373,65);
			this.panelEcw.TabIndex = 197;
			// 
			// labelECWerror
			// 
			this.labelECWerror.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.labelECWerror.Location = new System.Drawing.Point(25,22);
			this.labelECWerror.Name = "labelECWerror";
			this.labelECWerror.Size = new System.Drawing.Size(314,27);
			this.labelECWerror.TabIndex = 199;
			this.labelECWerror.Text = "Error:";
			this.labelECWerror.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// webBrowserEcw
			// 
			this.webBrowserEcw.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.webBrowserEcw.Location = new System.Drawing.Point(1,11);
			this.webBrowserEcw.MinimumSize = new System.Drawing.Size(20,20);
			this.webBrowserEcw.Name = "webBrowserEcw";
			this.webBrowserEcw.Size = new System.Drawing.Size(370,52);
			this.webBrowserEcw.TabIndex = 198;
			this.webBrowserEcw.Url = new System.Uri("",System.UriKind.Relative);
			// 
			// butECWdown
			// 
			this.butECWdown.AdjustImageLocation = new System.Drawing.Point(0,-1);
			this.butECWdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butECWdown.Autosize = true;
			this.butECWdown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butECWdown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butECWdown.CornerRadius = 2F;
			this.butECWdown.Image = global::OpenDental.Properties.Resources.arrowDownTriangle;
			this.butECWdown.Location = new System.Drawing.Point(321,1);
			this.butECWdown.Name = "butECWdown";
			this.butECWdown.Size = new System.Drawing.Size(24,9);
			this.butECWdown.TabIndex = 197;
			this.butECWdown.UseVisualStyleBackColor = true;
			this.butECWdown.Click += new System.EventHandler(this.butECWdown_Click);
			// 
			// butECWup
			// 
			this.butECWup.AdjustImageLocation = new System.Drawing.Point(0,-1);
			this.butECWup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butECWup.Autosize = true;
			this.butECWup.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butECWup.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butECWup.CornerRadius = 2F;
			this.butECWup.Image = global::OpenDental.Properties.Resources.arrowUpTriangle;
			this.butECWup.Location = new System.Drawing.Point(346,1);
			this.butECWup.Name = "butECWup";
			this.butECWup.Size = new System.Drawing.Size(24,9);
			this.butECWup.TabIndex = 196;
			this.butECWup.UseVisualStyleBackColor = true;
			this.butECWup.Click += new System.EventHandler(this.butECWup_Click);
			// 
			// menuToothChart
			// 
			this.menuToothChart.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemChartBig,
            this.menuItemChartSave});
			this.menuToothChart.Popup += new System.EventHandler(this.menuToothChart_Popup);
			// 
			// menuItemChartBig
			// 
			this.menuItemChartBig.Index = 0;
			this.menuItemChartBig.Text = "Show Big";
			this.menuItemChartBig.Click += new System.EventHandler(this.menuItemChartBig_Click);
			// 
			// menuItemChartSave
			// 
			this.menuItemChartSave.Index = 1;
			this.menuItemChartSave.Text = "Save to Images";
			this.menuItemChartSave.Click += new System.EventHandler(this.menuItemChartSave_Click);
			// 
			// toothChart
			// 
			this.toothChart.AutoFinish = false;
			this.toothChart.ColorBackground = System.Drawing.Color.FromArgb(((int)(((byte)(150)))),((int)(((byte)(145)))),((int)(((byte)(152)))));
			this.toothChart.Cursor = System.Windows.Forms.Cursors.Default;
			this.toothChart.CursorTool = SparksToothChart.CursorTool.Pointer;
			this.toothChart.DeviceFormat = null;
			this.toothChart.DrawMode = OpenDentBusiness.DrawingMode.Simple2D;
			this.toothChart.Location = new System.Drawing.Point(0,26);
			this.toothChart.Name = "toothChart";
			this.toothChart.PerioMode = false;
			this.toothChart.PreferredPixelFormatNumber = 0;
			this.toothChart.Size = new System.Drawing.Size(410,307);
			this.toothChart.TabIndex = 194;
			toothChartData1.SizeControl = new System.Drawing.Size(410,307);
			this.toothChart.TcData = toothChartData1;
			this.toothChart.UseHardware = false;
			this.toothChart.SegmentDrawn += new SparksToothChart.ToothChartDrawEventHandler(this.toothChart_SegmentDrawn);
			// 
			// gridProg
			// 
			this.gridProg.AllowSortingByColumn = true;
			this.gridProg.HScrollVisible = true;
			this.gridProg.Location = new System.Drawing.Point(415,291);
			this.gridProg.Name = "gridProg";
			this.gridProg.ScrollValue = 0;
			this.gridProg.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridProg.Size = new System.Drawing.Size(524,227);
			this.gridProg.TabIndex = 192;
			this.gridProg.Title = "Progress Notes";
			this.gridProg.TranslationName = "TableProg";
			this.gridProg.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProg_CellDoubleClick);
			this.gridProg.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProg_CellClick);
			this.gridProg.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridProg_KeyDown);
			this.gridProg.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridProg_MouseUp);
			// 
			// gridPtInfo
			// 
			this.gridPtInfo.HScrollVisible = false;
			this.gridPtInfo.Location = new System.Drawing.Point(0,405);
			this.gridPtInfo.Name = "gridPtInfo";
			this.gridPtInfo.ScrollValue = 0;
			this.gridPtInfo.SelectionMode = OpenDental.UI.GridSelectionMode.None;
			this.gridPtInfo.Size = new System.Drawing.Size(411,325);
			this.gridPtInfo.TabIndex = 193;
			this.gridPtInfo.Title = "Patient Info";
			this.gridPtInfo.TranslationName = "TableChartPtInfo";
			this.gridPtInfo.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPtInfo_CellDoubleClick);
			// 
			// butForeignKey
			// 
			this.butForeignKey.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butForeignKey.Autosize = true;
			this.butForeignKey.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butForeignKey.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butForeignKey.CornerRadius = 4F;
			this.butForeignKey.Enabled = false;
			this.butForeignKey.Location = new System.Drawing.Point(253,424);
			this.butForeignKey.Name = "butForeignKey";
			this.butForeignKey.Size = new System.Drawing.Size(75,14);
			this.butForeignKey.TabIndex = 196;
			this.butForeignKey.Text = "Foreign Key";
			this.butForeignKey.UseVisualStyleBackColor = true;
			this.butForeignKey.Click += new System.EventHandler(this.butForeignKey_Click);
			// 
			// butAddKey
			// 
			this.butAddKey.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAddKey.Autosize = true;
			this.butAddKey.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAddKey.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAddKey.CornerRadius = 4F;
			this.butAddKey.Enabled = false;
			this.butAddKey.Location = new System.Drawing.Point(334,424);
			this.butAddKey.Name = "butAddKey";
			this.butAddKey.Size = new System.Drawing.Size(78,14);
			this.butAddKey.TabIndex = 195;
			this.butAddKey.Text = "USA Key";
			this.butAddKey.UseVisualStyleBackColor = true;
			this.butAddKey.Click += new System.EventHandler(this.butAddKey_Click);
			// 
			// ToolBarMain
			// 
			this.ToolBarMain.Dock = System.Windows.Forms.DockStyle.Top;
			this.ToolBarMain.ImageList = this.imageListMain;
			this.ToolBarMain.Location = new System.Drawing.Point(0,0);
			this.ToolBarMain.Name = "ToolBarMain";
			this.ToolBarMain.Size = new System.Drawing.Size(939,25);
			this.ToolBarMain.TabIndex = 177;
			this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick);
			// 
			// button1
			// 
			this.button1.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.button1.Autosize = true;
			this.button1.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.button1.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.button1.CornerRadius = 4F;
			this.button1.Location = new System.Drawing.Point(127,692);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(75,23);
			this.button1.TabIndex = 36;
			this.button1.Text = "invisible";
			this.button1.Visible = false;
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// textTreatmentNotes
			// 
			this.textTreatmentNotes.Location = new System.Drawing.Point(0,334);
			this.textTreatmentNotes.Multiline = true;
			this.textTreatmentNotes.Name = "textTreatmentNotes";
			this.textTreatmentNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.ChartTreatment;
			this.textTreatmentNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textTreatmentNotes.Size = new System.Drawing.Size(411,71);
			this.textTreatmentNotes.TabIndex = 187;
			this.textTreatmentNotes.TextChanged += new System.EventHandler(this.textTreatmentNotes_TextChanged);
			this.textTreatmentNotes.Leave += new System.EventHandler(this.textTreatmentNotes_Leave);
			// 
			// butPhoneNums
			// 
			this.butPhoneNums.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPhoneNums.Autosize = true;
			this.butPhoneNums.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPhoneNums.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPhoneNums.CornerRadius = 4F;
			this.butPhoneNums.Enabled = false;
			this.butPhoneNums.Location = new System.Drawing.Point(172,424);
			this.butPhoneNums.Name = "butPhoneNums";
			this.butPhoneNums.Size = new System.Drawing.Size(75,14);
			this.butPhoneNums.TabIndex = 198;
			this.butPhoneNums.Text = "Phone Nums";
			this.butPhoneNums.UseVisualStyleBackColor = true;
			this.butPhoneNums.Click += new System.EventHandler(this.butPhoneNums_Click);
			// 
			// ContrChart
			// 
			this.Controls.Add(this.butPhoneNums);
			this.Controls.Add(this.panelEcw);
			this.Controls.Add(this.butForeignKey);
			this.Controls.Add(this.butAddKey);
			this.Controls.Add(this.toothChart);
			this.Controls.Add(this.gridProg);
			this.Controls.Add(this.tabProc);
			this.Controls.Add(this.panelImages);
			this.Controls.Add(this.tabControlImages);
			this.Controls.Add(this.ToolBarMain);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.textTreatmentNotes);
			this.Controls.Add(this.gridPtInfo);
			this.Name = "ContrChart";
			this.Size = new System.Drawing.Size(939,708);
			this.Layout += new System.Windows.Forms.LayoutEventHandler(this.ContrChart_Layout);
			this.Resize += new System.EventHandler(this.ContrChart_Resize);
			this.groupBox2.ResumeLayout(false);
			this.tabControlImages.ResumeLayout(false);
			this.panelImages.ResumeLayout(false);
			this.tabProc.ResumeLayout(false);
			this.tabEnterTx.ResumeLayout(false);
			this.tabEnterTx.PerformLayout();
			this.panelQuickButtons.ResumeLayout(false);
			this.panelQuickPasteAmalgam.ResumeLayout(false);
			this.tabMissing.ResumeLayout(false);
			this.groupBox1.ResumeLayout(false);
			this.tabMovements.ResumeLayout(false);
			this.groupBox4.ResumeLayout(false);
			this.groupBox4.PerformLayout();
			this.groupBox3.ResumeLayout(false);
			this.groupBox3.PerformLayout();
			this.tabPrimary.ResumeLayout(false);
			this.groupBox5.ResumeLayout(false);
			this.tabPlanned.ResumeLayout(false);
			this.tabShow.ResumeLayout(false);
			this.tabShow.PerformLayout();
			this.groupBox7.ResumeLayout(false);
			this.groupBox6.ResumeLayout(false);
			this.tabDraw.ResumeLayout(false);
			this.groupBox8.ResumeLayout(false);
			this.tabCustomer.ResumeLayout(false);
			this.tabCustomer.PerformLayout();
			this.panelEcw.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 13
0
		private void InitializeComponent(){
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsPlan));
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.labelGroupNum = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.labelCitySTZip = new System.Windows.Forms.Label();
			this.labelElectronicID = new System.Windows.Forms.Label();
			this.label28 = new System.Windows.Forms.Label();
			this.textCarrier = new System.Windows.Forms.TextBox();
			this.textPhone = new System.Windows.Forms.TextBox();
			this.textGroupName = new System.Windows.Forms.TextBox();
			this.textGroupNum = new System.Windows.Forms.TextBox();
			this.textAddress = new System.Windows.Forms.TextBox();
			this.textCity = new System.Windows.Forms.TextBox();
			this.textState = new System.Windows.Forms.TextBox();
			this.textZip = new System.Windows.Forms.TextBox();
			this.textElectID = new System.Windows.Forms.TextBox();
			this.textEmployer = new System.Windows.Forms.TextBox();
			this.label16 = new System.Windows.Forms.Label();
			this.textAddress2 = new System.Windows.Forms.TextBox();
			this.label21 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.checkAssign = new System.Windows.Forms.CheckBox();
			this.checkRelease = new System.Windows.Forms.CheckBox();
			this.checkNoSendElect = new System.Windows.Forms.CheckBox();
			this.label23 = new System.Windows.Forms.Label();
			this.checkAlternateCode = new System.Windows.Forms.CheckBox();
			this.checkClaimsUseUCR = new System.Windows.Forms.CheckBox();
			this.label14 = new System.Windows.Forms.Label();
			this.textSubscriber = new System.Windows.Forms.TextBox();
			this.groupSubscriber = new System.Windows.Forms.GroupBox();
			this.label25 = new System.Windows.Forms.Label();
			this.textSubscriberID = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.comboLinked = new System.Windows.Forms.ComboBox();
			this.textLinkedNum = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.comboPlanType = new System.Windows.Forms.ComboBox();
			this.checkIsMedical = new System.Windows.Forms.CheckBox();
			this.textDivisionNo = new System.Windows.Forms.TextBox();
			this.labelDivisionDash = new System.Windows.Forms.Label();
			this.comboClaimForm = new System.Windows.Forms.ComboBox();
			this.comboFeeSched = new System.Windows.Forms.ComboBox();
			this.groupCoPay = new System.Windows.Forms.GroupBox();
			this.label12 = new System.Windows.Forms.Label();
			this.comboAllowedFeeSched = new System.Windows.Forms.ComboBox();
			this.label11 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.comboCopay = new System.Windows.Forms.ComboBox();
			this.comboElectIDdescript = new System.Windows.Forms.ComboBox();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.labelDrop = new System.Windows.Forms.Label();
			this.groupRequestBen = new System.Windows.Forms.GroupBox();
			this.labelHistElect = new System.Windows.Forms.Label();
			this.textElectBenLastDate = new System.Windows.Forms.TextBox();
			this.labelTrojanID = new System.Windows.Forms.Label();
			this.textTrojanID = new System.Windows.Forms.TextBox();
			this.label26 = new System.Windows.Forms.Label();
			this.panel1 = new System.Windows.Forms.Panel();
			this.comboRelationship = new System.Windows.Forms.ComboBox();
			this.label31 = new System.Windows.Forms.Label();
			this.checkIsPending = new System.Windows.Forms.CheckBox();
			this.label32 = new System.Windows.Forms.Label();
			this.label33 = new System.Windows.Forms.Label();
			this.listAdj = new System.Windows.Forms.ListBox();
			this.label35 = new System.Windows.Forms.Label();
			this.textPatID = new System.Windows.Forms.TextBox();
			this.labelPatID = new System.Windows.Forms.Label();
			this.panelPat = new System.Windows.Forms.Panel();
			this.textPlanNum = new System.Windows.Forms.TextBox();
			this.label17 = new System.Windows.Forms.Label();
			this.label18 = new System.Windows.Forms.Label();
			this.groupPlan = new System.Windows.Forms.GroupBox();
			this.textBIN = new System.Windows.Forms.TextBox();
			this.labelBIN = new System.Windows.Forms.Label();
			this.groupCarrier = new System.Windows.Forms.GroupBox();
			this.panelPlan = new System.Windows.Forms.Panel();
			this.comboCobRule = new System.Windows.Forms.ComboBox();
			this.label20 = new System.Windows.Forms.Label();
			this.groupCanadian = new System.Windows.Forms.GroupBox();
			this.label19 = new System.Windows.Forms.Label();
			this.textCanadianInstCode = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.textCanadianDiagCode = new System.Windows.Forms.TextBox();
			this.checkIsPMP = new System.Windows.Forms.CheckBox();
			this.label24 = new System.Windows.Forms.Label();
			this.label22 = new System.Windows.Forms.Label();
			this.textPlanFlag = new System.Windows.Forms.TextBox();
			this.labelDentaide = new System.Windows.Forms.Label();
			this.comboFilingCodeSubtype = new System.Windows.Forms.ComboBox();
			this.label15 = new System.Windows.Forms.Label();
			this.checkIsHidden = new System.Windows.Forms.CheckBox();
			this.checkCodeSubst = new System.Windows.Forms.CheckBox();
			this.checkShowBaseUnits = new System.Windows.Forms.CheckBox();
			this.comboFilingCode = new System.Windows.Forms.ComboBox();
			this.label13 = new System.Windows.Forms.Label();
			this.radioChangeAll = new System.Windows.Forms.RadioButton();
			this.groupChanges = new System.Windows.Forms.GroupBox();
			this.radioCreateNew = new System.Windows.Forms.RadioButton();
			this.gridBenefits = new OpenDental.UI.ODGrid();
			this.textDentaide = new OpenDental.ValidNumber();
			this.butPickCarrier = new OpenDental.UI.Button();
			this.butSearch = new OpenDental.UI.Button();
			this.butAudit = new OpenDental.UI.Button();
			this.butPick = new OpenDental.UI.Button();
			this.textPlanNote = new OpenDental.ODtextBox();
			this.butOK = new OpenDental.UI.Button();
			this.textOrdinal = new OpenDental.ValidNumber();
			this.butAdjAdd = new OpenDental.UI.Button();
			this.butDrop = new OpenDental.UI.Button();
			this.butLabel = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butHistoryElect = new OpenDental.UI.Button();
			this.butImportTrojan = new OpenDental.UI.Button();
			this.butGetElectronic = new OpenDental.UI.Button();
			this.butBenefitNotes = new OpenDental.UI.Button();
			this.butIapFind = new OpenDental.UI.Button();
			this.butChange = new OpenDental.UI.Button();
			this.textDateEffect = new OpenDental.ValidDate();
			this.textDateTerm = new OpenDental.ValidDate();
			this.textSubscNote = new OpenDental.ODtextBox();
			this.groupSubscriber.SuspendLayout();
			this.groupCoPay.SuspendLayout();
			this.groupRequestBen.SuspendLayout();
			this.panelPat.SuspendLayout();
			this.groupPlan.SuspendLayout();
			this.groupCarrier.SuspendLayout();
			this.panelPlan.SuspendLayout();
			this.groupCanadian.SuspendLayout();
			this.groupChanges.SuspendLayout();
			this.SuspendLayout();
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(7, 57);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100, 15);
			this.label5.TabIndex = 5;
			this.label5.Text = "Effective Dates";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(182, 57);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(36, 15);
			this.label6.TabIndex = 6;
			this.label6.Text = "To";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(5, 34);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(95, 15);
			this.label7.TabIndex = 7;
			this.label7.Text = "Phone";
			this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(16, 203);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(95, 15);
			this.label8.TabIndex = 8;
			this.label8.Text = "Group Name";
			this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelGroupNum
			// 
			this.labelGroupNum.Location = new System.Drawing.Point(16, 223);
			this.labelGroupNum.Name = "labelGroupNum";
			this.labelGroupNum.Size = new System.Drawing.Size(95, 15);
			this.labelGroupNum.TabIndex = 9;
			this.labelGroupNum.Text = "Group Num";
			this.labelGroupNum.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(5, 53);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(95, 15);
			this.label10.TabIndex = 10;
			this.label10.Text = "Address";
			this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelCitySTZip
			// 
			this.labelCitySTZip.Location = new System.Drawing.Point(5, 93);
			this.labelCitySTZip.Name = "labelCitySTZip";
			this.labelCitySTZip.Size = new System.Drawing.Size(95, 15);
			this.labelCitySTZip.TabIndex = 11;
			this.labelCitySTZip.Text = "City,ST,Zip";
			this.labelCitySTZip.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelElectronicID
			// 
			this.labelElectronicID.Location = new System.Drawing.Point(4, 113);
			this.labelElectronicID.Name = "labelElectronicID";
			this.labelElectronicID.Size = new System.Drawing.Size(95, 15);
			this.labelElectronicID.TabIndex = 15;
			this.labelElectronicID.Text = "Electronic ID";
			this.labelElectronicID.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label28
			// 
			this.label28.Location = new System.Drawing.Point(2, 78);
			this.label28.Name = "label28";
			this.label28.Size = new System.Drawing.Size(55, 41);
			this.label28.TabIndex = 28;
			this.label28.Text = "Note";
			this.label28.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textCarrier
			// 
			this.textCarrier.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.textCarrier.Location = new System.Drawing.Point(102, 11);
			this.textCarrier.MaxLength = 50;
			this.textCarrier.Name = "textCarrier";
			this.textCarrier.Size = new System.Drawing.Size(273, 21);
			this.textCarrier.TabIndex = 0;
			this.textCarrier.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textCarrier_KeyUp);
			this.textCarrier.Leave += new System.EventHandler(this.textCarrier_Leave);
			// 
			// textPhone
			// 
			this.textPhone.Location = new System.Drawing.Point(102, 31);
			this.textPhone.MaxLength = 30;
			this.textPhone.Name = "textPhone";
			this.textPhone.Size = new System.Drawing.Size(157, 20);
			this.textPhone.TabIndex = 1;
			this.textPhone.TextChanged += new System.EventHandler(this.textPhone_TextChanged);
			// 
			// textGroupName
			// 
			this.textGroupName.Location = new System.Drawing.Point(112, 200);
			this.textGroupName.MaxLength = 50;
			this.textGroupName.Name = "textGroupName";
			this.textGroupName.Size = new System.Drawing.Size(193, 20);
			this.textGroupName.TabIndex = 2;
			// 
			// textGroupNum
			// 
			this.textGroupNum.Location = new System.Drawing.Point(112, 220);
			this.textGroupNum.MaxLength = 20;
			this.textGroupNum.Name = "textGroupNum";
			this.textGroupNum.Size = new System.Drawing.Size(129, 20);
			this.textGroupNum.TabIndex = 3;
			// 
			// textAddress
			// 
			this.textAddress.Location = new System.Drawing.Point(102, 51);
			this.textAddress.MaxLength = 60;
			this.textAddress.Name = "textAddress";
			this.textAddress.Size = new System.Drawing.Size(291, 20);
			this.textAddress.TabIndex = 2;
			this.textAddress.TextChanged += new System.EventHandler(this.textAddress_TextChanged);
			// 
			// textCity
			// 
			this.textCity.Location = new System.Drawing.Point(102, 91);
			this.textCity.MaxLength = 40;
			this.textCity.Name = "textCity";
			this.textCity.Size = new System.Drawing.Size(155, 20);
			this.textCity.TabIndex = 4;
			this.textCity.TextChanged += new System.EventHandler(this.textCity_TextChanged);
			// 
			// textState
			// 
			this.textState.Location = new System.Drawing.Point(257, 91);
			this.textState.MaxLength = 2;
			this.textState.Name = "textState";
			this.textState.Size = new System.Drawing.Size(65, 20);
			this.textState.TabIndex = 5;
			this.textState.TextChanged += new System.EventHandler(this.textState_TextChanged);
			// 
			// textZip
			// 
			this.textZip.Location = new System.Drawing.Point(322, 91);
			this.textZip.MaxLength = 10;
			this.textZip.Name = "textZip";
			this.textZip.Size = new System.Drawing.Size(71, 20);
			this.textZip.TabIndex = 6;
			// 
			// textElectID
			// 
			this.textElectID.Location = new System.Drawing.Point(102, 111);
			this.textElectID.MaxLength = 20;
			this.textElectID.Name = "textElectID";
			this.textElectID.Size = new System.Drawing.Size(54, 20);
			this.textElectID.TabIndex = 7;
			this.textElectID.Validating += new System.ComponentModel.CancelEventHandler(this.textElectID_Validating);
			// 
			// textEmployer
			// 
			this.textEmployer.Location = new System.Drawing.Point(112, 26);
			this.textEmployer.MaxLength = 40;
			this.textEmployer.Name = "textEmployer";
			this.textEmployer.Size = new System.Drawing.Size(291, 20);
			this.textEmployer.TabIndex = 0;
			this.textEmployer.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textEmployer_KeyUp);
			this.textEmployer.Leave += new System.EventHandler(this.textEmployer_Leave);
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(33, 28);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(78, 15);
			this.label16.TabIndex = 73;
			this.label16.Text = "Employer";
			this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textAddress2
			// 
			this.textAddress2.Location = new System.Drawing.Point(102, 71);
			this.textAddress2.MaxLength = 60;
			this.textAddress2.Name = "textAddress2";
			this.textAddress2.Size = new System.Drawing.Size(291, 20);
			this.textAddress2.TabIndex = 3;
			this.textAddress2.TextChanged += new System.EventHandler(this.textAddress2_TextChanged);
			// 
			// label21
			// 
			this.label21.Location = new System.Drawing.Point(5, 74);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(95, 15);
			this.label21.TabIndex = 79;
			this.label21.Text = "Address 2";
			this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(18, 360);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(96, 16);
			this.label1.TabIndex = 91;
			this.label1.Text = "Fee Schedule";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkAssign
			// 
			this.checkAssign.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAssign.Location = new System.Drawing.Point(300, 54);
			this.checkAssign.Name = "checkAssign";
			this.checkAssign.Size = new System.Drawing.Size(199, 20);
			this.checkAssign.TabIndex = 4;
			this.checkAssign.Text = "Assignment of Benefits (pay dentist)";
			// 
			// checkRelease
			// 
			this.checkRelease.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkRelease.Location = new System.Drawing.Point(300, 36);
			this.checkRelease.Name = "checkRelease";
			this.checkRelease.Size = new System.Drawing.Size(199, 20);
			this.checkRelease.TabIndex = 3;
			this.checkRelease.Text = "Release of Information";
			// 
			// checkNoSendElect
			// 
			this.checkNoSendElect.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkNoSendElect.Location = new System.Drawing.Point(178, 133);
			this.checkNoSendElect.Name = "checkNoSendElect";
			this.checkNoSendElect.Size = new System.Drawing.Size(213, 17);
			this.checkNoSendElect.TabIndex = 8;
			this.checkNoSendElect.Text = "Don\'t Usually Send Electronically";
			// 
			// label23
			// 
			this.label23.Location = new System.Drawing.Point(17, 384);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(95, 15);
			this.label23.TabIndex = 96;
			this.label23.Text = "Claim Form";
			this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkAlternateCode
			// 
			this.checkAlternateCode.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAlternateCode.Location = new System.Drawing.Point(115, 293);
			this.checkAlternateCode.Name = "checkAlternateCode";
			this.checkAlternateCode.Size = new System.Drawing.Size(275, 16);
			this.checkAlternateCode.TabIndex = 2;
			this.checkAlternateCode.Text = "Use Alternate Code (for some Medicaid plans)";
			// 
			// checkClaimsUseUCR
			// 
			this.checkClaimsUseUCR.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkClaimsUseUCR.Location = new System.Drawing.Point(115, 325);
			this.checkClaimsUseUCR.Name = "checkClaimsUseUCR";
			this.checkClaimsUseUCR.Size = new System.Drawing.Size(275, 16);
			this.checkClaimsUseUCR.TabIndex = 4;
			this.checkClaimsUseUCR.Text = "Claims show UCR fee, not billed fee";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(20, 271);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(95, 16);
			this.label14.TabIndex = 104;
			this.label14.Text = "Plan Type";
			this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textSubscriber
			// 
			this.textSubscriber.Location = new System.Drawing.Point(109, 14);
			this.textSubscriber.Name = "textSubscriber";
			this.textSubscriber.ReadOnly = true;
			this.textSubscriber.Size = new System.Drawing.Size(298, 20);
			this.textSubscriber.TabIndex = 109;
			// 
			// groupSubscriber
			// 
			this.groupSubscriber.Controls.Add(this.butChange);
			this.groupSubscriber.Controls.Add(this.checkAssign);
			this.groupSubscriber.Controls.Add(this.label25);
			this.groupSubscriber.Controls.Add(this.checkRelease);
			this.groupSubscriber.Controls.Add(this.textSubscriber);
			this.groupSubscriber.Controls.Add(this.textSubscriberID);
			this.groupSubscriber.Controls.Add(this.label2);
			this.groupSubscriber.Controls.Add(this.textDateEffect);
			this.groupSubscriber.Controls.Add(this.label5);
			this.groupSubscriber.Controls.Add(this.textDateTerm);
			this.groupSubscriber.Controls.Add(this.label6);
			this.groupSubscriber.Controls.Add(this.textSubscNote);
			this.groupSubscriber.Controls.Add(this.label28);
			this.groupSubscriber.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupSubscriber.Location = new System.Drawing.Point(468, 94);
			this.groupSubscriber.Name = "groupSubscriber";
			this.groupSubscriber.Size = new System.Drawing.Size(502, 176);
			this.groupSubscriber.TabIndex = 2;
			this.groupSubscriber.TabStop = false;
			this.groupSubscriber.Text = "Subscriber Information";
			// 
			// label25
			// 
			this.label25.Location = new System.Drawing.Point(8, 18);
			this.label25.Name = "label25";
			this.label25.Size = new System.Drawing.Size(99, 15);
			this.label25.TabIndex = 115;
			this.label25.Text = "Name";
			this.label25.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textSubscriberID
			// 
			this.textSubscriberID.Location = new System.Drawing.Point(109, 34);
			this.textSubscriberID.MaxLength = 20;
			this.textSubscriberID.Name = "textSubscriberID";
			this.textSubscriberID.Size = new System.Drawing.Size(129, 20);
			this.textSubscriberID.TabIndex = 0;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 36);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(99, 15);
			this.label2.TabIndex = 114;
			this.label2.Text = "Subscriber ID";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboLinked
			// 
			this.comboLinked.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboLinked.Location = new System.Drawing.Point(150, 240);
			this.comboLinked.MaxDropDownItems = 30;
			this.comboLinked.Name = "comboLinked";
			this.comboLinked.Size = new System.Drawing.Size(253, 21);
			this.comboLinked.TabIndex = 68;
			// 
			// textLinkedNum
			// 
			this.textLinkedNum.BackColor = System.Drawing.Color.White;
			this.textLinkedNum.Location = new System.Drawing.Point(112, 240);
			this.textLinkedNum.Multiline = true;
			this.textLinkedNum.Name = "textLinkedNum";
			this.textLinkedNum.ReadOnly = true;
			this.textLinkedNum.Size = new System.Drawing.Size(37, 21);
			this.textLinkedNum.TabIndex = 67;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(6, 242);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(104, 17);
			this.label4.TabIndex = 66;
			this.label4.Text = "Other Subscribers";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboPlanType
			// 
			this.comboPlanType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPlanType.Location = new System.Drawing.Point(115, 270);
			this.comboPlanType.Name = "comboPlanType";
			this.comboPlanType.Size = new System.Drawing.Size(212, 21);
			this.comboPlanType.TabIndex = 1;
			this.comboPlanType.SelectionChangeCommitted += new System.EventHandler(this.comboPlanType_SelectionChangeCommitted);
			// 
			// checkIsMedical
			// 
			this.checkIsMedical.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsMedical.Location = new System.Drawing.Point(112, 9);
			this.checkIsMedical.Name = "checkIsMedical";
			this.checkIsMedical.Size = new System.Drawing.Size(202, 17);
			this.checkIsMedical.TabIndex = 113;
			this.checkIsMedical.Text = "Medical Insurance";
			// 
			// textDivisionNo
			// 
			this.textDivisionNo.Location = new System.Drawing.Point(296, 220);
			this.textDivisionNo.MaxLength = 20;
			this.textDivisionNo.Name = "textDivisionNo";
			this.textDivisionNo.Size = new System.Drawing.Size(107, 20);
			this.textDivisionNo.TabIndex = 3;
			// 
			// labelDivisionDash
			// 
			this.labelDivisionDash.Location = new System.Drawing.Point(242, 224);
			this.labelDivisionDash.Name = "labelDivisionDash";
			this.labelDivisionDash.Size = new System.Drawing.Size(53, 16);
			this.labelDivisionDash.TabIndex = 111;
			this.labelDivisionDash.Text = "Div. No.";
			this.labelDivisionDash.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboClaimForm
			// 
			this.comboClaimForm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClaimForm.Location = new System.Drawing.Point(115, 381);
			this.comboClaimForm.MaxDropDownItems = 30;
			this.comboClaimForm.Name = "comboClaimForm";
			this.comboClaimForm.Size = new System.Drawing.Size(212, 21);
			this.comboClaimForm.TabIndex = 7;
			// 
			// comboFeeSched
			// 
			this.comboFeeSched.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboFeeSched.Location = new System.Drawing.Point(115, 359);
			this.comboFeeSched.MaxDropDownItems = 30;
			this.comboFeeSched.Name = "comboFeeSched";
			this.comboFeeSched.Size = new System.Drawing.Size(212, 21);
			this.comboFeeSched.TabIndex = 6;
			// 
			// groupCoPay
			// 
			this.groupCoPay.Controls.Add(this.label12);
			this.groupCoPay.Controls.Add(this.comboAllowedFeeSched);
			this.groupCoPay.Controls.Add(this.label11);
			this.groupCoPay.Controls.Add(this.label3);
			this.groupCoPay.Controls.Add(this.comboCopay);
			this.groupCoPay.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupCoPay.Location = new System.Drawing.Point(8, 409);
			this.groupCoPay.Name = "groupCoPay";
			this.groupCoPay.Size = new System.Drawing.Size(404, 99);
			this.groupCoPay.TabIndex = 8;
			this.groupCoPay.TabStop = false;
			this.groupCoPay.Text = "Other Fee Schedules";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(1, 67);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(105, 27);
			this.label12.TabIndex = 111;
			this.label12.Text = "Carrier Allowed Amounts";
			this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboAllowedFeeSched
			// 
			this.comboAllowedFeeSched.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboAllowedFeeSched.Location = new System.Drawing.Point(107, 67);
			this.comboAllowedFeeSched.MaxDropDownItems = 30;
			this.comboAllowedFeeSched.Name = "comboAllowedFeeSched";
			this.comboAllowedFeeSched.Size = new System.Drawing.Size(212, 21);
			this.comboAllowedFeeSched.TabIndex = 1;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(1, 36);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(105, 26);
			this.label11.TabIndex = 109;
			this.label11.Text = "Patient Co-pay Amounts";
			this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(1, 19);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(390, 17);
			this.label3.TabIndex = 106;
			this.label3.Text = "Don\'t use these unless you understand how they will affect your estimates";
			// 
			// comboCopay
			// 
			this.comboCopay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboCopay.Location = new System.Drawing.Point(107, 37);
			this.comboCopay.MaxDropDownItems = 30;
			this.comboCopay.Name = "comboCopay";
			this.comboCopay.Size = new System.Drawing.Size(212, 21);
			this.comboCopay.TabIndex = 0;
			// 
			// comboElectIDdescript
			// 
			this.comboElectIDdescript.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboElectIDdescript.Location = new System.Drawing.Point(156, 111);
			this.comboElectIDdescript.MaxDropDownItems = 30;
			this.comboElectIDdescript.Name = "comboElectIDdescript";
			this.comboElectIDdescript.Size = new System.Drawing.Size(237, 21);
			this.comboElectIDdescript.TabIndex = 125;
			this.comboElectIDdescript.SelectedIndexChanged += new System.EventHandler(this.comboElectIDdescript_SelectedIndexChanged);
			// 
			// labelDrop
			// 
			this.labelDrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.labelDrop.Location = new System.Drawing.Point(101, 72);
			this.labelDrop.Name = "labelDrop";
			this.labelDrop.Size = new System.Drawing.Size(554, 15);
			this.labelDrop.TabIndex = 124;
			this.labelDrop.Text = "Drop a plan when a patient changes carriers or is no longer covered.  This does n" +
    "ot delete the plan.";
			this.labelDrop.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// groupRequestBen
			// 
			this.groupRequestBen.Controls.Add(this.butHistoryElect);
			this.groupRequestBen.Controls.Add(this.labelHistElect);
			this.groupRequestBen.Controls.Add(this.textElectBenLastDate);
			this.groupRequestBen.Controls.Add(this.butImportTrojan);
			this.groupRequestBen.Controls.Add(this.butGetElectronic);
			this.groupRequestBen.Controls.Add(this.butBenefitNotes);
			this.groupRequestBen.Controls.Add(this.butIapFind);
			this.groupRequestBen.Controls.Add(this.labelTrojanID);
			this.groupRequestBen.Controls.Add(this.textTrojanID);
			this.groupRequestBen.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupRequestBen.Location = new System.Drawing.Point(468, 269);
			this.groupRequestBen.Name = "groupRequestBen";
			this.groupRequestBen.Size = new System.Drawing.Size(502, 63);
			this.groupRequestBen.TabIndex = 10;
			this.groupRequestBen.TabStop = false;
			this.groupRequestBen.Text = "Request Electronic Benefits";
			// 
			// labelHistElect
			// 
			this.labelHistElect.Location = new System.Drawing.Point(3, 19);
			this.labelHistElect.Name = "labelHistElect";
			this.labelHistElect.Size = new System.Drawing.Size(84, 15);
			this.labelHistElect.TabIndex = 119;
			this.labelHistElect.Text = "Last Request";
			this.labelHistElect.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textElectBenLastDate
			// 
			this.textElectBenLastDate.Location = new System.Drawing.Point(89, 17);
			this.textElectBenLastDate.MaxLength = 30;
			this.textElectBenLastDate.Name = "textElectBenLastDate";
			this.textElectBenLastDate.Size = new System.Drawing.Size(73, 20);
			this.textElectBenLastDate.TabIndex = 118;
			// 
			// labelTrojanID
			// 
			this.labelTrojanID.Location = new System.Drawing.Point(360, 18);
			this.labelTrojanID.Name = "labelTrojanID";
			this.labelTrojanID.Size = new System.Drawing.Size(23, 15);
			this.labelTrojanID.TabIndex = 9;
			this.labelTrojanID.Text = "ID";
			this.labelTrojanID.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textTrojanID
			// 
			this.textTrojanID.Location = new System.Drawing.Point(387, 14);
			this.textTrojanID.MaxLength = 30;
			this.textTrojanID.Name = "textTrojanID";
			this.textTrojanID.Size = new System.Drawing.Size(109, 20);
			this.textTrojanID.TabIndex = 8;
			// 
			// label26
			// 
			this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label26.Location = new System.Drawing.Point(20, 22);
			this.label26.Name = "label26";
			this.label26.Size = new System.Drawing.Size(148, 14);
			this.label26.TabIndex = 127;
			this.label26.Text = "Relationship to Subscriber";
			this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// panel1
			// 
			this.panel1.BackColor = System.Drawing.SystemColors.ControlText;
			this.panel1.Location = new System.Drawing.Point(0, 90);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(988, 2);
			this.panel1.TabIndex = 128;
			// 
			// comboRelationship
			// 
			this.comboRelationship.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboRelationship.Location = new System.Drawing.Point(170, 18);
			this.comboRelationship.MaxDropDownItems = 30;
			this.comboRelationship.Name = "comboRelationship";
			this.comboRelationship.Size = new System.Drawing.Size(151, 21);
			this.comboRelationship.TabIndex = 0;
			// 
			// label31
			// 
			this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label31.Location = new System.Drawing.Point(396, 23);
			this.label31.Name = "label31";
			this.label31.Size = new System.Drawing.Size(109, 14);
			this.label31.TabIndex = 130;
			this.label31.Text = "Order";
			this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkIsPending
			// 
			this.checkIsPending.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsPending.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsPending.Location = new System.Drawing.Point(396, 42);
			this.checkIsPending.Name = "checkIsPending";
			this.checkIsPending.Size = new System.Drawing.Size(125, 16);
			this.checkIsPending.TabIndex = 3;
			this.checkIsPending.Text = "Pending";
			this.checkIsPending.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label32
			// 
			this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label32.Location = new System.Drawing.Point(5, 94);
			this.label32.Name = "label32";
			this.label32.Size = new System.Drawing.Size(304, 19);
			this.label32.TabIndex = 134;
			this.label32.Text = "Insurance Plan Information";
			// 
			// label33
			// 
			this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label33.Location = new System.Drawing.Point(5, 0);
			this.label33.Name = "label33";
			this.label33.Size = new System.Drawing.Size(188, 19);
			this.label33.TabIndex = 135;
			this.label33.Text = "Patient Information";
			// 
			// listAdj
			// 
			this.listAdj.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.listAdj.Items.AddRange(new object[] {
            "03/05/2001       Ins Used:  $124.00       Ded Used:  $50.00",
            "03/05/2002       Ins Used:  $0.00       Ded Used:  $50.00"});
			this.listAdj.Location = new System.Drawing.Point(613, 28);
			this.listAdj.Name = "listAdj";
			this.listAdj.Size = new System.Drawing.Size(341, 56);
			this.listAdj.TabIndex = 137;
			this.listAdj.DoubleClick += new System.EventHandler(this.listAdj_DoubleClick);
			// 
			// label35
			// 
			this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label35.Location = new System.Drawing.Point(613, 8);
			this.label35.Name = "label35";
			this.label35.Size = new System.Drawing.Size(218, 17);
			this.label35.TabIndex = 138;
			this.label35.Text = "Adjustments to Insurance Benefits: ";
			this.label35.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textPatID
			// 
			this.textPatID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.textPatID.Location = new System.Drawing.Point(170, 40);
			this.textPatID.MaxLength = 100;
			this.textPatID.Name = "textPatID";
			this.textPatID.Size = new System.Drawing.Size(151, 20);
			this.textPatID.TabIndex = 1;
			// 
			// labelPatID
			// 
			this.labelPatID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelPatID.Location = new System.Drawing.Point(30, 42);
			this.labelPatID.Name = "labelPatID";
			this.labelPatID.Size = new System.Drawing.Size(138, 16);
			this.labelPatID.TabIndex = 143;
			this.labelPatID.Text = "Optional Patient ID";
			this.labelPatID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// panelPat
			// 
			this.panelPat.Controls.Add(this.comboRelationship);
			this.panelPat.Controls.Add(this.label33);
			this.panelPat.Controls.Add(this.textOrdinal);
			this.panelPat.Controls.Add(this.butAdjAdd);
			this.panelPat.Controls.Add(this.listAdj);
			this.panelPat.Controls.Add(this.label35);
			this.panelPat.Controls.Add(this.textPatID);
			this.panelPat.Controls.Add(this.labelPatID);
			this.panelPat.Controls.Add(this.labelDrop);
			this.panelPat.Controls.Add(this.butDrop);
			this.panelPat.Controls.Add(this.label26);
			this.panelPat.Controls.Add(this.label31);
			this.panelPat.Controls.Add(this.checkIsPending);
			this.panelPat.Location = new System.Drawing.Point(0, 0);
			this.panelPat.Name = "panelPat";
			this.panelPat.Size = new System.Drawing.Size(982, 90);
			this.panelPat.TabIndex = 15;
			// 
			// textPlanNum
			// 
			this.textPlanNum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.textPlanNum.Location = new System.Drawing.Point(310, 676);
			this.textPlanNum.Name = "textPlanNum";
			this.textPlanNum.Size = new System.Drawing.Size(100, 20);
			this.textPlanNum.TabIndex = 148;
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(7, 13);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(94, 15);
			this.label17.TabIndex = 152;
			this.label17.Text = "Carrier";
			this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(12, 563);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(272, 15);
			this.label18.TabIndex = 156;
			this.label18.Text = "Plan Note";
			this.label18.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// groupPlan
			// 
			this.groupPlan.Controls.Add(this.textBIN);
			this.groupPlan.Controls.Add(this.labelBIN);
			this.groupPlan.Controls.Add(this.textDivisionNo);
			this.groupPlan.Controls.Add(this.textGroupName);
			this.groupPlan.Controls.Add(this.textEmployer);
			this.groupPlan.Controls.Add(this.groupCarrier);
			this.groupPlan.Controls.Add(this.checkIsMedical);
			this.groupPlan.Controls.Add(this.textGroupNum);
			this.groupPlan.Controls.Add(this.labelGroupNum);
			this.groupPlan.Controls.Add(this.label8);
			this.groupPlan.Controls.Add(this.comboLinked);
			this.groupPlan.Controls.Add(this.textLinkedNum);
			this.groupPlan.Controls.Add(this.label16);
			this.groupPlan.Controls.Add(this.label4);
			this.groupPlan.Controls.Add(this.labelDivisionDash);
			this.groupPlan.Location = new System.Drawing.Point(3, 3);
			this.groupPlan.Name = "groupPlan";
			this.groupPlan.Size = new System.Drawing.Size(425, 264);
			this.groupPlan.TabIndex = 0;
			this.groupPlan.TabStop = false;
			// 
			// textBIN
			// 
			this.textBIN.Location = new System.Drawing.Point(341, 200);
			this.textBIN.MaxLength = 20;
			this.textBIN.Name = "textBIN";
			this.textBIN.Size = new System.Drawing.Size(62, 20);
			this.textBIN.TabIndex = 115;
			// 
			// labelBIN
			// 
			this.labelBIN.Location = new System.Drawing.Point(307, 201);
			this.labelBIN.Name = "labelBIN";
			this.labelBIN.Size = new System.Drawing.Size(32, 16);
			this.labelBIN.TabIndex = 114;
			this.labelBIN.Text = "BIN";
			this.labelBIN.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupCarrier
			// 
			this.groupCarrier.Controls.Add(this.butPickCarrier);
			this.groupCarrier.Controls.Add(this.textPhone);
			this.groupCarrier.Controls.Add(this.textAddress);
			this.groupCarrier.Controls.Add(this.comboElectIDdescript);
			this.groupCarrier.Controls.Add(this.textElectID);
			this.groupCarrier.Controls.Add(this.butSearch);
			this.groupCarrier.Controls.Add(this.textAddress2);
			this.groupCarrier.Controls.Add(this.textZip);
			this.groupCarrier.Controls.Add(this.checkNoSendElect);
			this.groupCarrier.Controls.Add(this.label10);
			this.groupCarrier.Controls.Add(this.textCity);
			this.groupCarrier.Controls.Add(this.label7);
			this.groupCarrier.Controls.Add(this.textCarrier);
			this.groupCarrier.Controls.Add(this.labelElectronicID);
			this.groupCarrier.Controls.Add(this.label21);
			this.groupCarrier.Controls.Add(this.label17);
			this.groupCarrier.Controls.Add(this.textState);
			this.groupCarrier.Controls.Add(this.labelCitySTZip);
			this.groupCarrier.Location = new System.Drawing.Point(10, 44);
			this.groupCarrier.Name = "groupCarrier";
			this.groupCarrier.Size = new System.Drawing.Size(402, 155);
			this.groupCarrier.TabIndex = 1;
			this.groupCarrier.TabStop = false;
			this.groupCarrier.Text = "Carrier";
			// 
			// panelPlan
			// 
			this.panelPlan.AutoScroll = true;
			this.panelPlan.AutoScrollMargin = new System.Drawing.Size(0, 10);
			this.panelPlan.BackColor = System.Drawing.SystemColors.Control;
			this.panelPlan.Controls.Add(this.comboCobRule);
			this.panelPlan.Controls.Add(this.label20);
			this.panelPlan.Controls.Add(this.groupCanadian);
			this.panelPlan.Controls.Add(this.comboFilingCodeSubtype);
			this.panelPlan.Controls.Add(this.label15);
			this.panelPlan.Controls.Add(this.checkIsHidden);
			this.panelPlan.Controls.Add(this.checkCodeSubst);
			this.panelPlan.Controls.Add(this.checkShowBaseUnits);
			this.panelPlan.Controls.Add(this.comboFeeSched);
			this.panelPlan.Controls.Add(this.groupPlan);
			this.panelPlan.Controls.Add(this.comboFilingCode);
			this.panelPlan.Controls.Add(this.groupCoPay);
			this.panelPlan.Controls.Add(this.comboPlanType);
			this.panelPlan.Controls.Add(this.label13);
			this.panelPlan.Controls.Add(this.comboClaimForm);
			this.panelPlan.Controls.Add(this.label1);
			this.panelPlan.Controls.Add(this.label14);
			this.panelPlan.Controls.Add(this.label23);
			this.panelPlan.Controls.Add(this.checkAlternateCode);
			this.panelPlan.Controls.Add(this.checkClaimsUseUCR);
			this.panelPlan.Location = new System.Drawing.Point(8, 116);
			this.panelPlan.Name = "panelPlan";
			this.panelPlan.Size = new System.Drawing.Size(454, 438);
			this.panelPlan.TabIndex = 0;
			// 
			// comboCobRule
			// 
			this.comboCobRule.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboCobRule.Location = new System.Drawing.Point(115, 512);
			this.comboCobRule.MaxDropDownItems = 30;
			this.comboCobRule.Name = "comboCobRule";
			this.comboCobRule.Size = new System.Drawing.Size(111, 21);
			this.comboCobRule.TabIndex = 167;
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(17, 515);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(95, 15);
			this.label20.TabIndex = 168;
			this.label20.Text = "COB Rule";
			this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupCanadian
			// 
			this.groupCanadian.Controls.Add(this.label19);
			this.groupCanadian.Controls.Add(this.textCanadianInstCode);
			this.groupCanadian.Controls.Add(this.label9);
			this.groupCanadian.Controls.Add(this.textCanadianDiagCode);
			this.groupCanadian.Controls.Add(this.checkIsPMP);
			this.groupCanadian.Controls.Add(this.label24);
			this.groupCanadian.Controls.Add(this.label22);
			this.groupCanadian.Controls.Add(this.textPlanFlag);
			this.groupCanadian.Controls.Add(this.textDentaide);
			this.groupCanadian.Controls.Add(this.labelDentaide);
			this.groupCanadian.Location = new System.Drawing.Point(8, 600);
			this.groupCanadian.Name = "groupCanadian";
			this.groupCanadian.Size = new System.Drawing.Size(404, 129);
			this.groupCanadian.TabIndex = 12;
			this.groupCanadian.TabStop = false;
			this.groupCanadian.Text = "Canadian";
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(37, 106);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(140, 19);
			this.label19.TabIndex = 173;
			this.label19.Text = "Institution Code";
			this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textCanadianInstCode
			// 
			this.textCanadianInstCode.Location = new System.Drawing.Point(181, 103);
			this.textCanadianInstCode.MaxLength = 20;
			this.textCanadianInstCode.Name = "textCanadianInstCode";
			this.textCanadianInstCode.Size = new System.Drawing.Size(88, 20);
			this.textCanadianInstCode.TabIndex = 172;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(37, 85);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(140, 19);
			this.label9.TabIndex = 171;
			this.label9.Text = "Diagnostic Code";
			this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textCanadianDiagCode
			// 
			this.textCanadianDiagCode.Location = new System.Drawing.Point(181, 82);
			this.textCanadianDiagCode.MaxLength = 20;
			this.textCanadianDiagCode.Name = "textCanadianDiagCode";
			this.textCanadianDiagCode.Size = new System.Drawing.Size(88, 20);
			this.textCanadianDiagCode.TabIndex = 170;
			// 
			// checkIsPMP
			// 
			this.checkIsPMP.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsPMP.Location = new System.Drawing.Point(18, 62);
			this.checkIsPMP.Name = "checkIsPMP";
			this.checkIsPMP.Size = new System.Drawing.Size(178, 17);
			this.checkIsPMP.TabIndex = 169;
			this.checkIsPMP.Text = "Is Provincial Medical Plan";
			this.checkIsPMP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsPMP.UseVisualStyleBackColor = true;
			// 
			// label24
			// 
			this.label24.Location = new System.Drawing.Point(221, 39);
			this.label24.Name = "label24";
			this.label24.Size = new System.Drawing.Size(140, 19);
			this.label24.TabIndex = 168;
			this.label24.Text = "A, V, N, or blank";
			this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label22
			// 
			this.label22.Location = new System.Drawing.Point(37, 41);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(140, 19);
			this.label22.TabIndex = 167;
			this.label22.Text = "Plan Flag";
			this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textPlanFlag
			// 
			this.textPlanFlag.Location = new System.Drawing.Point(181, 38);
			this.textPlanFlag.MaxLength = 20;
			this.textPlanFlag.Name = "textPlanFlag";
			this.textPlanFlag.Size = new System.Drawing.Size(37, 20);
			this.textPlanFlag.TabIndex = 1;
			// 
			// labelDentaide
			// 
			this.labelDentaide.Location = new System.Drawing.Point(37, 20);
			this.labelDentaide.Name = "labelDentaide";
			this.labelDentaide.Size = new System.Drawing.Size(140, 19);
			this.labelDentaide.TabIndex = 160;
			this.labelDentaide.Text = "Dentaide Card Sequence";
			this.labelDentaide.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboFilingCodeSubtype
			// 
			this.comboFilingCodeSubtype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboFilingCodeSubtype.Location = new System.Drawing.Point(115, 556);
			this.comboFilingCodeSubtype.MaxDropDownItems = 30;
			this.comboFilingCodeSubtype.Name = "comboFilingCodeSubtype";
			this.comboFilingCodeSubtype.Size = new System.Drawing.Size(212, 21);
			this.comboFilingCodeSubtype.TabIndex = 10;
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(3, 558);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(110, 19);
			this.label15.TabIndex = 166;
			this.label15.Text = "Filing Code Subtype";
			this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// checkIsHidden
			// 
			this.checkIsHidden.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsHidden.Location = new System.Drawing.Point(115, 341);
			this.checkIsHidden.Name = "checkIsHidden";
			this.checkIsHidden.Size = new System.Drawing.Size(275, 16);
			this.checkIsHidden.TabIndex = 5;
			this.checkIsHidden.Text = "Hidden";
			// 
			// checkCodeSubst
			// 
			this.checkCodeSubst.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkCodeSubst.Location = new System.Drawing.Point(115, 309);
			this.checkCodeSubst.Name = "checkCodeSubst";
			this.checkCodeSubst.Size = new System.Drawing.Size(275, 16);
			this.checkCodeSubst.TabIndex = 3;
			this.checkCodeSubst.Text = "Don\'t Substitute Codes (e.g. posterior composites)";
			// 
			// checkShowBaseUnits
			// 
			this.checkShowBaseUnits.Location = new System.Drawing.Point(115, 582);
			this.checkShowBaseUnits.Name = "checkShowBaseUnits";
			this.checkShowBaseUnits.Size = new System.Drawing.Size(289, 17);
			this.checkShowBaseUnits.TabIndex = 11;
			this.checkShowBaseUnits.Text = "Claims show base units (Does not affect billed amount)";
			this.checkShowBaseUnits.UseVisualStyleBackColor = true;
			// 
			// comboFilingCode
			// 
			this.comboFilingCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboFilingCode.Location = new System.Drawing.Point(115, 534);
			this.comboFilingCode.MaxDropDownItems = 30;
			this.comboFilingCode.Name = "comboFilingCode";
			this.comboFilingCode.Size = new System.Drawing.Size(212, 21);
			this.comboFilingCode.TabIndex = 9;
			this.comboFilingCode.SelectionChangeCommitted += new System.EventHandler(this.comboFilingCode_SelectionChangeCommitted);
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(13, 536);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(100, 19);
			this.label13.TabIndex = 158;
			this.label13.Text = "Filing Code";
			this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// radioChangeAll
			// 
			this.radioChangeAll.Location = new System.Drawing.Point(6, 25);
			this.radioChangeAll.Name = "radioChangeAll";
			this.radioChangeAll.Size = new System.Drawing.Size(211, 17);
			this.radioChangeAll.TabIndex = 158;
			this.radioChangeAll.Text = "Change Plan for all subscribers";
			this.radioChangeAll.UseVisualStyleBackColor = true;
			// 
			// groupChanges
			// 
			this.groupChanges.Controls.Add(this.radioCreateNew);
			this.groupChanges.Controls.Add(this.radioChangeAll);
			this.groupChanges.Location = new System.Drawing.Point(467, 653);
			this.groupChanges.Name = "groupChanges";
			this.groupChanges.Size = new System.Drawing.Size(240, 45);
			this.groupChanges.TabIndex = 159;
			this.groupChanges.TabStop = false;
			// 
			// radioCreateNew
			// 
			this.radioCreateNew.Checked = true;
			this.radioCreateNew.Location = new System.Drawing.Point(6, 8);
			this.radioCreateNew.Name = "radioCreateNew";
			this.radioCreateNew.Size = new System.Drawing.Size(211, 17);
			this.radioCreateNew.TabIndex = 159;
			this.radioCreateNew.TabStop = true;
			this.radioCreateNew.Text = "Create new Plan if needed";
			this.radioCreateNew.UseVisualStyleBackColor = true;
			// 
			// gridBenefits
			// 
			this.gridBenefits.HScrollVisible = false;
			this.gridBenefits.Location = new System.Drawing.Point(468, 332);
			this.gridBenefits.Name = "gridBenefits";
			this.gridBenefits.ScrollValue = 0;
			this.gridBenefits.SelectionMode = OpenDental.UI.GridSelectionMode.None;
			this.gridBenefits.Size = new System.Drawing.Size(502, 326);
			this.gridBenefits.TabIndex = 146;
			this.gridBenefits.Title = "Benefit Information";
			this.gridBenefits.TranslationName = "TableBenefits";
			this.gridBenefits.DoubleClick += new System.EventHandler(this.gridBenefits_DoubleClick);
			// 
			// textDentaide
			// 
			this.textDentaide.Location = new System.Drawing.Point(181, 17);
			this.textDentaide.MaxVal = 255;
			this.textDentaide.MinVal = 0;
			this.textDentaide.Name = "textDentaide";
			this.textDentaide.Size = new System.Drawing.Size(37, 20);
			this.textDentaide.TabIndex = 0;
			// 
			// butPickCarrier
			// 
			this.butPickCarrier.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPickCarrier.Autosize = true;
			this.butPickCarrier.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPickCarrier.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPickCarrier.CornerRadius = 3F;
			this.butPickCarrier.Location = new System.Drawing.Point(376, 11);
			this.butPickCarrier.Name = "butPickCarrier";
			this.butPickCarrier.Size = new System.Drawing.Size(19, 20);
			this.butPickCarrier.TabIndex = 153;
			this.butPickCarrier.Text = "...";
			this.butPickCarrier.Click += new System.EventHandler(this.butPickCarrier_Click);
			// 
			// butSearch
			// 
			this.butSearch.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSearch.Autosize = true;
			this.butSearch.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSearch.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSearch.CornerRadius = 4F;
			this.butSearch.Location = new System.Drawing.Point(86, 132);
			this.butSearch.Name = "butSearch";
			this.butSearch.Size = new System.Drawing.Size(84, 20);
			this.butSearch.TabIndex = 124;
			this.butSearch.Text = "Search IDs";
			this.butSearch.Click += new System.EventHandler(this.butSearch_Click);
			// 
			// butAudit
			// 
			this.butAudit.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAudit.Autosize = true;
			this.butAudit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAudit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAudit.CornerRadius = 4F;
			this.butAudit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAudit.Location = new System.Drawing.Point(229, 93);
			this.butAudit.Name = "butAudit";
			this.butAudit.Size = new System.Drawing.Size(69, 23);
			this.butAudit.TabIndex = 153;
			this.butAudit.Text = "Audit Trail";
			this.butAudit.Click += new System.EventHandler(this.butAudit_Click);
			// 
			// butPick
			// 
			this.butPick.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPick.Autosize = true;
			this.butPick.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPick.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPick.CornerRadius = 4F;
			this.butPick.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butPick.Location = new System.Drawing.Point(326, 93);
			this.butPick.Name = "butPick";
			this.butPick.Size = new System.Drawing.Size(90, 23);
			this.butPick.TabIndex = 153;
			this.butPick.Text = "Pick From List";
			this.butPick.Click += new System.EventHandler(this.butPick_Click);
			// 
			// textPlanNote
			// 
			this.textPlanNote.AcceptsTab = true;
			this.textPlanNote.DetectUrls = false;
			this.textPlanNote.Location = new System.Drawing.Point(14, 581);
			this.textPlanNote.Name = "textPlanNote";
			this.textPlanNote.QuickPasteType = OpenDentBusiness.QuickPasteType.InsPlan;
			this.textPlanNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textPlanNote.Size = new System.Drawing.Size(395, 85);
			this.textPlanNote.TabIndex = 1;
			this.textPlanNote.Text = "1 - InsPlan\n2\n3 lines will show here in 46 vert.\n4 lines will show here in 59 ver" +
    "t.\n5 lines in 72 vert\n6 in 85";
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(810, 673);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 24);
			this.butOK.TabIndex = 3;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textOrdinal
			// 
			this.textOrdinal.Location = new System.Drawing.Point(508, 22);
			this.textOrdinal.MaxVal = 10;
			this.textOrdinal.MinVal = 1;
			this.textOrdinal.Name = "textOrdinal";
			this.textOrdinal.Size = new System.Drawing.Size(45, 20);
			this.textOrdinal.TabIndex = 2;
			// 
			// butAdjAdd
			// 
			this.butAdjAdd.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAdjAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butAdjAdd.Autosize = true;
			this.butAdjAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAdjAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAdjAdd.CornerRadius = 4F;
			this.butAdjAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.butAdjAdd.Location = new System.Drawing.Point(895, 6);
			this.butAdjAdd.Name = "butAdjAdd";
			this.butAdjAdd.Size = new System.Drawing.Size(59, 21);
			this.butAdjAdd.TabIndex = 4;
			this.butAdjAdd.Text = "Add";
			this.butAdjAdd.Click += new System.EventHandler(this.butAdjAdd_Click);
			// 
			// butDrop
			// 
			this.butDrop.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDrop.Autosize = true;
			this.butDrop.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDrop.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDrop.CornerRadius = 4F;
			this.butDrop.Location = new System.Drawing.Point(7, 67);
			this.butDrop.Name = "butDrop";
			this.butDrop.Size = new System.Drawing.Size(72, 21);
			this.butDrop.TabIndex = 5;
			this.butDrop.Text = "Drop";
			this.butDrop.Click += new System.EventHandler(this.butDrop_Click);
			// 
			// butLabel
			// 
			this.butLabel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butLabel.Autosize = true;
			this.butLabel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butLabel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butLabel.CornerRadius = 4F;
			this.butLabel.Image = global::OpenDental.Properties.Resources.butLabel;
			this.butLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butLabel.Location = new System.Drawing.Point(201, 673);
			this.butLabel.Name = "butLabel";
			this.butLabel.Size = new System.Drawing.Size(81, 24);
			this.butLabel.TabIndex = 125;
			this.butLabel.Text = "Label";
			this.butLabel.Click += new System.EventHandler(this.butLabel_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(13, 673);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(81, 24);
			this.butDelete.TabIndex = 112;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(896, 673);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 24);
			this.butCancel.TabIndex = 14;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butHistoryElect
			// 
			this.butHistoryElect.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butHistoryElect.Autosize = true;
			this.butHistoryElect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butHistoryElect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butHistoryElect.CornerRadius = 4F;
			this.butHistoryElect.Location = new System.Drawing.Point(89, 38);
			this.butHistoryElect.Name = "butHistoryElect";
			this.butHistoryElect.Size = new System.Drawing.Size(73, 21);
			this.butHistoryElect.TabIndex = 120;
			this.butHistoryElect.Text = "History";
			this.toolTip1.SetToolTip(this.butHistoryElect, "Edit all the similar plans at once");
			this.butHistoryElect.Click += new System.EventHandler(this.butHistoryElect_Click);
			// 
			// butImportTrojan
			// 
			this.butImportTrojan.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butImportTrojan.Autosize = true;
			this.butImportTrojan.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butImportTrojan.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butImportTrojan.CornerRadius = 4F;
			this.butImportTrojan.Location = new System.Drawing.Point(294, 15);
			this.butImportTrojan.Name = "butImportTrojan";
			this.butImportTrojan.Size = new System.Drawing.Size(69, 21);
			this.butImportTrojan.TabIndex = 0;
			this.butImportTrojan.Text = "Trojan";
			this.toolTip1.SetToolTip(this.butImportTrojan, "Edit all the similar plans at once");
			this.butImportTrojan.Click += new System.EventHandler(this.butImportTrojan_Click);
			// 
			// butGetElectronic
			// 
			this.butGetElectronic.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butGetElectronic.Autosize = true;
			this.butGetElectronic.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butGetElectronic.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butGetElectronic.CornerRadius = 4F;
			this.butGetElectronic.Location = new System.Drawing.Point(11, 38);
			this.butGetElectronic.Name = "butGetElectronic";
			this.butGetElectronic.Size = new System.Drawing.Size(73, 21);
			this.butGetElectronic.TabIndex = 116;
			this.butGetElectronic.Text = "Request";
			this.toolTip1.SetToolTip(this.butGetElectronic, "Edit all the similar plans at once");
			this.butGetElectronic.Click += new System.EventHandler(this.butGetElectronic_Click);
			// 
			// butBenefitNotes
			// 
			this.butBenefitNotes.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butBenefitNotes.Autosize = true;
			this.butBenefitNotes.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butBenefitNotes.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butBenefitNotes.CornerRadius = 4F;
			this.butBenefitNotes.Location = new System.Drawing.Point(387, 38);
			this.butBenefitNotes.Name = "butBenefitNotes";
			this.butBenefitNotes.Size = new System.Drawing.Size(98, 21);
			this.butBenefitNotes.TabIndex = 2;
			this.butBenefitNotes.Text = "Trojan/IAP Note";
			this.toolTip1.SetToolTip(this.butBenefitNotes, "Edit all the similar plans at once");
			this.butBenefitNotes.Click += new System.EventHandler(this.butBenefitNotes_Click);
			// 
			// butIapFind
			// 
			this.butIapFind.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butIapFind.Autosize = true;
			this.butIapFind.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butIapFind.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butIapFind.CornerRadius = 4F;
			this.butIapFind.Location = new System.Drawing.Point(294, 38);
			this.butIapFind.Name = "butIapFind";
			this.butIapFind.Size = new System.Drawing.Size(69, 21);
			this.butIapFind.TabIndex = 1;
			this.butIapFind.Text = "IAP";
			this.toolTip1.SetToolTip(this.butIapFind, "Edit all the similar plans at once");
			this.butIapFind.Click += new System.EventHandler(this.butIapFind_Click);
			// 
			// butChange
			// 
			this.butChange.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butChange.Autosize = true;
			this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butChange.CornerRadius = 4F;
			this.butChange.Location = new System.Drawing.Point(413, 13);
			this.butChange.Name = "butChange";
			this.butChange.Size = new System.Drawing.Size(73, 21);
			this.butChange.TabIndex = 121;
			this.butChange.Text = "Change";
			this.toolTip1.SetToolTip(this.butChange, "Change subscriber name");
			this.butChange.Click += new System.EventHandler(this.butChange_Click);
			// 
			// textDateEffect
			// 
			this.textDateEffect.Location = new System.Drawing.Point(109, 54);
			this.textDateEffect.Name = "textDateEffect";
			this.textDateEffect.Size = new System.Drawing.Size(72, 20);
			this.textDateEffect.TabIndex = 1;
			// 
			// textDateTerm
			// 
			this.textDateTerm.Location = new System.Drawing.Point(221, 54);
			this.textDateTerm.Name = "textDateTerm";
			this.textDateTerm.Size = new System.Drawing.Size(72, 20);
			this.textDateTerm.TabIndex = 2;
			// 
			// textSubscNote
			// 
			this.textSubscNote.AcceptsTab = true;
			this.textSubscNote.DetectUrls = false;
			this.textSubscNote.Location = new System.Drawing.Point(57, 75);
			this.textSubscNote.Name = "textSubscNote";
			this.textSubscNote.QuickPasteType = OpenDentBusiness.QuickPasteType.InsPlan;
			this.textSubscNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textSubscNote.Size = new System.Drawing.Size(439, 98);
			this.textSubscNote.TabIndex = 5;
			this.textSubscNote.Text = "1 - InsPlan subscriber\n2\n3 lines will show here in 46 vert.\n4 lines will show her" +
    "e in 59 vert.\n5 lines in 72 vert\n6 lines in 85 vert\n7 lines in 98";
			// 
			// FormInsPlan
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(982, 700);
			this.Controls.Add(this.gridBenefits);
			this.Controls.Add(this.groupChanges);
			this.Controls.Add(this.panelPlan);
			this.Controls.Add(this.butAudit);
			this.Controls.Add(this.butPick);
			this.Controls.Add(this.textPlanNote);
			this.Controls.Add(this.label18);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.textPlanNum);
			this.Controls.Add(this.panelPat);
			this.Controls.Add(this.butLabel);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.label32);
			this.Controls.Add(this.groupRequestBen);
			this.Controls.Add(this.groupSubscriber);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormInsPlan";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Insurance Plan";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.FormInsPlan_Closing);
			this.Load += new System.EventHandler(this.FormInsPlan_Load);
			this.groupSubscriber.ResumeLayout(false);
			this.groupSubscriber.PerformLayout();
			this.groupCoPay.ResumeLayout(false);
			this.groupRequestBen.ResumeLayout(false);
			this.groupRequestBen.PerformLayout();
			this.panelPat.ResumeLayout(false);
			this.panelPat.PerformLayout();
			this.groupPlan.ResumeLayout(false);
			this.groupPlan.PerformLayout();
			this.groupCarrier.ResumeLayout(false);
			this.groupCarrier.PerformLayout();
			this.panelPlan.ResumeLayout(false);
			this.groupCanadian.ResumeLayout(false);
			this.groupCanadian.PerformLayout();
			this.groupChanges.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		private void InitializeComponent() {
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFinanceCharges));
			this.textDate = new OpenDental.ValidDate();
			this.label1 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.radio30 = new System.Windows.Forms.RadioButton();
			this.radio90 = new System.Windows.Forms.RadioButton();
			this.radio60 = new System.Windows.Forms.RadioButton();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.textAPR = new OpenDental.ValidNum();
			this.textDateLastRun = new OpenDental.ValidDate();
			this.label5 = new System.Windows.Forms.Label();
			this.butUndo = new OpenDental.UI.Button();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.textDateUndo = new OpenDental.ValidDate();
			this.label6 = new System.Windows.Forms.Label();
			this.listBillType = new System.Windows.Forms.ListBox();
			this.label7 = new System.Windows.Forms.Label();
			this.panel1 = new System.Windows.Forms.Panel();
			this.label8 = new System.Windows.Forms.Label();
			this.textBillingCharge = new OpenDental.ValidDouble();
			this.radioBillingCharge = new System.Windows.Forms.RadioButton();
			this.radioFinanceCharge = new System.Windows.Forms.RadioButton();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(171, 42);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(78, 20);
			this.textDate.TabIndex = 15;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(15, 46);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(154, 14);
			this.label1.TabIndex = 20;
			this.label1.Text = "Date of new charges";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.radio30);
			this.groupBox1.Controls.Add(this.radio90);
			this.groupBox1.Controls.Add(this.radio60);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(58, 154);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(167, 98);
			this.groupBox1.TabIndex = 16;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Calculate on balances aged";
			// 
			// radio30
			// 
			this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radio30.Location = new System.Drawing.Point(13, 24);
			this.radio30.Name = "radio30";
			this.radio30.Size = new System.Drawing.Size(104, 16);
			this.radio30.TabIndex = 1;
			this.radio30.Text = "Over 30 Days";
			// 
			// radio90
			// 
			this.radio90.Checked = true;
			this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radio90.Location = new System.Drawing.Point(13, 70);
			this.radio90.Name = "radio90";
			this.radio90.Size = new System.Drawing.Size(104, 18);
			this.radio90.TabIndex = 3;
			this.radio90.TabStop = true;
			this.radio90.Text = "Over 90 Days";
			// 
			// radio60
			// 
			this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radio60.Location = new System.Drawing.Point(13, 46);
			this.radio60.Name = "radio60";
			this.radio60.Size = new System.Drawing.Size(104, 18);
			this.radio60.TabIndex = 2;
			this.radio60.Text = "Over 60 Days";
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(588, 380);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 25);
			this.butCancel.TabIndex = 19;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(588, 346);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 25);
			this.butOK.TabIndex = 18;
			this.butOK.Text = "Run";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(69, 14);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(80, 14);
			this.label2.TabIndex = 22;
			this.label2.Text = "APR";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(196, 14);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(12, 14);
			this.label3.TabIndex = 23;
			this.label3.Text = "%";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(214, 14);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(102, 14);
			this.label4.TabIndex = 24;
			this.label4.Text = "(For Example: 18)";
			// 
			// textAPR
			// 
			this.textAPR.Location = new System.Drawing.Point(149, 11);
			this.textAPR.MaxVal = 255;
			this.textAPR.MinVal = 0;
			this.textAPR.Name = "textAPR";
			this.textAPR.Size = new System.Drawing.Size(42, 20);
			this.textAPR.TabIndex = 26;
			// 
			// textDateLastRun
			// 
			this.textDateLastRun.Location = new System.Drawing.Point(171, 16);
			this.textDateLastRun.Name = "textDateLastRun";
			this.textDateLastRun.ReadOnly = true;
			this.textDateLastRun.Size = new System.Drawing.Size(78, 20);
			this.textDateLastRun.TabIndex = 27;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(12, 20);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(157, 14);
			this.label5.TabIndex = 28;
			this.label5.Text = "Date last run";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butUndo
			// 
			this.butUndo.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butUndo.Autosize = true;
			this.butUndo.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butUndo.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butUndo.CornerRadius = 4F;
			this.butUndo.Location = new System.Drawing.Point(113, 48);
			this.butUndo.Name = "butUndo";
			this.butUndo.Size = new System.Drawing.Size(78, 25);
			this.butUndo.TabIndex = 30;
			this.butUndo.Text = "Undo";
			this.butUndo.Click += new System.EventHandler(this.butUndo_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.textDateUndo);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.butUndo);
			this.groupBox2.Location = new System.Drawing.Point(58, 318);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(263, 87);
			this.groupBox2.TabIndex = 31;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Undo finance/billing charges";
			// 
			// textDateUndo
			// 
			this.textDateUndo.Location = new System.Drawing.Point(113, 19);
			this.textDateUndo.Name = "textDateUndo";
			this.textDateUndo.ReadOnly = true;
			this.textDateUndo.Size = new System.Drawing.Size(78, 20);
			this.textDateUndo.TabIndex = 31;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(16, 23);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(95, 14);
			this.label6.TabIndex = 32;
			this.label6.Text = "Date to undo";
			this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// listBillType
			// 
			this.listBillType.Location = new System.Drawing.Point(388, 34);
			this.listBillType.Name = "listBillType";
			this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listBillType.Size = new System.Drawing.Size(158, 186);
			this.listBillType.TabIndex = 32;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(387, 16);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(214, 16);
			this.label7.TabIndex = 33;
			this.label7.Text = "Only apply to these Billing Types";
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.label8);
			this.panel1.Controls.Add(this.textBillingCharge);
			this.panel1.Controls.Add(this.radioBillingCharge);
			this.panel1.Controls.Add(this.radioFinanceCharge);
			this.panel1.Controls.Add(this.label2);
			this.panel1.Controls.Add(this.textAPR);
			this.panel1.Controls.Add(this.label3);
			this.panel1.Controls.Add(this.label4);
			this.panel1.Location = new System.Drawing.Point(58, 68);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(319, 70);
			this.panel1.TabIndex = 34;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(136, 42);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(12, 14);
			this.label8.TabIndex = 28;
			this.label8.Text = "$";
			this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textBillingCharge
			// 
			this.textBillingCharge.BackColor = System.Drawing.SystemColors.Window;
			this.textBillingCharge.Location = new System.Drawing.Point(149, 39);
			this.textBillingCharge.Name = "textBillingCharge";
			this.textBillingCharge.ReadOnly = true;
			this.textBillingCharge.Size = new System.Drawing.Size(42, 20);
			this.textBillingCharge.TabIndex = 27;
			// 
			// radioBillingCharge
			// 
			this.radioBillingCharge.AutoSize = true;
			this.radioBillingCharge.Location = new System.Drawing.Point(13, 40);
			this.radioBillingCharge.Name = "radioBillingCharge";
			this.radioBillingCharge.Size = new System.Drawing.Size(89, 17);
			this.radioBillingCharge.TabIndex = 1;
			this.radioBillingCharge.TabStop = true;
			this.radioBillingCharge.Text = "Billing Charge";
			this.radioBillingCharge.UseVisualStyleBackColor = true;
			this.radioBillingCharge.CheckedChanged += new System.EventHandler(this.radioBillingCharge_CheckedChanged);
			// 
			// radioFinanceCharge
			// 
			this.radioFinanceCharge.AutoSize = true;
			this.radioFinanceCharge.Checked = true;
			this.radioFinanceCharge.Location = new System.Drawing.Point(13, 12);
			this.radioFinanceCharge.Name = "radioFinanceCharge";
			this.radioFinanceCharge.Size = new System.Drawing.Size(100, 17);
			this.radioFinanceCharge.TabIndex = 0;
			this.radioFinanceCharge.TabStop = true;
			this.radioFinanceCharge.Text = "Finance Charge";
			this.radioFinanceCharge.UseVisualStyleBackColor = true;
			this.radioFinanceCharge.CheckedChanged += new System.EventHandler(this.radioFinanceCharge_CheckedChanged);
			// 
			// FormFinanceCharges
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(692, 440);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.listBillType);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.textDateLastRun);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormFinanceCharges";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Finance/Billing Charges";
			this.Load += new System.EventHandler(this.FormFinanceCharges_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRxEdit));
     this.butCancel   = new OpenDental.UI.Button();
     this.butOK       = new OpenDental.UI.Button();
     this.textSig     = new System.Windows.Forms.TextBox();
     this.textDisp    = new System.Windows.Forms.TextBox();
     this.textRefills = new System.Windows.Forms.TextBox();
     this.textDrug    = new System.Windows.Forms.TextBox();
     this.label6      = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.textDate    = new OpenDental.ValidDate();
     this.listProv    = new System.Windows.Forms.ListBox();
     this.label7      = new System.Windows.Forms.Label();
     this.pd2         = new System.Drawing.Printing.PrintDocument();
     this.butPrint    = new OpenDental.UI.Button();
     this.butDelete   = new OpenDental.UI.Button();
     this.textNotes   = new OpenDental.ODtextBox();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(618, 424);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 9;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(618, 384);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 8;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // textSig
     //
     this.textSig.AcceptsReturn = true;
     this.textSig.Location      = new System.Drawing.Point(110, 104);
     this.textSig.Multiline     = true;
     this.textSig.Name          = "textSig";
     this.textSig.Size          = new System.Drawing.Size(254, 44);
     this.textSig.TabIndex      = 2;
     //
     // textDisp
     //
     this.textDisp.Location = new System.Drawing.Point(110, 160);
     this.textDisp.Name     = "textDisp";
     this.textDisp.Size     = new System.Drawing.Size(112, 20);
     this.textDisp.TabIndex = 3;
     //
     // textRefills
     //
     this.textRefills.Location = new System.Drawing.Point(110, 194);
     this.textRefills.Name     = "textRefills";
     this.textRefills.Size     = new System.Drawing.Size(114, 20);
     this.textRefills.TabIndex = 4;
     //
     // textDrug
     //
     this.textDrug.Location = new System.Drawing.Point(110, 72);
     this.textDrug.Name     = "textDrug";
     this.textDrug.Size     = new System.Drawing.Size(254, 20);
     this.textDrug.TabIndex = 1;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(17, 108);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(89, 14);
     this.label6.TabIndex  = 17;
     this.label6.Text      = "Sig";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(7, 164);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(99, 14);
     this.label5.TabIndex  = 16;
     this.label5.Text      = "Disp";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(7, 198);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(99, 14);
     this.label4.TabIndex  = 15;
     this.label4.Text      = "Refills";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(11, 232);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(95, 14);
     this.label3.TabIndex  = 14;
     this.label3.Text      = "Notes";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(13, 74);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(93, 14);
     this.label1.TabIndex  = 13;
     this.label1.Text      = "Drug";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(3, 44);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(105, 14);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(110, 40);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(100, 20);
     this.textDate.TabIndex = 0;
     //
     // listProv
     //
     this.listProv.Location = new System.Drawing.Point(524, 28);
     this.listProv.Name     = "listProv";
     this.listProv.Size     = new System.Drawing.Size(120, 212);
     this.listProv.TabIndex = 6;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(522, 10);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(103, 14);
     this.label7.TabIndex = 28;
     this.label7.Text     = "Provider";
     //
     // pd2
     //
     this.pd2.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.pd2_PrintPage);
     //
     // butPrint
     //
     this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPrint.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.Autosize     = true;
     this.butPrint.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPrint.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPrint.CornerRadius = 4F;
     this.butPrint.Image        = global::OpenDental.Properties.Resources.butPrintSmall;
     this.butPrint.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location     = new System.Drawing.Point(482, 424);
     this.butPrint.Name         = "butPrint";
     this.butPrint.Size         = new System.Drawing.Size(88, 26);
     this.butPrint.TabIndex     = 29;
     this.butPrint.Text         = "&Print";
     this.butPrint.Click       += new System.EventHandler(this.butPrint_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(38, 424);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(88, 26);
     this.butDelete.TabIndex     = 30;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // textNotes
     //
     this.textNotes.AcceptsReturn  = true;
     this.textNotes.Location       = new System.Drawing.Point(110, 231);
     this.textNotes.Multiline      = true;
     this.textNotes.Name           = "textNotes";
     this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.Rx;
     this.textNotes.ScrollBars     = System.Windows.Forms.ScrollBars.Vertical;
     this.textNotes.Size           = new System.Drawing.Size(373, 111);
     this.textNotes.TabIndex       = 31;
     //
     // FormRxEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(710, 472);
     this.Controls.Add(this.textNotes);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textSig);
     this.Controls.Add(this.textDisp);
     this.Controls.Add(this.textRefills);
     this.Controls.Add(this.textDrug);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.listProv);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRxEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Rx";
     this.Load         += new System.EventHandler(this.FormRxEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimPayBatch));
			this.textBankBranch = new System.Windows.Forms.TextBox();
			this.textCheckNum = new System.Windows.Forms.TextBox();
			this.textNote = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.labelClinic = new System.Windows.Forms.Label();
			this.textCarrierName = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.gridAttached = new OpenDental.UI.ODGrid();
			this.labelDateIssued = new System.Windows.Forms.Label();
			this.textClinic = new System.Windows.Forms.TextBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.gridOut = new OpenDental.UI.ODGrid();
			this.labelInstruct1 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.labelInstruct2 = new System.Windows.Forms.Label();
			this.menuRightAttached = new System.Windows.Forms.ContextMenu();
			this.menuItemGotoAccount = new System.Windows.Forms.MenuItem();
			this.menuRightOut = new System.Windows.Forms.ContextMenu();
			this.menuItemGotoOut = new System.Windows.Forms.MenuItem();
			this.label1 = new System.Windows.Forms.Label();
			this.textEobIsScanned = new System.Windows.Forms.TextBox();
			this.textShow = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.butRefresh = new OpenDental.UI.Button();
			this.butDown = new OpenDental.UI.Button();
			this.textTotal = new OpenDental.ValidDouble();
			this.butAttach = new OpenDental.UI.Button();
			this.butView = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.butUp = new OpenDental.UI.Button();
			this.butDetach = new OpenDental.UI.Button();
			this.textDateIssued = new OpenDental.ValidDate();
			this.butClaimPayEdit = new OpenDental.UI.Button();
			this.textAmount = new OpenDental.ValidDouble();
			this.textDate = new OpenDental.ValidDate();
			this.butDelete = new OpenDental.UI.Button();
			this.butClose = new OpenDental.UI.Button();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// textBankBranch
			// 
			this.textBankBranch.Location = new System.Drawing.Point(362,82);
			this.textBankBranch.MaxLength = 25;
			this.textBankBranch.Name = "textBankBranch";
			this.textBankBranch.ReadOnly = true;
			this.textBankBranch.Size = new System.Drawing.Size(100,20);
			this.textBankBranch.TabIndex = 2;
			// 
			// textCheckNum
			// 
			this.textCheckNum.Location = new System.Drawing.Point(362,61);
			this.textCheckNum.MaxLength = 25;
			this.textCheckNum.Name = "textCheckNum";
			this.textCheckNum.ReadOnly = true;
			this.textCheckNum.Size = new System.Drawing.Size(100,20);
			this.textCheckNum.TabIndex = 1;
			// 
			// textNote
			// 
			this.textNote.Location = new System.Drawing.Point(362,40);
			this.textNote.MaxLength = 255;
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.ReadOnly = true;
			this.textNote.Size = new System.Drawing.Size(288,20);
			this.textNote.TabIndex = 3;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(23,44);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(96,16);
			this.label6.TabIndex = 37;
			this.label6.Text = "Payment Date";
			this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(24,86);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(95,16);
			this.label5.TabIndex = 36;
			this.label5.Text = "Amount";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(269,63);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(90,16);
			this.label4.TabIndex = 35;
			this.label4.Text = "Check #";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(270,85);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(91,16);
			this.label3.TabIndex = 34;
			this.label3.Text = "Bank-Branch";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(254,41);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(104,16);
			this.label2.TabIndex = 33;
			this.label2.Text = "Note";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(32,22);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(86,14);
			this.labelClinic.TabIndex = 91;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textCarrierName
			// 
			this.textCarrierName.Location = new System.Drawing.Point(362,19);
			this.textCarrierName.MaxLength = 25;
			this.textCarrierName.Name = "textCarrierName";
			this.textCarrierName.ReadOnly = true;
			this.textCarrierName.Size = new System.Drawing.Size(288,20);
			this.textCarrierName.TabIndex = 93;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(252,21);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(109,16);
			this.label7.TabIndex = 94;
			this.label7.Text = "Carrier Name";
			this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// gridAttached
			// 
			this.gridAttached.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.gridAttached.HScrollVisible = false;
			this.gridAttached.Location = new System.Drawing.Point(230,125);
			this.gridAttached.Name = "gridAttached";
			this.gridAttached.ScrollValue = 0;
			this.gridAttached.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridAttached.Size = new System.Drawing.Size(660,226);
			this.gridAttached.TabIndex = 95;
			this.gridAttached.Title = "Attached to this Payment";
			this.gridAttached.TranslationName = "TableClaimPaySplits";
			this.gridAttached.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAttached_CellDoubleClick);
			this.gridAttached.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridAttached_MouseUp);
			// 
			// labelDateIssued
			// 
			this.labelDateIssued.Location = new System.Drawing.Point(23,65);
			this.labelDateIssued.Name = "labelDateIssued";
			this.labelDateIssued.Size = new System.Drawing.Size(96,16);
			this.labelDateIssued.TabIndex = 97;
			this.labelDateIssued.Text = "Date Issued";
			this.labelDateIssued.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textClinic
			// 
			this.textClinic.Location = new System.Drawing.Point(121,19);
			this.textClinic.MaxLength = 25;
			this.textClinic.Name = "textClinic";
			this.textClinic.ReadOnly = true;
			this.textClinic.Size = new System.Drawing.Size(123,20);
			this.textClinic.TabIndex = 93;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.labelClinic);
			this.groupBox1.Controls.Add(this.textDateIssued);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.labelDateIssued);
			this.groupBox1.Controls.Add(this.butClaimPayEdit);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.textClinic);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.textCarrierName);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.textNote);
			this.groupBox1.Controls.Add(this.textCheckNum);
			this.groupBox1.Controls.Add(this.textBankBranch);
			this.groupBox1.Controls.Add(this.textAmount);
			this.groupBox1.Controls.Add(this.textDate);
			this.groupBox1.Location = new System.Drawing.Point(230,6);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(660,110);
			this.groupBox1.TabIndex = 98;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Payment Details";
			// 
			// gridOut
			// 
			this.gridOut.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.gridOut.HScrollVisible = false;
			this.gridOut.Location = new System.Drawing.Point(230,387);
			this.gridOut.Name = "gridOut";
			this.gridOut.ScrollValue = 0;
			this.gridOut.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridOut.Size = new System.Drawing.Size(660,243);
			this.gridOut.TabIndex = 99;
			this.gridOut.Title = "All Outstanding Claims";
			this.gridOut.TranslationName = "TableClaimPaySplits";
			this.gridOut.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridOut_CellDoubleClick);
			this.gridOut.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridOut_MouseUp);
			// 
			// labelInstruct1
			// 
			this.labelInstruct1.Font = new System.Drawing.Font("Microsoft Sans Serif",10F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelInstruct1.Location = new System.Drawing.Point(9,1);
			this.labelInstruct1.Name = "labelInstruct1";
			this.labelInstruct1.Size = new System.Drawing.Size(177,20);
			this.labelInstruct1.TabIndex = 102;
			this.labelInstruct1.Text = "Instructions";
			this.labelInstruct1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(701,362);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(92,16);
			this.label8.TabIndex = 36;
			this.label8.Text = "Total Payments";
			this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelInstruct2
			// 
			this.labelInstruct2.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelInstruct2.Location = new System.Drawing.Point(10,27);
			this.labelInstruct2.Name = "labelInstruct2";
			this.labelInstruct2.Size = new System.Drawing.Size(207,527);
			this.labelInstruct2.TabIndex = 105;
			this.labelInstruct2.Text = resources.GetString("labelInstruct2.Text");
			// 
			// menuRightAttached
			// 
			this.menuRightAttached.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemGotoAccount});
			// 
			// menuItemGotoAccount
			// 
			this.menuItemGotoAccount.Index = 0;
			this.menuItemGotoAccount.Text = "Go to Account";
			this.menuItemGotoAccount.Click += new System.EventHandler(this.menuItemGotoAccount_Click);
			// 
			// menuRightOut
			// 
			this.menuRightOut.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemGotoOut});
			// 
			// menuItemGotoOut
			// 
			this.menuItemGotoOut.Index = 0;
			this.menuItemGotoOut.Text = "Go to Account";
			this.menuItemGotoOut.Click += new System.EventHandler(this.menuItemGotoOut_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(21,583);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(123,16);
			this.label1.TabIndex = 108;
			this.label1.Text = "EOB is Scanned";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textEobIsScanned
			// 
			this.textEobIsScanned.Location = new System.Drawing.Point(145,580);
			this.textEobIsScanned.MaxLength = 25;
			this.textEobIsScanned.Name = "textEobIsScanned";
			this.textEobIsScanned.ReadOnly = true;
			this.textEobIsScanned.Size = new System.Drawing.Size(72,20);
			this.textEobIsScanned.TabIndex = 110;
			// 
			// textShow
			// 
			this.textShow.Location = new System.Drawing.Point(359,359);
			this.textShow.Name = "textShow";
			this.textShow.Size = new System.Drawing.Size(132,20);
			this.textShow.TabIndex = 112;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(313,361);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(46,16);
			this.label9.TabIndex = 113;
			this.label9.Text = "Show";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butRefresh
			// 
			this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butRefresh.Autosize = true;
			this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butRefresh.CornerRadius = 4F;
			this.butRefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butRefresh.Location = new System.Drawing.Point(494,357);
			this.butRefresh.Name = "butRefresh";
			this.butRefresh.Size = new System.Drawing.Size(54,24);
			this.butRefresh.TabIndex = 114;
			this.butRefresh.Text = "Refresh";
			this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click);
			// 
			// butDown
			// 
			this.butDown.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDown.Autosize = true;
			this.butDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDown.CornerRadius = 4F;
			this.butDown.Image = global::OpenDental.Properties.Resources.down;
			this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDown.Location = new System.Drawing.Point(271,357);
			this.butDown.Name = "butDown";
			this.butDown.Size = new System.Drawing.Size(39,24);
			this.butDown.TabIndex = 104;
			this.butDown.Text = "#";
			this.butDown.Click += new System.EventHandler(this.butDown_Click);
			// 
			// textTotal
			// 
			this.textTotal.Location = new System.Drawing.Point(792,359);
			this.textTotal.Name = "textTotal";
			this.textTotal.ReadOnly = true;
			this.textTotal.Size = new System.Drawing.Size(81,20);
			this.textTotal.TabIndex = 0;
			this.textTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// butAttach
			// 
			this.butAttach.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAttach.Autosize = true;
			this.butAttach.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAttach.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAttach.CornerRadius = 4F;
			this.butAttach.Image = global::OpenDental.Properties.Resources.up;
			this.butAttach.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAttach.Location = new System.Drawing.Point(554,357);
			this.butAttach.Name = "butAttach";
			this.butAttach.Size = new System.Drawing.Size(71,24);
			this.butAttach.TabIndex = 111;
			this.butAttach.Text = "Attach";
			this.butAttach.Click += new System.EventHandler(this.butAttach_Click);
			// 
			// butView
			// 
			this.butView.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butView.Autosize = true;
			this.butView.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butView.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butView.CornerRadius = 4F;
			this.butView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butView.Location = new System.Drawing.Point(145,606);
			this.butView.Name = "butView";
			this.butView.Size = new System.Drawing.Size(72,24);
			this.butView.TabIndex = 109;
			this.butView.Text = "View";
			this.butView.Click += new System.EventHandler(this.butView_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(734,646);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,24);
			this.butOK.TabIndex = 107;
			this.butOK.Text = "OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butUp
			// 
			this.butUp.AdjustImageLocation = new System.Drawing.Point(0,1);
			this.butUp.Autosize = true;
			this.butUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butUp.CornerRadius = 4F;
			this.butUp.Image = global::OpenDental.Properties.Resources.up;
			this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butUp.Location = new System.Drawing.Point(230,357);
			this.butUp.Name = "butUp";
			this.butUp.Size = new System.Drawing.Size(39,24);
			this.butUp.TabIndex = 103;
			this.butUp.Text = "#";
			this.butUp.Click += new System.EventHandler(this.butUp_Click);
			// 
			// butDetach
			// 
			this.butDetach.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDetach.Autosize = true;
			this.butDetach.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDetach.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDetach.CornerRadius = 4F;
			this.butDetach.Image = global::OpenDental.Properties.Resources.down;
			this.butDetach.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDetach.Location = new System.Drawing.Point(627,357);
			this.butDetach.Name = "butDetach";
			this.butDetach.Size = new System.Drawing.Size(71,24);
			this.butDetach.TabIndex = 101;
			this.butDetach.Text = "Detach";
			this.butDetach.Click += new System.EventHandler(this.butDetach_Click);
			// 
			// textDateIssued
			// 
			this.textDateIssued.Location = new System.Drawing.Point(121,61);
			this.textDateIssued.Name = "textDateIssued";
			this.textDateIssued.ReadOnly = true;
			this.textDateIssued.Size = new System.Drawing.Size(68,20);
			this.textDateIssued.TabIndex = 96;
			this.textDateIssued.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// butClaimPayEdit
			// 
			this.butClaimPayEdit.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClaimPayEdit.Autosize = true;
			this.butClaimPayEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClaimPayEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClaimPayEdit.CornerRadius = 4F;
			this.butClaimPayEdit.Location = new System.Drawing.Point(575,78);
			this.butClaimPayEdit.Name = "butClaimPayEdit";
			this.butClaimPayEdit.Size = new System.Drawing.Size(75,24);
			this.butClaimPayEdit.TabIndex = 6;
			this.butClaimPayEdit.Text = "Edit";
			this.butClaimPayEdit.Click += new System.EventHandler(this.butClaimPayEdit_Click);
			// 
			// textAmount
			// 
			this.textAmount.Location = new System.Drawing.Point(121,82);
			this.textAmount.Name = "textAmount";
			this.textAmount.ReadOnly = true;
			this.textAmount.Size = new System.Drawing.Size(68,20);
			this.textAmount.TabIndex = 0;
			this.textAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(121,40);
			this.textDate.Name = "textDate";
			this.textDate.ReadOnly = true;
			this.textDate.Size = new System.Drawing.Size(68,20);
			this.textDate.TabIndex = 3;
			this.textDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(13,646);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(79,24);
			this.butDelete.TabIndex = 52;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butClose
			// 
			this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
			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(815,646);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(75,24);
			this.butClose.TabIndex = 0;
			this.butClose.Text = "Cancel";
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// FormClaimPayBatch
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(902,676);
			this.Controls.Add(this.butRefresh);
			this.Controls.Add(this.textShow);
			this.Controls.Add(this.butDown);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.textTotal);
			this.Controls.Add(this.butAttach);
			this.Controls.Add(this.textEobIsScanned);
			this.Controls.Add(this.butView);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.labelInstruct2);
			this.Controls.Add(this.butUp);
			this.Controls.Add(this.labelInstruct1);
			this.Controls.Add(this.butDetach);
			this.Controls.Add(this.gridOut);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.gridAttached);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butClose);
			this.Controls.Add(this.label8);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormClaimPayBatch";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Insurance Payment (EOB)";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormClaimPayBatch_FormClosing);
			this.Load += new System.EventHandler(this.FormClaimPayEdit_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 17
0
		private void InitializeComponent(){
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProcEdit));
			this.labelDate = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.labelTooth = new System.Windows.Forms.Label();
			this.labelSurfaces = new System.Windows.Forms.Label();
			this.labelAmount = new System.Windows.Forms.Label();
			this.textProc = new System.Windows.Forms.TextBox();
			this.textTooth = new System.Windows.Forms.TextBox();
			this.textSurfaces = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.textDesc = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.labelRange = new System.Windows.Forms.Label();
			this.textRange = new System.Windows.Forms.TextBox();
			this.groupQuadrant = new System.Windows.Forms.GroupBox();
			this.radioLR = new System.Windows.Forms.RadioButton();
			this.radioLL = new System.Windows.Forms.RadioButton();
			this.radioUL = new System.Windows.Forms.RadioButton();
			this.radioUR = new System.Windows.Forms.RadioButton();
			this.groupArch = new System.Windows.Forms.GroupBox();
			this.radioL = new System.Windows.Forms.RadioButton();
			this.radioU = new System.Windows.Forms.RadioButton();
			this.panelSurfaces = new System.Windows.Forms.Panel();
			this.groupSextant = new System.Windows.Forms.GroupBox();
			this.radioS6 = new System.Windows.Forms.RadioButton();
			this.radioS5 = new System.Windows.Forms.RadioButton();
			this.radioS4 = new System.Windows.Forms.RadioButton();
			this.radioS2 = new System.Windows.Forms.RadioButton();
			this.radioS3 = new System.Windows.Forms.RadioButton();
			this.radioS1 = new System.Windows.Forms.RadioButton();
			this.label9 = new System.Windows.Forms.Label();
			this.labelDx = new System.Windows.Forms.Label();
			this.panel1 = new System.Windows.Forms.Panel();
			this.textTimeFinal = new System.Windows.Forms.TextBox();
			this.labelTimeFinal = new System.Windows.Forms.Label();
			this.textTimeStart = new System.Windows.Forms.TextBox();
			this.textTimeEnd = new System.Windows.Forms.TextBox();
			this.label27 = new System.Windows.Forms.Label();
			this.label26 = new System.Windows.Forms.Label();
			this.listBoxTeeth = new System.Windows.Forms.ListBox();
			this.label12 = new System.Windows.Forms.Label();
			this.labelStartTime = new System.Windows.Forms.Label();
			this.labelEndTime = new System.Windows.Forms.Label();
			this.listBoxTeeth2 = new System.Windows.Forms.ListBox();
			this.textDrugQty = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.textDrugNDC = new System.Windows.Forms.TextBox();
			this.comboDrugUnit = new System.Windows.Forms.ComboBox();
			this.label1 = new System.Windows.Forms.Label();
			this.textRevCode = new System.Windows.Forms.TextBox();
			this.label22 = new System.Windows.Forms.Label();
			this.textUnitQty = new System.Windows.Forms.TextBox();
			this.label21 = new System.Windows.Forms.Label();
			this.textCodeMod4 = new System.Windows.Forms.TextBox();
			this.textCodeMod3 = new System.Windows.Forms.TextBox();
			this.textCodeMod2 = new System.Windows.Forms.TextBox();
			this.label19 = new System.Windows.Forms.Label();
			this.textCodeMod1 = new System.Windows.Forms.TextBox();
			this.checkIsPrincDiag = new System.Windows.Forms.CheckBox();
			this.label11 = new System.Windows.Forms.Label();
			this.textDiagnosticCode = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.textMedicalCode = new System.Windows.Forms.TextBox();
			this.labelClaim = new System.Windows.Forms.Label();
			this.comboPlaceService = new System.Windows.Forms.ComboBox();
			this.labelPlaceService = new System.Windows.Forms.Label();
			this.labelPriority = new System.Windows.Forms.Label();
			this.labelSetComplete = new System.Windows.Forms.Label();
			this.checkNoBillIns = new System.Windows.Forms.CheckBox();
			this.labelIncomplete = new System.Windows.Forms.Label();
			this.comboClinic = new System.Windows.Forms.ComboBox();
			this.labelClinic = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.comboPriority = new System.Windows.Forms.ComboBox();
			this.comboDx = new System.Windows.Forms.ComboBox();
			this.comboProvNum = new System.Windows.Forms.ComboBox();
			this.textUser = new System.Windows.Forms.TextBox();
			this.comboBillingTypeTwo = new System.Windows.Forms.ComboBox();
			this.labelBillingTypeTwo = new System.Windows.Forms.Label();
			this.comboBillingTypeOne = new System.Windows.Forms.ComboBox();
			this.labelBillingTypeOne = new System.Windows.Forms.Label();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.labelInvalidSig = new System.Windows.Forms.Label();
			this.textSite = new System.Windows.Forms.TextBox();
			this.labelSite = new System.Windows.Forms.Label();
			this.checkHideGraphics = new System.Windows.Forms.CheckBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.listProsth = new System.Windows.Forms.ListBox();
			this.groupProsth = new System.Windows.Forms.GroupBox();
			this.checkTypeCodeA = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeB = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeC = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeE = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeL = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeX = new System.Windows.Forms.CheckBox();
			this.checkTypeCodeS = new System.Windows.Forms.CheckBox();
			this.groupCanadianProcTypeCode = new System.Windows.Forms.GroupBox();
			this.labelDPCpost = new System.Windows.Forms.Label();
			this.comboDPCpost = new System.Windows.Forms.ComboBox();
			this.labelScheduleBy = new System.Windows.Forms.Label();
			this.checkIsRepair = new System.Windows.Forms.CheckBox();
			this.checkIsEffComm = new System.Windows.Forms.CheckBox();
			this.checkIsOnCall = new System.Windows.Forms.CheckBox();
			this.comboDPC = new System.Windows.Forms.ComboBox();
			this.comboStatus = new System.Windows.Forms.ComboBox();
			this.labelStatus = new System.Windows.Forms.Label();
			this.labelDateStop = new System.Windows.Forms.Label();
			this.labelDateSched = new System.Windows.Forms.Label();
			this.labelDPC = new System.Windows.Forms.Label();
			this.comboPrognosis = new System.Windows.Forms.ComboBox();
			this.labelPrognosis = new System.Windows.Forms.Label();
			this.comboProcStatus = new System.Windows.Forms.ComboBox();
			this.label13 = new System.Windows.Forms.Label();
			this.textReferral = new System.Windows.Forms.TextBox();
			this.labelClaimNote = new System.Windows.Forms.Label();
			this.tabControl = new System.Windows.Forms.TabControl();
			this.tabPageFinancial = new System.Windows.Forms.TabPage();
			this.tabPageMedical = new System.Windows.Forms.TabPage();
			this.label17 = new System.Windows.Forms.Label();
			this.comboUnitType = new System.Windows.Forms.ComboBox();
			this.tabPageMisc = new System.Windows.Forms.TabPage();
			this.textBillingNote = new System.Windows.Forms.TextBox();
			this.label18 = new System.Windows.Forms.Label();
			this.tabPageCanada = new System.Windows.Forms.TabPage();
			this.labelCanadaLabFee2 = new System.Windows.Forms.Label();
			this.labelCanadaLabFee1 = new System.Windows.Forms.Label();
			this.tabPageOrion = new System.Windows.Forms.TabPage();
			this.labelLocked = new System.Windows.Forms.Label();
			this.gridIns = new OpenDental.UI.ODGrid();
			this.label20 = new System.Windows.Forms.Label();
			this.textSnomedBodySite = new System.Windows.Forms.TextBox();
			this.butSearch = new OpenDental.UI.Button();
			this.butLock = new OpenDental.UI.Button();
			this.butInvalidate = new OpenDental.UI.Button();
			this.butAppend = new OpenDental.UI.Button();
			this.butAddEstimate = new OpenDental.UI.Button();
			this.tbAdj = new OpenDental.TableProcAdj();
			this.tbPay = new OpenDental.TableProcPay();
			this.butAddAdjust = new OpenDental.UI.Button();
			this.butNoneSnomedBodySite = new OpenDental.UI.Button();
			this.butSnomedBodySiteSelect = new OpenDental.UI.Button();
			this.butPickSite = new OpenDental.UI.Button();
			this.textCanadaLabFee2 = new OpenDental.ValidDouble();
			this.textCanadaLabFee1 = new OpenDental.ValidDouble();
			this.textDateStop = new OpenDental.ValidDate();
			this.textDateScheduled = new OpenDental.ValidDate();
			this.textClaimNote = new OpenDental.ODtextBox();
			this.butReferral = new OpenDental.UI.Button();
			this.butPickProv = new OpenDental.UI.Button();
			this.butTopazSign = new OpenDental.UI.Button();
			this.buttonUseAutoNote = new OpenDental.UI.Button();
			this.sigBox = new OpenDental.UI.SignatureBox();
			this.butClearSig = new OpenDental.UI.Button();
			this.textDateOriginalProsth = new OpenDental.ValidDate();
			this.textNotes = new OpenDental.ODtextBox();
			this.butSetComplete = new OpenDental.UI.Button();
			this.butEditAnyway = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textDate = new OpenDental.ValidDate();
			this.butNow = new OpenDental.UI.Button();
			this.butD = new OpenDental.UI.Button();
			this.butBF = new OpenDental.UI.Button();
			this.butL = new OpenDental.UI.Button();
			this.butM = new OpenDental.UI.Button();
			this.butV = new OpenDental.UI.Button();
			this.butOI = new OpenDental.UI.Button();
			this.textDateTP = new OpenDental.ValidDate();
			this.textDateEntry = new OpenDental.ValidDate();
			this.textProcFee = new OpenDental.ValidDouble();
			this.butChange = new OpenDental.UI.Button();
			this.groupQuadrant.SuspendLayout();
			this.groupArch.SuspendLayout();
			this.panelSurfaces.SuspendLayout();
			this.groupSextant.SuspendLayout();
			this.panel1.SuspendLayout();
			this.groupProsth.SuspendLayout();
			this.groupCanadianProcTypeCode.SuspendLayout();
			this.tabControl.SuspendLayout();
			this.tabPageFinancial.SuspendLayout();
			this.tabPageMedical.SuspendLayout();
			this.tabPageMisc.SuspendLayout();
			this.tabPageCanada.SuspendLayout();
			this.tabPageOrion.SuspendLayout();
			this.SuspendLayout();
			// 
			// labelDate
			// 
			this.labelDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelDate.Location = new System.Drawing.Point(8, 44);
			this.labelDate.Name = "labelDate";
			this.labelDate.Size = new System.Drawing.Size(96, 14);
			this.labelDate.TabIndex = 0;
			this.labelDate.Text = "Date";
			this.labelDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label2.Location = new System.Drawing.Point(26, 63);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(79, 12);
			this.label2.TabIndex = 1;
			this.label2.Text = "Procedure";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelTooth
			// 
			this.labelTooth.Location = new System.Drawing.Point(68, 107);
			this.labelTooth.Name = "labelTooth";
			this.labelTooth.Size = new System.Drawing.Size(36, 12);
			this.labelTooth.TabIndex = 2;
			this.labelTooth.Text = "Tooth";
			this.labelTooth.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.labelTooth.Visible = false;
			// 
			// labelSurfaces
			// 
			this.labelSurfaces.Location = new System.Drawing.Point(33, 135);
			this.labelSurfaces.Name = "labelSurfaces";
			this.labelSurfaces.Size = new System.Drawing.Size(73, 16);
			this.labelSurfaces.TabIndex = 3;
			this.labelSurfaces.Text = "Surfaces";
			this.labelSurfaces.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.labelSurfaces.Visible = false;
			// 
			// labelAmount
			// 
			this.labelAmount.Location = new System.Drawing.Point(30, 158);
			this.labelAmount.Name = "labelAmount";
			this.labelAmount.Size = new System.Drawing.Size(75, 16);
			this.labelAmount.TabIndex = 4;
			this.labelAmount.Text = "Amount";
			this.labelAmount.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textProc
			// 
			this.textProc.Location = new System.Drawing.Point(106, 61);
			this.textProc.Name = "textProc";
			this.textProc.ReadOnly = true;
			this.textProc.Size = new System.Drawing.Size(76, 20);
			this.textProc.TabIndex = 6;
			// 
			// textTooth
			// 
			this.textTooth.Location = new System.Drawing.Point(106, 105);
			this.textTooth.Name = "textTooth";
			this.textTooth.Size = new System.Drawing.Size(35, 20);
			this.textTooth.TabIndex = 7;
			this.textTooth.Visible = false;
			this.textTooth.Validating += new System.ComponentModel.CancelEventHandler(this.textTooth_Validating);
			// 
			// textSurfaces
			// 
			this.textSurfaces.Location = new System.Drawing.Point(106, 133);
			this.textSurfaces.Name = "textSurfaces";
			this.textSurfaces.Size = new System.Drawing.Size(68, 20);
			this.textSurfaces.TabIndex = 4;
			this.textSurfaces.Visible = false;
			this.textSurfaces.TextChanged += new System.EventHandler(this.textSurfaces_TextChanged);
			this.textSurfaces.Validating += new System.ComponentModel.CancelEventHandler(this.textSurfaces_Validating);
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(0, 81);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(105, 16);
			this.label6.TabIndex = 13;
			this.label6.Text = "Description";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDesc
			// 
			this.textDesc.BackColor = System.Drawing.SystemColors.Control;
			this.textDesc.Location = new System.Drawing.Point(106, 81);
			this.textDesc.Name = "textDesc";
			this.textDesc.Size = new System.Drawing.Size(216, 20);
			this.textDesc.TabIndex = 16;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(429, 163);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(73, 16);
			this.label7.TabIndex = 0;
			this.label7.Text = "&Notes";
			this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelRange
			// 
			this.labelRange.Location = new System.Drawing.Point(24, 107);
			this.labelRange.Name = "labelRange";
			this.labelRange.Size = new System.Drawing.Size(82, 16);
			this.labelRange.TabIndex = 33;
			this.labelRange.Text = "Tooth Range";
			this.labelRange.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.labelRange.Visible = false;
			// 
			// textRange
			// 
			this.textRange.Location = new System.Drawing.Point(106, 105);
			this.textRange.Name = "textRange";
			this.textRange.Size = new System.Drawing.Size(100, 20);
			this.textRange.TabIndex = 34;
			this.textRange.Visible = false;
			// 
			// groupQuadrant
			// 
			this.groupQuadrant.Controls.Add(this.radioLR);
			this.groupQuadrant.Controls.Add(this.radioLL);
			this.groupQuadrant.Controls.Add(this.radioUL);
			this.groupQuadrant.Controls.Add(this.radioUR);
			this.groupQuadrant.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupQuadrant.Location = new System.Drawing.Point(104, 99);
			this.groupQuadrant.Name = "groupQuadrant";
			this.groupQuadrant.Size = new System.Drawing.Size(108, 56);
			this.groupQuadrant.TabIndex = 36;
			this.groupQuadrant.TabStop = false;
			this.groupQuadrant.Text = "Quadrant";
			this.groupQuadrant.Visible = false;
			// 
			// radioLR
			// 
			this.radioLR.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioLR.Location = new System.Drawing.Point(12, 36);
			this.radioLR.Name = "radioLR";
			this.radioLR.Size = new System.Drawing.Size(40, 16);
			this.radioLR.TabIndex = 3;
			this.radioLR.Text = "LR";
			this.radioLR.Click += new System.EventHandler(this.radioLR_Click);
			// 
			// radioLL
			// 
			this.radioLL.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioLL.Location = new System.Drawing.Point(64, 36);
			this.radioLL.Name = "radioLL";
			this.radioLL.Size = new System.Drawing.Size(40, 16);
			this.radioLL.TabIndex = 1;
			this.radioLL.Text = "LL";
			this.radioLL.Click += new System.EventHandler(this.radioLL_Click);
			// 
			// radioUL
			// 
			this.radioUL.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioUL.Location = new System.Drawing.Point(64, 16);
			this.radioUL.Name = "radioUL";
			this.radioUL.Size = new System.Drawing.Size(40, 16);
			this.radioUL.TabIndex = 0;
			this.radioUL.Text = "UL";
			this.radioUL.Click += new System.EventHandler(this.radioUL_Click);
			// 
			// radioUR
			// 
			this.radioUR.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioUR.Location = new System.Drawing.Point(12, 16);
			this.radioUR.Name = "radioUR";
			this.radioUR.Size = new System.Drawing.Size(40, 16);
			this.radioUR.TabIndex = 0;
			this.radioUR.Text = "UR";
			this.radioUR.Click += new System.EventHandler(this.radioUR_Click);
			// 
			// groupArch
			// 
			this.groupArch.Controls.Add(this.radioL);
			this.groupArch.Controls.Add(this.radioU);
			this.groupArch.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupArch.Location = new System.Drawing.Point(104, 99);
			this.groupArch.Name = "groupArch";
			this.groupArch.Size = new System.Drawing.Size(60, 56);
			this.groupArch.TabIndex = 3;
			this.groupArch.TabStop = false;
			this.groupArch.Text = "Arch";
			this.groupArch.Visible = false;
			// 
			// radioL
			// 
			this.radioL.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioL.Location = new System.Drawing.Point(12, 36);
			this.radioL.Name = "radioL";
			this.radioL.Size = new System.Drawing.Size(28, 16);
			this.radioL.TabIndex = 1;
			this.radioL.Text = "L";
			this.radioL.Click += new System.EventHandler(this.radioL_Click);
			// 
			// radioU
			// 
			this.radioU.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioU.Location = new System.Drawing.Point(12, 16);
			this.radioU.Name = "radioU";
			this.radioU.Size = new System.Drawing.Size(32, 16);
			this.radioU.TabIndex = 0;
			this.radioU.Text = "U";
			this.radioU.Click += new System.EventHandler(this.radioU_Click);
			// 
			// panelSurfaces
			// 
			this.panelSurfaces.Controls.Add(this.butD);
			this.panelSurfaces.Controls.Add(this.butBF);
			this.panelSurfaces.Controls.Add(this.butL);
			this.panelSurfaces.Controls.Add(this.butM);
			this.panelSurfaces.Controls.Add(this.butV);
			this.panelSurfaces.Controls.Add(this.butOI);
			this.panelSurfaces.Location = new System.Drawing.Point(188, 106);
			this.panelSurfaces.Name = "panelSurfaces";
			this.panelSurfaces.Size = new System.Drawing.Size(96, 66);
			this.panelSurfaces.TabIndex = 100;
			this.panelSurfaces.Visible = false;
			// 
			// groupSextant
			// 
			this.groupSextant.Controls.Add(this.radioS6);
			this.groupSextant.Controls.Add(this.radioS5);
			this.groupSextant.Controls.Add(this.radioS4);
			this.groupSextant.Controls.Add(this.radioS2);
			this.groupSextant.Controls.Add(this.radioS3);
			this.groupSextant.Controls.Add(this.radioS1);
			this.groupSextant.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupSextant.Location = new System.Drawing.Point(104, 99);
			this.groupSextant.Name = "groupSextant";
			this.groupSextant.Size = new System.Drawing.Size(156, 56);
			this.groupSextant.TabIndex = 5;
			this.groupSextant.TabStop = false;
			this.groupSextant.Text = "Sextant";
			this.groupSextant.Visible = false;
			// 
			// radioS6
			// 
			this.radioS6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS6.Location = new System.Drawing.Point(12, 36);
			this.radioS6.Name = "radioS6";
			this.radioS6.Size = new System.Drawing.Size(36, 16);
			this.radioS6.TabIndex = 5;
			this.radioS6.Text = "6";
			this.radioS6.Click += new System.EventHandler(this.radioS6_Click);
			// 
			// radioS5
			// 
			this.radioS5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS5.Location = new System.Drawing.Point(60, 36);
			this.radioS5.Name = "radioS5";
			this.radioS5.Size = new System.Drawing.Size(36, 16);
			this.radioS5.TabIndex = 4;
			this.radioS5.Text = "5";
			this.radioS5.Click += new System.EventHandler(this.radioS5_Click);
			// 
			// radioS4
			// 
			this.radioS4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS4.Location = new System.Drawing.Point(108, 36);
			this.radioS4.Name = "radioS4";
			this.radioS4.Size = new System.Drawing.Size(36, 16);
			this.radioS4.TabIndex = 1;
			this.radioS4.Text = "4";
			this.radioS4.Click += new System.EventHandler(this.radioS4_Click);
			// 
			// radioS2
			// 
			this.radioS2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS2.Location = new System.Drawing.Point(60, 16);
			this.radioS2.Name = "radioS2";
			this.radioS2.Size = new System.Drawing.Size(36, 16);
			this.radioS2.TabIndex = 2;
			this.radioS2.Text = "2";
			this.radioS2.Click += new System.EventHandler(this.radioS2_Click);
			// 
			// radioS3
			// 
			this.radioS3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS3.Location = new System.Drawing.Point(108, 16);
			this.radioS3.Name = "radioS3";
			this.radioS3.Size = new System.Drawing.Size(36, 16);
			this.radioS3.TabIndex = 0;
			this.radioS3.Text = "3";
			this.radioS3.Click += new System.EventHandler(this.radioS3_Click);
			// 
			// radioS1
			// 
			this.radioS1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioS1.Location = new System.Drawing.Point(12, 16);
			this.radioS1.Name = "radioS1";
			this.radioS1.Size = new System.Drawing.Size(36, 16);
			this.radioS1.TabIndex = 0;
			this.radioS1.Text = "1";
			this.radioS1.Click += new System.EventHandler(this.radioS1_Click);
			// 
			// label9
			// 
			this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label9.Location = new System.Drawing.Point(5, 199);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(100, 14);
			this.label9.TabIndex = 45;
			this.label9.Text = "Provider";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelDx
			// 
			this.labelDx.Location = new System.Drawing.Point(5, 242);
			this.labelDx.Name = "labelDx";
			this.labelDx.Size = new System.Drawing.Size(100, 14);
			this.labelDx.TabIndex = 46;
			this.labelDx.Text = "Diagnosis";
			this.labelDx.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// panel1
			// 
			this.panel1.AllowDrop = true;
			this.panel1.Controls.Add(this.textTimeFinal);
			this.panel1.Controls.Add(this.labelTimeFinal);
			this.panel1.Controls.Add(this.textTimeStart);
			this.panel1.Controls.Add(this.textTimeEnd);
			this.panel1.Controls.Add(this.textDate);
			this.panel1.Controls.Add(this.butNow);
			this.panel1.Controls.Add(this.panelSurfaces);
			this.panel1.Controls.Add(this.textDateTP);
			this.panel1.Controls.Add(this.label27);
			this.panel1.Controls.Add(this.label26);
			this.panel1.Controls.Add(this.listBoxTeeth);
			this.panel1.Controls.Add(this.textDesc);
			this.panel1.Controls.Add(this.textDateEntry);
			this.panel1.Controls.Add(this.label12);
			this.panel1.Controls.Add(this.label2);
			this.panel1.Controls.Add(this.labelTooth);
			this.panel1.Controls.Add(this.labelSurfaces);
			this.panel1.Controls.Add(this.labelAmount);
			this.panel1.Controls.Add(this.textSurfaces);
			this.panel1.Controls.Add(this.label6);
			this.panel1.Controls.Add(this.groupQuadrant);
			this.panel1.Controls.Add(this.textProcFee);
			this.panel1.Controls.Add(this.textTooth);
			this.panel1.Controls.Add(this.labelStartTime);
			this.panel1.Controls.Add(this.labelEndTime);
			this.panel1.Controls.Add(this.labelRange);
			this.panel1.Controls.Add(this.labelDate);
			this.panel1.Controls.Add(this.textProc);
			this.panel1.Controls.Add(this.listBoxTeeth2);
			this.panel1.Controls.Add(this.textRange);
			this.panel1.Controls.Add(this.butChange);
			this.panel1.Controls.Add(this.groupSextant);
			this.panel1.Controls.Add(this.groupArch);
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(397, 177);
			this.panel1.TabIndex = 2;
			// 
			// textTimeFinal
			// 
			this.textTimeFinal.Location = new System.Drawing.Point(314, 61);
			this.textTimeFinal.Name = "textTimeFinal";
			this.textTimeFinal.Size = new System.Drawing.Size(55, 20);
			this.textTimeFinal.TabIndex = 104;
			this.textTimeFinal.Visible = false;
			// 
			// labelTimeFinal
			// 
			this.labelTimeFinal.Location = new System.Drawing.Point(259, 65);
			this.labelTimeFinal.Name = "labelTimeFinal";
			this.labelTimeFinal.Size = new System.Drawing.Size(56, 14);
			this.labelTimeFinal.TabIndex = 103;
			this.labelTimeFinal.Text = "Final";
			this.labelTimeFinal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.labelTimeFinal.Visible = false;
			// 
			// textTimeStart
			// 
			this.textTimeStart.Location = new System.Drawing.Point(236, 40);
			this.textTimeStart.Name = "textTimeStart";
			this.textTimeStart.Size = new System.Drawing.Size(55, 20);
			this.textTimeStart.TabIndex = 102;
			this.textTimeStart.TextChanged += new System.EventHandler(this.textTimeStart_TextChanged);
			// 
			// textTimeEnd
			// 
			this.textTimeEnd.Location = new System.Drawing.Point(314, 40);
			this.textTimeEnd.Name = "textTimeEnd";
			this.textTimeEnd.Size = new System.Drawing.Size(55, 20);
			this.textTimeEnd.TabIndex = 102;
			this.textTimeEnd.Visible = false;
			this.textTimeEnd.TextChanged += new System.EventHandler(this.textTimeEnd_TextChanged);
			// 
			// label27
			// 
			this.label27.Location = new System.Drawing.Point(34, 25);
			this.label27.Name = "label27";
			this.label27.Size = new System.Drawing.Size(70, 14);
			this.label27.TabIndex = 98;
			this.label27.Text = "Date TP";
			this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label26
			// 
			this.label26.Location = new System.Drawing.Point(184, 3);
			this.label26.Name = "label26";
			this.label26.Size = new System.Drawing.Size(125, 18);
			this.label26.TabIndex = 97;
			this.label26.Text = "(for security)";
			this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// listBoxTeeth
			// 
			this.listBoxTeeth.AllowDrop = true;
			this.listBoxTeeth.ColumnWidth = 16;
			this.listBoxTeeth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.listBoxTeeth.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16"});
			this.listBoxTeeth.Location = new System.Drawing.Point(106, 101);
			this.listBoxTeeth.MultiColumn = true;
			this.listBoxTeeth.Name = "listBoxTeeth";
			this.listBoxTeeth.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.listBoxTeeth.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listBoxTeeth.Size = new System.Drawing.Size(272, 17);
			this.listBoxTeeth.TabIndex = 1;
			this.listBoxTeeth.Visible = false;
			this.listBoxTeeth.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBoxTeeth_MouseDown);
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(-19, 3);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(125, 18);
			this.label12.TabIndex = 96;
			this.label12.Text = "Date Entry";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelStartTime
			// 
			this.labelStartTime.Location = new System.Drawing.Point(181, 44);
			this.labelStartTime.Name = "labelStartTime";
			this.labelStartTime.Size = new System.Drawing.Size(56, 14);
			this.labelStartTime.TabIndex = 0;
			this.labelStartTime.Text = "Time Start";
			this.labelStartTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelEndTime
			// 
			this.labelEndTime.Location = new System.Drawing.Point(259, 44);
			this.labelEndTime.Name = "labelEndTime";
			this.labelEndTime.Size = new System.Drawing.Size(56, 14);
			this.labelEndTime.TabIndex = 0;
			this.labelEndTime.Text = "End";
			this.labelEndTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.labelEndTime.Visible = false;
			// 
			// listBoxTeeth2
			// 
			this.listBoxTeeth2.ColumnWidth = 16;
			this.listBoxTeeth2.Items.AddRange(new object[] {
            "32",
            "31",
            "30",
            "29",
            "28",
            "27",
            "26",
            "25",
            "24",
            "23",
            "22",
            "21",
            "20",
            "19",
            "18",
            "17"});
			this.listBoxTeeth2.Location = new System.Drawing.Point(106, 115);
			this.listBoxTeeth2.MultiColumn = true;
			this.listBoxTeeth2.Name = "listBoxTeeth2";
			this.listBoxTeeth2.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listBoxTeeth2.Size = new System.Drawing.Size(272, 17);
			this.listBoxTeeth2.TabIndex = 2;
			this.listBoxTeeth2.Visible = false;
			this.listBoxTeeth2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBoxTeeth2_MouseDown);
			// 
			// textDrugQty
			// 
			this.textDrugQty.Location = new System.Drawing.Point(93, 189);
			this.textDrugQty.Name = "textDrugQty";
			this.textDrugQty.Size = new System.Drawing.Size(59, 20);
			this.textDrugQty.TabIndex = 174;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(18, 190);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(74, 16);
			this.label10.TabIndex = 173;
			this.label10.Text = "Drug Qty";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(13, 150);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(79, 16);
			this.label5.TabIndex = 170;
			this.label5.Text = "Drug NDC";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDrugNDC
			// 
			this.textDrugNDC.Location = new System.Drawing.Point(93, 148);
			this.textDrugNDC.Name = "textDrugNDC";
			this.textDrugNDC.ReadOnly = true;
			this.textDrugNDC.Size = new System.Drawing.Size(109, 20);
			this.textDrugNDC.TabIndex = 171;
			this.textDrugNDC.Text = "12345678901";
			// 
			// comboDrugUnit
			// 
			this.comboDrugUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboDrugUnit.FormattingEnabled = true;
			this.comboDrugUnit.Location = new System.Drawing.Point(93, 168);
			this.comboDrugUnit.Name = "comboDrugUnit";
			this.comboDrugUnit.Size = new System.Drawing.Size(92, 21);
			this.comboDrugUnit.TabIndex = 169;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(18, 170);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(74, 16);
			this.label1.TabIndex = 168;
			this.label1.Text = "Drug Unit";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textRevCode
			// 
			this.textRevCode.Location = new System.Drawing.Point(93, 128);
			this.textRevCode.MaxLength = 48;
			this.textRevCode.Name = "textRevCode";
			this.textRevCode.Size = new System.Drawing.Size(59, 20);
			this.textRevCode.TabIndex = 112;
			// 
			// label22
			// 
			this.label22.Location = new System.Drawing.Point(13, 130);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(79, 17);
			this.label22.TabIndex = 111;
			this.label22.Text = "Revenue Code";
			this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textUnitQty
			// 
			this.textUnitQty.Location = new System.Drawing.Point(93, 87);
			this.textUnitQty.MaxLength = 15;
			this.textUnitQty.Name = "textUnitQty";
			this.textUnitQty.Size = new System.Drawing.Size(29, 20);
			this.textUnitQty.TabIndex = 110;
			// 
			// label21
			// 
			this.label21.Location = new System.Drawing.Point(16, 89);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(76, 17);
			this.label21.TabIndex = 108;
			this.label21.Text = "Unit Quantity";
			this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCodeMod4
			// 
			this.textCodeMod4.Location = new System.Drawing.Point(180, 67);
			this.textCodeMod4.MaxLength = 2;
			this.textCodeMod4.Name = "textCodeMod4";
			this.textCodeMod4.Size = new System.Drawing.Size(29, 20);
			this.textCodeMod4.TabIndex = 106;
			this.textCodeMod4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCodeMod3
			// 
			this.textCodeMod3.Location = new System.Drawing.Point(151, 67);
			this.textCodeMod3.MaxLength = 2;
			this.textCodeMod3.Name = "textCodeMod3";
			this.textCodeMod3.Size = new System.Drawing.Size(29, 20);
			this.textCodeMod3.TabIndex = 105;
			this.textCodeMod3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCodeMod2
			// 
			this.textCodeMod2.Location = new System.Drawing.Point(122, 67);
			this.textCodeMod2.MaxLength = 2;
			this.textCodeMod2.Name = "textCodeMod2";
			this.textCodeMod2.Size = new System.Drawing.Size(29, 20);
			this.textCodeMod2.TabIndex = 104;
			this.textCodeMod2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(17, 69);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(75, 17);
			this.label19.TabIndex = 102;
			this.label19.Text = "Mods";
			this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCodeMod1
			// 
			this.textCodeMod1.Location = new System.Drawing.Point(93, 67);
			this.textCodeMod1.MaxLength = 2;
			this.textCodeMod1.Name = "textCodeMod1";
			this.textCodeMod1.Size = new System.Drawing.Size(29, 20);
			this.textCodeMod1.TabIndex = 103;
			this.textCodeMod1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// checkIsPrincDiag
			// 
			this.checkIsPrincDiag.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsPrincDiag.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsPrincDiag.Location = new System.Drawing.Point(30, 48);
			this.checkIsPrincDiag.Name = "checkIsPrincDiag";
			this.checkIsPrincDiag.Size = new System.Drawing.Size(76, 18);
			this.checkIsPrincDiag.TabIndex = 101;
			this.checkIsPrincDiag.Text = "Princ Diag";
			this.checkIsPrincDiag.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(13, 28);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(79, 16);
			this.label11.TabIndex = 99;
			this.label11.Text = "ICD-9 Code";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDiagnosticCode
			// 
			this.textDiagnosticCode.Location = new System.Drawing.Point(93, 26);
			this.textDiagnosticCode.Name = "textDiagnosticCode";
			this.textDiagnosticCode.Size = new System.Drawing.Size(76, 20);
			this.textDiagnosticCode.TabIndex = 100;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(10, 9);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(82, 16);
			this.label8.TabIndex = 97;
			this.label8.Text = "Medical Code";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textMedicalCode
			// 
			this.textMedicalCode.Location = new System.Drawing.Point(93, 6);
			this.textMedicalCode.Name = "textMedicalCode";
			this.textMedicalCode.Size = new System.Drawing.Size(76, 20);
			this.textMedicalCode.TabIndex = 98;
			// 
			// labelClaim
			// 
			this.labelClaim.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.labelClaim.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelClaim.Location = new System.Drawing.Point(111, 652);
			this.labelClaim.Name = "labelClaim";
			this.labelClaim.Size = new System.Drawing.Size(480, 44);
			this.labelClaim.TabIndex = 50;
			this.labelClaim.Text = "This procedure is attached to a claim, so certain fields should not be edited.  Y" +
    "ou should reprint the claim if any significant changes are made.";
			this.labelClaim.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			this.labelClaim.Visible = false;
			// 
			// comboPlaceService
			// 
			this.comboPlaceService.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPlaceService.Location = new System.Drawing.Point(119, 98);
			this.comboPlaceService.MaxDropDownItems = 30;
			this.comboPlaceService.Name = "comboPlaceService";
			this.comboPlaceService.Size = new System.Drawing.Size(177, 21);
			this.comboPlaceService.TabIndex = 6;
			// 
			// labelPlaceService
			// 
			this.labelPlaceService.Location = new System.Drawing.Point(4, 101);
			this.labelPlaceService.Name = "labelPlaceService";
			this.labelPlaceService.Size = new System.Drawing.Size(114, 16);
			this.labelPlaceService.TabIndex = 53;
			this.labelPlaceService.Text = "Place of Service";
			this.labelPlaceService.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelPriority
			// 
			this.labelPriority.Location = new System.Drawing.Point(32, 263);
			this.labelPriority.Name = "labelPriority";
			this.labelPriority.Size = new System.Drawing.Size(72, 16);
			this.labelPriority.TabIndex = 56;
			this.labelPriority.Text = "Priority";
			this.labelPriority.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelSetComplete
			// 
			this.labelSetComplete.Location = new System.Drawing.Point(724, 23);
			this.labelSetComplete.Name = "labelSetComplete";
			this.labelSetComplete.Size = new System.Drawing.Size(157, 16);
			this.labelSetComplete.TabIndex = 58;
			this.labelSetComplete.Text = "changes date and adds note.";
			// 
			// checkNoBillIns
			// 
			this.checkNoBillIns.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkNoBillIns.Location = new System.Drawing.Point(142, 12);
			this.checkNoBillIns.Name = "checkNoBillIns";
			this.checkNoBillIns.Size = new System.Drawing.Size(152, 18);
			this.checkNoBillIns.TabIndex = 9;
			this.checkNoBillIns.Text = "Do Not Bill to Ins";
			this.checkNoBillIns.ThreeState = true;
			this.checkNoBillIns.Click += new System.EventHandler(this.checkNoBillIns_Click);
			// 
			// labelIncomplete
			// 
			this.labelIncomplete.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelIncomplete.ForeColor = System.Drawing.Color.DarkRed;
			this.labelIncomplete.Location = new System.Drawing.Point(724, 138);
			this.labelIncomplete.Name = "labelIncomplete";
			this.labelIncomplete.Size = new System.Drawing.Size(123, 18);
			this.labelIncomplete.TabIndex = 73;
			this.labelIncomplete.Text = "Incomplete";
			this.labelIncomplete.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboClinic
			// 
			this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClinic.Location = new System.Drawing.Point(106, 217);
			this.comboClinic.MaxDropDownItems = 30;
			this.comboClinic.Name = "comboClinic";
			this.comboClinic.Size = new System.Drawing.Size(177, 21);
			this.comboClinic.TabIndex = 74;
			this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted);
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(-10, 219);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(114, 16);
			this.labelClinic.TabIndex = 75;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(403, 20);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(99, 16);
			this.label14.TabIndex = 77;
			this.label14.Text = "Procedure Status";
			this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(389, 327);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(110, 41);
			this.label15.TabIndex = 79;
			this.label15.Text = "Signature /\r\nInitials";
			this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(429, 138);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(73, 16);
			this.label16.TabIndex = 80;
			this.label16.Text = "User";
			this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboPriority
			// 
			this.comboPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPriority.Location = new System.Drawing.Point(106, 259);
			this.comboPriority.MaxDropDownItems = 30;
			this.comboPriority.Name = "comboPriority";
			this.comboPriority.Size = new System.Drawing.Size(177, 21);
			this.comboPriority.TabIndex = 98;
			// 
			// comboDx
			// 
			this.comboDx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboDx.Location = new System.Drawing.Point(106, 238);
			this.comboDx.MaxDropDownItems = 30;
			this.comboDx.Name = "comboDx";
			this.comboDx.Size = new System.Drawing.Size(177, 21);
			this.comboDx.TabIndex = 99;
			// 
			// comboProvNum
			// 
			this.comboProvNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProvNum.Location = new System.Drawing.Point(106, 195);
			this.comboProvNum.MaxDropDownItems = 30;
			this.comboProvNum.Name = "comboProvNum";
			this.comboProvNum.Size = new System.Drawing.Size(158, 21);
			this.comboProvNum.TabIndex = 100;
			this.comboProvNum.SelectionChangeCommitted += new System.EventHandler(this.comboProvNum_SelectionChangeCommitted);
			// 
			// textUser
			// 
			this.textUser.Location = new System.Drawing.Point(504, 137);
			this.textUser.Name = "textUser";
			this.textUser.ReadOnly = true;
			this.textUser.Size = new System.Drawing.Size(116, 20);
			this.textUser.TabIndex = 101;
			// 
			// comboBillingTypeTwo
			// 
			this.comboBillingTypeTwo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBillingTypeTwo.FormattingEnabled = true;
			this.comboBillingTypeTwo.Location = new System.Drawing.Point(119, 33);
			this.comboBillingTypeTwo.MaxDropDownItems = 30;
			this.comboBillingTypeTwo.Name = "comboBillingTypeTwo";
			this.comboBillingTypeTwo.Size = new System.Drawing.Size(198, 21);
			this.comboBillingTypeTwo.TabIndex = 102;
			// 
			// labelBillingTypeTwo
			// 
			this.labelBillingTypeTwo.Location = new System.Drawing.Point(15, 35);
			this.labelBillingTypeTwo.Name = "labelBillingTypeTwo";
			this.labelBillingTypeTwo.Size = new System.Drawing.Size(102, 16);
			this.labelBillingTypeTwo.TabIndex = 103;
			this.labelBillingTypeTwo.Text = "Billing Type 2";
			this.labelBillingTypeTwo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboBillingTypeOne
			// 
			this.comboBillingTypeOne.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBillingTypeOne.FormattingEnabled = true;
			this.comboBillingTypeOne.Location = new System.Drawing.Point(119, 12);
			this.comboBillingTypeOne.MaxDropDownItems = 30;
			this.comboBillingTypeOne.Name = "comboBillingTypeOne";
			this.comboBillingTypeOne.Size = new System.Drawing.Size(198, 21);
			this.comboBillingTypeOne.TabIndex = 104;
			// 
			// labelBillingTypeOne
			// 
			this.labelBillingTypeOne.Location = new System.Drawing.Point(13, 14);
			this.labelBillingTypeOne.Name = "labelBillingTypeOne";
			this.labelBillingTypeOne.Size = new System.Drawing.Size(104, 16);
			this.labelBillingTypeOne.TabIndex = 105;
			this.labelBillingTypeOne.Text = "Billing Type 1";
			this.labelBillingTypeOne.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelInvalidSig
			// 
			this.labelInvalidSig.BackColor = System.Drawing.SystemColors.Window;
			this.labelInvalidSig.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelInvalidSig.Location = new System.Drawing.Point(589, 337);
			this.labelInvalidSig.Name = "labelInvalidSig";
			this.labelInvalidSig.Size = new System.Drawing.Size(196, 59);
			this.labelInvalidSig.TabIndex = 109;
			this.labelInvalidSig.Text = "Invalid Signature -  Note or user has changed since it was signed.";
			this.labelInvalidSig.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// textSite
			// 
			this.textSite.AcceptsReturn = true;
			this.textSite.Location = new System.Drawing.Point(119, 77);
			this.textSite.Name = "textSite";
			this.textSite.ReadOnly = true;
			this.textSite.Size = new System.Drawing.Size(153, 20);
			this.textSite.TabIndex = 111;
			// 
			// labelSite
			// 
			this.labelSite.Location = new System.Drawing.Point(4, 78);
			this.labelSite.Name = "labelSite";
			this.labelSite.Size = new System.Drawing.Size(114, 17);
			this.labelSite.TabIndex = 110;
			this.labelSite.Text = "Site";
			this.labelSite.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkHideGraphics
			// 
			this.checkHideGraphics.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkHideGraphics.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkHideGraphics.Location = new System.Drawing.Point(5, 178);
			this.checkHideGraphics.Name = "checkHideGraphics";
			this.checkHideGraphics.Size = new System.Drawing.Size(114, 18);
			this.checkHideGraphics.TabIndex = 162;
			this.checkHideGraphics.Text = "HideGraphics";
			this.checkHideGraphics.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(2, 14);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(90, 41);
			this.label3.TabIndex = 0;
			this.label3.Text = "Crown, Bridge, Denture, or RPD";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(5, 61);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(84, 16);
			this.label4.TabIndex = 4;
			this.label4.Text = "Original Date";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// listProsth
			// 
			this.listProsth.Location = new System.Drawing.Point(91, 14);
			this.listProsth.Name = "listProsth";
			this.listProsth.Size = new System.Drawing.Size(163, 43);
			this.listProsth.TabIndex = 0;
			// 
			// groupProsth
			// 
			this.groupProsth.Controls.Add(this.listProsth);
			this.groupProsth.Controls.Add(this.textDateOriginalProsth);
			this.groupProsth.Controls.Add(this.label4);
			this.groupProsth.Controls.Add(this.label3);
			this.groupProsth.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupProsth.Location = new System.Drawing.Point(15, 283);
			this.groupProsth.Name = "groupProsth";
			this.groupProsth.Size = new System.Drawing.Size(269, 80);
			this.groupProsth.TabIndex = 7;
			this.groupProsth.TabStop = false;
			this.groupProsth.Text = "Prosthesis Replacement";
			// 
			// checkTypeCodeA
			// 
			this.checkTypeCodeA.Location = new System.Drawing.Point(10, 16);
			this.checkTypeCodeA.Name = "checkTypeCodeA";
			this.checkTypeCodeA.Size = new System.Drawing.Size(268, 17);
			this.checkTypeCodeA.TabIndex = 0;
			this.checkTypeCodeA.Text = "Not initial placement.  Repair of a prior service.";
			this.checkTypeCodeA.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeB
			// 
			this.checkTypeCodeB.Location = new System.Drawing.Point(10, 33);
			this.checkTypeCodeB.Name = "checkTypeCodeB";
			this.checkTypeCodeB.Size = new System.Drawing.Size(239, 17);
			this.checkTypeCodeB.TabIndex = 1;
			this.checkTypeCodeB.Text = "Temporary placement or service.";
			this.checkTypeCodeB.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeC
			// 
			this.checkTypeCodeC.Location = new System.Drawing.Point(10, 50);
			this.checkTypeCodeC.Name = "checkTypeCodeC";
			this.checkTypeCodeC.Size = new System.Drawing.Size(239, 17);
			this.checkTypeCodeC.TabIndex = 2;
			this.checkTypeCodeC.Text = "Correction of TMJ";
			this.checkTypeCodeC.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeE
			// 
			this.checkTypeCodeE.Location = new System.Drawing.Point(10, 67);
			this.checkTypeCodeE.Name = "checkTypeCodeE";
			this.checkTypeCodeE.Size = new System.Drawing.Size(268, 17);
			this.checkTypeCodeE.TabIndex = 3;
			this.checkTypeCodeE.Text = "Implant, or in conjunction with implants";
			this.checkTypeCodeE.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeL
			// 
			this.checkTypeCodeL.Location = new System.Drawing.Point(10, 84);
			this.checkTypeCodeL.Name = "checkTypeCodeL";
			this.checkTypeCodeL.Size = new System.Drawing.Size(113, 17);
			this.checkTypeCodeL.TabIndex = 4;
			this.checkTypeCodeL.Text = "Appliance lost";
			this.checkTypeCodeL.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeX
			// 
			this.checkTypeCodeX.Location = new System.Drawing.Point(10, 118);
			this.checkTypeCodeX.Name = "checkTypeCodeX";
			this.checkTypeCodeX.Size = new System.Drawing.Size(239, 17);
			this.checkTypeCodeX.TabIndex = 5;
			this.checkTypeCodeX.Text = "None of the above are applicable";
			this.checkTypeCodeX.UseVisualStyleBackColor = true;
			// 
			// checkTypeCodeS
			// 
			this.checkTypeCodeS.Location = new System.Drawing.Point(10, 101);
			this.checkTypeCodeS.Name = "checkTypeCodeS";
			this.checkTypeCodeS.Size = new System.Drawing.Size(113, 17);
			this.checkTypeCodeS.TabIndex = 6;
			this.checkTypeCodeS.Text = "Appliance stolen";
			this.checkTypeCodeS.UseVisualStyleBackColor = true;
			// 
			// groupCanadianProcTypeCode
			// 
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeS);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeX);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeL);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeE);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeC);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeB);
			this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeA);
			this.groupCanadianProcTypeCode.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupCanadianProcTypeCode.Location = new System.Drawing.Point(18, 16);
			this.groupCanadianProcTypeCode.Name = "groupCanadianProcTypeCode";
			this.groupCanadianProcTypeCode.Size = new System.Drawing.Size(316, 142);
			this.groupCanadianProcTypeCode.TabIndex = 163;
			this.groupCanadianProcTypeCode.TabStop = false;
			this.groupCanadianProcTypeCode.Text = "Procedure Type Code";
			// 
			// labelDPCpost
			// 
			this.labelDPCpost.Location = new System.Drawing.Point(9, 28);
			this.labelDPCpost.Name = "labelDPCpost";
			this.labelDPCpost.Size = new System.Drawing.Size(100, 16);
			this.labelDPCpost.TabIndex = 107;
			this.labelDPCpost.Text = "DPC Post Visit";
			this.labelDPCpost.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboDPCpost
			// 
			this.comboDPCpost.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboDPCpost.DropDownWidth = 177;
			this.comboDPCpost.FormattingEnabled = true;
			this.comboDPCpost.Location = new System.Drawing.Point(111, 27);
			this.comboDPCpost.MaxDropDownItems = 30;
			this.comboDPCpost.Name = "comboDPCpost";
			this.comboDPCpost.Size = new System.Drawing.Size(177, 21);
			this.comboDPCpost.TabIndex = 106;
			// 
			// labelScheduleBy
			// 
			this.labelScheduleBy.Location = new System.Drawing.Point(193, 70);
			this.labelScheduleBy.Name = "labelScheduleBy";
			this.labelScheduleBy.Size = new System.Drawing.Size(148, 16);
			this.labelScheduleBy.TabIndex = 105;
			this.labelScheduleBy.Text = "No Schedule by Date";
			this.labelScheduleBy.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.labelScheduleBy.Visible = false;
			// 
			// checkIsRepair
			// 
			this.checkIsRepair.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsRepair.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsRepair.Location = new System.Drawing.Point(10, 145);
			this.checkIsRepair.Name = "checkIsRepair";
			this.checkIsRepair.Size = new System.Drawing.Size(114, 18);
			this.checkIsRepair.TabIndex = 104;
			this.checkIsRepair.Text = "Repair";
			this.checkIsRepair.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkIsEffComm
			// 
			this.checkIsEffComm.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsEffComm.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsEffComm.Location = new System.Drawing.Point(10, 128);
			this.checkIsEffComm.Name = "checkIsEffComm";
			this.checkIsEffComm.Size = new System.Drawing.Size(114, 18);
			this.checkIsEffComm.TabIndex = 103;
			this.checkIsEffComm.Text = "Effective Comm";
			this.checkIsEffComm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkIsOnCall
			// 
			this.checkIsOnCall.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsOnCall.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsOnCall.Location = new System.Drawing.Point(10, 111);
			this.checkIsOnCall.Name = "checkIsOnCall";
			this.checkIsOnCall.Size = new System.Drawing.Size(114, 18);
			this.checkIsOnCall.TabIndex = 102;
			this.checkIsOnCall.Text = "On Call";
			this.checkIsOnCall.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboDPC
			// 
			this.comboDPC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboDPC.DropDownWidth = 177;
			this.comboDPC.FormattingEnabled = true;
			this.comboDPC.Location = new System.Drawing.Point(111, 6);
			this.comboDPC.MaxDropDownItems = 30;
			this.comboDPC.Name = "comboDPC";
			this.comboDPC.Size = new System.Drawing.Size(177, 21);
			this.comboDPC.TabIndex = 8;
			this.comboDPC.SelectionChangeCommitted += new System.EventHandler(this.comboDPC_SelectionChangeCommitted);
			// 
			// comboStatus
			// 
			this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboStatus.DropDownWidth = 230;
			this.comboStatus.FormattingEnabled = true;
			this.comboStatus.Location = new System.Drawing.Point(111, 48);
			this.comboStatus.MaxDropDownItems = 30;
			this.comboStatus.Name = "comboStatus";
			this.comboStatus.Size = new System.Drawing.Size(230, 21);
			this.comboStatus.TabIndex = 7;
			this.comboStatus.SelectionChangeCommitted += new System.EventHandler(this.comboStatus_SelectionChangeCommitted);
			// 
			// labelStatus
			// 
			this.labelStatus.Location = new System.Drawing.Point(9, 49);
			this.labelStatus.Name = "labelStatus";
			this.labelStatus.Size = new System.Drawing.Size(100, 16);
			this.labelStatus.TabIndex = 3;
			this.labelStatus.Text = "Status";
			this.labelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelDateStop
			// 
			this.labelDateStop.Location = new System.Drawing.Point(11, 90);
			this.labelDateStop.Name = "labelDateStop";
			this.labelDateStop.Size = new System.Drawing.Size(100, 16);
			this.labelDateStop.TabIndex = 2;
			this.labelDateStop.Text = "Date Stop Clock";
			this.labelDateStop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelDateSched
			// 
			this.labelDateSched.Location = new System.Drawing.Point(10, 70);
			this.labelDateSched.Name = "labelDateSched";
			this.labelDateSched.Size = new System.Drawing.Size(100, 16);
			this.labelDateSched.TabIndex = 1;
			this.labelDateSched.Text = "Scheduled By";
			this.labelDateSched.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelDPC
			// 
			this.labelDPC.Location = new System.Drawing.Point(9, 7);
			this.labelDPC.Name = "labelDPC";
			this.labelDPC.Size = new System.Drawing.Size(100, 16);
			this.labelDPC.TabIndex = 0;
			this.labelDPC.Text = "DPC";
			this.labelDPC.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboPrognosis
			// 
			this.comboPrognosis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPrognosis.Location = new System.Drawing.Point(119, 55);
			this.comboPrognosis.MaxDropDownItems = 30;
			this.comboPrognosis.Name = "comboPrognosis";
			this.comboPrognosis.Size = new System.Drawing.Size(153, 21);
			this.comboPrognosis.TabIndex = 165;
			// 
			// labelPrognosis
			// 
			this.labelPrognosis.Location = new System.Drawing.Point(3, 57);
			this.labelPrognosis.Name = "labelPrognosis";
			this.labelPrognosis.Size = new System.Drawing.Size(114, 17);
			this.labelPrognosis.TabIndex = 166;
			this.labelPrognosis.Text = "Prognosis";
			this.labelPrognosis.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboProcStatus
			// 
			this.comboProcStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProcStatus.FormattingEnabled = true;
			this.comboProcStatus.Location = new System.Drawing.Point(504, 19);
			this.comboProcStatus.Name = "comboProcStatus";
			this.comboProcStatus.Size = new System.Drawing.Size(133, 21);
			this.comboProcStatus.TabIndex = 167;
			this.comboProcStatus.SelectionChangeCommitted += new System.EventHandler(this.comboProcStatus_SelectionChangeCommitted);
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(418, 80);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(84, 16);
			this.label13.TabIndex = 168;
			this.label13.Text = "Referral";
			this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textReferral
			// 
			this.textReferral.BackColor = System.Drawing.SystemColors.Control;
			this.textReferral.ForeColor = System.Drawing.Color.DarkRed;
			this.textReferral.Location = new System.Drawing.Point(504, 77);
			this.textReferral.Name = "textReferral";
			this.textReferral.Size = new System.Drawing.Size(198, 20);
			this.textReferral.TabIndex = 169;
			this.textReferral.Text = "test";
			// 
			// labelClaimNote
			// 
			this.labelClaimNote.Location = new System.Drawing.Point(0, 364);
			this.labelClaimNote.Name = "labelClaimNote";
			this.labelClaimNote.Size = new System.Drawing.Size(104, 41);
			this.labelClaimNote.TabIndex = 174;
			this.labelClaimNote.Text = "E-claim Note (keep it very short)";
			this.labelClaimNote.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// tabControl
			// 
			this.tabControl.Controls.Add(this.tabPageFinancial);
			this.tabControl.Controls.Add(this.tabPageMedical);
			this.tabControl.Controls.Add(this.tabPageMisc);
			this.tabControl.Controls.Add(this.tabPageCanada);
			this.tabControl.Controls.Add(this.tabPageOrion);
			this.tabControl.Location = new System.Drawing.Point(1, 424);
			this.tabControl.Name = "tabControl";
			this.tabControl.SelectedIndex = 0;
			this.tabControl.Size = new System.Drawing.Size(962, 244);
			this.tabControl.TabIndex = 175;
			// 
			// tabPageFinancial
			// 
			this.tabPageFinancial.Controls.Add(this.butAddEstimate);
			this.tabPageFinancial.Controls.Add(this.checkNoBillIns);
			this.tabPageFinancial.Controls.Add(this.tbAdj);
			this.tabPageFinancial.Controls.Add(this.tbPay);
			this.tabPageFinancial.Controls.Add(this.butAddAdjust);
			this.tabPageFinancial.Controls.Add(this.gridIns);
			this.tabPageFinancial.Location = new System.Drawing.Point(4, 22);
			this.tabPageFinancial.Name = "tabPageFinancial";
			this.tabPageFinancial.Padding = new System.Windows.Forms.Padding(3);
			this.tabPageFinancial.Size = new System.Drawing.Size(954, 218);
			this.tabPageFinancial.TabIndex = 0;
			this.tabPageFinancial.Text = "Financial";
			this.tabPageFinancial.UseVisualStyleBackColor = true;
			// 
			// tabPageMedical
			// 
			this.tabPageMedical.Controls.Add(this.butNoneSnomedBodySite);
			this.tabPageMedical.Controls.Add(this.butSnomedBodySiteSelect);
			this.tabPageMedical.Controls.Add(this.label20);
			this.tabPageMedical.Controls.Add(this.textSnomedBodySite);
			this.tabPageMedical.Controls.Add(this.label17);
			this.tabPageMedical.Controls.Add(this.comboUnitType);
			this.tabPageMedical.Controls.Add(this.textDrugQty);
			this.tabPageMedical.Controls.Add(this.label10);
			this.tabPageMedical.Controls.Add(this.label8);
			this.tabPageMedical.Controls.Add(this.label5);
			this.tabPageMedical.Controls.Add(this.textMedicalCode);
			this.tabPageMedical.Controls.Add(this.textDrugNDC);
			this.tabPageMedical.Controls.Add(this.textDiagnosticCode);
			this.tabPageMedical.Controls.Add(this.comboDrugUnit);
			this.tabPageMedical.Controls.Add(this.label11);
			this.tabPageMedical.Controls.Add(this.label1);
			this.tabPageMedical.Controls.Add(this.checkIsPrincDiag);
			this.tabPageMedical.Controls.Add(this.textRevCode);
			this.tabPageMedical.Controls.Add(this.textCodeMod1);
			this.tabPageMedical.Controls.Add(this.label22);
			this.tabPageMedical.Controls.Add(this.label19);
			this.tabPageMedical.Controls.Add(this.textUnitQty);
			this.tabPageMedical.Controls.Add(this.textCodeMod2);
			this.tabPageMedical.Controls.Add(this.label21);
			this.tabPageMedical.Controls.Add(this.textCodeMod3);
			this.tabPageMedical.Controls.Add(this.textCodeMod4);
			this.tabPageMedical.Location = new System.Drawing.Point(4, 22);
			this.tabPageMedical.Name = "tabPageMedical";
			this.tabPageMedical.Padding = new System.Windows.Forms.Padding(3);
			this.tabPageMedical.Size = new System.Drawing.Size(954, 218);
			this.tabPageMedical.TabIndex = 3;
			this.tabPageMedical.Text = "Medical";
			this.tabPageMedical.UseVisualStyleBackColor = true;
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(16, 109);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(76, 17);
			this.label17.TabIndex = 176;
			this.label17.Text = "Unit Type";
			this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboUnitType
			// 
			this.comboUnitType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboUnitType.FormattingEnabled = true;
			this.comboUnitType.Location = new System.Drawing.Point(93, 107);
			this.comboUnitType.Name = "comboUnitType";
			this.comboUnitType.Size = new System.Drawing.Size(117, 21);
			this.comboUnitType.TabIndex = 175;
			// 
			// tabPageMisc
			// 
			this.tabPageMisc.Controls.Add(this.textBillingNote);
			this.tabPageMisc.Controls.Add(this.label18);
			this.tabPageMisc.Controls.Add(this.comboBillingTypeOne);
			this.tabPageMisc.Controls.Add(this.labelBillingTypeTwo);
			this.tabPageMisc.Controls.Add(this.comboBillingTypeTwo);
			this.tabPageMisc.Controls.Add(this.labelBillingTypeOne);
			this.tabPageMisc.Controls.Add(this.comboPrognosis);
			this.tabPageMisc.Controls.Add(this.labelPrognosis);
			this.tabPageMisc.Controls.Add(this.textSite);
			this.tabPageMisc.Controls.Add(this.labelSite);
			this.tabPageMisc.Controls.Add(this.butPickSite);
			this.tabPageMisc.Controls.Add(this.comboPlaceService);
			this.tabPageMisc.Controls.Add(this.labelPlaceService);
			this.tabPageMisc.Location = new System.Drawing.Point(4, 22);
			this.tabPageMisc.Name = "tabPageMisc";
			this.tabPageMisc.Size = new System.Drawing.Size(954, 218);
			this.tabPageMisc.TabIndex = 4;
			this.tabPageMisc.Text = "Misc";
			this.tabPageMisc.UseVisualStyleBackColor = true;
			// 
			// textBillingNote
			// 
			this.textBillingNote.Location = new System.Drawing.Point(119, 120);
			this.textBillingNote.Multiline = true;
			this.textBillingNote.Name = "textBillingNote";
			this.textBillingNote.Size = new System.Drawing.Size(259, 83);
			this.textBillingNote.TabIndex = 168;
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(6, 122);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(111, 14);
			this.label18.TabIndex = 167;
			this.label18.Text = "Billing Note";
			this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// tabPageCanada
			// 
			this.tabPageCanada.Controls.Add(this.labelCanadaLabFee2);
			this.tabPageCanada.Controls.Add(this.labelCanadaLabFee1);
			this.tabPageCanada.Controls.Add(this.groupCanadianProcTypeCode);
			this.tabPageCanada.Controls.Add(this.textCanadaLabFee2);
			this.tabPageCanada.Controls.Add(this.textCanadaLabFee1);
			this.tabPageCanada.Location = new System.Drawing.Point(4, 22);
			this.tabPageCanada.Name = "tabPageCanada";
			this.tabPageCanada.Padding = new System.Windows.Forms.Padding(3);
			this.tabPageCanada.Size = new System.Drawing.Size(954, 218);
			this.tabPageCanada.TabIndex = 1;
			this.tabPageCanada.Text = "Canada";
			this.tabPageCanada.UseVisualStyleBackColor = true;
			// 
			// labelCanadaLabFee2
			// 
			this.labelCanadaLabFee2.Location = new System.Drawing.Point(340, 37);
			this.labelCanadaLabFee2.Name = "labelCanadaLabFee2";
			this.labelCanadaLabFee2.Size = new System.Drawing.Size(75, 20);
			this.labelCanadaLabFee2.TabIndex = 167;
			this.labelCanadaLabFee2.Text = "Lab Fee 2";
			this.labelCanadaLabFee2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelCanadaLabFee1
			// 
			this.labelCanadaLabFee1.Location = new System.Drawing.Point(340, 16);
			this.labelCanadaLabFee1.Name = "labelCanadaLabFee1";
			this.labelCanadaLabFee1.Size = new System.Drawing.Size(75, 20);
			this.labelCanadaLabFee1.TabIndex = 166;
			this.labelCanadaLabFee1.Text = "Lab Fee 1";
			this.labelCanadaLabFee1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// tabPageOrion
			// 
			this.tabPageOrion.Controls.Add(this.labelDPCpost);
			this.tabPageOrion.Controls.Add(this.comboDPCpost);
			this.tabPageOrion.Controls.Add(this.labelDPC);
			this.tabPageOrion.Controls.Add(this.labelScheduleBy);
			this.tabPageOrion.Controls.Add(this.labelDateSched);
			this.tabPageOrion.Controls.Add(this.checkIsRepair);
			this.tabPageOrion.Controls.Add(this.labelDateStop);
			this.tabPageOrion.Controls.Add(this.checkIsEffComm);
			this.tabPageOrion.Controls.Add(this.labelStatus);
			this.tabPageOrion.Controls.Add(this.checkIsOnCall);
			this.tabPageOrion.Controls.Add(this.comboStatus);
			this.tabPageOrion.Controls.Add(this.comboDPC);
			this.tabPageOrion.Controls.Add(this.textDateStop);
			this.tabPageOrion.Controls.Add(this.textDateScheduled);
			this.tabPageOrion.Location = new System.Drawing.Point(4, 22);
			this.tabPageOrion.Name = "tabPageOrion";
			this.tabPageOrion.Padding = new System.Windows.Forms.Padding(3);
			this.tabPageOrion.Size = new System.Drawing.Size(954, 218);
			this.tabPageOrion.TabIndex = 2;
			this.tabPageOrion.Text = "Orion";
			this.tabPageOrion.UseVisualStyleBackColor = true;
			// 
			// labelLocked
			// 
			this.labelLocked.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelLocked.ForeColor = System.Drawing.Color.DarkRed;
			this.labelLocked.Location = new System.Drawing.Point(834, 115);
			this.labelLocked.Name = "labelLocked";
			this.labelLocked.Size = new System.Drawing.Size(123, 18);
			this.labelLocked.TabIndex = 176;
			this.labelLocked.Text = "Locked";
			this.labelLocked.TextAlign = System.Drawing.ContentAlignment.BottomRight;
			this.labelLocked.Visible = false;
			// 
			// gridIns
			// 
			this.gridIns.HScrollVisible = false;
			this.gridIns.Location = new System.Drawing.Point(3, 32);
			this.gridIns.Name = "gridIns";
			this.gridIns.ScrollValue = 0;
			this.gridIns.Size = new System.Drawing.Size(949, 102);
			this.gridIns.TabIndex = 113;
			this.gridIns.Title = "Insurance Estimates and Payments";
			this.gridIns.TranslationName = "TableProcIns";
			this.gridIns.WrapText = false;
			this.gridIns.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridIns_CellDoubleClick);
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(186, 7);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(172, 20);
			this.label20.TabIndex = 178;
			this.label20.Text = "SNOMED CT Body Site";
			this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textSnomedBodySite
			// 
			this.textSnomedBodySite.Location = new System.Drawing.Point(361, 7);
			this.textSnomedBodySite.Name = "textSnomedBodySite";
			this.textSnomedBodySite.ReadOnly = true;
			this.textSnomedBodySite.Size = new System.Drawing.Size(272, 20);
			this.textSnomedBodySite.TabIndex = 177;
			// 
			// butSearch
			// 
			this.butSearch.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSearch.Autosize = true;
			this.butSearch.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSearch.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSearch.CornerRadius = 4F;
			this.butSearch.Location = new System.Drawing.Point(443, 232);
			this.butSearch.Name = "butSearch";
			this.butSearch.Size = new System.Drawing.Size(59, 24);
			this.butSearch.TabIndex = 180;
			this.butSearch.Text = "Search";
			this.butSearch.Click += new System.EventHandler(this.butSearch_Click);
			// 
			// butLock
			// 
			this.butLock.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butLock.Autosize = true;
			this.butLock.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butLock.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butLock.CornerRadius = 4F;
			this.butLock.Location = new System.Drawing.Point(874, 91);
			this.butLock.Name = "butLock";
			this.butLock.Size = new System.Drawing.Size(80, 22);
			this.butLock.TabIndex = 178;
			this.butLock.Text = "Lock";
			this.butLock.Click += new System.EventHandler(this.butLock_Click);
			// 
			// butInvalidate
			// 
			this.butInvalidate.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butInvalidate.Autosize = true;
			this.butInvalidate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butInvalidate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butInvalidate.CornerRadius = 4F;
			this.butInvalidate.Location = new System.Drawing.Point(879, 77);
			this.butInvalidate.Name = "butInvalidate";
			this.butInvalidate.Size = new System.Drawing.Size(80, 22);
			this.butInvalidate.TabIndex = 179;
			this.butInvalidate.Text = "Invalidate";
			this.butInvalidate.Visible = false;
			this.butInvalidate.Click += new System.EventHandler(this.butInvalidate_Click);
			// 
			// butAppend
			// 
			this.butAppend.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAppend.Autosize = true;
			this.butAppend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAppend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAppend.CornerRadius = 4F;
			this.butAppend.Location = new System.Drawing.Point(874, 136);
			this.butAppend.Name = "butAppend";
			this.butAppend.Size = new System.Drawing.Size(80, 22);
			this.butAppend.TabIndex = 177;
			this.butAppend.Text = "Append";
			this.butAppend.Visible = false;
			this.butAppend.Click += new System.EventHandler(this.butAppend_Click);
			// 
			// butAddEstimate
			// 
			this.butAddEstimate.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAddEstimate.Autosize = true;
			this.butAddEstimate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAddEstimate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAddEstimate.CornerRadius = 4F;
			this.butAddEstimate.Image = global::OpenDental.Properties.Resources.Add;
			this.butAddEstimate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAddEstimate.Location = new System.Drawing.Point(3, 6);
			this.butAddEstimate.Name = "butAddEstimate";
			this.butAddEstimate.Size = new System.Drawing.Size(111, 24);
			this.butAddEstimate.TabIndex = 60;
			this.butAddEstimate.Text = "Add Estimate";
			this.butAddEstimate.Click += new System.EventHandler(this.butAddEstimate_Click);
			// 
			// tbAdj
			// 
			this.tbAdj.BackColor = System.Drawing.SystemColors.Window;
			this.tbAdj.Location = new System.Drawing.Point(458, 137);
			this.tbAdj.Name = "tbAdj";
			this.tbAdj.ScrollValue = 33;
			this.tbAdj.SelectedIndices = new int[0];
			this.tbAdj.SelectionMode = System.Windows.Forms.SelectionMode.One;
			this.tbAdj.Size = new System.Drawing.Size(494, 72);
			this.tbAdj.TabIndex = 70;
			this.tbAdj.CellDoubleClicked += new OpenDental.ContrTable.CellEventHandler(this.tbAdj_CellDoubleClicked);
			// 
			// tbPay
			// 
			this.tbPay.BackColor = System.Drawing.SystemColors.Window;
			this.tbPay.Location = new System.Drawing.Point(2, 137);
			this.tbPay.Name = "tbPay";
			this.tbPay.ScrollValue = 33;
			this.tbPay.SelectedIndices = new int[0];
			this.tbPay.SelectionMode = System.Windows.Forms.SelectionMode.One;
			this.tbPay.Size = new System.Drawing.Size(449, 72);
			this.tbPay.TabIndex = 71;
			this.tbPay.CellDoubleClicked += new OpenDental.ContrTable.CellEventHandler(this.tbPay_CellDoubleClicked);
			// 
			// butAddAdjust
			// 
			this.butAddAdjust.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAddAdjust.Autosize = true;
			this.butAddAdjust.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAddAdjust.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAddAdjust.CornerRadius = 4F;
			this.butAddAdjust.Image = global::OpenDental.Properties.Resources.Add;
			this.butAddAdjust.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAddAdjust.Location = new System.Drawing.Point(458, 6);
			this.butAddAdjust.Name = "butAddAdjust";
			this.butAddAdjust.Size = new System.Drawing.Size(126, 24);
			this.butAddAdjust.TabIndex = 72;
			this.butAddAdjust.Text = "Add Adjustment";
			this.butAddAdjust.Click += new System.EventHandler(this.butAddAdjust_Click);
			// 
			// butNoneSnomedBodySite
			// 
			this.butNoneSnomedBodySite.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butNoneSnomedBodySite.Autosize = true;
			this.butNoneSnomedBodySite.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butNoneSnomedBodySite.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butNoneSnomedBodySite.CornerRadius = 4F;
			this.butNoneSnomedBodySite.Location = new System.Drawing.Point(666, 6);
			this.butNoneSnomedBodySite.Name = "butNoneSnomedBodySite";
			this.butNoneSnomedBodySite.Size = new System.Drawing.Size(51, 22);
			this.butNoneSnomedBodySite.TabIndex = 180;
			this.butNoneSnomedBodySite.Text = "None";
			this.butNoneSnomedBodySite.Click += new System.EventHandler(this.butNoneSnomedBodySite_Click);
			// 
			// butSnomedBodySiteSelect
			// 
			this.butSnomedBodySiteSelect.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSnomedBodySiteSelect.Autosize = true;
			this.butSnomedBodySiteSelect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSnomedBodySiteSelect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSnomedBodySiteSelect.CornerRadius = 4F;
			this.butSnomedBodySiteSelect.Location = new System.Drawing.Point(638, 6);
			this.butSnomedBodySiteSelect.Name = "butSnomedBodySiteSelect";
			this.butSnomedBodySiteSelect.Size = new System.Drawing.Size(22, 22);
			this.butSnomedBodySiteSelect.TabIndex = 179;
			this.butSnomedBodySiteSelect.Text = "...";
			this.butSnomedBodySiteSelect.Click += new System.EventHandler(this.butSnomedBodySiteSelect_Click);
			// 
			// butPickSite
			// 
			this.butPickSite.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPickSite.Autosize = true;
			this.butPickSite.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPickSite.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPickSite.CornerRadius = 2F;
			this.butPickSite.Location = new System.Drawing.Point(273, 76);
			this.butPickSite.Name = "butPickSite";
			this.butPickSite.Size = new System.Drawing.Size(19, 21);
			this.butPickSite.TabIndex = 112;
			this.butPickSite.TabStop = false;
			this.butPickSite.Text = "...";
			this.butPickSite.Click += new System.EventHandler(this.butPickSite_Click);
			// 
			// textCanadaLabFee2
			// 
			this.textCanadaLabFee2.Location = new System.Drawing.Point(421, 37);
			this.textCanadaLabFee2.Name = "textCanadaLabFee2";
			this.textCanadaLabFee2.Size = new System.Drawing.Size(68, 20);
			this.textCanadaLabFee2.TabIndex = 165;
			// 
			// textCanadaLabFee1
			// 
			this.textCanadaLabFee1.Location = new System.Drawing.Point(421, 16);
			this.textCanadaLabFee1.Name = "textCanadaLabFee1";
			this.textCanadaLabFee1.Size = new System.Drawing.Size(68, 20);
			this.textCanadaLabFee1.TabIndex = 164;
			// 
			// textDateStop
			// 
			this.textDateStop.Location = new System.Drawing.Point(111, 89);
			this.textDateStop.Name = "textDateStop";
			this.textDateStop.Size = new System.Drawing.Size(76, 20);
			this.textDateStop.TabIndex = 10;
			// 
			// textDateScheduled
			// 
			this.textDateScheduled.Location = new System.Drawing.Point(111, 69);
			this.textDateScheduled.Name = "textDateScheduled";
			this.textDateScheduled.ReadOnly = true;
			this.textDateScheduled.Size = new System.Drawing.Size(76, 20);
			this.textDateScheduled.TabIndex = 9;
			// 
			// textClaimNote
			// 
			this.textClaimNote.AcceptsTab = true;
			this.textClaimNote.DetectUrls = false;
			this.textClaimNote.Location = new System.Drawing.Point(106, 364);
			this.textClaimNote.MaxLength = 80;
			this.textClaimNote.Name = "textClaimNote";
			this.textClaimNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Procedure;
			this.textClaimNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textClaimNote.Size = new System.Drawing.Size(277, 43);
			this.textClaimNote.TabIndex = 173;
			this.textClaimNote.Text = "";
			// 
			// butReferral
			// 
			this.butReferral.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butReferral.Autosize = false;
			this.butReferral.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butReferral.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butReferral.CornerRadius = 2F;
			this.butReferral.Location = new System.Drawing.Point(707, 77);
			this.butReferral.Name = "butReferral";
			this.butReferral.Size = new System.Drawing.Size(18, 21);
			this.butReferral.TabIndex = 170;
			this.butReferral.Text = "...";
			this.butReferral.Click += new System.EventHandler(this.butReferral_Click);
			// 
			// butPickProv
			// 
			this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPickProv.Autosize = false;
			this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPickProv.CornerRadius = 2F;
			this.butPickProv.Location = new System.Drawing.Point(265, 195);
			this.butPickProv.Name = "butPickProv";
			this.butPickProv.Size = new System.Drawing.Size(18, 21);
			this.butPickProv.TabIndex = 161;
			this.butPickProv.Text = "...";
			this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click);
			// 
			// butTopazSign
			// 
			this.butTopazSign.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butTopazSign.Autosize = true;
			this.butTopazSign.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butTopazSign.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butTopazSign.CornerRadius = 4F;
			this.butTopazSign.Location = new System.Drawing.Point(873, 356);
			this.butTopazSign.Name = "butTopazSign";
			this.butTopazSign.Size = new System.Drawing.Size(81, 24);
			this.butTopazSign.TabIndex = 108;
			this.butTopazSign.Text = "Sign Topaz";
			this.butTopazSign.UseVisualStyleBackColor = true;
			this.butTopazSign.Click += new System.EventHandler(this.butTopazSign_Click);
			// 
			// buttonUseAutoNote
			// 
			this.buttonUseAutoNote.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.buttonUseAutoNote.Autosize = true;
			this.buttonUseAutoNote.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.buttonUseAutoNote.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.buttonUseAutoNote.CornerRadius = 4F;
			this.buttonUseAutoNote.Location = new System.Drawing.Point(622, 136);
			this.buttonUseAutoNote.Name = "buttonUseAutoNote";
			this.buttonUseAutoNote.Size = new System.Drawing.Size(80, 22);
			this.buttonUseAutoNote.TabIndex = 106;
			this.buttonUseAutoNote.Text = "Auto Note";
			this.buttonUseAutoNote.Click += new System.EventHandler(this.buttonUseAutoNote_Click);
			// 
			// sigBox
			// 
			this.sigBox.Location = new System.Drawing.Point(505, 325);
			this.sigBox.Name = "sigBox";
			this.sigBox.Size = new System.Drawing.Size(362, 79);
			this.sigBox.TabIndex = 86;
			this.sigBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.sigBox_MouseUp);
			// 
			// butClearSig
			// 
			this.butClearSig.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butClearSig.Autosize = true;
			this.butClearSig.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClearSig.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClearSig.CornerRadius = 4F;
			this.butClearSig.Location = new System.Drawing.Point(873, 325);
			this.butClearSig.Name = "butClearSig";
			this.butClearSig.Size = new System.Drawing.Size(81, 24);
			this.butClearSig.TabIndex = 85;
			this.butClearSig.Text = "Clear Sig";
			this.butClearSig.Click += new System.EventHandler(this.butClearSig_Click);
			// 
			// textDateOriginalProsth
			// 
			this.textDateOriginalProsth.Location = new System.Drawing.Point(91, 58);
			this.textDateOriginalProsth.Name = "textDateOriginalProsth";
			this.textDateOriginalProsth.Size = new System.Drawing.Size(73, 20);
			this.textDateOriginalProsth.TabIndex = 1;
			// 
			// textNotes
			// 
			this.textNotes.AcceptsTab = true;
			this.textNotes.BackColor = System.Drawing.SystemColors.Window;
			this.textNotes.DetectUrls = false;
			this.textNotes.Location = new System.Drawing.Point(504, 157);
			this.textNotes.Name = "textNotes";
			this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.Procedure;
			this.textNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textNotes.Size = new System.Drawing.Size(450, 164);
			this.textNotes.TabIndex = 1;
			this.textNotes.Text = "";
			this.textNotes.TextChanged += new System.EventHandler(this.textNotes_TextChanged);
			// 
			// butSetComplete
			// 
			this.butSetComplete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSetComplete.Autosize = true;
			this.butSetComplete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSetComplete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSetComplete.CornerRadius = 4F;
			this.butSetComplete.Location = new System.Drawing.Point(643, 19);
			this.butSetComplete.Name = "butSetComplete";
			this.butSetComplete.Size = new System.Drawing.Size(79, 22);
			this.butSetComplete.TabIndex = 54;
			this.butSetComplete.Text = "Set Complete";
			this.butSetComplete.Click += new System.EventHandler(this.butSetComplete_Click);
			// 
			// butEditAnyway
			// 
			this.butEditAnyway.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butEditAnyway.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butEditAnyway.Autosize = true;
			this.butEditAnyway.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butEditAnyway.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butEditAnyway.CornerRadius = 4F;
			this.butEditAnyway.Location = new System.Drawing.Point(594, 671);
			this.butEditAnyway.Name = "butEditAnyway";
			this.butEditAnyway.Size = new System.Drawing.Size(104, 24);
			this.butEditAnyway.TabIndex = 51;
			this.butEditAnyway.Text = "&Edit Anyway";
			this.butEditAnyway.Visible = false;
			this.butEditAnyway.Click += new System.EventHandler(this.butEditAnyway_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(2, 671);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(83, 24);
			this.butDelete.TabIndex = 8;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(870, 671);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(76, 24);
			this.butCancel.TabIndex = 13;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(779, 671);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(76, 24);
			this.butOK.TabIndex = 12;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(106, 40);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(76, 20);
			this.textDate.TabIndex = 102;
			// 
			// butNow
			// 
			this.butNow.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butNow.Autosize = false;
			this.butNow.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butNow.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butNow.CornerRadius = 4F;
			this.butNow.Location = new System.Drawing.Point(369, 40);
			this.butNow.Name = "butNow";
			this.butNow.Size = new System.Drawing.Size(27, 20);
			this.butNow.TabIndex = 101;
			this.butNow.Text = "Now";
			this.butNow.UseVisualStyleBackColor = true;
			this.butNow.Visible = false;
			this.butNow.Click += new System.EventHandler(this.butNow_Click);
			// 
			// butD
			// 
			this.butD.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butD.Autosize = true;
			this.butD.BackColor = System.Drawing.SystemColors.Control;
			this.butD.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butD.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butD.CornerRadius = 4F;
			this.butD.Location = new System.Drawing.Point(61, 23);
			this.butD.Name = "butD";
			this.butD.Size = new System.Drawing.Size(24, 20);
			this.butD.TabIndex = 27;
			this.butD.Text = "D";
			this.butD.UseVisualStyleBackColor = false;
			this.butD.Click += new System.EventHandler(this.butD_Click);
			// 
			// butBF
			// 
			this.butBF.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butBF.Autosize = true;
			this.butBF.BackColor = System.Drawing.SystemColors.Control;
			this.butBF.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butBF.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butBF.CornerRadius = 4F;
			this.butBF.Location = new System.Drawing.Point(22, 3);
			this.butBF.Name = "butBF";
			this.butBF.Size = new System.Drawing.Size(28, 20);
			this.butBF.TabIndex = 28;
			this.butBF.Text = "B/F";
			this.butBF.UseVisualStyleBackColor = false;
			this.butBF.Click += new System.EventHandler(this.butBF_Click);
			// 
			// butL
			// 
			this.butL.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butL.Autosize = true;
			this.butL.BackColor = System.Drawing.SystemColors.Control;
			this.butL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butL.CornerRadius = 4F;
			this.butL.Location = new System.Drawing.Point(32, 43);
			this.butL.Name = "butL";
			this.butL.Size = new System.Drawing.Size(24, 20);
			this.butL.TabIndex = 29;
			this.butL.Text = "L";
			this.butL.UseVisualStyleBackColor = false;
			this.butL.Click += new System.EventHandler(this.butL_Click);
			// 
			// butM
			// 
			this.butM.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butM.Autosize = true;
			this.butM.BackColor = System.Drawing.SystemColors.Control;
			this.butM.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butM.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butM.CornerRadius = 4F;
			this.butM.Location = new System.Drawing.Point(3, 23);
			this.butM.Name = "butM";
			this.butM.Size = new System.Drawing.Size(24, 20);
			this.butM.TabIndex = 25;
			this.butM.Text = "M";
			this.butM.UseVisualStyleBackColor = false;
			this.butM.Click += new System.EventHandler(this.butM_Click);
			// 
			// butV
			// 
			this.butV.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butV.Autosize = true;
			this.butV.BackColor = System.Drawing.SystemColors.Control;
			this.butV.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butV.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butV.CornerRadius = 4F;
			this.butV.Location = new System.Drawing.Point(50, 3);
			this.butV.Name = "butV";
			this.butV.Size = new System.Drawing.Size(17, 20);
			this.butV.TabIndex = 30;
			this.butV.Text = "V";
			this.butV.UseVisualStyleBackColor = false;
			this.butV.Click += new System.EventHandler(this.butV_Click);
			// 
			// butOI
			// 
			this.butOI.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOI.Autosize = true;
			this.butOI.BackColor = System.Drawing.SystemColors.Control;
			this.butOI.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOI.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOI.CornerRadius = 4F;
			this.butOI.Location = new System.Drawing.Point(27, 23);
			this.butOI.Name = "butOI";
			this.butOI.Size = new System.Drawing.Size(34, 20);
			this.butOI.TabIndex = 26;
			this.butOI.Text = "O/I";
			this.butOI.UseVisualStyleBackColor = false;
			this.butOI.Click += new System.EventHandler(this.butOI_Click);
			// 
			// textDateTP
			// 
			this.textDateTP.Location = new System.Drawing.Point(106, 21);
			this.textDateTP.Name = "textDateTP";
			this.textDateTP.Size = new System.Drawing.Size(76, 20);
			this.textDateTP.TabIndex = 99;
			// 
			// textDateEntry
			// 
			this.textDateEntry.Location = new System.Drawing.Point(106, 1);
			this.textDateEntry.Name = "textDateEntry";
			this.textDateEntry.ReadOnly = true;
			this.textDateEntry.Size = new System.Drawing.Size(76, 20);
			this.textDateEntry.TabIndex = 95;
			// 
			// textProcFee
			// 
			this.textProcFee.Location = new System.Drawing.Point(106, 155);
			this.textProcFee.Name = "textProcFee";
			this.textProcFee.Size = new System.Drawing.Size(68, 20);
			this.textProcFee.TabIndex = 6;
			this.textProcFee.Validating += new System.ComponentModel.CancelEventHandler(this.textProcFee_Validating);
			// 
			// butChange
			// 
			this.butChange.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butChange.Autosize = true;
			this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butChange.CornerRadius = 4F;
			this.butChange.Location = new System.Drawing.Point(184, 61);
			this.butChange.Name = "butChange";
			this.butChange.Size = new System.Drawing.Size(74, 20);
			this.butChange.TabIndex = 37;
			this.butChange.Text = "C&hange";
			this.butChange.Click += new System.EventHandler(this.butChange_Click);
			// 
			// FormProcEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(962, 696);
			this.Controls.Add(this.butSearch);
			this.Controls.Add(this.butLock);
			this.Controls.Add(this.butInvalidate);
			this.Controls.Add(this.butAppend);
			this.Controls.Add(this.labelLocked);
			this.Controls.Add(this.tabControl);
			this.Controls.Add(this.labelClaimNote);
			this.Controls.Add(this.textClaimNote);
			this.Controls.Add(this.butReferral);
			this.Controls.Add(this.textReferral);
			this.Controls.Add(this.label13);
			this.Controls.Add(this.comboProcStatus);
			this.Controls.Add(this.comboProvNum);
			this.Controls.Add(this.checkHideGraphics);
			this.Controls.Add(this.butPickProv);
			this.Controls.Add(this.labelInvalidSig);
			this.Controls.Add(this.butTopazSign);
			this.Controls.Add(this.buttonUseAutoNote);
			this.Controls.Add(this.textUser);
			this.Controls.Add(this.comboDx);
			this.Controls.Add(this.comboPriority);
			this.Controls.Add(this.comboClinic);
			this.Controls.Add(this.labelClinic);
			this.Controls.Add(this.labelPriority);
			this.Controls.Add(this.labelDx);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.sigBox);
			this.Controls.Add(this.butClearSig);
			this.Controls.Add(this.groupProsth);
			this.Controls.Add(this.textNotes);
			this.Controls.Add(this.label16);
			this.Controls.Add(this.label15);
			this.Controls.Add(this.labelIncomplete);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.label14);
			this.Controls.Add(this.butSetComplete);
			this.Controls.Add(this.butEditAnyway);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.labelSetComplete);
			this.Controls.Add(this.labelClaim);
			this.Controls.Add(this.panel1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormProcEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Procedure Info";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormProcEdit_FormClosing);
			this.Load += new System.EventHandler(this.FormProcInfo_Load);
			this.groupQuadrant.ResumeLayout(false);
			this.groupArch.ResumeLayout(false);
			this.panelSurfaces.ResumeLayout(false);
			this.groupSextant.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			this.groupProsth.ResumeLayout(false);
			this.groupProsth.PerformLayout();
			this.groupCanadianProcTypeCode.ResumeLayout(false);
			this.tabControl.ResumeLayout(false);
			this.tabPageFinancial.ResumeLayout(false);
			this.tabPageMedical.ResumeLayout(false);
			this.tabPageMedical.PerformLayout();
			this.tabPageMisc.ResumeLayout(false);
			this.tabPageMisc.PerformLayout();
			this.tabPageCanada.ResumeLayout(false);
			this.tabPageCanada.PerformLayout();
			this.tabPageOrion.ResumeLayout(false);
			this.tabPageOrion.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormRepeatChargeEdit));
     this.butCancel     = new OpenDental.UI.Button();
     this.butOK         = new OpenDental.UI.Button();
     this.label1        = new System.Windows.Forms.Label();
     this.textADACode   = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.textChargeAmt = new OpenDental.ValidDouble();
     this.textDateStart = new OpenDental.ValidDate();
     this.label3        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.textDateStop  = new OpenDental.ValidDate();
     this.textNote      = new System.Windows.Forms.TextBox();
     this.label5        = new System.Windows.Forms.Label();
     this.textDesc      = new System.Windows.Forms.TextBox();
     this.label6        = new System.Windows.Forms.Label();
     this.butDelete     = new OpenDental.UI.Button();
     this.label7        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.Location = new System.Drawing.Point(512, 312);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 0;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(512, 271);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 1;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(4, 19);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(156, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "ADA Code";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textADACode
     //
     this.textADACode.Location  = new System.Drawing.Point(162, 17);
     this.textADACode.MaxLength = 15;
     this.textADACode.Name      = "textADACode";
     this.textADACode.ReadOnly  = true;
     this.textADACode.TabIndex  = 3;
     this.textADACode.Text      = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(4, 49);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(156, 16);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Charge Amount";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textChargeAmt
     //
     this.textChargeAmt.Location = new System.Drawing.Point(162, 46);
     this.textChargeAmt.Name     = "textChargeAmt";
     this.textChargeAmt.TabIndex = 5;
     this.textChargeAmt.Text     = "";
     //
     // textDateStart
     //
     this.textDateStart.Location = new System.Drawing.Point(162, 75);
     this.textDateStart.Name     = "textDateStart";
     this.textDateStart.TabIndex = 6;
     this.textDateStart.Text     = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(4, 78);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(156, 16);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "Date Start";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(4, 106);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(156, 16);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "Date Stop";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateStop
     //
     this.textDateStop.Location = new System.Drawing.Point(162, 104);
     this.textDateStop.Name     = "textDateStop";
     this.textDateStop.TabIndex = 8;
     this.textDateStop.Text     = "";
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(162, 133);
     this.textNote.MaxLength = 15;
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(424, 114);
     this.textNote.TabIndex  = 11;
     this.textNote.Text      = "";
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(4, 136);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(156, 16);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "Note";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDesc
     //
     this.textDesc.BackColor = System.Drawing.SystemColors.Control;
     this.textDesc.Location  = new System.Drawing.Point(267, 17);
     this.textDesc.Name      = "textDesc";
     this.textDesc.Size      = new System.Drawing.Size(241, 20);
     this.textDesc.TabIndex  = 40;
     this.textDesc.Text      = "";
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(265, 1);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(224, 16);
     this.label6.TabIndex  = 39;
     this.label6.Text      = "Procedure Description:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize   = true;
     this.butDelete.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.Image      = ((System.Drawing.Image)(resources.GetObject("butDelete.Image")));
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(35, 314);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(83, 26);
     this.butDelete.TabIndex   = 41;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(128, 290);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(264, 51);
     this.label7.TabIndex = 42;
     this.label7.Text     = "It\'s OK to delete an obsolete repeating charge.   It does not affect any charges " +
                            "already billed";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // FormRepeatChargeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(622, 366);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textDesc);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textDateStop);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDateStart);
     this.Controls.Add(this.textChargeAmt);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textADACode);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRepeatChargeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Repeat Charge";
     this.Load         += new System.EventHandler(this.FormRepeatChargeEdit_Load);
     this.ResumeLayout(false);
 }
Esempio n. 19
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpAging));
     this.butCancel                  = new OpenDental.UI.Button();
     this.butOK                      = new OpenDental.UI.Button();
     this.groupBox1                  = new System.Windows.Forms.GroupBox();
     this.radio30                    = new System.Windows.Forms.RadioButton();
     this.radio90                    = new System.Windows.Forms.RadioButton();
     this.radio60                    = new System.Windows.Forms.RadioButton();
     this.radioAny                   = new System.Windows.Forms.RadioButton();
     this.label1                     = new System.Windows.Forms.Label();
     this.textDate                   = new OpenDental.ValidDate();
     this.listBillType               = new System.Windows.Forms.ListBox();
     this.label2                     = new System.Windows.Forms.Label();
     this.checkIncludeNeg            = new System.Windows.Forms.CheckBox();
     this.groupIncludePats           = new System.Windows.Forms.GroupBox();
     this.checkIncludeInsNoBal       = new System.Windows.Forms.CheckBox();
     this.checkOnlyNeg               = new System.Windows.Forms.CheckBox();
     this.checkExcludeInactive       = new System.Windows.Forms.CheckBox();
     this.listProv                   = new System.Windows.Forms.ListBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.checkProvAll               = new System.Windows.Forms.CheckBox();
     this.checkBillTypesAll          = new System.Windows.Forms.CheckBox();
     this.checkBadAddress            = new System.Windows.Forms.CheckBox();
     this.checkAllClin               = new System.Windows.Forms.CheckBox();
     this.listClin                   = new System.Windows.Forms.ListBox();
     this.labelClin                  = new System.Windows.Forms.Label();
     this.checkHasDateLastPay        = new System.Windows.Forms.CheckBox();
     this.groupGroupBy               = new System.Windows.Forms.GroupBox();
     this.radioGroupByPat            = new System.Windows.Forms.RadioButton();
     this.radioGroupByFam            = new System.Windows.Forms.RadioButton();
     this.checkAgeWriteoffs          = new System.Windows.Forms.CheckBox();
     this.checkExcludeArchive        = new System.Windows.Forms.CheckBox();
     this.butQuery                   = new OpenDental.UI.Button();
     this.groupOnlyShow              = new System.Windows.Forms.GroupBox();
     this.checkOnlyInsNoBal          = new System.Windows.Forms.CheckBox();
     this.groupExcludePats           = new System.Windows.Forms.GroupBox();
     this.checkAgeNegAdjs            = new System.Windows.Forms.CheckBox();
     this.checkAgePatPayPlanPayments = new System.Windows.Forms.CheckBox();
     this.labelFutureTrans           = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupIncludePats.SuspendLayout();
     this.groupGroupBy.SuspendLayout();
     this.groupOnlyShow.SuspendLayout();
     this.groupExcludePats.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(867, 325);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 17;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(786, 325);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 16;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radio30);
     this.groupBox1.Controls.Add(this.radio90);
     this.groupBox1.Controls.Add(this.radio60);
     this.groupBox1.Controls.Add(this.radioAny);
     this.groupBox1.Location = new System.Drawing.Point(12, 42);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(209, 110);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Age of Account";
     //
     // radio30
     //
     this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio30.Location  = new System.Drawing.Point(6, 40);
     this.radio30.Name      = "radio30";
     this.radio30.Size      = new System.Drawing.Size(197, 18);
     this.radio30.TabIndex  = 1;
     this.radio30.Text      = "Over 30 Days";
     //
     // radio90
     //
     this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio90.Location  = new System.Drawing.Point(6, 84);
     this.radio90.Name      = "radio90";
     this.radio90.Size      = new System.Drawing.Size(197, 18);
     this.radio90.TabIndex  = 3;
     this.radio90.Text      = "Over 90 Days";
     //
     // radio60
     //
     this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio60.Location  = new System.Drawing.Point(6, 62);
     this.radio60.Name      = "radio60";
     this.radio60.Size      = new System.Drawing.Size(197, 18);
     this.radio60.TabIndex  = 2;
     this.radio60.Text      = "Over 60 Days";
     //
     // radioAny
     //
     this.radioAny.Checked   = true;
     this.radioAny.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioAny.Location  = new System.Drawing.Point(6, 18);
     this.radioAny.Name      = "radioAny";
     this.radioAny.Size      = new System.Drawing.Size(197, 18);
     this.radioAny.TabIndex  = 0;
     this.radioAny.TabStop   = true;
     this.radioAny.Text      = "Any Balance";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(125, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 17);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "As Of Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(18, 14);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(106, 20);
     this.textDate.TabIndex = 1;
     //
     // listBillType
     //
     this.listBillType.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.listBillType.Location      = new System.Drawing.Point(441, 48);
     this.listBillType.Name          = "listBillType";
     this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBillType.Size          = new System.Drawing.Size(163, 238);
     this.listBillType.TabIndex      = 11;
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location  = new System.Drawing.Point(437, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(163, 17);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Billing Types";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkIncludeNeg
     //
     this.checkIncludeNeg.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIncludeNeg.Location  = new System.Drawing.Point(6, 18);
     this.checkIncludeNeg.Name      = "checkIncludeNeg";
     this.checkIncludeNeg.Size      = new System.Drawing.Size(196, 18);
     this.checkIncludeNeg.TabIndex  = 0;
     this.checkIncludeNeg.Text      = "Negative balances";
     this.checkIncludeNeg.Click    += new System.EventHandler(this.checkIncludeNeg_Click);
     //
     // groupIncludePats
     //
     this.groupIncludePats.Controls.Add(this.checkIncludeInsNoBal);
     this.groupIncludePats.Controls.Add(this.checkIncludeNeg);
     this.groupIncludePats.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupIncludePats.Location  = new System.Drawing.Point(227, 136);
     this.groupIncludePats.Name      = "groupIncludePats";
     this.groupIncludePats.Size      = new System.Drawing.Size(208, 66);
     this.groupIncludePats.TabIndex  = 4;
     this.groupIncludePats.TabStop   = false;
     this.groupIncludePats.Text      = "Include Patients With";
     //
     // checkIncludeInsNoBal
     //
     this.checkIncludeInsNoBal.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIncludeInsNoBal.Location  = new System.Drawing.Point(6, 40);
     this.checkIncludeInsNoBal.Name      = "checkIncludeInsNoBal";
     this.checkIncludeInsNoBal.Size      = new System.Drawing.Size(196, 18);
     this.checkIncludeInsNoBal.TabIndex  = 1;
     this.checkIncludeInsNoBal.Text      = "Insurance estimates and no balance";
     this.checkIncludeInsNoBal.Click    += new System.EventHandler(this.checkIncludeInsNoBal_Click);
     //
     // checkOnlyNeg
     //
     this.checkOnlyNeg.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkOnlyNeg.Location  = new System.Drawing.Point(6, 18);
     this.checkOnlyNeg.Name      = "checkOnlyNeg";
     this.checkOnlyNeg.Size      = new System.Drawing.Size(196, 18);
     this.checkOnlyNeg.TabIndex  = 1;
     this.checkOnlyNeg.Text      = "Negative balances";
     this.checkOnlyNeg.Click    += new System.EventHandler(this.checkOnlyNeg_Click);
     //
     // checkExcludeInactive
     //
     this.checkExcludeInactive.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkExcludeInactive.Location  = new System.Drawing.Point(6, 18);
     this.checkExcludeInactive.Name      = "checkExcludeInactive";
     this.checkExcludeInactive.Size      = new System.Drawing.Size(196, 18);
     this.checkExcludeInactive.TabIndex  = 5;
     this.checkExcludeInactive.Text      = "Inactive status";
     //
     // listProv
     //
     this.listProv.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.listProv.Location      = new System.Drawing.Point(610, 48);
     this.listProv.Name          = "listProv";
     this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listProv.Size          = new System.Drawing.Size(163, 238);
     this.listProv.TabIndex      = 13;
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Location  = new System.Drawing.Point(606, 8);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(163, 17);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Providers";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkProvAll
     //
     this.checkProvAll.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkProvAll.Checked    = true;
     this.checkProvAll.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkProvAll.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkProvAll.Location   = new System.Drawing.Point(610, 27);
     this.checkProvAll.Name       = "checkProvAll";
     this.checkProvAll.Size       = new System.Drawing.Size(163, 18);
     this.checkProvAll.TabIndex   = 12;
     this.checkProvAll.Text       = "All";
     this.checkProvAll.Click     += new System.EventHandler(this.checkProvAll_Click);
     //
     // checkBillTypesAll
     //
     this.checkBillTypesAll.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBillTypesAll.Checked    = true;
     this.checkBillTypesAll.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBillTypesAll.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkBillTypesAll.Location   = new System.Drawing.Point(441, 27);
     this.checkBillTypesAll.Name       = "checkBillTypesAll";
     this.checkBillTypesAll.Size       = new System.Drawing.Size(163, 18);
     this.checkBillTypesAll.TabIndex   = 10;
     this.checkBillTypesAll.Text       = "All";
     this.checkBillTypesAll.Click     += new System.EventHandler(this.checkBillTypesAll_Click);
     //
     // checkBadAddress
     //
     this.checkBadAddress.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBadAddress.Location  = new System.Drawing.Point(6, 62);
     this.checkBadAddress.Name      = "checkBadAddress";
     this.checkBadAddress.Size      = new System.Drawing.Size(196, 18);
     this.checkBadAddress.TabIndex  = 6;
     this.checkBadAddress.Text      = "Bad addresses (no zipcode)";
     //
     // checkAllClin
     //
     this.checkAllClin.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkAllClin.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAllClin.Location  = new System.Drawing.Point(779, 27);
     this.checkAllClin.Name      = "checkAllClin";
     this.checkAllClin.Size      = new System.Drawing.Size(163, 18);
     this.checkAllClin.TabIndex  = 14;
     this.checkAllClin.Text      = "All";
     this.checkAllClin.Click    += new System.EventHandler(this.checkAllClin_Click);
     //
     // listClin
     //
     this.listClin.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.listClin.Location      = new System.Drawing.Point(779, 48);
     this.listClin.Name          = "listClin";
     this.listClin.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listClin.Size          = new System.Drawing.Size(163, 238);
     this.listClin.TabIndex      = 15;
     this.listClin.Click        += new System.EventHandler(this.listClin_Click);
     //
     // labelClin
     //
     this.labelClin.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelClin.Location  = new System.Drawing.Point(775, 8);
     this.labelClin.Name      = "labelClin";
     this.labelClin.Size      = new System.Drawing.Size(163, 17);
     this.labelClin.TabIndex  = 0;
     this.labelClin.Text      = "Clinics";
     this.labelClin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkHasDateLastPay
     //
     this.checkHasDateLastPay.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkHasDateLastPay.Location  = new System.Drawing.Point(18, 272);
     this.checkHasDateLastPay.Name      = "checkHasDateLastPay";
     this.checkHasDateLastPay.Size      = new System.Drawing.Size(203, 18);
     this.checkHasDateLastPay.TabIndex  = 7;
     this.checkHasDateLastPay.Text      = "Show last payment date (landscape)";
     //
     // groupGroupBy
     //
     this.groupGroupBy.Controls.Add(this.radioGroupByPat);
     this.groupGroupBy.Controls.Add(this.radioGroupByFam);
     this.groupGroupBy.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupGroupBy.Location  = new System.Drawing.Point(12, 158);
     this.groupGroupBy.Name      = "groupGroupBy";
     this.groupGroupBy.Size      = new System.Drawing.Size(209, 64);
     this.groupGroupBy.TabIndex  = 2;
     this.groupGroupBy.TabStop   = false;
     this.groupGroupBy.Text      = "Group By";
     //
     // radioGroupByPat
     //
     this.radioGroupByPat.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioGroupByPat.Location  = new System.Drawing.Point(6, 40);
     this.radioGroupByPat.Name      = "radioGroupByPat";
     this.radioGroupByPat.Size      = new System.Drawing.Size(197, 18);
     this.radioGroupByPat.TabIndex  = 1;
     this.radioGroupByPat.Text      = "Individual";
     this.radioGroupByPat.UseVisualStyleBackColor = true;
     //
     // radioGroupByFam
     //
     this.radioGroupByFam.Checked   = true;
     this.radioGroupByFam.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioGroupByFam.Location  = new System.Drawing.Point(6, 18);
     this.radioGroupByFam.Name      = "radioGroupByFam";
     this.radioGroupByFam.Size      = new System.Drawing.Size(197, 18);
     this.radioGroupByFam.TabIndex  = 0;
     this.radioGroupByFam.TabStop   = true;
     this.radioGroupByFam.Text      = "Family";
     this.radioGroupByFam.UseVisualStyleBackColor = true;
     //
     // checkAgeWriteoffs
     //
     this.checkAgeWriteoffs.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAgeWriteoffs.Location  = new System.Drawing.Point(18, 228);
     this.checkAgeWriteoffs.Name      = "checkAgeWriteoffs";
     this.checkAgeWriteoffs.Size      = new System.Drawing.Size(203, 18);
     this.checkAgeWriteoffs.TabIndex  = 8;
     this.checkAgeWriteoffs.Text      = "Age writeoff estimates";
     //
     // checkExcludeArchive
     //
     this.checkExcludeArchive.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkExcludeArchive.Location  = new System.Drawing.Point(6, 40);
     this.checkExcludeArchive.Name      = "checkExcludeArchive";
     this.checkExcludeArchive.Size      = new System.Drawing.Size(196, 18);
     this.checkExcludeArchive.TabIndex  = 18;
     this.checkExcludeArchive.Text      = "Archived status";
     //
     // butQuery
     //
     this.butQuery.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butQuery.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butQuery.Autosize     = true;
     this.butQuery.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butQuery.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butQuery.CornerRadius = 4F;
     this.butQuery.Location     = new System.Drawing.Point(12, 325);
     this.butQuery.Name         = "butQuery";
     this.butQuery.Size         = new System.Drawing.Size(90, 26);
     this.butQuery.TabIndex     = 19;
     this.butQuery.Text         = "Generate Query";
     this.butQuery.Click       += new System.EventHandler(this.butGenerateQuery_Click);
     //
     // groupOnlyShow
     //
     this.groupOnlyShow.Controls.Add(this.checkOnlyInsNoBal);
     this.groupOnlyShow.Controls.Add(this.checkOnlyNeg);
     this.groupOnlyShow.Location = new System.Drawing.Point(227, 208);
     this.groupOnlyShow.Name     = "groupOnlyShow";
     this.groupOnlyShow.Size     = new System.Drawing.Size(208, 66);
     this.groupOnlyShow.TabIndex = 20;
     this.groupOnlyShow.TabStop  = false;
     this.groupOnlyShow.Text     = "Only Patients With";
     //
     // checkOnlyInsNoBal
     //
     this.checkOnlyInsNoBal.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkOnlyInsNoBal.Location  = new System.Drawing.Point(6, 40);
     this.checkOnlyInsNoBal.Name      = "checkOnlyInsNoBal";
     this.checkOnlyInsNoBal.Size      = new System.Drawing.Size(196, 18);
     this.checkOnlyInsNoBal.TabIndex  = 2;
     this.checkOnlyInsNoBal.Text      = "Insurance estimates and no balance";
     this.checkOnlyInsNoBal.Click    += new System.EventHandler(this.checkOnlyInsNoBal_Click);
     //
     // groupExcludePats
     //
     this.groupExcludePats.Controls.Add(this.checkExcludeInactive);
     this.groupExcludePats.Controls.Add(this.checkBadAddress);
     this.groupExcludePats.Controls.Add(this.checkExcludeArchive);
     this.groupExcludePats.Location = new System.Drawing.Point(227, 42);
     this.groupExcludePats.Name     = "groupExcludePats";
     this.groupExcludePats.Size     = new System.Drawing.Size(208, 88);
     this.groupExcludePats.TabIndex = 21;
     this.groupExcludePats.TabStop  = false;
     this.groupExcludePats.Text     = "Exclude Patients With";
     //
     // checkAgeNegAdjs
     //
     this.checkAgeNegAdjs.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAgeNegAdjs.Location  = new System.Drawing.Point(18, 250);
     this.checkAgeNegAdjs.Name      = "checkAgeNegAdjs";
     this.checkAgeNegAdjs.Size      = new System.Drawing.Size(203, 18);
     this.checkAgeNegAdjs.TabIndex  = 22;
     this.checkAgeNegAdjs.Text      = "Age negative adjustments";
     //
     // checkAgePatPayPlanPayments
     //
     this.checkAgePatPayPlanPayments.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAgePatPayPlanPayments.Location  = new System.Drawing.Point(18, 294);
     this.checkAgePatPayPlanPayments.Name      = "checkAgePatPayPlanPayments";
     this.checkAgePatPayPlanPayments.Size      = new System.Drawing.Size(225, 18);
     this.checkAgePatPayPlanPayments.TabIndex  = 23;
     this.checkAgePatPayPlanPayments.Text      = "Age patient payments to payment plans";
     this.checkAgePatPayPlanPayments.Visible   = false;
     //
     // labelFutureTrans
     //
     this.labelFutureTrans.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelFutureTrans.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.labelFutureTrans.Location    = new System.Drawing.Point(513, 328);
     this.labelFutureTrans.Name        = "labelFutureTrans";
     this.labelFutureTrans.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.labelFutureTrans.Size        = new System.Drawing.Size(267, 21);
     this.labelFutureTrans.TabIndex    = 24;
     this.labelFutureTrans.Text        = "Future dated transactions are allowed";
     this.labelFutureTrans.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelFutureTrans.Visible     = false;
     //
     // FormRpAging
     //
     this.AcceptButton = this.butOK;
     this.CancelButton = this.butCancel;
     this.ClientSize   = new System.Drawing.Size(954, 363);
     this.Controls.Add(this.labelFutureTrans);
     this.Controls.Add(this.checkAgePatPayPlanPayments);
     this.Controls.Add(this.checkAgeNegAdjs);
     this.Controls.Add(this.groupExcludePats);
     this.Controls.Add(this.groupOnlyShow);
     this.Controls.Add(this.butQuery);
     this.Controls.Add(this.checkAgeWriteoffs);
     this.Controls.Add(this.groupGroupBy);
     this.Controls.Add(this.checkHasDateLastPay);
     this.Controls.Add(this.checkAllClin);
     this.Controls.Add(this.listClin);
     this.Controls.Add(this.labelClin);
     this.Controls.Add(this.checkBillTypesAll);
     this.Controls.Add(this.checkProvAll);
     this.Controls.Add(this.listProv);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.groupIncludePats);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listBillType);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(970, 380);
     this.Name          = "FormRpAging";
     this.ShowInTaskbar = false;
     this.Text          = "Aging of Accounts Receivable Report";
     this.Load         += new System.EventHandler(this.FormAging_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupIncludePats.ResumeLayout(false);
     this.groupGroupBy.ResumeLayout(false);
     this.groupOnlyShow.ResumeLayout(false);
     this.groupExcludePats.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 20
0
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormConfirmList));
			this.butClose = new OpenDental.UI.Button();
			this.butRefresh = new OpenDental.UI.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.comboShowRecall = new System.Windows.Forms.ComboBox();
			this.comboClinic = new System.Windows.Forms.ComboBox();
			this.labelClinic = new System.Windows.Forms.Label();
			this.comboProv = new System.Windows.Forms.ComboBox();
			this.label4 = new System.Windows.Forms.Label();
			this.textDateTo = new OpenDental.ValidDate();
			this.textDateFrom = new OpenDental.ValidDate();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.butReport = new OpenDental.UI.Button();
			this.butLabels = new OpenDental.UI.Button();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.comboStatus = new System.Windows.Forms.ComboBox();
			this.butPostcards = new OpenDental.UI.Button();
			this.grid = new OpenDental.UI.ODGrid();
			this.butPrint = new OpenDental.UI.Button();
			this.butEmail = new OpenDental.UI.Button();
			this.butText = new OpenDental.UI.Button();
			this.groupBox1.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.SuspendLayout();
			// 
			// 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(895, 659);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(75, 24);
			this.butClose.TabIndex = 2;
			this.butClose.Text = "&Close";
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// butRefresh
			// 
			this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butRefresh.Autosize = true;
			this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butRefresh.CornerRadius = 4F;
			this.butRefresh.Location = new System.Drawing.Point(47, 12);
			this.butRefresh.Name = "butRefresh";
			this.butRefresh.Size = new System.Drawing.Size(84, 24);
			this.butRefresh.TabIndex = 2;
			this.butRefresh.Text = "&Refresh";
			this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox1.Controls.Add(this.comboShowRecall);
			this.groupBox1.Controls.Add(this.comboClinic);
			this.groupBox1.Controls.Add(this.labelClinic);
			this.groupBox1.Controls.Add(this.comboProv);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.textDateTo);
			this.groupBox1.Controls.Add(this.textDateFrom);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.butRefresh);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(5, 4);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(632, 63);
			this.groupBox1.TabIndex = 1;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "View";
			// 
			// comboShowRecall
			// 
			this.comboShowRecall.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboShowRecall.FormattingEnabled = true;
			this.comboShowRecall.Items.AddRange(new object[] {
            "All",
            "Recall Only",
            "Exclude Recall"});
			this.comboShowRecall.Location = new System.Drawing.Point(29, 38);
			this.comboShowRecall.Name = "comboShowRecall";
			this.comboShowRecall.Size = new System.Drawing.Size(121, 21);
			this.comboShowRecall.TabIndex = 26;
			// 
			// comboClinic
			// 
			this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClinic.Location = new System.Drawing.Point(439, 36);
			this.comboClinic.MaxDropDownItems = 40;
			this.comboClinic.Name = "comboClinic";
			this.comboClinic.Size = new System.Drawing.Size(181, 21);
			this.comboClinic.TabIndex = 25;
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(346, 40);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(91, 14);
			this.labelClinic.TabIndex = 24;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboProv
			// 
			this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProv.Location = new System.Drawing.Point(439, 12);
			this.comboProv.MaxDropDownItems = 40;
			this.comboProv.Name = "comboProv";
			this.comboProv.Size = new System.Drawing.Size(181, 21);
			this.comboProv.TabIndex = 23;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(346, 16);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(91, 14);
			this.label4.TabIndex = 22;
			this.label4.Text = "Provider";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDateTo
			// 
			this.textDateTo.Location = new System.Drawing.Point(232, 38);
			this.textDateTo.Name = "textDateTo";
			this.textDateTo.Size = new System.Drawing.Size(94, 20);
			this.textDateTo.TabIndex = 14;
			// 
			// textDateFrom
			// 
			this.textDateFrom.Location = new System.Drawing.Point(232, 16);
			this.textDateFrom.Name = "textDateFrom";
			this.textDateFrom.Size = new System.Drawing.Size(94, 20);
			this.textDateFrom.TabIndex = 13;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(161, 40);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(68, 14);
			this.label2.TabIndex = 12;
			this.label2.Text = "To Date";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(152, 19);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(77, 14);
			this.label1.TabIndex = 11;
			this.label1.Text = "From Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butReport
			// 
			this.butReport.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butReport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butReport.Autosize = true;
			this.butReport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butReport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butReport.CornerRadius = 4F;
			this.butReport.Location = new System.Drawing.Point(621, 659);
			this.butReport.Name = "butReport";
			this.butReport.Size = new System.Drawing.Size(87, 24);
			this.butReport.TabIndex = 13;
			this.butReport.Text = "R&un Report";
			this.butReport.Click += new System.EventHandler(this.butReport_Click);
			// 
			// butLabels
			// 
			this.butLabels.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butLabels.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butLabels.Autosize = true;
			this.butLabels.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butLabels.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butLabels.CornerRadius = 4F;
			this.butLabels.Image = global::OpenDental.Properties.Resources.butLabel;
			this.butLabels.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butLabels.Location = new System.Drawing.Point(129, 659);
			this.butLabels.Name = "butLabels";
			this.butLabels.Size = new System.Drawing.Size(102, 24);
			this.butLabels.TabIndex = 14;
			this.butLabels.Text = "Label Preview";
			this.butLabels.Click += new System.EventHandler(this.butLabels_Click);
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.comboStatus);
			this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox3.Location = new System.Drawing.Point(643, 4);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(143, 63);
			this.groupBox3.TabIndex = 15;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Set Status";
			// 
			// comboStatus
			// 
			this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboStatus.Location = new System.Drawing.Point(7, 22);
			this.comboStatus.MaxDropDownItems = 40;
			this.comboStatus.Name = "comboStatus";
			this.comboStatus.Size = new System.Drawing.Size(128, 21);
			this.comboStatus.TabIndex = 15;
			this.comboStatus.SelectedIndexChanged += new System.EventHandler(this.comboStatus_SelectedIndexChanged);
			this.comboStatus.SelectionChangeCommitted += new System.EventHandler(this.comboStatus_SelectionChangeCommitted);
			// 
			// butPostcards
			// 
			this.butPostcards.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPostcards.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butPostcards.Autosize = true;
			this.butPostcards.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPostcards.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPostcards.CornerRadius = 4F;
			this.butPostcards.Image = global::OpenDental.Properties.Resources.butPrintSmall;
			this.butPostcards.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butPostcards.Location = new System.Drawing.Point(4, 659);
			this.butPostcards.Name = "butPostcards";
			this.butPostcards.Size = new System.Drawing.Size(119, 24);
			this.butPostcards.TabIndex = 16;
			this.butPostcards.Text = "Postcard Preview";
			this.butPostcards.Click += new System.EventHandler(this.butPostcards_Click);
			// 
			// grid
			// 
			this.grid.HScrollVisible = false;
			this.grid.Location = new System.Drawing.Point(4, 69);
			this.grid.Name = "grid";
			this.grid.ScrollValue = 0;
			this.grid.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.grid.Size = new System.Drawing.Size(963, 585);
			this.grid.TabIndex = 0;
			this.grid.Title = "Confirmation List";
			this.grid.TranslationName = "TableConfirmList";
			this.grid.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.grid_CellDoubleClick);
			this.grid.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.grid_CellClick);
			this.grid.Click += new System.EventHandler(this.grid_Click);
			// 
			// butPrint
			// 
			this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butPrint.Autosize = true;
			this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPrint.CornerRadius = 4F;
			this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall;
			this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butPrint.Location = new System.Drawing.Point(714, 659);
			this.butPrint.Name = "butPrint";
			this.butPrint.Size = new System.Drawing.Size(87, 24);
			this.butPrint.TabIndex = 20;
			this.butPrint.Text = "Print List";
			this.butPrint.Click += new System.EventHandler(this.butPrint_Click);
			// 
			// butEmail
			// 
			this.butEmail.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butEmail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butEmail.Autosize = true;
			this.butEmail.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butEmail.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butEmail.CornerRadius = 4F;
			this.butEmail.Image = global::OpenDental.Properties.Resources.email1;
			this.butEmail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butEmail.Location = new System.Drawing.Point(237, 659);
			this.butEmail.Name = "butEmail";
			this.butEmail.Size = new System.Drawing.Size(91, 24);
			this.butEmail.TabIndex = 61;
			this.butEmail.Text = "E-Mail";
			this.butEmail.Click += new System.EventHandler(this.butEmail_Click);
			// 
			// butText
			// 
			this.butText.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butText.Autosize = false;
			this.butText.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butText.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butText.CornerRadius = 4F;
			this.butText.Image = global::OpenDental.Properties.Resources.Text;
			this.butText.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butText.Location = new System.Drawing.Point(333, 659);
			this.butText.Name = "butText";
			this.butText.Size = new System.Drawing.Size(79, 24);
			this.butText.TabIndex = 61;
			this.butText.Text = "Text";
			this.butText.Click += new System.EventHandler(this.butText_Click);
			// 
			// FormConfirmList
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butClose;
			this.ClientSize = new System.Drawing.Size(975, 688);
			this.Controls.Add(this.butText);
			this.Controls.Add(this.butEmail);
			this.Controls.Add(this.butPrint);
			this.Controls.Add(this.butPostcards);
			this.Controls.Add(this.grid);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.butLabels);
			this.Controls.Add(this.butReport);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.butClose);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormConfirmList";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Confirmation List";
			this.Load += new System.EventHandler(this.FormConfirmList_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupBox3.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Esempio n. 21
0
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpAging));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.radio30 = new System.Windows.Forms.RadioButton();
			this.radio90 = new System.Windows.Forms.RadioButton();
			this.radio60 = new System.Windows.Forms.RadioButton();
			this.radioAny = new System.Windows.Forms.RadioButton();
			this.label1 = new System.Windows.Forms.Label();
			this.textDate = new OpenDental.ValidDate();
			this.listBillType = new System.Windows.Forms.ListBox();
			this.label2 = new System.Windows.Forms.Label();
			this.checkIncludeNeg = new System.Windows.Forms.CheckBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.checkOnlyNeg = new System.Windows.Forms.CheckBox();
			this.checkExcludeInactive = new System.Windows.Forms.CheckBox();
			this.listProv = new System.Windows.Forms.ListBox();
			this.label3 = new System.Windows.Forms.Label();
			this.checkProvAll = new System.Windows.Forms.CheckBox();
			this.checkBillTypesAll = new System.Windows.Forms.CheckBox();
			this.checkBadAddress = new System.Windows.Forms.CheckBox();
			this.checkAllClin = new System.Windows.Forms.CheckBox();
			this.listClin = new System.Windows.Forms.ListBox();
			this.labelClin = new System.Windows.Forms.Label();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(744, 396);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 26);
			this.butCancel.TabIndex = 4;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(744, 362);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 26);
			this.butOK.TabIndex = 3;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.radio30);
			this.groupBox1.Controls.Add(this.radio90);
			this.groupBox1.Controls.Add(this.radio60);
			this.groupBox1.Controls.Add(this.radioAny);
			this.groupBox1.Location = new System.Drawing.Point(57, 109);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(175, 120);
			this.groupBox1.TabIndex = 1;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Age of Account";
			// 
			// radio30
			// 
			this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radio30.Location = new System.Drawing.Point(12, 44);
			this.radio30.Name = "radio30";
			this.radio30.Size = new System.Drawing.Size(152, 16);
			this.radio30.TabIndex = 1;
			this.radio30.Text = "Over 30 Days";
			// 
			// radio90
			// 
			this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radio90.Location = new System.Drawing.Point(12, 90);
			this.radio90.Name = "radio90";
			this.radio90.Size = new System.Drawing.Size(152, 18);
			this.radio90.TabIndex = 3;
			this.radio90.Text = "Over 90 Days";
			// 
			// radio60
			// 
			this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radio60.Location = new System.Drawing.Point(12, 66);
			this.radio60.Name = "radio60";
			this.radio60.Size = new System.Drawing.Size(152, 18);
			this.radio60.TabIndex = 2;
			this.radio60.Text = "Over 60 Days";
			// 
			// radioAny
			// 
			this.radioAny.Checked = true;
			this.radioAny.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioAny.Location = new System.Drawing.Point(12, 20);
			this.radioAny.Name = "radioAny";
			this.radioAny.Size = new System.Drawing.Size(152, 18);
			this.radioAny.TabIndex = 0;
			this.radioAny.TabStop = true;
			this.radioAny.Text = "Any Balance";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 50);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(114, 14);
			this.label1.TabIndex = 11;
			this.label1.Text = "As Of Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(126, 48);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(106, 20);
			this.textDate.TabIndex = 0;
			// 
			// listBillType
			// 
			this.listBillType.Location = new System.Drawing.Point(335, 69);
			this.listBillType.Name = "listBillType";
			this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listBillType.Size = new System.Drawing.Size(158, 186);
			this.listBillType.TabIndex = 2;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(332, 25);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(176, 16);
			this.label2.TabIndex = 14;
			this.label2.Text = "Billing Types";
			this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// checkIncludeNeg
			// 
			this.checkIncludeNeg.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIncludeNeg.Location = new System.Drawing.Point(9, 28);
			this.checkIncludeNeg.Name = "checkIncludeNeg";
			this.checkIncludeNeg.Size = new System.Drawing.Size(194, 20);
			this.checkIncludeNeg.TabIndex = 17;
			this.checkIncludeNeg.Text = "Include negative balances";
			this.checkIncludeNeg.Click += new System.EventHandler(this.checkIncludeNeg_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.checkOnlyNeg);
			this.groupBox2.Controls.Add(this.checkIncludeNeg);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(57, 256);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(225, 84);
			this.groupBox2.TabIndex = 18;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Negative Balances";
			// 
			// checkOnlyNeg
			// 
			this.checkOnlyNeg.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkOnlyNeg.Location = new System.Drawing.Point(9, 55);
			this.checkOnlyNeg.Name = "checkOnlyNeg";
			this.checkOnlyNeg.Size = new System.Drawing.Size(210, 19);
			this.checkOnlyNeg.TabIndex = 18;
			this.checkOnlyNeg.Text = "Only show negative balances";
			this.checkOnlyNeg.Click += new System.EventHandler(this.checkOnlyNeg_Click);
			// 
			// checkExcludeInactive
			// 
			this.checkExcludeInactive.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkExcludeInactive.Location = new System.Drawing.Point(66, 363);
			this.checkExcludeInactive.Name = "checkExcludeInactive";
			this.checkExcludeInactive.Size = new System.Drawing.Size(248, 18);
			this.checkExcludeInactive.TabIndex = 19;
			this.checkExcludeInactive.Text = "Exclude inactive patients";
			// 
			// listProv
			// 
			this.listProv.Location = new System.Drawing.Point(499, 69);
			this.listProv.Name = "listProv";
			this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listProv.Size = new System.Drawing.Size(163, 186);
			this.listProv.TabIndex = 39;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(496, 25);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(104, 16);
			this.label3.TabIndex = 38;
			this.label3.Text = "Providers";
			this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// checkProvAll
			// 
			this.checkProvAll.Checked = true;
			this.checkProvAll.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkProvAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkProvAll.Location = new System.Drawing.Point(499, 46);
			this.checkProvAll.Name = "checkProvAll";
			this.checkProvAll.Size = new System.Drawing.Size(145, 18);
			this.checkProvAll.TabIndex = 40;
			this.checkProvAll.Text = "All";
			this.checkProvAll.Click += new System.EventHandler(this.checkProvAll_Click);
			// 
			// checkBillTypesAll
			// 
			this.checkBillTypesAll.Checked = true;
			this.checkBillTypesAll.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkBillTypesAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkBillTypesAll.Location = new System.Drawing.Point(335, 46);
			this.checkBillTypesAll.Name = "checkBillTypesAll";
			this.checkBillTypesAll.Size = new System.Drawing.Size(145, 18);
			this.checkBillTypesAll.TabIndex = 41;
			this.checkBillTypesAll.Text = "All";
			this.checkBillTypesAll.Click += new System.EventHandler(this.checkBillTypesAll_Click);
			// 
			// checkBadAddress
			// 
			this.checkBadAddress.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkBadAddress.Location = new System.Drawing.Point(66, 390);
			this.checkBadAddress.Name = "checkBadAddress";
			this.checkBadAddress.Size = new System.Drawing.Size(248, 18);
			this.checkBadAddress.TabIndex = 43;
			this.checkBadAddress.Text = "Exclude bad addresses (no zipcode)";
			// 
			// checkAllClin
			// 
			this.checkAllClin.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAllClin.Location = new System.Drawing.Point(668, 46);
			this.checkAllClin.Name = "checkAllClin";
			this.checkAllClin.Size = new System.Drawing.Size(95, 16);
			this.checkAllClin.TabIndex = 51;
			this.checkAllClin.Text = "All";
			this.checkAllClin.Click += new System.EventHandler(this.checkAllClin_Click);
			// 
			// listClin
			// 
			this.listClin.Location = new System.Drawing.Point(668, 69);
			this.listClin.Name = "listClin";
			this.listClin.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listClin.Size = new System.Drawing.Size(163, 186);
			this.listClin.TabIndex = 50;
			this.listClin.Click += new System.EventHandler(this.listClin_Click);
			// 
			// labelClin
			// 
			this.labelClin.Location = new System.Drawing.Point(665, 25);
			this.labelClin.Name = "labelClin";
			this.labelClin.Size = new System.Drawing.Size(104, 16);
			this.labelClin.TabIndex = 49;
			this.labelClin.Text = "Clinics";
			this.labelClin.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// FormRpAging
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(849, 450);
			this.Controls.Add(this.checkAllClin);
			this.Controls.Add(this.listClin);
			this.Controls.Add(this.labelClin);
			this.Controls.Add(this.checkBadAddress);
			this.Controls.Add(this.checkBillTypesAll);
			this.Controls.Add(this.checkProvAll);
			this.Controls.Add(this.listProv);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.checkExcludeInactive);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.listBillType);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.groupBox1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormRpAging";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Aging of Accounts Receivable Report";
			this.Load += new System.EventHandler(this.FormAging_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butCancel      = new OpenDental.UI.Button();
     this.butOK          = new OpenDental.UI.Button();
     this.label1         = new System.Windows.Forms.Label();
     this.textDescript   = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.label4         = new System.Windows.Forms.Label();
     this.listDateType   = new System.Windows.Forms.ListBox();
     this.checkFromNum   = new System.Windows.Forms.CheckBox();
     this.textDateTL     = new OpenDental.ValidDate();
     this.listObjectType = new System.Windows.Forms.ListBox();
     this.label6         = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.Location = new System.Drawing.Point(395, 191);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 5;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(395, 150);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 4;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(116, 19);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Description";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDescript
     //
     this.textDescript.Location = new System.Drawing.Point(127, 18);
     this.textDescript.Name     = "textDescript";
     this.textDescript.Size     = new System.Drawing.Size(293, 20);
     this.textDescript.TabIndex = 0;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 50);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(116, 19);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(218, 47);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(185, 32);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Leave blank unless you want this list to show on a dated list";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 82);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(116, 19);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "Date Type";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // listDateType
     //
     this.listDateType.Location = new System.Drawing.Point(127, 83);
     this.listDateType.Name     = "listDateType";
     this.listDateType.Size     = new System.Drawing.Size(120, 56);
     this.listDateType.TabIndex = 2;
     //
     // checkFromNum
     //
     this.checkFromNum.CheckAlign = System.Drawing.ContentAlignment.TopRight;
     this.checkFromNum.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkFromNum.Location   = new System.Drawing.Point(8, 149);
     this.checkFromNum.Name       = "checkFromNum";
     this.checkFromNum.Size       = new System.Drawing.Size(133, 21);
     this.checkFromNum.TabIndex   = 3;
     this.checkFromNum.Text       = "Is From Repeating";
     this.checkFromNum.TextAlign  = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateTL
     //
     this.textDateTL.Location = new System.Drawing.Point(127, 50);
     this.textDateTL.Name     = "textDateTL";
     this.textDateTL.Size     = new System.Drawing.Size(87, 20);
     this.textDateTL.TabIndex = 1;
     //
     // listObjectType
     //
     this.listObjectType.Location = new System.Drawing.Point(127, 173);
     this.listObjectType.Name     = "listObjectType";
     this.listObjectType.Size     = new System.Drawing.Size(120, 43);
     this.listObjectType.TabIndex = 15;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(8, 172);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(116, 19);
     this.label6.TabIndex  = 16;
     this.label6.Text      = "Object Type";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormTaskListEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(503, 242);
     this.Controls.Add(this.listObjectType);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textDateTL);
     this.Controls.Add(this.textDescript);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.checkFromNum);
     this.Controls.Add(this.listDateType);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormTaskListEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Task List";
     this.Load         += new System.EventHandler(this.FormTaskListEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 23
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGroupPermEdit));
     this.butCancel = new OpenDental.UI.Button();
     this.butOK     = new OpenDental.UI.Button();
     this.textName  = new System.Windows.Forms.TextBox();
     this.label10   = new System.Windows.Forms.Label();
     this.label1    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.textDate  = new OpenDental.ValidDate();
     this.label3    = new System.Windows.Forms.Label();
     this.textDays  = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(510, 214);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 37;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(510, 182);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 36;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // textName
     //
     this.textName.Location  = new System.Drawing.Point(151, 12);
     this.textName.MaxLength = 100;
     this.textName.Name      = "textName";
     this.textName.ReadOnly  = true;
     this.textName.Size      = new System.Drawing.Size(260, 20);
     this.textName.TabIndex  = 38;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(54, 15);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(95, 14);
     this.label10.TabIndex  = 43;
     this.label10.Text      = "Type";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(7, 19);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(121, 18);
     this.label1.TabIndex  = 46;
     this.label1.Text      = "Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(3, 46);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(126, 16);
     this.label2.TabIndex  = 47;
     this.label2.Text      = "Days";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(130, 19);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(100, 20);
     this.textDate.TabIndex = 50;
     this.textDate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textDate_KeyDown);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(87, 77);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(320, 40);
     this.label3.TabIndex = 52;
     this.label3.Text     = "For instance, if you set days to 1, then user will only have permission if the da" +
                            "te of the item is today";
     //
     // textDays
     //
     this.textDays.Location = new System.Drawing.Point(130, 45);
     this.textDays.Name     = "textDays";
     this.textDays.Size     = new System.Drawing.Size(46, 20);
     this.textDays.TabIndex = 0;
     this.textDays.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textDays_KeyDown);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textDate);
     this.groupBox1.Controls.Add(this.textDays);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(21, 45);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(443, 126);
     this.groupBox1.TabIndex  = 53;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Only if newer than";
     //
     // FormGroupPermEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(600, 250);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.textName);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormGroupPermEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Group Permission";
     this.Load         += new System.EventHandler(this.FormGroupPermEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormRecallEdit));
     this.butCancel        = new OpenDental.UI.Button();
     this.textDatePrevious = new System.Windows.Forms.TextBox();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.textDateDueCalc  = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.textDateDue      = new OpenDental.ValidDate();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.textWeeks        = new OpenDental.ValidNum();
     this.label7           = new System.Windows.Forms.Label();
     this.textDays         = new OpenDental.ValidNum();
     this.label6           = new System.Windows.Forms.Label();
     this.textMonths       = new OpenDental.ValidNum();
     this.label5           = new System.Windows.Forms.Label();
     this.textYears        = new OpenDental.ValidNum();
     this.label4           = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.comboStatus      = new System.Windows.Forms.ComboBox();
     this.checkIsDisabled  = new System.Windows.Forms.CheckBox();
     this.label9           = new System.Windows.Forms.Label();
     this.butOK            = new OpenDental.UI.Button();
     this.butDelete        = new OpenDental.UI.Button();
     this.textNote         = new OpenDental.ODtextBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.Location = new System.Drawing.Point(589, 405);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 0;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // textDatePrevious
     //
     this.textDatePrevious.Location = new System.Drawing.Point(184, 42);
     this.textDatePrevious.Name     = "textDatePrevious";
     this.textDatePrevious.ReadOnly = true;
     this.textDatePrevious.Size     = new System.Drawing.Size(85, 20);
     this.textDatePrevious.TabIndex = 1;
     this.textDatePrevious.Text     = "";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(11, 41);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(170, 19);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Previous Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(11, 67);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(170, 19);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Calculated Due Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateDueCalc
     //
     this.textDateDueCalc.Location = new System.Drawing.Point(184, 68);
     this.textDateDueCalc.Name     = "textDateDueCalc";
     this.textDateDueCalc.ReadOnly = true;
     this.textDateDueCalc.Size     = new System.Drawing.Size(85, 20);
     this.textDateDueCalc.TabIndex = 3;
     this.textDateDueCalc.Text     = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(12, 94);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(170, 19);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Actual Due Date";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateDue
     //
     this.textDateDue.Location = new System.Drawing.Point(184, 94);
     this.textDateDue.Name     = "textDateDue";
     this.textDateDue.Size     = new System.Drawing.Size(86, 20);
     this.textDateDue.TabIndex = 6;
     this.textDateDue.Text     = "";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textWeeks);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.textDays);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.textMonths);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textYears);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(79, 123);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(170, 115);
     this.groupBox1.TabIndex  = 7;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Recall Interval";
     //
     // textWeeks
     //
     this.textWeeks.Location = new System.Drawing.Point(105, 63);
     this.textWeeks.MaxVal   = 255;
     this.textWeeks.MinVal   = 0;
     this.textWeeks.Name     = "textWeeks";
     this.textWeeks.Size     = new System.Drawing.Size(51, 20);
     this.textWeeks.TabIndex = 12;
     this.textWeeks.Text     = "";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(11, 63);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(92, 19);
     this.label7.TabIndex  = 11;
     this.label7.Text      = "Weeks";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDays
     //
     this.textDays.Location = new System.Drawing.Point(105, 85);
     this.textDays.MaxVal   = 255;
     this.textDays.MinVal   = 0;
     this.textDays.Name     = "textDays";
     this.textDays.Size     = new System.Drawing.Size(51, 20);
     this.textDays.TabIndex = 10;
     this.textDays.Text     = "";
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(11, 85);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(92, 19);
     this.label6.TabIndex  = 9;
     this.label6.Text      = "Days";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textMonths
     //
     this.textMonths.Location = new System.Drawing.Point(105, 40);
     this.textMonths.MaxVal   = 255;
     this.textMonths.MinVal   = 0;
     this.textMonths.Name     = "textMonths";
     this.textMonths.Size     = new System.Drawing.Size(51, 20);
     this.textMonths.TabIndex = 8;
     this.textMonths.Text     = "";
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(11, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(92, 19);
     this.label5.TabIndex  = 7;
     this.label5.Text      = "Months";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textYears
     //
     this.textYears.Location = new System.Drawing.Point(105, 17);
     this.textYears.MaxVal   = 127;
     this.textYears.MinVal   = 0;
     this.textYears.Name     = "textYears";
     this.textYears.Size     = new System.Drawing.Size(51, 20);
     this.textYears.TabIndex = 6;
     this.textYears.Text     = "";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(11, 17);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(92, 19);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "Years";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(12, 243);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(170, 19);
     this.label8.TabIndex  = 8;
     this.label8.Text      = "Status";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboStatus
     //
     this.comboStatus.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStatus.Location         = new System.Drawing.Point(184, 243);
     this.comboStatus.MaxDropDownItems = 50;
     this.comboStatus.Name             = "comboStatus";
     this.comboStatus.Size             = new System.Drawing.Size(188, 21);
     this.comboStatus.TabIndex         = 9;
     //
     // checkIsDisabled
     //
     this.checkIsDisabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsDisabled.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkIsDisabled.Location   = new System.Drawing.Point(29, 17);
     this.checkIsDisabled.Name       = "checkIsDisabled";
     this.checkIsDisabled.Size       = new System.Drawing.Size(169, 18);
     this.checkIsDisabled.TabIndex   = 10;
     this.checkIsDisabled.Text       = "Disabled";
     this.checkIsDisabled.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsDisabled.Click     += new System.EventHandler(this.checkIsDisabled_Click);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(65, 269);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(117, 92);
     this.label9.TabIndex  = 11;
     this.label9.Text      = "Administrative Note (this note will get deleted every time recall gets reset)";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(589, 363);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 13;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butDelete.Autosize   = true;
     this.butDelete.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.Image      = ((System.Drawing.Image)(resources.GetObject("butDelete.Image")));
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(31, 406);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(83, 26);
     this.butDelete.TabIndex   = 14;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // textNote
     //
     this.textNote.AcceptsReturn  = true;
     this.textNote.Location       = new System.Drawing.Point(184, 271);
     this.textNote.Multiline      = true;
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Recall;
     this.textNote.ScrollBars     = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(350, 112);
     this.textNote.TabIndex       = 15;
     this.textNote.Text           = "";
     //
     // FormRecallEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(685, 454);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textDateDue);
     this.Controls.Add(this.textDateDueCalc);
     this.Controls.Add(this.textDatePrevious);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.checkIsDisabled);
     this.Controls.Add(this.comboStatus);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRecallEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Recall";
     this.Load         += new System.EventHandler(this.FormRecallEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.textDate    = new OpenDental.ValidDate();
     this.textInsUsed = new OpenDental.ValidDouble();
     this.textDedUsed = new OpenDental.ValidDouble();
     this.butOK       = new OpenDental.UI.Button();
     this.butCancel   = new OpenDental.UI.Button();
     this.label4      = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(29, 74);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 14);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(15, 130);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(114, 14);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Deductible Used";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(17, 102);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(112, 14);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Insurance Used";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(131, 71);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(75, 20);
     this.textDate.TabIndex = 0;
     this.textDate.Text     = "";
     //
     // textInsUsed
     //
     this.textInsUsed.Location = new System.Drawing.Point(131, 99);
     this.textInsUsed.Name     = "textInsUsed";
     this.textInsUsed.Size     = new System.Drawing.Size(69, 20);
     this.textInsUsed.TabIndex = 1;
     this.textInsUsed.Text     = "";
     //
     // textDedUsed
     //
     this.textDedUsed.Location = new System.Drawing.Point(131, 127);
     this.textDedUsed.Name     = "textDedUsed";
     this.textDedUsed.Size     = new System.Drawing.Size(69, 20);
     this.textDedUsed.TabIndex = 2;
     this.textDedUsed.Text     = "";
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(259, 126);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 25);
     this.butOK.TabIndex = 3;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(259, 162);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 25);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(32, 12);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(259, 41);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Make sure the date you use falls within the correct benefit year.";
     //
     // FormInsAdj
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(354, 208);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textDedUsed);
     this.Controls.Add(this.textInsUsed);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormInsAdj";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Insurance Adjustments";
     this.Load         += new System.EventHandler(this.FormInsAdj_Load);
     this.ResumeLayout(false);
 }
Esempio n. 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTaskEdit));
     this.butCancel         = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.label1            = new System.Windows.Forms.Label();
     this.textDescript      = new OpenDental.ODtextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.listDateType      = new System.Windows.Forms.ListBox();
     this.checkFromNum      = new System.Windows.Forms.CheckBox();
     this.textDateTask      = new OpenDental.ValidDate();
     this.labelObjectDesc   = new System.Windows.Forms.Label();
     this.textObjectDesc    = new System.Windows.Forms.TextBox();
     this.butChange         = new OpenDental.UI.Button();
     this.checkTaskStatus   = new System.Windows.Forms.CheckBox();
     this.butGoto           = new OpenDental.UI.Button();
     this.listObjectType    = new System.Windows.Forms.ListBox();
     this.label6            = new System.Windows.Forms.Label();
     this.panelObject       = new System.Windows.Forms.Panel();
     this.label5            = new System.Windows.Forms.Label();
     this.textDateTimeEntry = new System.Windows.Forms.TextBox();
     this.butNow            = new OpenDental.UI.Button();
     this.panelObject.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(623, 473);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 5;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(623, 440);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 4;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 62);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(116, 19);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Description";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDescript
     //
     this.textDescript.Location  = new System.Drawing.Point(127, 62);
     this.textDescript.Multiline = true;
     this.textDescript.Name      = "textDescript";
     this.textDescript.Size      = new System.Drawing.Size(452, 141);
     this.textDescript.TabIndex  = 0;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 212);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(116, 19);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(218, 209);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(185, 32);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Leave blank unless you want this task to show on a dated list";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 240);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(116, 19);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "Date Type";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // listDateType
     //
     this.listDateType.Location = new System.Drawing.Point(127, 241);
     this.listDateType.Name     = "listDateType";
     this.listDateType.Size     = new System.Drawing.Size(120, 56);
     this.listDateType.TabIndex = 2;
     //
     // checkFromNum
     //
     this.checkFromNum.CheckAlign = System.Drawing.ContentAlignment.TopRight;
     this.checkFromNum.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkFromNum.Location   = new System.Drawing.Point(8, 303);
     this.checkFromNum.Name       = "checkFromNum";
     this.checkFromNum.Size       = new System.Drawing.Size(133, 24);
     this.checkFromNum.TabIndex   = 3;
     this.checkFromNum.Text       = "Is From Repeating";
     this.checkFromNum.TextAlign  = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateTask
     //
     this.textDateTask.Location = new System.Drawing.Point(127, 212);
     this.textDateTask.Name     = "textDateTask";
     this.textDateTask.Size     = new System.Drawing.Size(87, 20);
     this.textDateTask.TabIndex = 1;
     //
     // labelObjectDesc
     //
     this.labelObjectDesc.Location  = new System.Drawing.Point(3, 2);
     this.labelObjectDesc.Name      = "labelObjectDesc";
     this.labelObjectDesc.Size      = new System.Drawing.Size(116, 19);
     this.labelObjectDesc.TabIndex  = 8;
     this.labelObjectDesc.Text      = "ObjectDesc";
     this.labelObjectDesc.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textObjectDesc
     //
     this.textObjectDesc.Location  = new System.Drawing.Point(124, 4);
     this.textObjectDesc.Multiline = true;
     this.textObjectDesc.Name      = "textObjectDesc";
     this.textObjectDesc.Size      = new System.Drawing.Size(452, 63);
     this.textObjectDesc.TabIndex  = 9;
     //
     // butChange
     //
     this.butChange.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butChange.Autosize            = true;
     this.butChange.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butChange.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butChange.CornerRadius        = 4F;
     this.butChange.Location            = new System.Drawing.Point(123, 71);
     this.butChange.Name     = "butChange";
     this.butChange.Size     = new System.Drawing.Size(75, 26);
     this.butChange.TabIndex = 10;
     this.butChange.Text     = "Change";
     this.butChange.Click   += new System.EventHandler(this.butChange_Click);
     //
     // checkTaskStatus
     //
     this.checkTaskStatus.CheckAlign = System.Drawing.ContentAlignment.TopRight;
     this.checkTaskStatus.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkTaskStatus.Location   = new System.Drawing.Point(5, 10);
     this.checkTaskStatus.Name       = "checkTaskStatus";
     this.checkTaskStatus.Size       = new System.Drawing.Size(136, 21);
     this.checkTaskStatus.TabIndex   = 11;
     this.checkTaskStatus.Text       = "Is Complete";
     this.checkTaskStatus.TextAlign  = System.Drawing.ContentAlignment.TopRight;
     //
     // butGoto
     //
     this.butGoto.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butGoto.Autosize            = true;
     this.butGoto.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butGoto.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butGoto.CornerRadius        = 4F;
     this.butGoto.Location            = new System.Drawing.Point(200, 71);
     this.butGoto.Name     = "butGoto";
     this.butGoto.Size     = new System.Drawing.Size(75, 26);
     this.butGoto.TabIndex = 12;
     this.butGoto.Text     = "Go To";
     this.butGoto.Click   += new System.EventHandler(this.butGoto_Click);
     //
     // listObjectType
     //
     this.listObjectType.Location   = new System.Drawing.Point(127, 324);
     this.listObjectType.Name       = "listObjectType";
     this.listObjectType.Size       = new System.Drawing.Size(120, 43);
     this.listObjectType.TabIndex   = 13;
     this.listObjectType.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listObjectType_MouseDown);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(8, 323);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(116, 19);
     this.label6.TabIndex  = 14;
     this.label6.Text      = "Object Type";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panelObject
     //
     this.panelObject.Controls.Add(this.textObjectDesc);
     this.panelObject.Controls.Add(this.labelObjectDesc);
     this.panelObject.Controls.Add(this.butGoto);
     this.panelObject.Controls.Add(this.butChange);
     this.panelObject.Location = new System.Drawing.Point(3, 373);
     this.panelObject.Name     = "panelObject";
     this.panelObject.Size     = new System.Drawing.Size(594, 101);
     this.panelObject.TabIndex = 15;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(8, 34);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(116, 19);
     this.label5.TabIndex  = 17;
     this.label5.Text      = "Entry Date/Time";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateTimeEntry
     //
     this.textDateTimeEntry.Location    = new System.Drawing.Point(127, 33);
     this.textDateTimeEntry.Name        = "textDateTimeEntry";
     this.textDateTimeEntry.Size        = new System.Drawing.Size(151, 20);
     this.textDateTimeEntry.TabIndex    = 18;
     this.textDateTimeEntry.Validating += new System.ComponentModel.CancelEventHandler(this.textDateTimeEntry_Validating);
     //
     // butNow
     //
     this.butNow.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butNow.Autosize            = true;
     this.butNow.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butNow.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butNow.CornerRadius        = 4F;
     this.butNow.Location            = new System.Drawing.Point(287, 30);
     this.butNow.Name     = "butNow";
     this.butNow.Size     = new System.Drawing.Size(75, 26);
     this.butNow.TabIndex = 19;
     this.butNow.Text     = "Now";
     this.butNow.Click   += new System.EventHandler(this.butNow_Click);
     //
     // FormTaskEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(726, 525);
     this.Controls.Add(this.butNow);
     this.Controls.Add(this.textDateTimeEntry);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.panelObject);
     this.Controls.Add(this.listObjectType);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textDateTask);
     this.Controls.Add(this.textDescript);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.checkTaskStatus);
     this.Controls.Add(this.checkFromNum);
     this.Controls.Add(this.listDateType);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormTaskEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Task";
     this.Load         += new System.EventHandler(this.FormTaskListEdit_Load);
     this.panelObject.ResumeLayout(false);
     this.panelObject.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 27
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRecallEdit));
			this.textDatePrevious = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.textDateDueCalc = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.textWeeks = new OpenDental.ValidNum();
			this.label7 = new System.Windows.Forms.Label();
			this.textDays = new OpenDental.ValidNum();
			this.label6 = new System.Windows.Forms.Label();
			this.textMonths = new OpenDental.ValidNum();
			this.label5 = new System.Windows.Forms.Label();
			this.textYears = new OpenDental.ValidNum();
			this.label4 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.comboStatus = new System.Windows.Forms.ComboBox();
			this.checkIsDisabled = new System.Windows.Forms.CheckBox();
			this.label9 = new System.Windows.Forms.Label();
			this.comboType = new System.Windows.Forms.ComboBox();
			this.label10 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.textBalance = new OpenDental.ValidDouble();
			this.textDisableDate = new OpenDental.ValidDate();
			this.label12 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.textScheduledDate = new System.Windows.Forms.TextBox();
			this.label13 = new System.Windows.Forms.Label();
			this.textNote = new OpenDental.ODtextBox();
			this.butDelete = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textDateDue = new OpenDental.ValidDate();
			this.butCancel = new OpenDental.UI.Button();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// textDatePrevious
			// 
			this.textDatePrevious.Location = new System.Drawing.Point(184,171);
			this.textDatePrevious.Name = "textDatePrevious";
			this.textDatePrevious.ReadOnly = true;
			this.textDatePrevious.Size = new System.Drawing.Size(85,20);
			this.textDatePrevious.TabIndex = 1;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(11,170);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(170,19);
			this.label1.TabIndex = 2;
			this.label1.Text = "Previous Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(11,196);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(170,19);
			this.label2.TabIndex = 4;
			this.label2.Text = "Calculated Due Date";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDateDueCalc
			// 
			this.textDateDueCalc.Location = new System.Drawing.Point(184,197);
			this.textDateDueCalc.Name = "textDateDueCalc";
			this.textDateDueCalc.ReadOnly = true;
			this.textDateDueCalc.Size = new System.Drawing.Size(85,20);
			this.textDateDueCalc.TabIndex = 3;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(12,223);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(170,19);
			this.label3.TabIndex = 5;
			this.label3.Text = "Actual Due Date";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.textWeeks);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.textDays);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.textMonths);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.textYears);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(78,50);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(170,115);
			this.groupBox1.TabIndex = 7;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Recall Interval";
			// 
			// textWeeks
			// 
			this.textWeeks.Location = new System.Drawing.Point(105,63);
			this.textWeeks.MaxVal = 255;
			this.textWeeks.MinVal = 0;
			this.textWeeks.Name = "textWeeks";
			this.textWeeks.Size = new System.Drawing.Size(51,20);
			this.textWeeks.TabIndex = 12;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(11,63);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(92,19);
			this.label7.TabIndex = 11;
			this.label7.Text = "Weeks";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDays
			// 
			this.textDays.Location = new System.Drawing.Point(105,85);
			this.textDays.MaxVal = 255;
			this.textDays.MinVal = 0;
			this.textDays.Name = "textDays";
			this.textDays.Size = new System.Drawing.Size(51,20);
			this.textDays.TabIndex = 10;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(11,85);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(92,19);
			this.label6.TabIndex = 9;
			this.label6.Text = "Days";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textMonths
			// 
			this.textMonths.Location = new System.Drawing.Point(105,40);
			this.textMonths.MaxVal = 255;
			this.textMonths.MinVal = 0;
			this.textMonths.Name = "textMonths";
			this.textMonths.Size = new System.Drawing.Size(51,20);
			this.textMonths.TabIndex = 8;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(11,40);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(92,19);
			this.label5.TabIndex = 7;
			this.label5.Text = "Months";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textYears
			// 
			this.textYears.Location = new System.Drawing.Point(105,17);
			this.textYears.MaxVal = 127;
			this.textYears.MinVal = 0;
			this.textYears.Name = "textYears";
			this.textYears.Size = new System.Drawing.Size(51,20);
			this.textYears.TabIndex = 6;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(11,17);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(92,19);
			this.label4.TabIndex = 5;
			this.label4.Text = "Years";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(12,275);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(170,19);
			this.label8.TabIndex = 8;
			this.label8.Text = "Status";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboStatus
			// 
			this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboStatus.Location = new System.Drawing.Point(184,275);
			this.comboStatus.MaxDropDownItems = 50;
			this.comboStatus.Name = "comboStatus";
			this.comboStatus.Size = new System.Drawing.Size(188,21);
			this.comboStatus.TabIndex = 9;
			// 
			// checkIsDisabled
			// 
			this.checkIsDisabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsDisabled.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsDisabled.Location = new System.Drawing.Point(24,20);
			this.checkIsDisabled.Name = "checkIsDisabled";
			this.checkIsDisabled.Size = new System.Drawing.Size(132,18);
			this.checkIsDisabled.TabIndex = 10;
			this.checkIsDisabled.Text = "Always Disabled";
			this.checkIsDisabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsDisabled.Click += new System.EventHandler(this.checkIsDisabled_Click);
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(65,301);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(117,92);
			this.label9.TabIndex = 11;
			this.label9.Text = "Administrative Note (this note will get deleted every time recall gets reset)";
			this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboType
			// 
			this.comboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboType.Location = new System.Drawing.Point(184,18);
			this.comboType.MaxDropDownItems = 50;
			this.comboType.Name = "comboType";
			this.comboType.Size = new System.Drawing.Size(188,21);
			this.comboType.TabIndex = 17;
			this.comboType.SelectionChangeCommitted += new System.EventHandler(this.comboType_SelectionChangeCommitted);
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(12,18);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(170,19);
			this.label10.TabIndex = 16;
			this.label10.Text = "Type";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.textBalance);
			this.groupBox2.Controls.Add(this.textDisableDate);
			this.groupBox2.Controls.Add(this.label12);
			this.groupBox2.Controls.Add(this.label11);
			this.groupBox2.Controls.Add(this.checkIsDisabled);
			this.groupBox2.Location = new System.Drawing.Point(423,50);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(243,115);
			this.groupBox2.TabIndex = 18;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Disable Recall";
			// 
			// textBalance
			// 
			this.textBalance.BackColor = System.Drawing.SystemColors.Window;
			this.textBalance.ForeColor = System.Drawing.SystemColors.WindowText;
			this.textBalance.Location = new System.Drawing.Point(141,48);
			this.textBalance.Name = "textBalance";
			this.textBalance.Size = new System.Drawing.Size(86,20);
			this.textBalance.TabIndex = 19;
			// 
			// textDisableDate
			// 
			this.textDisableDate.Location = new System.Drawing.Point(141,80);
			this.textDisableDate.Name = "textDisableDate";
			this.textDisableDate.Size = new System.Drawing.Size(86,20);
			this.textDisableDate.TabIndex = 13;
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(40,80);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(101,18);
			this.label12.TabIndex = 12;
			this.label12.Text = "Until Date";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(3,39);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(138,37);
			this.label11.TabIndex = 11;
			this.label11.Text = "Until family Account balance is below";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textScheduledDate
			// 
			this.textScheduledDate.Location = new System.Drawing.Point(184,249);
			this.textScheduledDate.Name = "textScheduledDate";
			this.textScheduledDate.ReadOnly = true;
			this.textScheduledDate.Size = new System.Drawing.Size(85,20);
			this.textScheduledDate.TabIndex = 19;
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(11,248);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(170,19);
			this.label13.TabIndex = 20;
			this.label13.Text = "Scheduled Date";
			this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textNote
			// 
			this.textNote.Location = new System.Drawing.Point(184,303);
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Recall;
			this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textNote.Size = new System.Drawing.Size(350,112);
			this.textNote.TabIndex = 15;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(26,442);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(83,24);
			this.butDelete.TabIndex = 14;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(640,400);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,24);
			this.butOK.TabIndex = 13;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textDateDue
			// 
			this.textDateDue.Location = new System.Drawing.Point(184,223);
			this.textDateDue.Name = "textDateDue";
			this.textDateDue.Size = new System.Drawing.Size(85,20);
			this.textDateDue.TabIndex = 6;
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(640,442);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,24);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormRecallEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(736,491);
			this.Controls.Add(this.textScheduledDate);
			this.Controls.Add(this.label13);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.comboType);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.textDateDue);
			this.Controls.Add(this.textDateDueCalc);
			this.Controls.Add(this.textDatePrevious);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.comboStatus);
			this.Controls.Add(this.label8);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormRecallEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Recall";
			this.Load += new System.EventHandler(this.FormRecallEdit_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpRouting));
     this.butAll       = new OpenDental.UI.Button();
     this.listProv     = new System.Windows.Forms.ListBox();
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.textDate     = new OpenDental.ValidDate();
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.butToday     = new OpenDental.UI.Button();
     this.butDisplayed = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // butAll
     //
     this.butAll.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAll.Autosize            = true;
     this.butAll.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAll.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAll.CornerRadius        = 4F;
     this.butAll.Location            = new System.Drawing.Point(28, 243);
     this.butAll.Name     = "butAll";
     this.butAll.Size     = new System.Drawing.Size(75, 26);
     this.butAll.TabIndex = 34;
     this.butAll.Text     = "&All";
     this.butAll.Click   += new System.EventHandler(this.butAll_Click);
     //
     // listProv
     //
     this.listProv.Location      = new System.Drawing.Point(27, 41);
     this.listProv.Name          = "listProv";
     this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listProv.Size          = new System.Drawing.Size(120, 186);
     this.listProv.TabIndex      = 33;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(27, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 16);
     this.label1.TabIndex  = 32;
     this.label1.Text      = "Providers";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(183, 43);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(82, 18);
     this.label2.TabIndex  = 37;
     this.label2.Text      = "Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(269, 41);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(100, 20);
     this.textDate.TabIndex = 43;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(447, 244);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 44;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(447, 204);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 43;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butToday
     //
     this.butToday.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butToday.Autosize            = true;
     this.butToday.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butToday.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butToday.CornerRadius        = 4F;
     this.butToday.Location            = new System.Drawing.Point(427, 40);
     this.butToday.Name     = "butToday";
     this.butToday.Size     = new System.Drawing.Size(96, 23);
     this.butToday.TabIndex = 46;
     this.butToday.Text     = "Today";
     this.butToday.Click   += new System.EventHandler(this.butToday_Click);
     //
     // butDisplayed
     //
     this.butDisplayed.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDisplayed.Autosize            = true;
     this.butDisplayed.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDisplayed.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDisplayed.CornerRadius        = 4F;
     this.butDisplayed.Location            = new System.Drawing.Point(427, 67);
     this.butDisplayed.Name     = "butDisplayed";
     this.butDisplayed.Size     = new System.Drawing.Size(96, 23);
     this.butDisplayed.TabIndex = 45;
     this.butDisplayed.Text     = "Displayed";
     this.butDisplayed.Click   += new System.EventHandler(this.butDisplayed_Click);
     //
     // FormRpRouting
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(562, 292);
     this.Controls.Add(this.butToday);
     this.Controls.Add(this.butDisplayed);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butAll);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listProv);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormRpRouting";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Routing Slips";
     this.Load         += new System.EventHandler(this.FormRpRouting_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 29
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpFinanceCharge));
     this.butCancel = new OpenDental.UI.Button();
     this.butOK     = new OpenDental.UI.Button();
     this.textDate  = new OpenDental.ValidDate();
     this.label1    = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Autosize            = true;
     this.butCancel.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius        = 4F;
     this.butCancel.DialogResult        = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location            = new System.Drawing.Point(336, 176);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 19;
     this.butCancel.Text     = "&Cancel";
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Autosize            = true;
     this.butOK.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius        = 4F;
     this.butOK.Location            = new System.Drawing.Point(336, 142);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 18;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(154, 62);
     this.textDate.Name     = "textDate";
     this.textDate.ReadOnly = true;
     this.textDate.Size     = new System.Drawing.Size(116, 20);
     this.textDate.TabIndex = 16;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(12, 66);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(136, 14);
     this.label1.TabIndex  = 17;
     this.label1.Text      = "Date of Charges";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormRpFinanceCharge
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(436, 230);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRpFinanceCharge";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Finance Charge Report";
     this.Load         += new System.EventHandler(this.FormRpFinanceCharge_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 30
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimPayEditOld));
     this.textAmount      = new OpenDental.ValidDouble();
     this.textDate        = new OpenDental.ValidDate();
     this.textBankBranch  = new System.Windows.Forms.TextBox();
     this.textCheckNum    = new System.Windows.Forms.TextBox();
     this.textNote        = new System.Windows.Forms.TextBox();
     this.label6          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.butCancel       = new OpenDental.UI.Button();
     this.butOK           = new OpenDental.UI.Button();
     this.checkShowUn     = new System.Windows.Forms.CheckBox();
     this.label1          = new System.Windows.Forms.Label();
     this.butDelete       = new OpenDental.UI.Button();
     this.comboClinic     = new System.Windows.Forms.ComboBox();
     this.labelClinic     = new System.Windows.Forms.Label();
     this.textCarrierName = new System.Windows.Forms.TextBox();
     this.label7          = new System.Windows.Forms.Label();
     this.gridMain        = new OpenDental.UI.ODGrid();
     this.SuspendLayout();
     //
     // textAmount
     //
     this.textAmount.Location  = new System.Drawing.Point(668, 56);
     this.textAmount.Name      = "textAmount";
     this.textAmount.ReadOnly  = true;
     this.textAmount.Size      = new System.Drawing.Size(58, 20);
     this.textAmount.TabIndex  = 0;
     this.textAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textDate
     //
     this.textDate.Location  = new System.Drawing.Point(668, 36);
     this.textDate.Name      = "textDate";
     this.textDate.Size      = new System.Drawing.Size(68, 20);
     this.textDate.TabIndex  = 3;
     this.textDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBankBranch
     //
     this.textBankBranch.Location  = new System.Drawing.Point(668, 96);
     this.textBankBranch.MaxLength = 25;
     this.textBankBranch.Name      = "textBankBranch";
     this.textBankBranch.Size      = new System.Drawing.Size(100, 20);
     this.textBankBranch.TabIndex  = 2;
     //
     // textCheckNum
     //
     this.textCheckNum.Location  = new System.Drawing.Point(668, 76);
     this.textCheckNum.MaxLength = 25;
     this.textCheckNum.Name      = "textCheckNum";
     this.textCheckNum.Size      = new System.Drawing.Size(100, 20);
     this.textCheckNum.TabIndex  = 1;
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(558, 174);
     this.textNote.MaxLength = 255;
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(324, 70);
     this.textNote.TabIndex  = 3;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(570, 40);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(96, 16);
     this.label6.TabIndex  = 37;
     this.label6.Text      = "Payment Date";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(571, 60);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(95, 16);
     this.label5.TabIndex  = 36;
     this.label5.Text      = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(575, 78);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(90, 16);
     this.label4.TabIndex  = 35;
     this.label4.Text      = "Check #";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(576, 99);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(91, 16);
     this.label3.TabIndex  = 34;
     this.label3.Text      = "Bank-Branch";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(560, 154);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(132, 16);
     this.label2.TabIndex  = 33;
     this.label2.Text      = "Note";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butCancel
     //
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(803, 631);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 7;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.Location = new System.Drawing.Point(803, 593);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex = 6;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // checkShowUn
     //
     this.checkShowUn.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkShowUn.Location  = new System.Drawing.Point(564, 373);
     this.checkShowUn.Name      = "checkShowUn";
     this.checkShowUn.Size      = new System.Drawing.Size(215, 24);
     this.checkShowUn.TabIndex  = 4;
     this.checkShowUn.Text      = "Show Unattached";
     this.checkShowUn.Click    += new System.EventHandler(this.checkShowUn_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(562, 632);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(129, 35);
     this.label1.TabIndex = 51;
     this.label1.Text     = "(Deletes this Check, but not any splits)";
     //
     // butDelete
     //
     this.butDelete.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(565, 597);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(92, 24);
     this.butDelete.TabIndex   = 52;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location         = new System.Drawing.Point(668, 14);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name             = "comboClinic";
     this.comboClinic.Size             = new System.Drawing.Size(209, 21);
     this.comboClinic.TabIndex         = 92;
     //
     // labelClinic
     //
     this.labelClinic.Location  = new System.Drawing.Point(579, 18);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(86, 14);
     this.labelClinic.TabIndex  = 91;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCarrierName
     //
     this.textCarrierName.Location  = new System.Drawing.Point(668, 116);
     this.textCarrierName.MaxLength = 25;
     this.textCarrierName.Name      = "textCarrierName";
     this.textCarrierName.Size      = new System.Drawing.Size(212, 20);
     this.textCarrierName.TabIndex  = 93;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(558, 119);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(109, 16);
     this.label7.TabIndex  = 94;
     this.label7.Text      = "Carrier Name";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)));
     this.gridMain.Location        = new System.Drawing.Point(8, 14);
     this.gridMain.Name            = "gridMain";
     this.gridMain.SelectionMode   = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridMain.Size            = new System.Drawing.Size(539, 641);
     this.gridMain.TabIndex        = 95;
     this.gridMain.Title           = "Claim Payment Splits";
     this.gridMain.TranslationName = "TableClaimPaySplits";
     this.gridMain.CellClick      += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     //
     // FormClaimPayEditOld
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(902, 676);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.textCarrierName);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkShowUn);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textBankBranch);
     this.Controls.Add(this.textCheckNum);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormClaimPayEditOld";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Insurance Claim Check";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormClaimPayEdit_FormClosing);
     this.Load         += new System.EventHandler(this.FormClaimPayEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpProdGoal));
     this.checkClinicBreakdown = new System.Windows.Forms.CheckBox();
     this.checkAllClin         = new System.Windows.Forms.CheckBox();
     this.checkAllProv         = new System.Windows.Forms.CheckBox();
     this.listClin             = new System.Windows.Forms.ListBox();
     this.labelClin            = new System.Windows.Forms.Label();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.butRight             = new OpenDental.UI.Button();
     this.butThis               = new OpenDental.UI.Button();
     this.label2                = new System.Windows.Forms.Label();
     this.textDateFrom          = new OpenDental.ValidDate();
     this.textDateTo            = new OpenDental.ValidDate();
     this.label3                = new System.Windows.Forms.Label();
     this.butLeft               = new OpenDental.UI.Button();
     this.textToday             = new System.Windows.Forms.TextBox();
     this.label4                = new System.Windows.Forms.Label();
     this.listProv              = new System.Windows.Forms.ListBox();
     this.label1                = new System.Windows.Forms.Label();
     this.butCancel             = new OpenDental.UI.Button();
     this.butOK                 = new OpenDental.UI.Button();
     this.groupShowInsWriteoffs = new System.Windows.Forms.GroupBox();
     this.radioWriteoffClaim    = new System.Windows.Forms.RadioButton();
     this.label5                = new System.Windows.Forms.Label();
     this.radioWriteoffProc     = new System.Windows.Forms.RadioButton();
     this.radioWriteoffPay      = new System.Windows.Forms.RadioButton();
     this.groupBox2.SuspendLayout();
     this.groupShowInsWriteoffs.SuspendLayout();
     this.SuspendLayout();
     //
     // checkClinicBreakdown
     //
     this.checkClinicBreakdown.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkClinicBreakdown.Location  = new System.Drawing.Point(215, 250);
     this.checkClinicBreakdown.Name      = "checkClinicBreakdown";
     this.checkClinicBreakdown.Size      = new System.Drawing.Size(154, 16);
     this.checkClinicBreakdown.TabIndex  = 9;
     this.checkClinicBreakdown.Text      = "Show Clinic Breakdown";
     //
     // checkAllClin
     //
     this.checkAllClin.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAllClin.Location  = new System.Drawing.Point(215, 44);
     this.checkAllClin.Name      = "checkAllClin";
     this.checkAllClin.Size      = new System.Drawing.Size(154, 16);
     this.checkAllClin.TabIndex  = 5;
     this.checkAllClin.Text      = "All";
     this.checkAllClin.Click    += new System.EventHandler(this.checkAllClin_Click);
     //
     // checkAllProv
     //
     this.checkAllProv.Checked    = true;
     this.checkAllProv.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkAllProv.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkAllProv.Location   = new System.Drawing.Point(37, 44);
     this.checkAllProv.Name       = "checkAllProv";
     this.checkAllProv.Size       = new System.Drawing.Size(154, 16);
     this.checkAllProv.TabIndex   = 3;
     this.checkAllProv.Text       = "All";
     this.checkAllProv.Click     += new System.EventHandler(this.checkAllProv_Click);
     //
     // listClin
     //
     this.listClin.Location      = new System.Drawing.Point(215, 63);
     this.listClin.Name          = "listClin";
     this.listClin.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listClin.Size          = new System.Drawing.Size(154, 186);
     this.listClin.TabIndex      = 6;
     this.listClin.Click        += new System.EventHandler(this.listClin_Click);
     //
     // labelClin
     //
     this.labelClin.Location  = new System.Drawing.Point(212, 26);
     this.labelClin.Name      = "labelClin";
     this.labelClin.Size      = new System.Drawing.Size(154, 16);
     this.labelClin.TabIndex  = 44;
     this.labelClin.Text      = "Clinics";
     this.labelClin.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.butRight);
     this.groupBox2.Controls.Add(this.butThis);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.textDateFrom);
     this.groupBox2.Controls.Add(this.textDateTo);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.butLeft);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(390, 56);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(281, 144);
     this.groupBox2.TabIndex  = 2;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Date Range";
     //
     // butRight
     //
     this.butRight.Image    = global::OpenDental.Properties.Resources.Right;
     this.butRight.Location = new System.Drawing.Point(205, 30);
     this.butRight.Name     = "butRight";
     this.butRight.Size     = new System.Drawing.Size(45, 26);
     this.butRight.TabIndex = 2;
     this.butRight.Click   += new System.EventHandler(this.butRight_Click);
     //
     // butThis
     //
     this.butThis.Location = new System.Drawing.Point(95, 30);
     this.butThis.Name     = "butThis";
     this.butThis.Size     = new System.Drawing.Size(101, 26);
     this.butThis.TabIndex = 1;
     this.butThis.Text     = "This Month";
     this.butThis.Click   += new System.EventHandler(this.butThis_Click);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 79);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(82, 18);
     this.label2.TabIndex  = 37;
     this.label2.Text      = "From";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateFrom
     //
     this.textDateFrom.Location = new System.Drawing.Point(95, 77);
     this.textDateFrom.Name     = "textDateFrom";
     this.textDateFrom.Size     = new System.Drawing.Size(100, 20);
     this.textDateFrom.TabIndex = 3;
     //
     // textDateTo
     //
     this.textDateTo.Location = new System.Drawing.Point(95, 104);
     this.textDateTo.Name     = "textDateTo";
     this.textDateTo.Size     = new System.Drawing.Size(100, 20);
     this.textDateTo.TabIndex = 4;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(7, 105);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(82, 18);
     this.label3.TabIndex  = 39;
     this.label3.Text      = "To";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butLeft
     //
     this.butLeft.Image    = global::OpenDental.Properties.Resources.Left;
     this.butLeft.Location = new System.Drawing.Point(41, 30);
     this.butLeft.Name     = "butLeft";
     this.butLeft.Size     = new System.Drawing.Size(45, 26);
     this.butLeft.TabIndex = 0;
     this.butLeft.Click   += new System.EventHandler(this.butLeft_Click);
     //
     // textToday
     //
     this.textToday.Location = new System.Drawing.Point(485, 24);
     this.textToday.Name     = "textToday";
     this.textToday.ReadOnly = true;
     this.textToday.Size     = new System.Drawing.Size(100, 20);
     this.textToday.TabIndex = 1;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(356, 24);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(127, 20);
     this.label4.TabIndex  = 41;
     this.label4.Text      = "Today\'s Date";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listProv
     //
     this.listProv.Location      = new System.Drawing.Point(37, 63);
     this.listProv.Name          = "listProv";
     this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listProv.Size          = new System.Drawing.Size(154, 186);
     this.listProv.TabIndex      = 4;
     this.listProv.Click        += new System.EventHandler(this.listProv_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(34, 26);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(154, 16);
     this.label1.TabIndex  = 29;
     this.label1.Text      = "Providers";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butCancel
     //
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Location = new System.Drawing.Point(693, 307);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 11;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(693, 272);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 10;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // groupShowInsWriteoffs
     //
     this.groupShowInsWriteoffs.Controls.Add(this.radioWriteoffClaim);
     this.groupShowInsWriteoffs.Controls.Add(this.label5);
     this.groupShowInsWriteoffs.Controls.Add(this.radioWriteoffProc);
     this.groupShowInsWriteoffs.Controls.Add(this.radioWriteoffPay);
     this.groupShowInsWriteoffs.Location = new System.Drawing.Point(390, 206);
     this.groupShowInsWriteoffs.Name     = "groupShowInsWriteoffs";
     this.groupShowInsWriteoffs.Size     = new System.Drawing.Size(281, 142);
     this.groupShowInsWriteoffs.TabIndex = 45;
     this.groupShowInsWriteoffs.TabStop  = false;
     this.groupShowInsWriteoffs.Text     = "Show Insurance Write-offs";
     //
     // radioWriteoffClaim
     //
     this.radioWriteoffClaim.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffClaim.Location   = new System.Drawing.Point(9, 71);
     this.radioWriteoffClaim.Name       = "radioWriteoffClaim";
     this.radioWriteoffClaim.Size       = new System.Drawing.Size(256, 35);
     this.radioWriteoffClaim.TabIndex   = 4;
     this.radioWriteoffClaim.Text       = "Use initial claim date for write-off estimates, ins pay date for write-off adjust" +
                                          "ments";
     this.radioWriteoffClaim.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffClaim.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 109);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(259, 24);
     this.label5.TabIndex = 2;
     this.label5.Text     = "(This is discussed in the PPO section of the manual)";
     //
     // radioWriteoffProc
     //
     this.radioWriteoffProc.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffProc.Location   = new System.Drawing.Point(9, 45);
     this.radioWriteoffProc.Name       = "radioWriteoffProc";
     this.radioWriteoffProc.Size       = new System.Drawing.Size(256, 23);
     this.radioWriteoffProc.TabIndex   = 1;
     this.radioWriteoffProc.Text       = "Using procedure date";
     this.radioWriteoffProc.TextAlign  = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffProc.UseVisualStyleBackColor = true;
     //
     // radioWriteoffPay
     //
     this.radioWriteoffPay.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffPay.Checked    = true;
     this.radioWriteoffPay.Location   = new System.Drawing.Point(9, 21);
     this.radioWriteoffPay.Name       = "radioWriteoffPay";
     this.radioWriteoffPay.Size       = new System.Drawing.Size(256, 23);
     this.radioWriteoffPay.TabIndex   = 0;
     this.radioWriteoffPay.TabStop    = true;
     this.radioWriteoffPay.Text       = "Using insurance payment date";
     this.radioWriteoffPay.TextAlign  = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffPay.UseVisualStyleBackColor = true;
     //
     // FormRpProdGoal
     //
     this.ClientSize = new System.Drawing.Size(801, 359);
     this.Controls.Add(this.groupShowInsWriteoffs);
     this.Controls.Add(this.checkClinicBreakdown);
     this.Controls.Add(this.checkAllClin);
     this.Controls.Add(this.checkAllProv);
     this.Controls.Add(this.listClin);
     this.Controls.Add(this.labelClin);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.textToday);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.listProv);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRpProdGoal";
     this.ShowInTaskbar = false;
     this.Text          = "Monthly Production Goal";
     this.Load         += new System.EventHandler(this.FormRpProdGoal_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupShowInsWriteoffs.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBillingOptions));
     this.butCancel            = new OpenDental.UI.Button();
     this.butCreate            = new OpenDental.UI.Button();
     this.listBillType         = new System.Windows.Forms.ListBox();
     this.label2               = new System.Windows.Forms.Label();
     this.butAll               = new OpenDental.UI.Button();
     this.label1               = new System.Windows.Forms.Label();
     this.butSaveDefault       = new OpenDental.UI.Button();
     this.textExcludeLessThan  = new OpenDental.ValidDouble();
     this.checkExcludeInactive = new System.Windows.Forms.CheckBox();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.checkIncludeChanged  = new System.Windows.Forms.CheckBox();
     this.textLastStatement    = new OpenDental.ValidDate();
     this.label5               = new System.Windows.Forms.Label();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.radio30              = new System.Windows.Forms.RadioButton();
     this.radio90              = new System.Windows.Forms.RadioButton();
     this.radio60              = new System.Windows.Forms.RadioButton();
     this.radioAny             = new System.Windows.Forms.RadioButton();
     this.checkExcludeNegative = new System.Windows.Forms.CheckBox();
     this.checkBadAddress      = new System.Windows.Forms.CheckBox();
     this.gridDun              = new OpenDental.UI.ODGrid();
     this.butAdd               = new OpenDental.UI.Button();
     this.label3               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.textNote             = new OpenDental.ODtextBox();
     this.butUndo              = new OpenDental.UI.Button();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(806, 631);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(79, 26);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butCreate
     //
     this.butCreate.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCreate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCreate.Autosize = true;
     this.butCreate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCreate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCreate.Location = new System.Drawing.Point(693, 631);
     this.butCreate.Name     = "butCreate";
     this.butCreate.Size     = new System.Drawing.Size(92, 26);
     this.butCreate.TabIndex = 3;
     this.butCreate.Text     = "Create &List";
     this.butCreate.Click   += new System.EventHandler(this.butCreate_Click);
     //
     // listBillType
     //
     this.listBillType.Location      = new System.Drawing.Point(21, 342);
     this.listBillType.Name          = "listBillType";
     this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBillType.Size          = new System.Drawing.Size(158, 186);
     this.listBillType.TabIndex      = 2;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(20, 324);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(147, 16);
     this.label2.TabIndex = 14;
     this.label2.Text     = "Billing Types:";
     //
     // butAll
     //
     this.butAll.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAll.Autosize            = true;
     this.butAll.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAll.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAll.Location            = new System.Drawing.Point(21, 532);
     this.butAll.Name     = "butAll";
     this.butAll.Size     = new System.Drawing.Size(68, 26);
     this.butAll.TabIndex = 15;
     this.butAll.Text     = "&All";
     this.butAll.Click   += new System.EventHandler(this.butAll_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(19, 272);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(232, 18);
     this.label1.TabIndex  = 18;
     this.label1.Text      = "Exclude if Balance is less than:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butSaveDefault
     //
     this.butSaveDefault.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butSaveDefault.Autosize            = true;
     this.butSaveDefault.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butSaveDefault.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butSaveDefault.Location            = new System.Drawing.Point(20, 574);
     this.butSaveDefault.Name     = "butSaveDefault";
     this.butSaveDefault.Size     = new System.Drawing.Size(108, 25);
     this.butSaveDefault.TabIndex = 20;
     this.butSaveDefault.Text     = "&Save As Default";
     this.butSaveDefault.Click   += new System.EventHandler(this.butSaveDefault_Click);
     //
     // textExcludeLessThan
     //
     this.textExcludeLessThan.Location = new System.Drawing.Point(21, 293);
     this.textExcludeLessThan.Name     = "textExcludeLessThan";
     this.textExcludeLessThan.Size     = new System.Drawing.Size(77, 20);
     this.textExcludeLessThan.TabIndex = 22;
     //
     // checkExcludeInactive
     //
     this.checkExcludeInactive.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkExcludeInactive.Location  = new System.Drawing.Point(22, 228);
     this.checkExcludeInactive.Name      = "checkExcludeInactive";
     this.checkExcludeInactive.Size      = new System.Drawing.Size(229, 22);
     this.checkExcludeInactive.TabIndex  = 23;
     this.checkExcludeInactive.Text      = "Exclude inactive patients";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.checkIncludeChanged);
     this.groupBox2.Controls.Add(this.textLastStatement);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.groupBox1);
     this.groupBox2.Controls.Add(this.checkExcludeNegative);
     this.groupBox2.Controls.Add(this.checkBadAddress);
     this.groupBox2.Controls.Add(this.checkExcludeInactive);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.textExcludeLessThan);
     this.groupBox2.Controls.Add(this.butSaveDefault);
     this.groupBox2.Controls.Add(this.listBillType);
     this.groupBox2.Controls.Add(this.butAll);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(21, 12);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(263, 609);
     this.groupBox2.TabIndex  = 24;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Filter";
     //
     // checkIncludeChanged
     //
     this.checkIncludeChanged.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIncludeChanged.Location  = new System.Drawing.Point(21, 63);
     this.checkIncludeChanged.Name      = "checkIncludeChanged";
     this.checkIncludeChanged.Size      = new System.Drawing.Size(238, 28);
     this.checkIncludeChanged.TabIndex  = 26;
     this.checkIncludeChanged.Text      = "Include any accounts with insurance payments or procedures since the last bill";
     //
     // textLastStatement
     //
     this.textLastStatement.Location = new System.Drawing.Point(22, 37);
     this.textLastStatement.Name     = "textLastStatement";
     this.textLastStatement.Size     = new System.Drawing.Size(94, 20);
     this.textLastStatement.TabIndex = 25;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(21, 17);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(232, 16);
     this.label5.TabIndex  = 24;
     this.label5.Text      = "Include anyone not billed since";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radio30);
     this.groupBox1.Controls.Add(this.radio90);
     this.groupBox1.Controls.Add(this.radio60);
     this.groupBox1.Controls.Add(this.radioAny);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(21, 97);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(144, 106);
     this.groupBox1.TabIndex  = 1;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Age of Account";
     //
     // radio30
     //
     this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio30.Location  = new System.Drawing.Point(12, 41);
     this.radio30.Name      = "radio30";
     this.radio30.Size      = new System.Drawing.Size(120, 16);
     this.radio30.TabIndex  = 1;
     this.radio30.Text      = "Over 30 Days";
     //
     // radio90
     //
     this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio90.Location  = new System.Drawing.Point(12, 83);
     this.radio90.Name      = "radio90";
     this.radio90.Size      = new System.Drawing.Size(120, 18);
     this.radio90.TabIndex  = 3;
     this.radio90.Text      = "Over 90 Days";
     //
     // radio60
     //
     this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio60.Location  = new System.Drawing.Point(12, 61);
     this.radio60.Name      = "radio60";
     this.radio60.Size      = new System.Drawing.Size(117, 18);
     this.radio60.TabIndex  = 2;
     this.radio60.Text      = "Over 60 Days";
     //
     // radioAny
     //
     this.radioAny.Checked   = true;
     this.radioAny.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioAny.Location  = new System.Drawing.Point(12, 19);
     this.radioAny.Name      = "radioAny";
     this.radioAny.Size      = new System.Drawing.Size(117, 18);
     this.radioAny.TabIndex  = 0;
     this.radioAny.TabStop   = true;
     this.radioAny.Text      = "Any Balance";
     //
     // checkExcludeNegative
     //
     this.checkExcludeNegative.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkExcludeNegative.Location  = new System.Drawing.Point(22, 249);
     this.checkExcludeNegative.Name      = "checkExcludeNegative";
     this.checkExcludeNegative.Size      = new System.Drawing.Size(231, 22);
     this.checkExcludeNegative.TabIndex  = 17;
     this.checkExcludeNegative.Text      = "Exclude negative balances (credits)";
     //
     // checkBadAddress
     //
     this.checkBadAddress.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBadAddress.Location  = new System.Drawing.Point(22, 207);
     this.checkBadAddress.Name      = "checkBadAddress";
     this.checkBadAddress.Size      = new System.Drawing.Size(231, 22);
     this.checkBadAddress.TabIndex  = 16;
     this.checkBadAddress.Text      = "Exclude bad addresses (no zipcode)";
     //
     // gridDun
     //
     this.gridDun.HScrollVisible   = false;
     this.gridDun.Location         = new System.Drawing.Point(299, 31);
     this.gridDun.Name             = "gridDun";
     this.gridDun.ScrollValue      = 0;
     this.gridDun.Size             = new System.Drawing.Size(585, 430);
     this.gridDun.TabIndex         = 0;
     this.gridDun.Title            = "Dunning Messages";
     this.gridDun.TranslationName  = "TableBillingMessages";
     this.gridDun.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridDun_CellDoubleClick);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAdd.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butAdd.Autosize   = true;
     this.butAdd.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.Image      = ((System.Drawing.Image)(resources.GetObject("butAdd.Image")));
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location   = new System.Drawing.Point(298, 465);
     this.butAdd.Name       = "butAdd";
     this.butAdd.Size       = new System.Drawing.Size(128, 26);
     this.butAdd.TabIndex   = 5;
     this.butAdd.Text       = "Add Dunning Msg";
     this.butAdd.Click     += new System.EventHandler(this.butAdd_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(299, 10);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(581, 16);
     this.label3.TabIndex = 25;
     this.label3.Text     = "Items higher in the list are more general.  Items lower in the list take preceden" +
                            "ce .";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(298, 498);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(575, 16);
     this.label4.TabIndex  = 26;
     this.label4.Text      = "General Message (in addition to any dunning messages)";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textNote
     //
     this.textNote.AcceptsReturn  = true;
     this.textNote.Location       = new System.Drawing.Point(299, 518);
     this.textNote.Multiline      = true;
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = QuickPasteType.Statement;
     this.textNote.ScrollBars     = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(584, 102);
     this.textNote.TabIndex       = 28;
     //
     // butUndo
     //
     this.butUndo.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butUndo.Autosize            = true;
     this.butUndo.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butUndo.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butUndo.Location            = new System.Drawing.Point(21, 632);
     this.butUndo.Name     = "butUndo";
     this.butUndo.Size     = new System.Drawing.Size(98, 25);
     this.butUndo.TabIndex = 29;
     this.butUndo.Text     = "Undo a Billing";
     this.butUndo.Click   += new System.EventHandler(this.butUndo_Click);
     //
     // FormBillingOptions
     //
     this.AcceptButton      = this.butCreate;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(898, 666);
     this.Controls.Add(this.butUndo);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butCreate);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.gridDun);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormBillingOptions";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Billing Options";
     this.Load         += new System.EventHandler(this.FormBillingOptions_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTreatPlanEdit));
     this.butCancel            = new OpenDental.UI.Button();
     this.butOK                = new OpenDental.UI.Button();
     this.textDateTP           = new OpenDental.ValidDate();
     this.label1               = new System.Windows.Forms.Label();
     this.textHeading          = new System.Windows.Forms.TextBox();
     this.label2               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.butDelete            = new OpenDental.UI.Button();
     this.butClearResponsParty = new OpenDental.UI.Button();
     this.butPickResponsParty  = new OpenDental.UI.Button();
     this.textResponsParty     = new System.Windows.Forms.TextBox();
     this.labelResponsParty    = new System.Windows.Forms.Label();
     this.butSigClear          = new OpenDental.UI.Button();
     this.textDocument         = new System.Windows.Forms.TextBox();
     this.labelDocument        = new System.Windows.Forms.Label();
     this.butDocumentDetach    = new OpenDental.UI.Button();
     this.butDocumentView      = new OpenDental.UI.Button();
     this.textNote             = new OpenDental.ODtextBox();
     this.textUserEntry        = new System.Windows.Forms.TextBox();
     this.label4               = new System.Windows.Forms.Label();
     this.butPickPresenter     = new OpenDental.UI.Button();
     this.textPresenter        = new System.Windows.Forms.TextBox();
     this.label5               = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Location = new System.Drawing.Point(589, 385);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex = 0;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(589, 347);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex = 1;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // textDateTP
     //
     this.textDateTP.Location = new System.Drawing.Point(138, 22);
     this.textDateTP.Name     = "textDateTP";
     this.textDateTP.Size     = new System.Drawing.Size(85, 20);
     this.textDateTP.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(47, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(89, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textHeading
     //
     this.textHeading.Location = new System.Drawing.Point(138, 44);
     this.textHeading.Name     = "textHeading";
     this.textHeading.Size     = new System.Drawing.Size(489, 20);
     this.textHeading.TabIndex = 4;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(47, 46);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(89, 16);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Heading";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(47, 68);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(89, 16);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "Note";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butDelete
     //
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(12, 384);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(86, 24);
     this.butDelete.TabIndex   = 8;
     this.butDelete.Text       = "Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // butClearResponsParty
     //
     this.butClearResponsParty.AdjustImageLocation = new System.Drawing.Point(1, 1);
     this.butClearResponsParty.Image    = global::OpenDental.Properties.Resources.deleteX;
     this.butClearResponsParty.Location = new System.Drawing.Point(385, 257);
     this.butClearResponsParty.Name     = "butClearResponsParty";
     this.butClearResponsParty.Size     = new System.Drawing.Size(25, 23);
     this.butClearResponsParty.TabIndex = 71;
     this.butClearResponsParty.TabStop  = false;
     this.butClearResponsParty.Click   += new System.EventHandler(this.butClearResponsParty_Click);
     //
     // butPickResponsParty
     //
     this.butPickResponsParty.Location = new System.Drawing.Point(337, 257);
     this.butPickResponsParty.Name     = "butPickResponsParty";
     this.butPickResponsParty.Size     = new System.Drawing.Size(48, 23);
     this.butPickResponsParty.TabIndex = 70;
     this.butPickResponsParty.TabStop  = false;
     this.butPickResponsParty.Text     = "Pick";
     this.butPickResponsParty.Click   += new System.EventHandler(this.butPickResponsParty_Click);
     //
     // textResponsParty
     //
     this.textResponsParty.AcceptsReturn = true;
     this.textResponsParty.Location      = new System.Drawing.Point(137, 259);
     this.textResponsParty.Name          = "textResponsParty";
     this.textResponsParty.ReadOnly      = true;
     this.textResponsParty.Size          = new System.Drawing.Size(198, 20);
     this.textResponsParty.TabIndex      = 69;
     //
     // labelResponsParty
     //
     this.labelResponsParty.Location  = new System.Drawing.Point(-2, 259);
     this.labelResponsParty.Name      = "labelResponsParty";
     this.labelResponsParty.Size      = new System.Drawing.Size(138, 17);
     this.labelResponsParty.TabIndex  = 68;
     this.labelResponsParty.Text      = "Responsible Party";
     this.labelResponsParty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butSigClear
     //
     this.butSigClear.AdjustImageLocation = new System.Drawing.Point(1, 1);
     this.butSigClear.Location            = new System.Drawing.Point(275, 385);
     this.butSigClear.Name     = "butSigClear";
     this.butSigClear.Size     = new System.Drawing.Size(110, 23);
     this.butSigClear.TabIndex = 75;
     this.butSigClear.TabStop  = false;
     this.butSigClear.Text     = "Clear Signature";
     this.butSigClear.Click   += new System.EventHandler(this.butSigClear_Click);
     //
     // textDocument
     //
     this.textDocument.AcceptsReturn = true;
     this.textDocument.Location      = new System.Drawing.Point(137, 285);
     this.textDocument.Name          = "textDocument";
     this.textDocument.ReadOnly      = true;
     this.textDocument.Size          = new System.Drawing.Size(198, 20);
     this.textDocument.TabIndex      = 77;
     //
     // labelDocument
     //
     this.labelDocument.Location  = new System.Drawing.Point(-2, 285);
     this.labelDocument.Name      = "labelDocument";
     this.labelDocument.Size      = new System.Drawing.Size(138, 17);
     this.labelDocument.TabIndex  = 76;
     this.labelDocument.Text      = "Saved Document";
     this.labelDocument.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butDocumentDetach
     //
     this.butDocumentDetach.AdjustImageLocation = new System.Drawing.Point(1, 1);
     this.butDocumentDetach.Image    = global::OpenDental.Properties.Resources.deleteX;
     this.butDocumentDetach.Location = new System.Drawing.Point(385, 283);
     this.butDocumentDetach.Name     = "butDocumentDetach";
     this.butDocumentDetach.Size     = new System.Drawing.Size(25, 23);
     this.butDocumentDetach.TabIndex = 78;
     this.butDocumentDetach.TabStop  = false;
     this.butDocumentDetach.Click   += new System.EventHandler(this.butDocumentDetach_Click);
     //
     // butDocumentView
     //
     this.butDocumentView.Location = new System.Drawing.Point(337, 283);
     this.butDocumentView.Name     = "butDocumentView";
     this.butDocumentView.Size     = new System.Drawing.Size(48, 23);
     this.butDocumentView.TabIndex = 79;
     this.butDocumentView.TabStop  = false;
     this.butDocumentView.Text     = "View";
     this.butDocumentView.Click   += new System.EventHandler(this.butDocumentView_Click);
     //
     // textNote
     //
     this.textNote.AcceptsTab         = true;
     this.textNote.BackColor          = System.Drawing.SystemColors.Window;
     this.textNote.DetectLinksEnabled = false;
     this.textNote.DetectUrls         = false;
     this.textNote.Location           = new System.Drawing.Point(138, 66);
     this.textNote.Name                = "textNote";
     this.textNote.QuickPasteType      = OpenDentBusiness.QuickPasteType.TreatPlan;
     this.textNote.ScrollBars          = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textNote.Size                = new System.Drawing.Size(489, 181);
     this.textNote.SpellCheckIsEnabled = false;
     this.textNote.TabIndex            = 80;
     this.textNote.Text                = "";
     //
     // textUserEntry
     //
     this.textUserEntry.AcceptsReturn = true;
     this.textUserEntry.Location      = new System.Drawing.Point(138, 337);
     this.textUserEntry.Name          = "textUserEntry";
     this.textUserEntry.ReadOnly      = true;
     this.textUserEntry.Size          = new System.Drawing.Size(198, 20);
     this.textUserEntry.TabIndex      = 86;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(-1, 337);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(138, 17);
     this.label4.TabIndex  = 85;
     this.label4.Text      = "User Entry";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butPickPresenter
     //
     this.butPickPresenter.AdjustImageLocation = new System.Drawing.Point(1, 1);
     this.butPickPresenter.Location            = new System.Drawing.Point(337, 310);
     this.butPickPresenter.Name     = "butPickPresenter";
     this.butPickPresenter.Size     = new System.Drawing.Size(23, 21);
     this.butPickPresenter.TabIndex = 84;
     this.butPickPresenter.TabStop  = false;
     this.butPickPresenter.Text     = "...";
     this.butPickPresenter.Click   += new System.EventHandler(this.butPickPresenter_Click);
     //
     // textPresenter
     //
     this.textPresenter.AcceptsReturn = true;
     this.textPresenter.Location      = new System.Drawing.Point(138, 311);
     this.textPresenter.Name          = "textPresenter";
     this.textPresenter.ReadOnly      = true;
     this.textPresenter.Size          = new System.Drawing.Size(198, 20);
     this.textPresenter.TabIndex      = 82;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(-1, 311);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(138, 17);
     this.label5.TabIndex  = 81;
     this.label5.Text      = "Presenter";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormTreatPlanEdit
     //
     this.ClientSize = new System.Drawing.Size(676, 420);
     this.Controls.Add(this.textUserEntry);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butPickPresenter);
     this.Controls.Add(this.textPresenter);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.butDocumentView);
     this.Controls.Add(this.butDocumentDetach);
     this.Controls.Add(this.textDocument);
     this.Controls.Add(this.labelDocument);
     this.Controls.Add(this.butSigClear);
     this.Controls.Add(this.butClearResponsParty);
     this.Controls.Add(this.butPickResponsParty);
     this.Controls.Add(this.textResponsParty);
     this.Controls.Add(this.labelResponsParty);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textHeading);
     this.Controls.Add(this.textDateTP);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormTreatPlanEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Treatment Plan";
     this.Load         += new System.EventHandler(this.FormTreatPlanEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 34
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFinanceCharges));
     this.textDate           = new OpenDental.ValidDate();
     this.label1             = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.radio30            = new System.Windows.Forms.RadioButton();
     this.radio90            = new System.Windows.Forms.RadioButton();
     this.radio60            = new System.Windows.Forms.RadioButton();
     this.butCancel          = new OpenDental.UI.Button();
     this.butOK              = new OpenDental.UI.Button();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.textAPR            = new OpenDental.ValidNum();
     this.textDateLastRun    = new OpenDental.ValidDate();
     this.label5             = new System.Windows.Forms.Label();
     this.butUndo            = new OpenDental.UI.Button();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.textDateUndo       = new OpenDental.ValidDate();
     this.label6             = new System.Windows.Forms.Label();
     this.listBillType       = new System.Windows.Forms.ListBox();
     this.label7             = new System.Windows.Forms.Label();
     this.panel1             = new System.Windows.Forms.Panel();
     this.label8             = new System.Windows.Forms.Label();
     this.textBillingCharge  = new OpenDental.ValidDouble();
     this.radioBillingCharge = new System.Windows.Forms.RadioButton();
     this.radioFinanceCharge = new System.Windows.Forms.RadioButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(171, 42);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(78, 20);
     this.textDate.TabIndex = 15;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(15, 46);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(154, 14);
     this.label1.TabIndex  = 20;
     this.label1.Text      = "Date of new charges";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radio30);
     this.groupBox1.Controls.Add(this.radio90);
     this.groupBox1.Controls.Add(this.radio60);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(58, 154);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(167, 98);
     this.groupBox1.TabIndex  = 16;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Calculate on balances aged";
     //
     // radio30
     //
     this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio30.Location  = new System.Drawing.Point(13, 24);
     this.radio30.Name      = "radio30";
     this.radio30.Size      = new System.Drawing.Size(104, 16);
     this.radio30.TabIndex  = 1;
     this.radio30.Text      = "Over 30 Days";
     //
     // radio90
     //
     this.radio90.Checked   = true;
     this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio90.Location  = new System.Drawing.Point(13, 70);
     this.radio90.Name      = "radio90";
     this.radio90.Size      = new System.Drawing.Size(104, 18);
     this.radio90.TabIndex  = 3;
     this.radio90.TabStop   = true;
     this.radio90.Text      = "Over 90 Days";
     //
     // radio60
     //
     this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio60.Location  = new System.Drawing.Point(13, 46);
     this.radio60.Name      = "radio60";
     this.radio60.Size      = new System.Drawing.Size(104, 18);
     this.radio60.TabIndex  = 2;
     this.radio60.Text      = "Over 60 Days";
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(588, 380);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 25);
     this.butCancel.TabIndex     = 19;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(588, 346);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 25);
     this.butOK.TabIndex     = 18;
     this.butOK.Text         = "Run";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(69, 14);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 14);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "APR";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(196, 14);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(12, 14);
     this.label3.TabIndex  = 23;
     this.label3.Text      = "%";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(214, 14);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(102, 14);
     this.label4.TabIndex = 24;
     this.label4.Text     = "(For Example: 18)";
     //
     // textAPR
     //
     this.textAPR.Location = new System.Drawing.Point(149, 11);
     this.textAPR.MaxVal   = 255;
     this.textAPR.MinVal   = 0;
     this.textAPR.Name     = "textAPR";
     this.textAPR.Size     = new System.Drawing.Size(42, 20);
     this.textAPR.TabIndex = 26;
     //
     // textDateLastRun
     //
     this.textDateLastRun.Location = new System.Drawing.Point(171, 16);
     this.textDateLastRun.Name     = "textDateLastRun";
     this.textDateLastRun.ReadOnly = true;
     this.textDateLastRun.Size     = new System.Drawing.Size(78, 20);
     this.textDateLastRun.TabIndex = 27;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(12, 20);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(157, 14);
     this.label5.TabIndex  = 28;
     this.label5.Text      = "Date last run";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butUndo
     //
     this.butUndo.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butUndo.Autosize            = true;
     this.butUndo.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butUndo.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butUndo.CornerRadius        = 4F;
     this.butUndo.Location            = new System.Drawing.Point(113, 48);
     this.butUndo.Name     = "butUndo";
     this.butUndo.Size     = new System.Drawing.Size(78, 25);
     this.butUndo.TabIndex = 30;
     this.butUndo.Text     = "Undo";
     this.butUndo.Click   += new System.EventHandler(this.butUndo_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textDateUndo);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.butUndo);
     this.groupBox2.Location = new System.Drawing.Point(58, 318);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(263, 87);
     this.groupBox2.TabIndex = 31;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Undo finance/billing charges";
     //
     // textDateUndo
     //
     this.textDateUndo.Location = new System.Drawing.Point(113, 19);
     this.textDateUndo.Name     = "textDateUndo";
     this.textDateUndo.ReadOnly = true;
     this.textDateUndo.Size     = new System.Drawing.Size(78, 20);
     this.textDateUndo.TabIndex = 31;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(16, 23);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(95, 14);
     this.label6.TabIndex  = 32;
     this.label6.Text      = "Date to undo";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listBillType
     //
     this.listBillType.Location      = new System.Drawing.Point(388, 34);
     this.listBillType.Name          = "listBillType";
     this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBillType.Size          = new System.Drawing.Size(158, 186);
     this.listBillType.TabIndex      = 32;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(387, 16);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(214, 16);
     this.label7.TabIndex = 33;
     this.label7.Text     = "Only apply to these Billing Types";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.textBillingCharge);
     this.panel1.Controls.Add(this.radioBillingCharge);
     this.panel1.Controls.Add(this.radioFinanceCharge);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.textAPR);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Location = new System.Drawing.Point(58, 68);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(319, 70);
     this.panel1.TabIndex = 34;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(136, 42);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(12, 14);
     this.label8.TabIndex  = 28;
     this.label8.Text      = "$";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textBillingCharge
     //
     this.textBillingCharge.BackColor = System.Drawing.SystemColors.Window;
     this.textBillingCharge.Location  = new System.Drawing.Point(149, 39);
     this.textBillingCharge.Name      = "textBillingCharge";
     this.textBillingCharge.ReadOnly  = true;
     this.textBillingCharge.Size      = new System.Drawing.Size(42, 20);
     this.textBillingCharge.TabIndex  = 27;
     //
     // radioBillingCharge
     //
     this.radioBillingCharge.AutoSize = true;
     this.radioBillingCharge.Location = new System.Drawing.Point(13, 40);
     this.radioBillingCharge.Name     = "radioBillingCharge";
     this.radioBillingCharge.Size     = new System.Drawing.Size(89, 17);
     this.radioBillingCharge.TabIndex = 1;
     this.radioBillingCharge.TabStop  = true;
     this.radioBillingCharge.Text     = "Billing Charge";
     this.radioBillingCharge.UseVisualStyleBackColor = true;
     this.radioBillingCharge.CheckedChanged         += new System.EventHandler(this.radioBillingCharge_CheckedChanged);
     //
     // radioFinanceCharge
     //
     this.radioFinanceCharge.AutoSize = true;
     this.radioFinanceCharge.Checked  = true;
     this.radioFinanceCharge.Location = new System.Drawing.Point(13, 12);
     this.radioFinanceCharge.Name     = "radioFinanceCharge";
     this.radioFinanceCharge.Size     = new System.Drawing.Size(100, 17);
     this.radioFinanceCharge.TabIndex = 0;
     this.radioFinanceCharge.TabStop  = true;
     this.radioFinanceCharge.Text     = "Finance Charge";
     this.radioFinanceCharge.UseVisualStyleBackColor = true;
     this.radioFinanceCharge.CheckedChanged         += new System.EventHandler(this.radioFinanceCharge_CheckedChanged);
     //
     // FormFinanceCharges
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(692, 440);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.listBillType);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.textDateLastRun);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormFinanceCharges";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Finance/Billing Charges";
     this.Load         += new System.EventHandler(this.FormFinanceCharges_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDepositEdit));
     this.groupSelect         = new System.Windows.Forms.GroupBox();
     this.butRefresh          = new OpenDental.UI.Button();
     this.textDateStart       = new OpenDental.ValidDate();
     this.label5              = new System.Windows.Forms.Label();
     this.comboClinic         = new System.Windows.Forms.ComboBox();
     this.labelClinic         = new System.Windows.Forms.Label();
     this.listPayType         = new System.Windows.Forms.ListBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.textBankAccountInfo = new System.Windows.Forms.TextBox();
     this.label4              = new System.Windows.Forms.Label();
     this.textAmount          = new System.Windows.Forms.TextBox();
     this.comboDepositAccount = new System.Windows.Forms.ComboBox();
     this.labelDepositAccount = new System.Windows.Forms.Label();
     this.gridIns             = new OpenDental.UI.ODGrid();
     this.butPrint            = new OpenDental.UI.Button();
     this.textDate            = new OpenDental.ValidDate();
     this.butDelete           = new OpenDental.UI.Button();
     this.gridPat             = new OpenDental.UI.ODGrid();
     this.butOK              = new OpenDental.UI.Button();
     this.butCancel          = new OpenDental.UI.Button();
     this.textDepositAccount = new System.Windows.Forms.TextBox();
     this.groupSelect.SuspendLayout();
     this.SuspendLayout();
     //
     // groupSelect
     //
     this.groupSelect.Controls.Add(this.butRefresh);
     this.groupSelect.Controls.Add(this.textDateStart);
     this.groupSelect.Controls.Add(this.label5);
     this.groupSelect.Controls.Add(this.comboClinic);
     this.groupSelect.Controls.Add(this.labelClinic);
     this.groupSelect.Controls.Add(this.listPayType);
     this.groupSelect.Controls.Add(this.label2);
     this.groupSelect.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupSelect.Location  = new System.Drawing.Point(602, 276);
     this.groupSelect.Name      = "groupSelect";
     this.groupSelect.Size      = new System.Drawing.Size(204, 344);
     this.groupSelect.TabIndex  = 99;
     this.groupSelect.TabStop   = false;
     this.groupSelect.Text      = "Show";
     //
     // butRefresh
     //
     this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRefresh.Autosize            = true;
     this.butRefresh.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRefresh.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRefresh.CornerRadius        = 4F;
     this.butRefresh.Location            = new System.Drawing.Point(13, 307);
     this.butRefresh.Name     = "butRefresh";
     this.butRefresh.Size     = new System.Drawing.Size(75, 26);
     this.butRefresh.TabIndex = 106;
     this.butRefresh.Text     = "Refresh";
     this.butRefresh.Click   += new System.EventHandler(this.butRefresh_Click);
     //
     // textDateStart
     //
     this.textDateStart.Location = new System.Drawing.Point(14, 36);
     this.textDateStart.Name     = "textDateStart";
     this.textDateStart.Size     = new System.Drawing.Size(94, 20);
     this.textDateStart.TabIndex = 105;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(14, 19);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(118, 15);
     this.label5.TabIndex  = 104;
     this.label5.Text      = "Start Date";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location         = new System.Drawing.Point(14, 75);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name             = "comboClinic";
     this.comboClinic.Size             = new System.Drawing.Size(180, 21);
     this.comboClinic.TabIndex         = 94;
     //
     // labelClinic
     //
     this.labelClinic.Location  = new System.Drawing.Point(14, 59);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(102, 15);
     this.labelClinic.TabIndex  = 93;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listPayType
     //
     this.listPayType.Location      = new System.Drawing.Point(14, 127);
     this.listPayType.Name          = "listPayType";
     this.listPayType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listPayType.Size          = new System.Drawing.Size(134, 173);
     this.listPayType.TabIndex      = 96;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(14, 105);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(171, 18);
     this.label2.TabIndex  = 97;
     this.label2.Text      = "Patient Payment Types";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(602, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(95, 15);
     this.label1.TabIndex  = 102;
     this.label1.Text      = "Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(602, 95);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(127, 18);
     this.label3.TabIndex  = 104;
     this.label3.Text      = "Bank Account Info";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textBankAccountInfo
     //
     this.textBankAccountInfo.Location  = new System.Drawing.Point(602, 116);
     this.textBankAccountInfo.Multiline = true;
     this.textBankAccountInfo.Name      = "textBankAccountInfo";
     this.textBankAccountInfo.Size      = new System.Drawing.Size(289, 75);
     this.textBankAccountInfo.TabIndex  = 105;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(602, 49);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(127, 18);
     this.label4.TabIndex  = 106;
     this.label4.Text      = "Amount";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(602, 70);
     this.textAmount.Name     = "textAmount";
     this.textAmount.ReadOnly = true;
     this.textAmount.Size     = new System.Drawing.Size(94, 20);
     this.textAmount.TabIndex = 107;
     //
     // comboDepositAccount
     //
     this.comboDepositAccount.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDepositAccount.FormattingEnabled = true;
     this.comboDepositAccount.Location          = new System.Drawing.Point(602, 216);
     this.comboDepositAccount.Name     = "comboDepositAccount";
     this.comboDepositAccount.Size     = new System.Drawing.Size(289, 21);
     this.comboDepositAccount.TabIndex = 110;
     //
     // labelDepositAccount
     //
     this.labelDepositAccount.Location  = new System.Drawing.Point(602, 196);
     this.labelDepositAccount.Name      = "labelDepositAccount";
     this.labelDepositAccount.Size      = new System.Drawing.Size(289, 18);
     this.labelDepositAccount.TabIndex  = 111;
     this.labelDepositAccount.Text      = "Deposit into Account";
     this.labelDepositAccount.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // gridIns
     //
     this.gridIns.HScrollVisible  = false;
     this.gridIns.Location        = new System.Drawing.Point(8, 319);
     this.gridIns.Name            = "gridIns";
     this.gridIns.ScrollValue     = 0;
     this.gridIns.SelectionMode   = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridIns.Size            = new System.Drawing.Size(584, 301);
     this.gridIns.TabIndex        = 109;
     this.gridIns.Title           = "Insurance Payments";
     this.gridIns.TranslationName = "TableDepositSlipIns";
     this.gridIns.CellClick      += new OpenDental.UI.ODGridClickEventHandler(this.gridIns_CellClick);
     //
     // butPrint
     //
     this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPrint.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.Autosize     = true;
     this.butPrint.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPrint.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPrint.CornerRadius = 4F;
     this.butPrint.Image        = global::OpenDental.Properties.Resources.butPrintSmall;
     this.butPrint.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location     = new System.Drawing.Point(583, 631);
     this.butPrint.Name         = "butPrint";
     this.butPrint.Size         = new System.Drawing.Size(81, 26);
     this.butPrint.TabIndex     = 108;
     this.butPrint.Text         = "&Print";
     this.butPrint.Click       += new System.EventHandler(this.butPrint_Click);
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(602, 25);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(94, 20);
     this.textDate.TabIndex = 103;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(7, 631);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(85, 26);
     this.butDelete.TabIndex     = 101;
     this.butDelete.Text         = "Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // gridPat
     //
     this.gridPat.HScrollVisible  = false;
     this.gridPat.Location        = new System.Drawing.Point(8, 12);
     this.gridPat.Name            = "gridPat";
     this.gridPat.ScrollValue     = 0;
     this.gridPat.SelectionMode   = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridPat.Size            = new System.Drawing.Size(584, 299);
     this.gridPat.TabIndex        = 100;
     this.gridPat.Title           = "Patient Payments";
     this.gridPat.TranslationName = "TableDepositSlipPat";
     this.gridPat.CellClick      += new OpenDental.UI.ODGridClickEventHandler(this.gridPat_CellClick);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(712, 631);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(805, 631);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // textDepositAccount
     //
     this.textDepositAccount.Location = new System.Drawing.Point(602, 241);
     this.textDepositAccount.Name     = "textDepositAccount";
     this.textDepositAccount.ReadOnly = true;
     this.textDepositAccount.Size     = new System.Drawing.Size(289, 20);
     this.textDepositAccount.TabIndex = 112;
     //
     // FormDepositEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(897, 667);
     this.Controls.Add(this.textDepositAccount);
     this.Controls.Add(this.labelDepositAccount);
     this.Controls.Add(this.comboDepositAccount);
     this.Controls.Add(this.gridIns);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textBankAccountInfo);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.gridPat);
     this.Controls.Add(this.groupSelect);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormDepositEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Deposit Slip";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormDepositEdit_Closing);
     this.Load         += new System.EventHandler(this.FormDepositEdit_Load);
     this.groupSelect.ResumeLayout(false);
     this.groupSelect.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTreatPlanEdit));
     this.butCancel   = new OpenDental.UI.Button();
     this.butOK       = new OpenDental.UI.Button();
     this.textDateTP  = new OpenDental.ValidDate();
     this.label1      = new System.Windows.Forms.Label();
     this.textHeading = new System.Windows.Forms.TextBox();
     this.textNote    = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.butDelete   = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(515, 348);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(515, 310);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // textDateTP
     //
     this.textDateTP.Location = new System.Drawing.Point(102, 24);
     this.textDateTP.Name     = "textDateTP";
     this.textDateTP.Size     = new System.Drawing.Size(85, 20);
     this.textDateTP.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(11, 26);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(89, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textHeading
     //
     this.textHeading.Location = new System.Drawing.Point(102, 59);
     this.textHeading.Name     = "textHeading";
     this.textHeading.Size     = new System.Drawing.Size(489, 20);
     this.textHeading.TabIndex = 4;
     //
     // textNote
     //
     this.textNote.AcceptsReturn = true;
     this.textNote.Location      = new System.Drawing.Point(102, 94);
     this.textNote.Multiline     = true;
     this.textNote.Name          = "textNote";
     this.textNote.Size          = new System.Drawing.Size(489, 181);
     this.textNote.TabIndex      = 5;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(11, 61);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(89, 16);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Heading";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(11, 96);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(89, 16);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "Note";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(103, 348);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(86, 26);
     this.butDelete.TabIndex     = 8;
     this.butDelete.Text         = "Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // FormTreatPlanEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(642, 402);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.textHeading);
     this.Controls.Add(this.textDateTP);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormTreatPlanEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Treatment Plan";
     this.Load         += new System.EventHandler(this.FormTreatPlanEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 37
0
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpPatients));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.tabPatients = new System.Windows.Forms.TabControl();
			this.tabData = new System.Windows.Forms.TabPage();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.labelReferredFrom = new System.Windows.Forms.Label();
			this.ListReferredFromSelect = new System.Windows.Forms.ListBox();
			this.labelReferredTo = new System.Windows.Forms.Label();
			this.ListReferredToSelect = new System.Windows.Forms.ListBox();
			this.labelPatient = new System.Windows.Forms.Label();
			this.ListPatientSelect = new System.Windows.Forms.ListBox();
			this.tabFilters = new System.Windows.Forms.TabPage();
			this.labelHelp = new System.Windows.Forms.Label();
			this.ComboBox = new System.Windows.Forms.ListBox();
			this.TextDate = new OpenDental.ValidDate();
			this.TextValidAge = new OpenDental.ValidNumber();
			this.butDeleteFilter = new OpenDental.UI.Button();
			this.ListPrerequisites = new System.Windows.Forms.ListBox();
			this.butAddFilter = new OpenDental.UI.Button();
			this.ListConditions = new System.Windows.Forms.ListBox();
			this.TextBox = new System.Windows.Forms.TextBox();
			this.DropListFilter = new System.Windows.Forms.ComboBox();
			this.TextSQL = new System.Windows.Forms.TextBox();
			this.tabPatients.SuspendLayout();
			this.tabData.SuspendLayout();
			this.tabFilters.SuspendLayout();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(876,664);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 3;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Enabled = false;
			this.butOK.Location = new System.Drawing.Point(876,630);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 2;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// tabPatients
			// 
			this.tabPatients.Controls.Add(this.tabData);
			this.tabPatients.Controls.Add(this.tabFilters);
			this.tabPatients.Location = new System.Drawing.Point(16,6);
			this.tabPatients.Name = "tabPatients";
			this.tabPatients.SelectedIndex = 0;
			this.tabPatients.Size = new System.Drawing.Size(840,544);
			this.tabPatients.TabIndex = 1;
			// 
			// tabData
			// 
			this.tabData.Controls.Add(this.textBox1);
			this.tabData.Controls.Add(this.labelReferredFrom);
			this.tabData.Controls.Add(this.ListReferredFromSelect);
			this.tabData.Controls.Add(this.labelReferredTo);
			this.tabData.Controls.Add(this.ListReferredToSelect);
			this.tabData.Controls.Add(this.labelPatient);
			this.tabData.Controls.Add(this.ListPatientSelect);
			this.tabData.Location = new System.Drawing.Point(4,22);
			this.tabData.Name = "tabData";
			this.tabData.Size = new System.Drawing.Size(832,518);
			this.tabData.TabIndex = 1;
			this.tabData.Text = "SELECT";
			// 
			// textBox1
			// 
			this.textBox1.BackColor = System.Drawing.SystemColors.Control;
			this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.textBox1.Location = new System.Drawing.Point(220,20);
			this.textBox1.Multiline = true;
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(556,38);
			this.textBox1.TabIndex = 13;
			this.textBox1.Text = resources.GetString("textBox1.Text");
			// 
			// labelReferredFrom
			// 
			this.labelReferredFrom.Location = new System.Drawing.Point(438,72);
			this.labelReferredFrom.Name = "labelReferredFrom";
			this.labelReferredFrom.Size = new System.Drawing.Size(170,14);
			this.labelReferredFrom.TabIndex = 12;
			this.labelReferredFrom.Text = "Referred From";
			this.labelReferredFrom.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			// 
			// ListReferredFromSelect
			// 
			this.ListReferredFromSelect.Location = new System.Drawing.Point(438,86);
			this.ListReferredFromSelect.Name = "ListReferredFromSelect";
			this.ListReferredFromSelect.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.ListReferredFromSelect.Size = new System.Drawing.Size(170,420);
			this.ListReferredFromSelect.TabIndex = 11;
			this.ListReferredFromSelect.SelectedIndexChanged += new System.EventHandler(this.ListReferredFromSelect_SelectedIndexChanged);
			// 
			// labelReferredTo
			// 
			this.labelReferredTo.Location = new System.Drawing.Point(220,72);
			this.labelReferredTo.Name = "labelReferredTo";
			this.labelReferredTo.Size = new System.Drawing.Size(168,14);
			this.labelReferredTo.TabIndex = 8;
			this.labelReferredTo.Text = "Referred To";
			this.labelReferredTo.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			// 
			// ListReferredToSelect
			// 
			this.ListReferredToSelect.Location = new System.Drawing.Point(220,86);
			this.ListReferredToSelect.Name = "ListReferredToSelect";
			this.ListReferredToSelect.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.ListReferredToSelect.Size = new System.Drawing.Size(168,420);
			this.ListReferredToSelect.TabIndex = 7;
			this.ListReferredToSelect.SelectedIndexChanged += new System.EventHandler(this.ListReferredToSelect_SelectedIndexChanged);
			// 
			// labelPatient
			// 
			this.labelPatient.Location = new System.Drawing.Point(8,8);
			this.labelPatient.Name = "labelPatient";
			this.labelPatient.Size = new System.Drawing.Size(170,14);
			this.labelPatient.TabIndex = 4;
			this.labelPatient.Text = "Patient";
			this.labelPatient.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			// 
			// ListPatientSelect
			// 
			this.ListPatientSelect.Location = new System.Drawing.Point(8,22);
			this.ListPatientSelect.Name = "ListPatientSelect";
			this.ListPatientSelect.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.ListPatientSelect.Size = new System.Drawing.Size(170,485);
			this.ListPatientSelect.TabIndex = 3;
			this.ListPatientSelect.SelectedIndexChanged += new System.EventHandler(this.ListPatientSelect_SelectedIndexChanged);
			// 
			// tabFilters
			// 
			this.tabFilters.Controls.Add(this.labelHelp);
			this.tabFilters.Controls.Add(this.ComboBox);
			this.tabFilters.Controls.Add(this.TextDate);
			this.tabFilters.Controls.Add(this.TextValidAge);
			this.tabFilters.Controls.Add(this.butDeleteFilter);
			this.tabFilters.Controls.Add(this.ListPrerequisites);
			this.tabFilters.Controls.Add(this.butAddFilter);
			this.tabFilters.Controls.Add(this.ListConditions);
			this.tabFilters.Controls.Add(this.TextBox);
			this.tabFilters.Controls.Add(this.DropListFilter);
			this.tabFilters.Location = new System.Drawing.Point(4,22);
			this.tabFilters.Name = "tabFilters";
			this.tabFilters.Size = new System.Drawing.Size(832,518);
			this.tabFilters.TabIndex = 0;
			this.tabFilters.Text = "WHERE";
			// 
			// labelHelp
			// 
			this.labelHelp.Location = new System.Drawing.Point(360,14);
			this.labelHelp.Name = "labelHelp";
			this.labelHelp.Size = new System.Drawing.Size(262,18);
			this.labelHelp.TabIndex = 13;
			// 
			// ComboBox
			// 
			this.ComboBox.Location = new System.Drawing.Point(360,40);
			this.ComboBox.Name = "ComboBox";
			this.ComboBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.ComboBox.Size = new System.Drawing.Size(262,121);
			this.ComboBox.TabIndex = 12;
			this.ComboBox.Visible = false;
			this.ComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
			// 
			// TextDate
			// 
			this.TextDate.Location = new System.Drawing.Point(360,40);
			this.TextDate.Name = "TextDate";
			this.TextDate.Size = new System.Drawing.Size(262,20);
			this.TextDate.TabIndex = 11;
			// 
			// TextValidAge
			// 
			this.TextValidAge.Location = new System.Drawing.Point(360,40);
			this.TextValidAge.MaxVal = 255;
			this.TextValidAge.MinVal = 0;
			this.TextValidAge.Name = "TextValidAge";
			this.TextValidAge.Size = new System.Drawing.Size(262,20);
			this.TextValidAge.TabIndex = 10;
			this.TextValidAge.Visible = false;
			// 
			// butDeleteFilter
			// 
			this.butDeleteFilter.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDeleteFilter.Autosize = true;
			this.butDeleteFilter.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDeleteFilter.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDeleteFilter.CornerRadius = 4F;
			this.butDeleteFilter.Enabled = false;
			this.butDeleteFilter.Image = ((System.Drawing.Image)(resources.GetObject("butDeleteFilter.Image")));
			this.butDeleteFilter.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDeleteFilter.Location = new System.Drawing.Point(10,420);
			this.butDeleteFilter.Name = "butDeleteFilter";
			this.butDeleteFilter.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.butDeleteFilter.Size = new System.Drawing.Size(108,26);
			this.butDeleteFilter.TabIndex = 8;
			this.butDeleteFilter.Text = "      Delete Row";
			this.butDeleteFilter.Click += new System.EventHandler(this.butDeleteFilter_Click);
			// 
			// ListPrerequisites
			// 
			this.ListPrerequisites.Location = new System.Drawing.Point(10,200);
			this.ListPrerequisites.Name = "ListPrerequisites";
			this.ListPrerequisites.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.ListPrerequisites.Size = new System.Drawing.Size(608,212);
			this.ListPrerequisites.TabIndex = 7;
			this.ListPrerequisites.SelectedIndexChanged += new System.EventHandler(this.ListPrerequisites_SelectedIndexChanged);
			// 
			// butAddFilter
			// 
			this.butAddFilter.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAddFilter.Autosize = true;
			this.butAddFilter.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAddFilter.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAddFilter.CornerRadius = 4F;
			this.butAddFilter.Enabled = false;
			this.butAddFilter.Location = new System.Drawing.Point(664,40);
			this.butAddFilter.Name = "butAddFilter";
			this.butAddFilter.Size = new System.Drawing.Size(75,24);
			this.butAddFilter.TabIndex = 6;
			this.butAddFilter.Text = "Add";
			this.butAddFilter.Click += new System.EventHandler(this.butAddFilter_Click);
			// 
			// ListConditions
			// 
			this.ListConditions.Items.AddRange(new object[] {
            "LIKE",
            "=",
            ">",
            "<",
            ">=",
            "<=",
            "<>"});
			this.ListConditions.Location = new System.Drawing.Point(232,40);
			this.ListConditions.Name = "ListConditions";
			this.ListConditions.Size = new System.Drawing.Size(78,95);
			this.ListConditions.TabIndex = 5;
			// 
			// TextBox
			// 
			this.TextBox.Location = new System.Drawing.Point(360,40);
			this.TextBox.Name = "TextBox";
			this.TextBox.Size = new System.Drawing.Size(262,20);
			this.TextBox.TabIndex = 2;
			this.TextBox.Visible = false;
			// 
			// DropListFilter
			// 
			this.DropListFilter.Location = new System.Drawing.Point(8,40);
			this.DropListFilter.MaxDropDownItems = 45;
			this.DropListFilter.Name = "DropListFilter";
			this.DropListFilter.Size = new System.Drawing.Size(172,21);
			this.DropListFilter.TabIndex = 1;
			this.DropListFilter.Text = "WHERE";
			this.DropListFilter.SelectedIndexChanged += new System.EventHandler(this.DropListFilter_SelectedIndexChanged);
			// 
			// TextSQL
			// 
			this.TextSQL.Location = new System.Drawing.Point(18,560);
			this.TextSQL.Multiline = true;
			this.TextSQL.Name = "TextSQL";
			this.TextSQL.ReadOnly = true;
			this.TextSQL.Size = new System.Drawing.Size(840,128);
			this.TextSQL.TabIndex = 38;
			// 
			// FormRpPatients
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(962,700);
			this.Controls.Add(this.tabPatients);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.TextSQL);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormRpPatients";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Patients Report";
			this.tabPatients.ResumeLayout(false);
			this.tabData.ResumeLayout(false);
			this.tabData.PerformLayout();
			this.tabFilters.ResumeLayout(false);
			this.tabFilters.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGroupPermEdit));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textName = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.textDate = new OpenDental.ValidDate();
			this.label3 = new System.Windows.Forms.Label();
			this.textDays = new System.Windows.Forms.TextBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(510,214);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 37;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(510,182);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 36;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textName
			// 
			this.textName.Location = new System.Drawing.Point(151,12);
			this.textName.MaxLength = 100;
			this.textName.Name = "textName";
			this.textName.ReadOnly = true;
			this.textName.Size = new System.Drawing.Size(260,20);
			this.textName.TabIndex = 38;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(54,15);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(95,14);
			this.label10.TabIndex = 43;
			this.label10.Text = "Type";
			this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(7,19);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(121,18);
			this.label1.TabIndex = 46;
			this.label1.Text = "Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(3,46);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(126,16);
			this.label2.TabIndex = 47;
			this.label2.Text = "Days";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(130,19);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(100,20);
			this.textDate.TabIndex = 50;
			this.textDate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textDate_KeyDown);
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(87,77);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(320,40);
			this.label3.TabIndex = 52;
			this.label3.Text = "For instance, if you set days to 1, then user will only have permission if the da" +
    "te of the item is today";
			// 
			// textDays
			// 
			this.textDays.Location = new System.Drawing.Point(130,45);
			this.textDays.Name = "textDays";
			this.textDays.Size = new System.Drawing.Size(46,20);
			this.textDays.TabIndex = 0;
			this.textDays.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textDays_KeyDown);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.textDate);
			this.groupBox1.Controls.Add(this.textDays);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(21,45);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(443,126);
			this.groupBox1.TabIndex = 53;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Only if newer than";
			// 
			// FormGroupPermEdit
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(600,250);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.textName);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormGroupPermEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Group Permission";
			this.Load += new System.EventHandler(this.FormGroupPermEdit_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 39
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimPayEdit));
     this.textAmount       = new OpenDental.ValidDouble();
     this.textDate         = new OpenDental.ValidDate();
     this.textBankBranch   = new System.Windows.Forms.TextBox();
     this.textCheckNum     = new System.Windows.Forms.TextBox();
     this.textNote         = new System.Windows.Forms.TextBox();
     this.label6           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.butCancel        = new OpenDental.UI.Button();
     this.butOK            = new OpenDental.UI.Button();
     this.comboClinic      = new System.Windows.Forms.ComboBox();
     this.labelClinic      = new System.Windows.Forms.Label();
     this.textCarrierName  = new System.Windows.Forms.TextBox();
     this.label7           = new System.Windows.Forms.Label();
     this.labelDateIssued  = new System.Windows.Forms.Label();
     this.textDateIssued   = new OpenDental.ValidDate();
     this.label1           = new System.Windows.Forms.Label();
     this.butCarrierSelect = new OpenDental.UI.Button();
     this.label8           = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textAmount
     //
     this.textAmount.Location  = new System.Drawing.Point(134, 86);
     this.textAmount.Name      = "textAmount";
     this.textAmount.Size      = new System.Drawing.Size(68, 20);
     this.textAmount.TabIndex  = 0;
     this.textAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textDate
     //
     this.textDate.Location  = new System.Drawing.Point(134, 44);
     this.textDate.Name      = "textDate";
     this.textDate.Size      = new System.Drawing.Size(68, 20);
     this.textDate.TabIndex  = 6;
     this.textDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBankBranch
     //
     this.textBankBranch.Location  = new System.Drawing.Point(134, 128);
     this.textBankBranch.MaxLength = 25;
     this.textBankBranch.Name      = "textBankBranch";
     this.textBankBranch.Size      = new System.Drawing.Size(100, 20);
     this.textBankBranch.TabIndex  = 2;
     //
     // textCheckNum
     //
     this.textCheckNum.Location  = new System.Drawing.Point(134, 107);
     this.textCheckNum.MaxLength = 25;
     this.textCheckNum.Name      = "textCheckNum";
     this.textCheckNum.Size      = new System.Drawing.Size(100, 20);
     this.textCheckNum.TabIndex  = 1;
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(134, 198);
     this.textNote.MaxLength = 255;
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(324, 70);
     this.textNote.TabIndex  = 4;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(35, 48);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(96, 16);
     this.label6.TabIndex  = 37;
     this.label6.Text      = "Payment Date";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(37, 90);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(95, 16);
     this.label5.TabIndex  = 36;
     this.label5.Text      = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(41, 109);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(90, 16);
     this.label4.TabIndex  = 35;
     this.label4.Text      = "Check #";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(42, 131);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(91, 16);
     this.label3.TabIndex  = 34;
     this.label3.Text      = "Bank-Branch";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(13, 199);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(120, 16);
     this.label2.TabIndex  = 33;
     this.label2.Text      = "Note";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(430, 302);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 9;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(339, 302);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 5;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location         = new System.Drawing.Point(134, 21);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name             = "comboClinic";
     this.comboClinic.Size             = new System.Drawing.Size(209, 21);
     this.comboClinic.TabIndex         = 0;
     //
     // labelClinic
     //
     this.labelClinic.Location  = new System.Drawing.Point(44, 25);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(86, 14);
     this.labelClinic.TabIndex  = 91;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCarrierName
     //
     this.textCarrierName.Location  = new System.Drawing.Point(134, 149);
     this.textCarrierName.MaxLength = 25;
     this.textCarrierName.Name      = "textCarrierName";
     this.textCarrierName.Size      = new System.Drawing.Size(252, 20);
     this.textCarrierName.TabIndex  = 3;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(24, 152);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(109, 16);
     this.label7.TabIndex  = 94;
     this.label7.Text      = "Carrier Name";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelDateIssued
     //
     this.labelDateIssued.Location  = new System.Drawing.Point(12, 69);
     this.labelDateIssued.Name      = "labelDateIssued";
     this.labelDateIssued.Size      = new System.Drawing.Size(120, 16);
     this.labelDateIssued.TabIndex  = 37;
     this.labelDateIssued.Text      = "Date Check Issued";
     this.labelDateIssued.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateIssued
     //
     this.textDateIssued.Location  = new System.Drawing.Point(134, 65);
     this.textDateIssued.Name      = "textDateIssued";
     this.textDateIssued.Size      = new System.Drawing.Size(68, 20);
     this.textDateIssued.TabIndex  = 7;
     this.textDateIssued.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(203, 66);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(94, 16);
     this.label1.TabIndex  = 95;
     this.label1.Text      = "(optional)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // butCarrierSelect
     //
     this.butCarrierSelect.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCarrierSelect.Autosize            = true;
     this.butCarrierSelect.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCarrierSelect.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCarrierSelect.CornerRadius        = 4F;
     this.butCarrierSelect.Location            = new System.Drawing.Point(389, 147);
     this.butCarrierSelect.Name     = "butCarrierSelect";
     this.butCarrierSelect.Size     = new System.Drawing.Size(69, 23);
     this.butCarrierSelect.TabIndex = 8;
     this.butCarrierSelect.Text     = "Pick";
     this.butCarrierSelect.Click   += new System.EventHandler(this.butCarrierSelect_Click);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(131, 172);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(200, 16);
     this.label8.TabIndex = 96;
     this.label8.Text     = "(does not need to be exact)";
     //
     // FormClaimPayEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(525, 346);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textCarrierName);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.textDateIssued);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textBankBranch);
     this.Controls.Add(this.textCheckNum);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.labelDateIssued);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butCarrierSelect);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormClaimPayEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Insurance Payment";
     this.Load         += new System.EventHandler(this.FormClaimPayEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 40
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimPayEdit));
     this.textAmount = new OpenDental.ValidDouble();
     this.textDate = new OpenDental.ValidDate();
     this.textBankBranch = new System.Windows.Forms.TextBox();
     this.textCheckNum = new System.Windows.Forms.TextBox();
     this.textNote = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.comboClinic = new System.Windows.Forms.ComboBox();
     this.labelClinic = new System.Windows.Forms.Label();
     this.textCarrierName = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.labelDateIssued = new System.Windows.Forms.Label();
     this.textDateIssued = new OpenDental.ValidDate();
     this.label1 = new System.Windows.Forms.Label();
     this.butCarrierSelect = new OpenDental.UI.Button();
     this.label8 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(134,86);
     this.textAmount.Name = "textAmount";
     this.textAmount.Size = new System.Drawing.Size(68,20);
     this.textAmount.TabIndex = 0;
     this.textAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(134,44);
     this.textDate.Name = "textDate";
     this.textDate.Size = new System.Drawing.Size(68,20);
     this.textDate.TabIndex = 6;
     this.textDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBankBranch
     //
     this.textBankBranch.Location = new System.Drawing.Point(134,128);
     this.textBankBranch.MaxLength = 25;
     this.textBankBranch.Name = "textBankBranch";
     this.textBankBranch.Size = new System.Drawing.Size(100,20);
     this.textBankBranch.TabIndex = 2;
     //
     // textCheckNum
     //
     this.textCheckNum.Location = new System.Drawing.Point(134,107);
     this.textCheckNum.MaxLength = 25;
     this.textCheckNum.Name = "textCheckNum";
     this.textCheckNum.Size = new System.Drawing.Size(100,20);
     this.textCheckNum.TabIndex = 1;
     //
     // textNote
     //
     this.textNote.Location = new System.Drawing.Point(134,198);
     this.textNote.MaxLength = 255;
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.Size = new System.Drawing.Size(324,70);
     this.textNote.TabIndex = 4;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(35,48);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(96,16);
     this.label6.TabIndex = 37;
     this.label6.Text = "Payment Date";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(37,90);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(95,16);
     this.label5.TabIndex = 36;
     this.label5.Text = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(41,109);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(90,16);
     this.label4.TabIndex = 35;
     this.label4.Text = "Check #";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(42,131);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(91,16);
     this.label3.TabIndex = 34;
     this.label3.Text = "Bank-Branch";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(13,199);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(120,16);
     this.label2.TabIndex = 33;
     this.label2.Text = "Note";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(430,302);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 9;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(339,302);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 5;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location = new System.Drawing.Point(134,21);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name = "comboClinic";
     this.comboClinic.Size = new System.Drawing.Size(209,21);
     this.comboClinic.TabIndex = 0;
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(44,25);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(86,14);
     this.labelClinic.TabIndex = 91;
     this.labelClinic.Text = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCarrierName
     //
     this.textCarrierName.Location = new System.Drawing.Point(134,149);
     this.textCarrierName.MaxLength = 25;
     this.textCarrierName.Name = "textCarrierName";
     this.textCarrierName.Size = new System.Drawing.Size(252,20);
     this.textCarrierName.TabIndex = 3;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(24,152);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(109,16);
     this.label7.TabIndex = 94;
     this.label7.Text = "Carrier Name";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelDateIssued
     //
     this.labelDateIssued.Location = new System.Drawing.Point(12,69);
     this.labelDateIssued.Name = "labelDateIssued";
     this.labelDateIssued.Size = new System.Drawing.Size(120,16);
     this.labelDateIssued.TabIndex = 37;
     this.labelDateIssued.Text = "Date Check Issued";
     this.labelDateIssued.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateIssued
     //
     this.textDateIssued.Location = new System.Drawing.Point(134,65);
     this.textDateIssued.Name = "textDateIssued";
     this.textDateIssued.Size = new System.Drawing.Size(68,20);
     this.textDateIssued.TabIndex = 7;
     this.textDateIssued.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(203,66);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(94,16);
     this.label1.TabIndex = 95;
     this.label1.Text = "(optional)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // butCarrierSelect
     //
     this.butCarrierSelect.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCarrierSelect.Autosize = true;
     this.butCarrierSelect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCarrierSelect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCarrierSelect.CornerRadius = 4F;
     this.butCarrierSelect.Location = new System.Drawing.Point(389,147);
     this.butCarrierSelect.Name = "butCarrierSelect";
     this.butCarrierSelect.Size = new System.Drawing.Size(69,23);
     this.butCarrierSelect.TabIndex = 8;
     this.butCarrierSelect.Text = "Pick";
     this.butCarrierSelect.Click += new System.EventHandler(this.butCarrierSelect_Click);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(131,172);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(200,16);
     this.label8.TabIndex = 96;
     this.label8.Text = "(does not need to be exact)";
     //
     // FormClaimPayEdit
     //
     this.AcceptButton = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.CancelButton = this.butCancel;
     this.ClientSize = new System.Drawing.Size(525,346);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textCarrierName);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.textDateIssued);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textBankBranch);
     this.Controls.Add(this.textCheckNum);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.labelDateIssued);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butCarrierSelect);
     this.Controls.Add(this.butOK);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormClaimPayEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Insurance Payment";
     this.Load += new System.EventHandler(this.FormClaimPayEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpAppointments));
     this.butAll       = new OpenDental.UI.Button();
     this.listProv     = new System.Windows.Forms.ListBox();
     this.label1       = new System.Windows.Forms.Label();
     this.textDateTo   = new OpenDental.ValidDate();
     this.label3       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.textDateFrom = new OpenDental.ValidDate();
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.butToday     = new OpenDental.UI.Button();
     this.butTomorrow  = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // butAll
     //
     this.butAll.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAll.Autosize            = true;
     this.butAll.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAll.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAll.CornerRadius        = 4F;
     this.butAll.Location            = new System.Drawing.Point(28, 243);
     this.butAll.Name     = "butAll";
     this.butAll.Size     = new System.Drawing.Size(75, 26);
     this.butAll.TabIndex = 34;
     this.butAll.Text     = "&All";
     this.butAll.Click   += new System.EventHandler(this.butAll_Click);
     //
     // listProv
     //
     this.listProv.Location      = new System.Drawing.Point(27, 41);
     this.listProv.Name          = "listProv";
     this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listProv.Size          = new System.Drawing.Size(120, 186);
     this.listProv.TabIndex      = 33;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(27, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 16);
     this.label1.TabIndex  = 32;
     this.label1.Text      = "Providers";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textDateTo
     //
     this.textDateTo.Location = new System.Drawing.Point(92, 51);
     this.textDateTo.Name     = "textDateTo";
     this.textDateTo.Size     = new System.Drawing.Size(100, 20);
     this.textDateTo.TabIndex = 44;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(4, 52);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(82, 18);
     this.label3.TabIndex  = 39;
     this.label3.Text      = "To";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 26);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(82, 18);
     this.label2.TabIndex  = 37;
     this.label2.Text      = "From";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateFrom
     //
     this.textDateFrom.Location = new System.Drawing.Point(92, 24);
     this.textDateFrom.Name     = "textDateFrom";
     this.textDateFrom.Size     = new System.Drawing.Size(100, 20);
     this.textDateFrom.TabIndex = 43;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Autosize            = true;
     this.butCancel.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius        = 4F;
     this.butCancel.DialogResult        = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location            = new System.Drawing.Point(502, 336);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 44;
     this.butCancel.Text     = "&Cancel";
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Autosize            = true;
     this.butOK.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius        = 4F;
     this.butOK.Location            = new System.Drawing.Point(502, 296);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 43;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.butToday);
     this.groupBox1.Controls.Add(this.butTomorrow);
     this.groupBox1.Controls.Add(this.textDateFrom);
     this.groupBox1.Controls.Add(this.textDateTo);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(200, 35);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(380, 158);
     this.groupBox1.TabIndex = 45;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Date Range";
     //
     // butToday
     //
     this.butToday.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butToday.Autosize            = true;
     this.butToday.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butToday.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butToday.CornerRadius        = 4F;
     this.butToday.Location            = new System.Drawing.Point(250, 23);
     this.butToday.Name     = "butToday";
     this.butToday.Size     = new System.Drawing.Size(96, 23);
     this.butToday.TabIndex = 46;
     this.butToday.Text     = "Today";
     this.butToday.Click   += new System.EventHandler(this.butToday_Click);
     //
     // butTomorrow
     //
     this.butTomorrow.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butTomorrow.Autosize            = true;
     this.butTomorrow.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butTomorrow.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butTomorrow.CornerRadius        = 4F;
     this.butTomorrow.Location            = new System.Drawing.Point(250, 50);
     this.butTomorrow.Name     = "butTomorrow";
     this.butTomorrow.Size     = new System.Drawing.Size(96, 23);
     this.butTomorrow.TabIndex = 45;
     this.butTomorrow.Text     = "Tomorrow";
     this.butTomorrow.Click   += new System.EventHandler(this.butTomorrow_Click);
     //
     // FormRpAppointments
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(645, 383);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butAll);
     this.Controls.Add(this.listProv);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormRpAppointments";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Appointments Report";
     this.Load         += new System.EventHandler(this.FormRpApptWithPhones_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRepeatChargeEdit));
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.textCode = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textChargeAmt = new OpenDental.ValidDouble();
     this.textDateStart = new OpenDental.ValidDate();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.textDateStop = new OpenDental.ValidDate();
     this.textNote = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.textDesc = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     this.label7 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(512,312);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,26);
     this.butCancel.TabIndex = 0;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(512,271);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,26);
     this.butOK.TabIndex = 1;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4,19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(156,16);
     this.label1.TabIndex = 2;
     this.label1.Text = "Code";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textCode
     //
     this.textCode.Location = new System.Drawing.Point(162,17);
     this.textCode.MaxLength = 15;
     this.textCode.Name = "textCode";
     this.textCode.ReadOnly = true;
     this.textCode.Size = new System.Drawing.Size(100,20);
     this.textCode.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(4,49);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(156,16);
     this.label2.TabIndex = 4;
     this.label2.Text = "Charge Amount";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textChargeAmt
     //
     this.textChargeAmt.Location = new System.Drawing.Point(162,46);
     this.textChargeAmt.Name = "textChargeAmt";
     this.textChargeAmt.Size = new System.Drawing.Size(100,20);
     this.textChargeAmt.TabIndex = 5;
     //
     // textDateStart
     //
     this.textDateStart.Location = new System.Drawing.Point(162,75);
     this.textDateStart.Name = "textDateStart";
     this.textDateStart.Size = new System.Drawing.Size(100,20);
     this.textDateStart.TabIndex = 6;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(4,78);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(156,16);
     this.label3.TabIndex = 7;
     this.label3.Text = "Date Start";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(4,106);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(156,16);
     this.label4.TabIndex = 9;
     this.label4.Text = "Date Stop";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateStop
     //
     this.textDateStop.Location = new System.Drawing.Point(162,104);
     this.textDateStop.Name = "textDateStop";
     this.textDateStop.Size = new System.Drawing.Size(100,20);
     this.textDateStop.TabIndex = 8;
     //
     // textNote
     //
     this.textNote.Location = new System.Drawing.Point(162,133);
     this.textNote.MaxLength = 10000;
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.Size = new System.Drawing.Size(424,114);
     this.textNote.TabIndex = 11;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(4,136);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(156,16);
     this.label5.TabIndex = 10;
     this.label5.Text = "Note";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDesc
     //
     this.textDesc.BackColor = System.Drawing.SystemColors.Control;
     this.textDesc.Location = new System.Drawing.Point(267,17);
     this.textDesc.Name = "textDesc";
     this.textDesc.Size = new System.Drawing.Size(241,20);
     this.textDesc.TabIndex = 40;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(265,1);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(224,16);
     this.label6.TabIndex = 39;
     this.label6.Text = "Procedure Description:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(35,314);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(83,26);
     this.butDelete.TabIndex = 41;
     this.butDelete.Text = "&Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(128,290);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(264,51);
     this.label7.TabIndex = 42;
     this.label7.Text = "It\'s OK to delete an obsolete repeating charge.   It does not affect any charges " +
     "already billed";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // FormRepeatChargeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(622,366);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textDesc);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textDateStop);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDateStart);
     this.Controls.Add(this.textChargeAmt);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textCode);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormRepeatChargeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Repeat Charge";
     this.Load += new System.EventHandler(this.FormRepeatChargeEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 43
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpInsAging));
     this.butCancel         = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.radio30           = new System.Windows.Forms.RadioButton();
     this.radio90           = new System.Windows.Forms.RadioButton();
     this.radio60           = new System.Windows.Forms.RadioButton();
     this.radioAny          = new System.Windows.Forms.RadioButton();
     this.label1            = new System.Windows.Forms.Label();
     this.textDate          = new OpenDental.ValidDate();
     this.listBillType      = new System.Windows.Forms.ListBox();
     this.label2            = new System.Windows.Forms.Label();
     this.listProv          = new System.Windows.Forms.ListBox();
     this.label3            = new System.Windows.Forms.Label();
     this.checkProvAll      = new System.Windows.Forms.CheckBox();
     this.checkBillTypesAll = new System.Windows.Forms.CheckBox();
     this.checkAllClin      = new System.Windows.Forms.CheckBox();
     this.listClin          = new System.Windows.Forms.ListBox();
     this.labelClin         = new System.Windows.Forms.Label();
     this.groupGroupBy      = new System.Windows.Forms.GroupBox();
     this.radioGroupByPat   = new System.Windows.Forms.RadioButton();
     this.radioGroupByFam   = new System.Windows.Forms.RadioButton();
     this.groupBox1.SuspendLayout();
     this.groupGroupBy.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(669, 252);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 17;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(583, 252);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 16;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radio30);
     this.groupBox1.Controls.Add(this.radio90);
     this.groupBox1.Controls.Add(this.radio60);
     this.groupBox1.Controls.Add(this.radioAny);
     this.groupBox1.Location = new System.Drawing.Point(24, 122);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(196, 114);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Age of Account";
     //
     // radio30
     //
     this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio30.Location  = new System.Drawing.Point(12, 42);
     this.radio30.Name      = "radio30";
     this.radio30.Size      = new System.Drawing.Size(174, 18);
     this.radio30.TabIndex  = 1;
     this.radio30.Text      = "Over 30 Days";
     //
     // radio90
     //
     this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio90.Location  = new System.Drawing.Point(12, 86);
     this.radio90.Name      = "radio90";
     this.radio90.Size      = new System.Drawing.Size(174, 18);
     this.radio90.TabIndex  = 3;
     this.radio90.Text      = "Over 90 Days";
     //
     // radio60
     //
     this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio60.Location  = new System.Drawing.Point(12, 64);
     this.radio60.Name      = "radio60";
     this.radio60.Size      = new System.Drawing.Size(174, 18);
     this.radio60.TabIndex  = 2;
     this.radio60.Text      = "Over 60 Days";
     //
     // radioAny
     //
     this.radioAny.Checked   = true;
     this.radioAny.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioAny.Location  = new System.Drawing.Point(12, 20);
     this.radioAny.Name      = "radioAny";
     this.radioAny.Size      = new System.Drawing.Size(174, 18);
     this.radioAny.TabIndex  = 0;
     this.radioAny.TabStop   = true;
     this.radioAny.Text      = "Any Balance";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(131, 21);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 17);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "As Of Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(24, 20);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(106, 20);
     this.textDate.TabIndex = 1;
     //
     // listBillType
     //
     this.listBillType.Location      = new System.Drawing.Point(244, 50);
     this.listBillType.Name          = "listBillType";
     this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBillType.Size          = new System.Drawing.Size(163, 186);
     this.listBillType.TabIndex      = 11;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(242, 5);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(163, 17);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Billing Types";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listProv
     //
     this.listProv.Location      = new System.Drawing.Point(413, 50);
     this.listProv.Name          = "listProv";
     this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listProv.Size          = new System.Drawing.Size(163, 186);
     this.listProv.TabIndex      = 13;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(411, 5);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(163, 17);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Providers";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkProvAll
     //
     this.checkProvAll.Checked    = true;
     this.checkProvAll.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkProvAll.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkProvAll.Location   = new System.Drawing.Point(413, 27);
     this.checkProvAll.Name       = "checkProvAll";
     this.checkProvAll.Size       = new System.Drawing.Size(163, 18);
     this.checkProvAll.TabIndex   = 12;
     this.checkProvAll.Text       = "All";
     this.checkProvAll.Click     += new System.EventHandler(this.checkProvAll_Click);
     //
     // checkBillTypesAll
     //
     this.checkBillTypesAll.Checked    = true;
     this.checkBillTypesAll.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBillTypesAll.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkBillTypesAll.Location   = new System.Drawing.Point(244, 27);
     this.checkBillTypesAll.Name       = "checkBillTypesAll";
     this.checkBillTypesAll.Size       = new System.Drawing.Size(163, 18);
     this.checkBillTypesAll.TabIndex   = 10;
     this.checkBillTypesAll.Text       = "All";
     this.checkBillTypesAll.Click     += new System.EventHandler(this.checkBillTypesAll_Click);
     //
     // checkAllClin
     //
     this.checkAllClin.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAllClin.Location  = new System.Drawing.Point(582, 27);
     this.checkAllClin.Name      = "checkAllClin";
     this.checkAllClin.Size      = new System.Drawing.Size(163, 18);
     this.checkAllClin.TabIndex  = 14;
     this.checkAllClin.Text      = "All";
     this.checkAllClin.Click    += new System.EventHandler(this.checkAllClin_Click);
     //
     // listClin
     //
     this.listClin.Location      = new System.Drawing.Point(582, 50);
     this.listClin.Name          = "listClin";
     this.listClin.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listClin.Size          = new System.Drawing.Size(163, 186);
     this.listClin.TabIndex      = 15;
     this.listClin.Click        += new System.EventHandler(this.listClin_Click);
     //
     // labelClin
     //
     this.labelClin.Location  = new System.Drawing.Point(580, 5);
     this.labelClin.Name      = "labelClin";
     this.labelClin.Size      = new System.Drawing.Size(163, 17);
     this.labelClin.TabIndex  = 0;
     this.labelClin.Text      = "Clinics";
     this.labelClin.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // groupGroupBy
     //
     this.groupGroupBy.Controls.Add(this.radioGroupByPat);
     this.groupGroupBy.Controls.Add(this.radioGroupByFam);
     this.groupGroupBy.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupGroupBy.Location  = new System.Drawing.Point(24, 46);
     this.groupGroupBy.Name      = "groupGroupBy";
     this.groupGroupBy.Size      = new System.Drawing.Size(196, 70);
     this.groupGroupBy.TabIndex  = 2;
     this.groupGroupBy.TabStop   = false;
     this.groupGroupBy.Text      = "Group By";
     //
     // radioGroupByPat
     //
     this.radioGroupByPat.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioGroupByPat.Location  = new System.Drawing.Point(12, 42);
     this.radioGroupByPat.Name      = "radioGroupByPat";
     this.radioGroupByPat.Size      = new System.Drawing.Size(174, 18);
     this.radioGroupByPat.TabIndex  = 1;
     this.radioGroupByPat.Text      = "Individual";
     this.radioGroupByPat.UseVisualStyleBackColor = true;
     //
     // radioGroupByFam
     //
     this.radioGroupByFam.Checked   = true;
     this.radioGroupByFam.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioGroupByFam.Location  = new System.Drawing.Point(12, 20);
     this.radioGroupByFam.Name      = "radioGroupByFam";
     this.radioGroupByFam.Size      = new System.Drawing.Size(174, 18);
     this.radioGroupByFam.TabIndex  = 0;
     this.radioGroupByFam.TabStop   = true;
     this.radioGroupByFam.Text      = "Family";
     this.radioGroupByFam.UseVisualStyleBackColor = true;
     //
     // FormRpInsAging
     //
     this.AcceptButton = this.butOK;
     this.CancelButton = this.butCancel;
     this.ClientSize   = new System.Drawing.Size(778, 290);
     this.Controls.Add(this.groupGroupBy);
     this.Controls.Add(this.checkAllClin);
     this.Controls.Add(this.listClin);
     this.Controls.Add(this.labelClin);
     this.Controls.Add(this.checkBillTypesAll);
     this.Controls.Add(this.checkProvAll);
     this.Controls.Add(this.listProv);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listBillType);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRpInsAging";
     this.ShowInTaskbar = false;
     this.Text          = "Insurance Aging Report";
     this.Load         += new System.EventHandler(this.FormRpInsAging_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupGroupBy.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 44
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(FormHouseCalls));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.butAll = new OpenDental.UI.Button();
			this.but7 = new OpenDental.UI.Button();
			this.textDateFrom = new OpenDental.ValidDate();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.textDateTo = new OpenDental.ValidDate();
			this.radioConfirm = new System.Windows.Forms.RadioButton();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(359,267);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(359,226);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.butAll);
			this.groupBox2.Controls.Add(this.but7);
			this.groupBox2.Controls.Add(this.textDateFrom);
			this.groupBox2.Controls.Add(this.label2);
			this.groupBox2.Controls.Add(this.label1);
			this.groupBox2.Controls.Add(this.textDateTo);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(42,72);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(393,109);
			this.groupBox2.TabIndex = 8;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Date Range";
			// 
			// butAll
			// 
			this.butAll.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAll.Autosize = true;
			this.butAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAll.CornerRadius = 4F;
			this.butAll.Location = new System.Drawing.Point(263,61);
			this.butAll.Name = "butAll";
			this.butAll.Size = new System.Drawing.Size(93,23);
			this.butAll.TabIndex = 8;
			this.butAll.Text = "All Future";
			this.butAll.Click += new System.EventHandler(this.butAll_Click);
			// 
			// but7
			// 
			this.but7.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.but7.Autosize = true;
			this.but7.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.but7.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.but7.CornerRadius = 4F;
			this.but7.Location = new System.Drawing.Point(263,35);
			this.but7.Name = "but7";
			this.but7.Size = new System.Drawing.Size(93,23);
			this.but7.TabIndex = 7;
			this.but7.Text = "Next 7 Days";
			this.but7.Click += new System.EventHandler(this.but7_Click);
			// 
			// textDateFrom
			// 
			this.textDateFrom.Location = new System.Drawing.Point(137,37);
			this.textDateFrom.Name = "textDateFrom";
			this.textDateFrom.Size = new System.Drawing.Size(84,20);
			this.textDateFrom.TabIndex = 3;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(30,64);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100,17);
			this.label2.TabIndex = 4;
			this.label2.Text = "To Date";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(30,36);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100,17);
			this.label1.TabIndex = 2;
			this.label1.Text = "From Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDateTo
			// 
			this.textDateTo.Location = new System.Drawing.Point(137,65);
			this.textDateTo.Name = "textDateTo";
			this.textDateTo.Size = new System.Drawing.Size(85,20);
			this.textDateTo.TabIndex = 5;
			// 
			// radioConfirm
			// 
			this.radioConfirm.Checked = true;
			this.radioConfirm.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioConfirm.Location = new System.Drawing.Point(43,30);
			this.radioConfirm.Name = "radioConfirm";
			this.radioConfirm.Size = new System.Drawing.Size(329,21);
			this.radioConfirm.TabIndex = 9;
			this.radioConfirm.TabStop = true;
			this.radioConfirm.Text = "Confirm Appointments";
			// 
			// FormHouseCalls
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(486,318);
			this.Controls.Add(this.radioConfirm);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormHouseCalls";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "House Calls";
			this.Load += new System.EventHandler(this.FormHouseCalls_Load);
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.ResumeLayout(false);

		}
Esempio n. 45
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAging));
     this.textDateLast = new OpenDental.ValidDate();
     this.label1       = new System.Windows.Forms.Label();
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.textBox1     = new System.Windows.Forms.TextBox();
     this.textDateCalc = new OpenDental.ValidDate();
     this.label2       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textDateLast
     //
     this.textDateLast.Location = new System.Drawing.Point(173, 79);
     this.textDateLast.Name     = "textDateLast";
     this.textDateLast.ReadOnly = true;
     this.textDateLast.Size     = new System.Drawing.Size(94, 20);
     this.textDateLast.TabIndex = 12;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(23, 83);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(146, 16);
     this.label1.TabIndex  = 13;
     this.label1.Text      = "Last Calculated";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(440, 138);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 2;
     this.butCancel.Text         = "&Cancel";
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(440, 104);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.SystemColors.Control;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location    = new System.Drawing.Point(25, 12);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(476, 62);
     this.textBox1.TabIndex    = 16;
     this.textBox1.Text        = "If you use monthly billing instead of daily, then this is where you change the ag" +
                                 "ing date every month.  Otherwise, it\'s not necessary to manually run aging.  It\'" +
                                 "s all handled automatically.";
     //
     // textDateCalc
     //
     this.textDateCalc.Location = new System.Drawing.Point(173, 111);
     this.textDateCalc.Name     = "textDateCalc";
     this.textDateCalc.Size     = new System.Drawing.Size(94, 20);
     this.textDateCalc.TabIndex = 0;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(23, 115);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(146, 16);
     this.label2.TabIndex  = 18;
     this.label2.Text      = "Calculate as of";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormAging
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(532, 180);
     this.Controls.Add(this.textDateCalc);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.textDateLast);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormAging";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Calculate Aging";
     this.Load         += new System.EventHandler(this.FormAging_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 46
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(FormTaskListEdit));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.textDescript = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.listDateType = new System.Windows.Forms.ListBox();
			this.checkFromNum = new System.Windows.Forms.CheckBox();
			this.textDateTL = new OpenDental.ValidDate();
			this.listObjectType = new System.Windows.Forms.ListBox();
			this.label6 = new System.Windows.Forms.Label();
			this.textTaskListNum = new System.Windows.Forms.TextBox();
			this.labelTaskListNum = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(395,191);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 5;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(395,150);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 4;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8,18);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(116,19);
			this.label1.TabIndex = 2;
			this.label1.Text = "Description";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDescript
			// 
			this.textDescript.Location = new System.Drawing.Point(127,18);
			this.textDescript.Name = "textDescript";
			this.textDescript.Size = new System.Drawing.Size(293,20);
			this.textDescript.TabIndex = 0;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8,50);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(116,19);
			this.label2.TabIndex = 4;
			this.label2.Text = "Date";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(218,47);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(185,32);
			this.label3.TabIndex = 6;
			this.label3.Text = "Leave blank unless you want this list to show on a dated list";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8,82);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(116,19);
			this.label4.TabIndex = 7;
			this.label4.Text = "Date Type";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// listDateType
			// 
			this.listDateType.Location = new System.Drawing.Point(127,83);
			this.listDateType.Name = "listDateType";
			this.listDateType.Size = new System.Drawing.Size(120,56);
			this.listDateType.TabIndex = 2;
			// 
			// checkFromNum
			// 
			this.checkFromNum.CheckAlign = System.Drawing.ContentAlignment.TopRight;
			this.checkFromNum.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkFromNum.Location = new System.Drawing.Point(8,149);
			this.checkFromNum.Name = "checkFromNum";
			this.checkFromNum.Size = new System.Drawing.Size(133,21);
			this.checkFromNum.TabIndex = 3;
			this.checkFromNum.Text = "Is From Repeating";
			this.checkFromNum.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDateTL
			// 
			this.textDateTL.Location = new System.Drawing.Point(127,50);
			this.textDateTL.Name = "textDateTL";
			this.textDateTL.Size = new System.Drawing.Size(87,20);
			this.textDateTL.TabIndex = 1;
			// 
			// listObjectType
			// 
			this.listObjectType.Location = new System.Drawing.Point(127,173);
			this.listObjectType.Name = "listObjectType";
			this.listObjectType.Size = new System.Drawing.Size(120,43);
			this.listObjectType.TabIndex = 15;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(8,172);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(116,19);
			this.label6.TabIndex = 16;
			this.label6.Text = "Object Type";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textTaskListNum
			// 
			this.textTaskListNum.Location = new System.Drawing.Point(366,94);
			this.textTaskListNum.Name = "textTaskListNum";
			this.textTaskListNum.ReadOnly = true;
			this.textTaskListNum.Size = new System.Drawing.Size(54,20);
			this.textTaskListNum.TabIndex = 136;
			this.textTaskListNum.Visible = false;
			// 
			// labelTaskListNum
			// 
			this.labelTaskListNum.Location = new System.Drawing.Point(276,95);
			this.labelTaskListNum.Name = "labelTaskListNum";
			this.labelTaskListNum.Size = new System.Drawing.Size(88,16);
			this.labelTaskListNum.TabIndex = 135;
			this.labelTaskListNum.Text = "TaskListNum";
			this.labelTaskListNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.labelTaskListNum.Visible = false;
			// 
			// FormTaskListEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(503,242);
			this.Controls.Add(this.textTaskListNum);
			this.Controls.Add(this.labelTaskListNum);
			this.Controls.Add(this.listObjectType);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.textDateTL);
			this.Controls.Add(this.textDescript);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.checkFromNum);
			this.Controls.Add(this.listDateType);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormTaskListEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Task List";
			this.Load += new System.EventHandler(this.FormTaskListEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 47
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(FormPerioEdit));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textDate = new OpenDental.ValidDate();
			this.label1 = new System.Windows.Forms.Label();
			this.listProv = new System.Windows.Forms.ListBox();
			this.label2 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(347,164);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(347,123);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(151,18);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(100,20);
			this.textDate.TabIndex = 2;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(14,16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(136,23);
			this.label1.TabIndex = 3;
			this.label1.Text = "Exam Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// listProv
			// 
			this.listProv.Location = new System.Drawing.Point(151,55);
			this.listProv.Name = "listProv";
			this.listProv.Size = new System.Drawing.Size(120,134);
			this.listProv.TabIndex = 4;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(13,51);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(136,23);
			this.label2.TabIndex = 5;
			this.label2.Text = "Provider";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// FormPerioEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(455,215);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.listProv);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormPerioEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Perio Date";
			this.Load += new System.EventHandler(this.FormPerioEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 48
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAdjust));
     this.label1 = 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.label2 = new System.Windows.Forms.Label();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.textAdjDate = new OpenDental.ValidDate();
     this.label3 = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     this.textAmount = new OpenDental.ValidDouble();
     this.listTypePos = new System.Windows.Forms.ListBox();
     this.listTypeNeg = new System.Windows.Forms.ListBox();
     this.textProcDate = new OpenDental.ValidDate();
     this.label7 = new System.Windows.Forms.Label();
     this.textDateEntry = new OpenDental.ValidDate();
     this.label8 = new System.Windows.Forms.Label();
     this.butPickProv = new OpenDental.UI.Button();
     this.comboProv = new System.Windows.Forms.ComboBox();
     this.comboClinic = new System.Windows.Forms.ComboBox();
     this.labelClinic = new System.Windows.Forms.Label();
     this.textNote = new OpenDental.ODtextBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7,54);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(104,16);
     this.label1.TabIndex = 0;
     this.label1.Text = "Adjustment Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(175,333);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100,16);
     this.label4.TabIndex = 3;
     this.label4.Text = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(11,102);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(100,16);
     this.label5.TabIndex = 4;
     this.label5.Text = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(315,14);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(167,16);
     this.label6.TabIndex = 5;
     this.label6.Text = "Additions";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(11,128);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100,16);
     this.label2.TabIndex = 10;
     this.label2.Text = "Provider";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(614,433);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 6;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(614,471);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 7;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // textAdjDate
     //
     this.textAdjDate.Location = new System.Drawing.Point(112,52);
     this.textAdjDate.Name = "textAdjDate";
     this.textAdjDate.Size = new System.Drawing.Size(80,20);
     this.textAdjDate.TabIndex = 0;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(528,14);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(182,16);
     this.label3.TabIndex = 16;
     this.label3.Text = "Subtractions";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Location = new System.Drawing.Point(24,469);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(75,24);
     this.butDelete.TabIndex = 17;
     this.butDelete.Text = "&Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(112,100);
     this.textAmount.Name = "textAmount";
     this.textAmount.Size = new System.Drawing.Size(68,20);
     this.textAmount.TabIndex = 1;
     //
     // listTypePos
     //
     this.listTypePos.Location = new System.Drawing.Point(299,34);
     this.listTypePos.Name = "listTypePos";
     this.listTypePos.Size = new System.Drawing.Size(202,264);
     this.listTypePos.TabIndex = 3;
     this.listTypePos.SelectedIndexChanged += new System.EventHandler(this.listTypePos_SelectedIndexChanged);
     //
     // listTypeNeg
     //
     this.listTypeNeg.Location = new System.Drawing.Point(515,34);
     this.listTypeNeg.Name = "listTypeNeg";
     this.listTypeNeg.Size = new System.Drawing.Size(206,264);
     this.listTypeNeg.TabIndex = 4;
     this.listTypeNeg.SelectedIndexChanged += new System.EventHandler(this.listTypeNeg_SelectedIndexChanged);
     //
     // textProcDate
     //
     this.textProcDate.Location = new System.Drawing.Point(112,76);
     this.textProcDate.Name = "textProcDate";
     this.textProcDate.Size = new System.Drawing.Size(80,20);
     this.textProcDate.TabIndex = 19;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(7,78);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(104,16);
     this.label7.TabIndex = 18;
     this.label7.Text = "(procedure date)";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(112,28);
     this.textDateEntry.Name = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size = new System.Drawing.Size(80,20);
     this.textDateEntry.TabIndex = 21;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(7,30);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(104,16);
     this.label8.TabIndex = 20;
     this.label8.Text = "Entry Date";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butPickProv
     //
     this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPickProv.Autosize = false;
     this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickProv.CornerRadius = 2F;
     this.butPickProv.Location = new System.Drawing.Point(271,124);
     this.butPickProv.Name = "butPickProv";
     this.butPickProv.Size = new System.Drawing.Size(18,21);
     this.butPickProv.TabIndex = 165;
     this.butPickProv.Text = "...";
     this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click);
     //
     // comboProv
     //
     this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProv.Location = new System.Drawing.Point(112,124);
     this.comboProv.MaxDropDownItems = 30;
     this.comboProv.Name = "comboProv";
     this.comboProv.Size = new System.Drawing.Size(158,21);
     this.comboProv.TabIndex = 164;
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location = new System.Drawing.Point(112,149);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name = "comboClinic";
     this.comboClinic.Size = new System.Drawing.Size(177,21);
     this.comboClinic.TabIndex = 162;
     this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted);
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(-4,151);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(114,16);
     this.labelClinic.TabIndex = 163;
     this.labelClinic.Text = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNote
     //
     this.textNote.AcceptsReturn = true;
     this.textNote.Location = new System.Drawing.Point(176,354);
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
     this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size = new System.Drawing.Size(355,140);
     this.textNote.TabIndex = 0;
     //
     // FormAdjust
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.CancelButton = this.butCancel;
     this.ClientSize = new System.Drawing.Size(731,528);
     this.Controls.Add(this.butPickProv);
     this.Controls.Add(this.comboProv);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textProcDate);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.listTypeNeg);
     this.Controls.Add(this.listTypePos);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textAdjDate);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormAdjust";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Adjustment";
     this.Load += new System.EventHandler(this.FormAdjust_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 49
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpAging));
     this.butCancel            = new OpenDental.UI.Button();
     this.butOK                = new OpenDental.UI.Button();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.radio30              = new System.Windows.Forms.RadioButton();
     this.radio90              = new System.Windows.Forms.RadioButton();
     this.radio60              = new System.Windows.Forms.RadioButton();
     this.radioAny             = new System.Windows.Forms.RadioButton();
     this.label1               = new System.Windows.Forms.Label();
     this.textDate             = new OpenDental.ValidDate();
     this.listBillType         = new System.Windows.Forms.ListBox();
     this.label2               = new System.Windows.Forms.Label();
     this.checkIncludeNeg      = new System.Windows.Forms.CheckBox();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.checkOnlyNeg         = new System.Windows.Forms.CheckBox();
     this.checkExcludeInactive = new System.Windows.Forms.CheckBox();
     this.listProv             = new System.Windows.Forms.ListBox();
     this.label3               = new System.Windows.Forms.Label();
     this.checkProvAll         = new System.Windows.Forms.CheckBox();
     this.checkBillTypesAll    = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(637, 396);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(637, 362);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 3;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radio30);
     this.groupBox1.Controls.Add(this.radio90);
     this.groupBox1.Controls.Add(this.radio60);
     this.groupBox1.Controls.Add(this.radioAny);
     this.groupBox1.Location = new System.Drawing.Point(57, 109);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(175, 120);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Age of Account";
     //
     // radio30
     //
     this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio30.Location  = new System.Drawing.Point(12, 44);
     this.radio30.Name      = "radio30";
     this.radio30.Size      = new System.Drawing.Size(152, 16);
     this.radio30.TabIndex  = 1;
     this.radio30.Text      = "Over 30 Days";
     //
     // radio90
     //
     this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio90.Location  = new System.Drawing.Point(12, 90);
     this.radio90.Name      = "radio90";
     this.radio90.Size      = new System.Drawing.Size(152, 18);
     this.radio90.TabIndex  = 3;
     this.radio90.Text      = "Over 90 Days";
     //
     // radio60
     //
     this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio60.Location  = new System.Drawing.Point(12, 66);
     this.radio60.Name      = "radio60";
     this.radio60.Size      = new System.Drawing.Size(152, 18);
     this.radio60.TabIndex  = 2;
     this.radio60.Text      = "Over 60 Days";
     //
     // radioAny
     //
     this.radioAny.Checked   = true;
     this.radioAny.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioAny.Location  = new System.Drawing.Point(12, 20);
     this.radioAny.Name      = "radioAny";
     this.radioAny.Size      = new System.Drawing.Size(152, 18);
     this.radioAny.TabIndex  = 0;
     this.radioAny.TabStop   = true;
     this.radioAny.Text      = "Any Balance";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 50);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(114, 14);
     this.label1.TabIndex  = 11;
     this.label1.Text      = "Last Updated";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(126, 48);
     this.textDate.Name     = "textDate";
     this.textDate.ReadOnly = true;
     this.textDate.Size     = new System.Drawing.Size(78, 20);
     this.textDate.TabIndex = 0;
     //
     // listBillType
     //
     this.listBillType.Location      = new System.Drawing.Point(335, 69);
     this.listBillType.Name          = "listBillType";
     this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBillType.Size          = new System.Drawing.Size(158, 186);
     this.listBillType.TabIndex      = 2;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(332, 25);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(176, 16);
     this.label2.TabIndex  = 14;
     this.label2.Text      = "Billing Types";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkIncludeNeg
     //
     this.checkIncludeNeg.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIncludeNeg.Location  = new System.Drawing.Point(9, 28);
     this.checkIncludeNeg.Name      = "checkIncludeNeg";
     this.checkIncludeNeg.Size      = new System.Drawing.Size(194, 20);
     this.checkIncludeNeg.TabIndex  = 17;
     this.checkIncludeNeg.Text      = "Include negative balances";
     this.checkIncludeNeg.Click    += new System.EventHandler(this.checkIncludeNeg_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.checkOnlyNeg);
     this.groupBox2.Controls.Add(this.checkIncludeNeg);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(57, 256);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(225, 84);
     this.groupBox2.TabIndex  = 18;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Negative Balances";
     //
     // checkOnlyNeg
     //
     this.checkOnlyNeg.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkOnlyNeg.Location  = new System.Drawing.Point(9, 55);
     this.checkOnlyNeg.Name      = "checkOnlyNeg";
     this.checkOnlyNeg.Size      = new System.Drawing.Size(210, 19);
     this.checkOnlyNeg.TabIndex  = 18;
     this.checkOnlyNeg.Text      = "Only show negative balances";
     this.checkOnlyNeg.Click    += new System.EventHandler(this.checkOnlyNeg_Click);
     //
     // checkExcludeInactive
     //
     this.checkExcludeInactive.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkExcludeInactive.Location  = new System.Drawing.Point(66, 363);
     this.checkExcludeInactive.Name      = "checkExcludeInactive";
     this.checkExcludeInactive.Size      = new System.Drawing.Size(248, 18);
     this.checkExcludeInactive.TabIndex  = 19;
     this.checkExcludeInactive.Text      = "Exclude inactive patients";
     //
     // listProv
     //
     this.listProv.Location      = new System.Drawing.Point(544, 69);
     this.listProv.Name          = "listProv";
     this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listProv.Size          = new System.Drawing.Size(163, 186);
     this.listProv.TabIndex      = 39;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(541, 25);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(104, 16);
     this.label3.TabIndex  = 38;
     this.label3.Text      = "Providers";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkProvAll
     //
     this.checkProvAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkProvAll.Location  = new System.Drawing.Point(544, 46);
     this.checkProvAll.Name      = "checkProvAll";
     this.checkProvAll.Size      = new System.Drawing.Size(145, 18);
     this.checkProvAll.TabIndex  = 40;
     this.checkProvAll.Text      = "All";
     this.checkProvAll.Click    += new System.EventHandler(this.checkProvAll_Click);
     //
     // checkBillTypesAll
     //
     this.checkBillTypesAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBillTypesAll.Location  = new System.Drawing.Point(335, 46);
     this.checkBillTypesAll.Name      = "checkBillTypesAll";
     this.checkBillTypesAll.Size      = new System.Drawing.Size(145, 18);
     this.checkBillTypesAll.TabIndex  = 41;
     this.checkBillTypesAll.Text      = "All";
     this.checkBillTypesAll.Click    += new System.EventHandler(this.checkBillTypesAll_Click);
     //
     // FormRpAging
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(742, 450);
     this.Controls.Add(this.checkBillTypesAll);
     this.Controls.Add(this.checkProvAll);
     this.Controls.Add(this.listProv);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.checkExcludeInactive);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listBillType);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRpAging";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Aging Report";
     this.Load         += new System.EventHandler(this.FormAging_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTreatPlanEdit));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textDateTP = new OpenDental.ValidDate();
			this.label1 = new System.Windows.Forms.Label();
			this.textHeading = new System.Windows.Forms.TextBox();
			this.textNote = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.butDelete = new OpenDental.UI.Button();
			this.butClearResponsParty = new OpenDental.UI.Button();
			this.butPickResponsParty = new OpenDental.UI.Button();
			this.textResponsParty = new System.Windows.Forms.TextBox();
			this.labelResponsParty = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(549,366);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,24);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(549,328);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,24);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textDateTP
			// 
			this.textDateTP.Location = new System.Drawing.Point(136,24);
			this.textDateTP.Name = "textDateTP";
			this.textDateTP.Size = new System.Drawing.Size(85,20);
			this.textDateTP.TabIndex = 3;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(45,26);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(89,16);
			this.label1.TabIndex = 2;
			this.label1.Text = "Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textHeading
			// 
			this.textHeading.Location = new System.Drawing.Point(136,59);
			this.textHeading.Name = "textHeading";
			this.textHeading.Size = new System.Drawing.Size(489,20);
			this.textHeading.TabIndex = 4;
			// 
			// textNote
			// 
			this.textNote.AcceptsReturn = true;
			this.textNote.Location = new System.Drawing.Point(136,94);
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.Size = new System.Drawing.Size(489,181);
			this.textNote.TabIndex = 5;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(45,61);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(89,16);
			this.label2.TabIndex = 6;
			this.label2.Text = "Heading";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(45,96);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(89,16);
			this.label3.TabIndex = 7;
			this.label3.Text = "Note";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(103,366);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(86,24);
			this.butDelete.TabIndex = 8;
			this.butDelete.Text = "Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butClearResponsParty
			// 
			this.butClearResponsParty.AdjustImageLocation = new System.Drawing.Point(1,1);
			this.butClearResponsParty.Autosize = true;
			this.butClearResponsParty.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClearResponsParty.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClearResponsParty.CornerRadius = 4F;
			this.butClearResponsParty.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butClearResponsParty.Location = new System.Drawing.Point(385,288);
			this.butClearResponsParty.Name = "butClearResponsParty";
			this.butClearResponsParty.Size = new System.Drawing.Size(25,23);
			this.butClearResponsParty.TabIndex = 71;
			this.butClearResponsParty.TabStop = false;
			this.butClearResponsParty.Click += new System.EventHandler(this.butClearResponsParty_Click);
			// 
			// butPickResponsParty
			// 
			this.butPickResponsParty.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPickResponsParty.Autosize = true;
			this.butPickResponsParty.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPickResponsParty.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPickResponsParty.CornerRadius = 4F;
			this.butPickResponsParty.Location = new System.Drawing.Point(337,288);
			this.butPickResponsParty.Name = "butPickResponsParty";
			this.butPickResponsParty.Size = new System.Drawing.Size(48,23);
			this.butPickResponsParty.TabIndex = 70;
			this.butPickResponsParty.TabStop = false;
			this.butPickResponsParty.Text = "Pick";
			this.butPickResponsParty.Click += new System.EventHandler(this.butPickResponsParty_Click);
			// 
			// textResponsParty
			// 
			this.textResponsParty.AcceptsReturn = true;
			this.textResponsParty.Location = new System.Drawing.Point(137,290);
			this.textResponsParty.Name = "textResponsParty";
			this.textResponsParty.ReadOnly = true;
			this.textResponsParty.Size = new System.Drawing.Size(198,20);
			this.textResponsParty.TabIndex = 69;
			// 
			// labelResponsParty
			// 
			this.labelResponsParty.Location = new System.Drawing.Point(-3,290);
			this.labelResponsParty.Name = "labelResponsParty";
			this.labelResponsParty.Size = new System.Drawing.Size(139,17);
			this.labelResponsParty.TabIndex = 68;
			this.labelResponsParty.Text = "Responsible Party";
			this.labelResponsParty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// FormTreatPlanEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(676,420);
			this.Controls.Add(this.butClearResponsParty);
			this.Controls.Add(this.butPickResponsParty);
			this.Controls.Add(this.textResponsParty);
			this.Controls.Add(this.labelResponsParty);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.textHeading);
			this.Controls.Add(this.textDateTP);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormTreatPlanEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Treatment Plan";
			this.Load += new System.EventHandler(this.FormTreatPlanEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 51
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(FormClaimEdit));
			this.label3 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.labelDateService = new System.Windows.Forms.Label();
			this.labelPredeterm = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.labelNote = new System.Windows.Forms.Label();
			this.groupProsth = new System.Windows.Forms.GroupBox();
			this.labelMissingTeeth = new System.Windows.Forms.Label();
			this.textPriorDate = new OpenDental.ValidDate();
			this.label18 = new System.Windows.Forms.Label();
			this.radioProsthN = new System.Windows.Forms.RadioButton();
			this.radioProsthR = new System.Windows.Forms.RadioButton();
			this.radioProsthI = new System.Windows.Forms.RadioButton();
			this.textInsPayEst = new System.Windows.Forms.TextBox();
			this.textPredeterm = new System.Windows.Forms.TextBox();
			this.textClaimFee = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.textPlan = new System.Windows.Forms.TextBox();
			this.label21 = new System.Windows.Forms.Label();
			this.groupOrtho = new System.Windows.Forms.GroupBox();
			this.textOrthoDate = new OpenDental.ValidDate();
			this.labelOrthoDate = new System.Windows.Forms.Label();
			this.textOrthoRemainM = new OpenDental.ValidNum();
			this.checkIsOrtho = new System.Windows.Forms.CheckBox();
			this.labelOrthoRemainM = new System.Windows.Forms.Label();
			this.comboProvBill = new System.Windows.Forms.ComboBox();
			this.comboProvTreat = new System.Windows.Forms.ComboBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.comboPatRelat = new System.Windows.Forms.ComboBox();
			this.label5 = new System.Windows.Forms.Label();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.butOtherNone = new OpenDental.UI.Button();
			this.butOtherCovChange = new OpenDental.UI.Button();
			this.comboPatRelat2 = new System.Windows.Forms.ComboBox();
			this.label10 = new System.Windows.Forms.Label();
			this.textPlan2 = new System.Windows.Forms.TextBox();
			this.labelRadiographs = new System.Windows.Forms.Label();
			this.comboClinic = new System.Windows.Forms.ComboBox();
			this.labelClinic = new System.Windows.Forms.Label();
			this.groupValueCodes = new System.Windows.Forms.GroupBox();
			this.textVC11Amount = new System.Windows.Forms.TextBox();
			this.textVC8Amount = new System.Windows.Forms.TextBox();
			this.textVC5Amount = new System.Windows.Forms.TextBox();
			this.textVC2Amount = new System.Windows.Forms.TextBox();
			this.textVC11Code = new System.Windows.Forms.TextBox();
			this.textVC8Code = new System.Windows.Forms.TextBox();
			this.textVC5Code = new System.Windows.Forms.TextBox();
			this.textVC2Code = new System.Windows.Forms.TextBox();
			this.label36 = new System.Windows.Forms.Label();
			this.label37 = new System.Windows.Forms.Label();
			this.label38 = new System.Windows.Forms.Label();
			this.label39 = new System.Windows.Forms.Label();
			this.label40 = new System.Windows.Forms.Label();
			this.label41 = new System.Windows.Forms.Label();
			this.textVC10Amount = new System.Windows.Forms.TextBox();
			this.textVC7Amount = new System.Windows.Forms.TextBox();
			this.textVC4Amount = new System.Windows.Forms.TextBox();
			this.textVC1Amount = new System.Windows.Forms.TextBox();
			this.textVC10Code = new System.Windows.Forms.TextBox();
			this.textVC7Code = new System.Windows.Forms.TextBox();
			this.textVC4Code = new System.Windows.Forms.TextBox();
			this.textVC1Code = new System.Windows.Forms.TextBox();
			this.label17 = new System.Windows.Forms.Label();
			this.label19 = new System.Windows.Forms.Label();
			this.label23 = new System.Windows.Forms.Label();
			this.label24 = new System.Windows.Forms.Label();
			this.label28 = new System.Windows.Forms.Label();
			this.label29 = new System.Windows.Forms.Label();
			this.label27 = new System.Windows.Forms.Label();
			this.label26 = new System.Windows.Forms.Label();
			this.label25 = new System.Windows.Forms.Label();
			this.textVC9Amount = new System.Windows.Forms.TextBox();
			this.textVC6Amount = new System.Windows.Forms.TextBox();
			this.textVC3Amount = new System.Windows.Forms.TextBox();
			this.textVC0Amount = new System.Windows.Forms.TextBox();
			this.textVC9Code = new System.Windows.Forms.TextBox();
			this.textVC6Code = new System.Windows.Forms.TextBox();
			this.textVC3Code = new System.Windows.Forms.TextBox();
			this.textVC0Code = new System.Windows.Forms.TextBox();
			this.label22 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.label30 = new System.Windows.Forms.Label();
			this.label31 = new System.Windows.Forms.Label();
			this.label32 = new System.Windows.Forms.Label();
			this.label33 = new System.Windows.Forms.Label();
			this.label34 = new System.Windows.Forms.Label();
			this.label35 = new System.Windows.Forms.Label();
			this.label20 = new System.Windows.Forms.Label();
			this.panelBottomEdge = new System.Windows.Forms.Panel();
			this.panelRightEdge = new System.Windows.Forms.Panel();
			this.tabMain = new System.Windows.Forms.TabControl();
			this.tabGeneral = new System.Windows.Forms.TabPage();
			this.groupAccident = new System.Windows.Forms.GroupBox();
			this.comboAccident = new System.Windows.Forms.ComboBox();
			this.label44 = new System.Windows.Forms.Label();
			this.textAccidentDate = new OpenDental.ValidDate();
			this.label42 = new System.Windows.Forms.Label();
			this.textAccidentST = new System.Windows.Forms.TextBox();
			this.labelAccidentST = new System.Windows.Forms.Label();
			this.groupAttachments = new System.Windows.Forms.GroupBox();
			this.label65 = new System.Windows.Forms.Label();
			this.textAttachID = new System.Windows.Forms.TextBox();
			this.label64 = new System.Windows.Forms.Label();
			this.radioAttachElect = new System.Windows.Forms.RadioButton();
			this.radioAttachMail = new System.Windows.Forms.RadioButton();
			this.checkAttachMisc = new System.Windows.Forms.CheckBox();
			this.checkAttachPerio = new System.Windows.Forms.CheckBox();
			this.checkAttachNarrative = new System.Windows.Forms.CheckBox();
			this.checkAttachEoB = new System.Windows.Forms.CheckBox();
			this.label63 = new System.Windows.Forms.Label();
			this.textAttachModels = new OpenDental.ValidNum();
			this.label62 = new System.Windows.Forms.Label();
			this.textAttachImages = new OpenDental.ValidNum();
			this.textRadiographs = new OpenDental.ValidNum();
			this.groupAttachedImages = new System.Windows.Forms.GroupBox();
			this.butExport = new OpenDental.UI.Button();
			this.butAttachAdd = new OpenDental.UI.Button();
			this.butAttachPerio = new OpenDental.UI.Button();
			this.label61 = new System.Windows.Forms.Label();
			this.listAttachments = new System.Windows.Forms.ListBox();
			this.groupReferral = new System.Windows.Forms.GroupBox();
			this.label45 = new System.Windows.Forms.Label();
			this.textRefProv = new System.Windows.Forms.TextBox();
			this.butReferralEdit = new OpenDental.UI.Button();
			this.label47 = new System.Windows.Forms.Label();
			this.butReferralNone = new OpenDental.UI.Button();
			this.butReferralSelect = new OpenDental.UI.Button();
			this.textRefNum = new System.Windows.Forms.TextBox();
			this.label46 = new System.Windows.Forms.Label();
			this.comboEmployRelated = new System.Windows.Forms.ComboBox();
			this.textNote = new OpenDental.ODtextBox();
			this.comboPlaceService = new System.Windows.Forms.ComboBox();
			this.label48 = new System.Windows.Forms.Label();
			this.label49 = new System.Windows.Forms.Label();
			this.tabMisc = new System.Windows.Forms.TabPage();
			this.textOrigRefNum = new System.Windows.Forms.TextBox();
			this.label90 = new System.Windows.Forms.Label();
			this.labelPriorAuth = new System.Windows.Forms.Label();
			this.label92 = new System.Windows.Forms.Label();
			this.textPriorAuth = new System.Windows.Forms.TextBox();
			this.labelSpecialProgram = new System.Windows.Forms.Label();
			this.textClaimIdentifier = new System.Windows.Forms.TextBox();
			this.comboSpecialProgram = new System.Windows.Forms.ComboBox();
			this.labelCustomTracking = new System.Windows.Forms.Label();
			this.label91 = new System.Windows.Forms.Label();
			this.comboCustomTracking = new System.Windows.Forms.ComboBox();
			this.comboCorrectionType = new System.Windows.Forms.ComboBox();
			this.tabUB04 = new System.Windows.Forms.TabPage();
			this.textPatientStatus = new System.Windows.Forms.TextBox();
			this.label85 = new System.Windows.Forms.Label();
			this.textAdmissionSource = new System.Windows.Forms.TextBox();
			this.label84 = new System.Windows.Forms.Label();
			this.textAdmissionType = new System.Windows.Forms.TextBox();
			this.label83 = new System.Windows.Forms.Label();
			this.textBillType = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.label60 = new System.Windows.Forms.Label();
			this.label59 = new System.Windows.Forms.Label();
			this.label58 = new System.Windows.Forms.Label();
			this.label57 = new System.Windows.Forms.Label();
			this.label56 = new System.Windows.Forms.Label();
			this.label55 = new System.Windows.Forms.Label();
			this.label54 = new System.Windows.Forms.Label();
			this.label53 = new System.Windows.Forms.Label();
			this.label52 = new System.Windows.Forms.Label();
			this.label51 = new System.Windows.Forms.Label();
			this.label50 = new System.Windows.Forms.Label();
			this.textCode10 = new System.Windows.Forms.TextBox();
			this.textCode9 = new System.Windows.Forms.TextBox();
			this.textCode8 = new System.Windows.Forms.TextBox();
			this.textCode7 = new System.Windows.Forms.TextBox();
			this.textCode6 = new System.Windows.Forms.TextBox();
			this.textCode5 = new System.Windows.Forms.TextBox();
			this.textCode4 = new System.Windows.Forms.TextBox();
			this.textCode3 = new System.Windows.Forms.TextBox();
			this.textCode2 = new System.Windows.Forms.TextBox();
			this.textCode1 = new System.Windows.Forms.TextBox();
			this.textCode0 = new System.Windows.Forms.TextBox();
			this.tabCanadian = new System.Windows.Forms.TabPage();
			this.textCanadaTransRefNum = new System.Windows.Forms.TextBox();
			this.groupCanadaOrthoPredeterm = new System.Windows.Forms.GroupBox();
			this.textCanadaExpectedPayCycle = new System.Windows.Forms.TextBox();
			this.textCanadaAnticipatedPayAmount = new System.Windows.Forms.TextBox();
			this.label82 = new System.Windows.Forms.Label();
			this.textCanadaNumPaymentsAnticipated = new System.Windows.Forms.TextBox();
			this.label81 = new System.Windows.Forms.Label();
			this.textCanadaTreatDuration = new System.Windows.Forms.TextBox();
			this.label80 = new System.Windows.Forms.Label();
			this.label79 = new System.Windows.Forms.Label();
			this.textCanadaInitialPayment = new System.Windows.Forms.TextBox();
			this.label78 = new System.Windows.Forms.Label();
			this.label77 = new System.Windows.Forms.Label();
			this.textDateCanadaEstTreatStartDate = new OpenDental.ValidDate();
			this.label76 = new System.Windows.Forms.Label();
			this.butReverse = new OpenDental.UI.Button();
			this.textMissingTeeth = new System.Windows.Forms.TextBox();
			this.label75 = new System.Windows.Forms.Label();
			this.label74 = new System.Windows.Forms.Label();
			this.listExtractedTeeth = new System.Windows.Forms.ListBox();
			this.checkCanadianIsOrtho = new System.Windows.Forms.CheckBox();
			this.label43 = new System.Windows.Forms.Label();
			this.butMissingTeethHelp = new OpenDental.UI.Button();
			this.groupBox6 = new System.Windows.Forms.GroupBox();
			this.comboMandProsth = new System.Windows.Forms.ComboBox();
			this.label66 = new System.Windows.Forms.Label();
			this.textDateInitialLower = new OpenDental.ValidDate();
			this.label67 = new System.Windows.Forms.Label();
			this.comboMandProsthMaterial = new System.Windows.Forms.ComboBox();
			this.label68 = new System.Windows.Forms.Label();
			this.groupBox7 = new System.Windows.Forms.GroupBox();
			this.comboMaxProsth = new System.Windows.Forms.ComboBox();
			this.label69 = new System.Windows.Forms.Label();
			this.textDateInitialUpper = new OpenDental.ValidDate();
			this.label70 = new System.Windows.Forms.Label();
			this.comboMaxProsthMaterial = new System.Windows.Forms.ComboBox();
			this.label71 = new System.Windows.Forms.Label();
			this.groupBox8 = new System.Windows.Forms.GroupBox();
			this.checkImages = new System.Windows.Forms.CheckBox();
			this.checkXrays = new System.Windows.Forms.CheckBox();
			this.checkModels = new System.Windows.Forms.CheckBox();
			this.checkCorrespondence = new System.Windows.Forms.CheckBox();
			this.checkEmail = new System.Windows.Forms.CheckBox();
			this.groupBox9 = new System.Windows.Forms.GroupBox();
			this.label73 = new System.Windows.Forms.Label();
			this.label72 = new System.Windows.Forms.Label();
			this.comboReferralReason = new System.Windows.Forms.ComboBox();
			this.textReferralProvider = new System.Windows.Forms.TextBox();
			this.textCanadianAccidentDate = new OpenDental.ValidDate();
			this.groupEnterPayment = new System.Windows.Forms.GroupBox();
			this.butPaySupp = new OpenDental.UI.Button();
			this.butPayTotal = new OpenDental.UI.Button();
			this.butPayProc = new OpenDental.UI.Button();
			this.textReasonUnder = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.contextMenuAttachments = new System.Windows.Forms.ContextMenu();
			this.menuItemOpen = new System.Windows.Forms.MenuItem();
			this.menuItemRename = new System.Windows.Forms.MenuItem();
			this.menuItemRemove = new System.Windows.Forms.MenuItem();
			this.comboClaimStatus = new System.Windows.Forms.ComboBox();
			this.comboClaimType = new System.Windows.Forms.ComboBox();
			this.comboMedType = new System.Windows.Forms.ComboBox();
			this.label86 = new System.Windows.Forms.Label();
			this.comboClaimForm = new System.Windows.Forms.ComboBox();
			this.label87 = new System.Windows.Forms.Label();
			this.labelBatch = new System.Windows.Forms.Label();
			this.label89 = new System.Windows.Forms.Label();
			this.butResend = new OpenDental.UI.Button();
			this.textDateResent = new OpenDental.ValidDate();
			this.butBatch = new OpenDental.UI.Button();
			this.textLabFees = new OpenDental.ValidDouble();
			this.butHistory = new OpenDental.UI.Button();
			this.gridPay = new OpenDental.UI.ODGrid();
			this.butSend = new OpenDental.UI.Button();
			this.gridProc = new OpenDental.UI.ODGrid();
			this.butSplit = new OpenDental.UI.Button();
			this.butLabel = new OpenDental.UI.Button();
			this.textDateService = new OpenDental.ValidDate();
			this.textWriteOff = new OpenDental.ValidDouble();
			this.textInsPayAmt = new OpenDental.ValidDouble();
			this.textDedApplied = new OpenDental.ValidDouble();
			this.textDateSent = new OpenDental.ValidDate();
			this.textDateRec = new OpenDental.ValidDate();
			this.butPreview = new OpenDental.UI.Button();
			this.butPrint = new OpenDental.UI.Button();
			this.butRecalc = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.label88 = new System.Windows.Forms.Label();
			this.label93 = new System.Windows.Forms.Label();
			this.label94 = new System.Windows.Forms.Label();
			this.groupProsth.SuspendLayout();
			this.groupOrtho.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupValueCodes.SuspendLayout();
			this.tabMain.SuspendLayout();
			this.tabGeneral.SuspendLayout();
			this.groupAccident.SuspendLayout();
			this.groupAttachments.SuspendLayout();
			this.groupAttachedImages.SuspendLayout();
			this.groupReferral.SuspendLayout();
			this.tabMisc.SuspendLayout();
			this.tabUB04.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.tabCanadian.SuspendLayout();
			this.groupCanadaOrthoPredeterm.SuspendLayout();
			this.groupBox6.SuspendLayout();
			this.groupBox7.SuspendLayout();
			this.groupBox8.SuspendLayout();
			this.groupBox9.SuspendLayout();
			this.groupEnterPayment.SuspendLayout();
			this.SuspendLayout();
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(256,78);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(94,15);
			this.label3.TabIndex = 2;
			this.label3.Text = "Billing Dentist";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(2,120);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(108,16);
			this.label6.TabIndex = 5;
			this.label6.Text = "Date Received";
			this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(5,80);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(104,16);
			this.label8.TabIndex = 7;
			this.label8.Text = "Date Sent";
			this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelDateService
			// 
			this.labelDateService.Location = new System.Drawing.Point(3,61);
			this.labelDateService.Name = "labelDateService";
			this.labelDateService.Size = new System.Drawing.Size(107,16);
			this.labelDateService.TabIndex = 8;
			this.labelDateService.Text = "Date of Service";
			this.labelDateService.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelPredeterm
			// 
			this.labelPredeterm.Location = new System.Drawing.Point(214,120);
			this.labelPredeterm.Name = "labelPredeterm";
			this.labelPredeterm.Size = new System.Drawing.Size(138,16);
			this.labelPredeterm.TabIndex = 11;
			this.labelPredeterm.Text = "Predeterm Benefits";
			this.labelPredeterm.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(6,40);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(157,16);
			this.label16.TabIndex = 16;
			this.label16.Text = "Prior Date of Placement";
			this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelNote
			// 
			this.labelNote.Location = new System.Drawing.Point(626,3);
			this.labelNote.Name = "labelNote";
			this.labelNote.Size = new System.Drawing.Size(299,16);
			this.labelNote.TabIndex = 19;
			this.labelNote.Text = "Claim Note (this will show on the claim when submitted)";
			// 
			// groupProsth
			// 
			this.groupProsth.BackColor = System.Drawing.SystemColors.Window;
			this.groupProsth.Controls.Add(this.labelMissingTeeth);
			this.groupProsth.Controls.Add(this.textPriorDate);
			this.groupProsth.Controls.Add(this.label18);
			this.groupProsth.Controls.Add(this.radioProsthN);
			this.groupProsth.Controls.Add(this.radioProsthR);
			this.groupProsth.Controls.Add(this.radioProsthI);
			this.groupProsth.Controls.Add(this.label16);
			this.groupProsth.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupProsth.Location = new System.Drawing.Point(3,3);
			this.groupProsth.Name = "groupProsth";
			this.groupProsth.Size = new System.Drawing.Size(286,114);
			this.groupProsth.TabIndex = 9;
			this.groupProsth.TabStop = false;
			this.groupProsth.Text = "Crown, Bridge, or Denture";
			// 
			// labelMissingTeeth
			// 
			this.labelMissingTeeth.Location = new System.Drawing.Point(3,77);
			this.labelMissingTeeth.Name = "labelMissingTeeth";
			this.labelMissingTeeth.Size = new System.Drawing.Size(280,32);
			this.labelMissingTeeth.TabIndex = 28;
			this.labelMissingTeeth.Text = "For bridges, dentures, and partials, missing teeth must have been correctly enter" +
    "ed in the Chart module. ";
			// 
			// textPriorDate
			// 
			this.textPriorDate.Location = new System.Drawing.Point(168,36);
			this.textPriorDate.Name = "textPriorDate";
			this.textPriorDate.Size = new System.Drawing.Size(66,20);
			this.textPriorDate.TabIndex = 3;
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(6,60);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(246,18);
			this.label18.TabIndex = 29;
			this.label18.Text = "(Might need a note. Might need to attach x-ray)";
			// 
			// radioProsthN
			// 
			this.radioProsthN.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioProsthN.Location = new System.Drawing.Point(12,18);
			this.radioProsthN.Name = "radioProsthN";
			this.radioProsthN.Size = new System.Drawing.Size(46,16);
			this.radioProsthN.TabIndex = 0;
			this.radioProsthN.Text = "No";
			this.radioProsthN.Click += new System.EventHandler(this.radioProsthN_Click);
			// 
			// radioProsthR
			// 
			this.radioProsthR.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioProsthR.Location = new System.Drawing.Point(132,18);
			this.radioProsthR.Name = "radioProsthR";
			this.radioProsthR.Size = new System.Drawing.Size(104,16);
			this.radioProsthR.TabIndex = 2;
			this.radioProsthR.Text = "Replacement";
			this.radioProsthR.Click += new System.EventHandler(this.radioProsthR_Click);
			// 
			// radioProsthI
			// 
			this.radioProsthI.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioProsthI.Location = new System.Drawing.Point(64,18);
			this.radioProsthI.Name = "radioProsthI";
			this.radioProsthI.Size = new System.Drawing.Size(64,16);
			this.radioProsthI.TabIndex = 1;
			this.radioProsthI.Text = "Initial";
			this.radioProsthI.Click += new System.EventHandler(this.radioProsthI_Click);
			// 
			// textInsPayEst
			// 
			this.textInsPayEst.Location = new System.Drawing.Point(511,363);
			this.textInsPayEst.Name = "textInsPayEst";
			this.textInsPayEst.ReadOnly = true;
			this.textInsPayEst.Size = new System.Drawing.Size(51,20);
			this.textInsPayEst.TabIndex = 40;
			this.textInsPayEst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textPredeterm
			// 
			this.textPredeterm.Location = new System.Drawing.Point(351,116);
			this.textPredeterm.Name = "textPredeterm";
			this.textPredeterm.Size = new System.Drawing.Size(170,20);
			this.textPredeterm.TabIndex = 1;
			// 
			// textClaimFee
			// 
			this.textClaimFee.Location = new System.Drawing.Point(349,363);
			this.textClaimFee.Name = "textClaimFee";
			this.textClaimFee.ReadOnly = true;
			this.textClaimFee.Size = new System.Drawing.Size(63,20);
			this.textClaimFee.TabIndex = 51;
			this.textClaimFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.label1.Location = new System.Drawing.Point(229,366);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(116,15);
			this.label1.TabIndex = 50;
			this.label1.Text = "Totals";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textPlan
			// 
			this.textPlan.Location = new System.Drawing.Point(8,20);
			this.textPlan.Name = "textPlan";
			this.textPlan.ReadOnly = true;
			this.textPlan.Size = new System.Drawing.Size(253,20);
			this.textPlan.TabIndex = 1;
			// 
			// label21
			// 
			this.label21.Location = new System.Drawing.Point(249,98);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(102,15);
			this.label21.TabIndex = 93;
			this.label21.Text = "Treating Dentist";
			this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// groupOrtho
			// 
			this.groupOrtho.BackColor = System.Drawing.SystemColors.Window;
			this.groupOrtho.Controls.Add(this.textOrthoDate);
			this.groupOrtho.Controls.Add(this.labelOrthoDate);
			this.groupOrtho.Controls.Add(this.textOrthoRemainM);
			this.groupOrtho.Controls.Add(this.checkIsOrtho);
			this.groupOrtho.Controls.Add(this.labelOrthoRemainM);
			this.groupOrtho.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupOrtho.Location = new System.Drawing.Point(308,3);
			this.groupOrtho.Name = "groupOrtho";
			this.groupOrtho.Size = new System.Drawing.Size(192,114);
			this.groupOrtho.TabIndex = 11;
			this.groupOrtho.TabStop = false;
			this.groupOrtho.Text = "Ortho";
			// 
			// textOrthoDate
			// 
			this.textOrthoDate.Location = new System.Drawing.Point(115,36);
			this.textOrthoDate.Name = "textOrthoDate";
			this.textOrthoDate.Size = new System.Drawing.Size(66,20);
			this.textOrthoDate.TabIndex = 1;
			// 
			// labelOrthoDate
			// 
			this.labelOrthoDate.Location = new System.Drawing.Point(5,40);
			this.labelOrthoDate.Name = "labelOrthoDate";
			this.labelOrthoDate.Size = new System.Drawing.Size(109,16);
			this.labelOrthoDate.TabIndex = 104;
			this.labelOrthoDate.Text = "Date of Placement";
			this.labelOrthoDate.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textOrthoRemainM
			// 
			this.textOrthoRemainM.Location = new System.Drawing.Point(115,60);
			this.textOrthoRemainM.MaxVal = 255;
			this.textOrthoRemainM.MinVal = 0;
			this.textOrthoRemainM.Name = "textOrthoRemainM";
			this.textOrthoRemainM.Size = new System.Drawing.Size(39,20);
			this.textOrthoRemainM.TabIndex = 2;
			// 
			// checkIsOrtho
			// 
			this.checkIsOrtho.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsOrtho.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsOrtho.Location = new System.Drawing.Point(38,15);
			this.checkIsOrtho.Name = "checkIsOrtho";
			this.checkIsOrtho.Size = new System.Drawing.Size(90,18);
			this.checkIsOrtho.TabIndex = 0;
			this.checkIsOrtho.Text = "Is For Ortho";
			this.checkIsOrtho.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelOrthoRemainM
			// 
			this.labelOrthoRemainM.Location = new System.Drawing.Point(2,61);
			this.labelOrthoRemainM.Name = "labelOrthoRemainM";
			this.labelOrthoRemainM.Size = new System.Drawing.Size(112,18);
			this.labelOrthoRemainM.TabIndex = 102;
			this.labelOrthoRemainM.Text = "Months Remaining";
			this.labelOrthoRemainM.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboProvBill
			// 
			this.comboProvBill.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProvBill.Location = new System.Drawing.Point(351,74);
			this.comboProvBill.Name = "comboProvBill";
			this.comboProvBill.Size = new System.Drawing.Size(100,21);
			this.comboProvBill.TabIndex = 97;
			// 
			// comboProvTreat
			// 
			this.comboProvTreat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProvTreat.Location = new System.Drawing.Point(351,95);
			this.comboProvTreat.Name = "comboProvTreat";
			this.comboProvTreat.Size = new System.Drawing.Size(100,21);
			this.comboProvTreat.TabIndex = 99;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8,18);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100,14);
			this.label2.TabIndex = 104;
			this.label2.Text = "Claim Status";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(14,39);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(95,17);
			this.label9.TabIndex = 109;
			this.label9.Text = "Claim Type";
			this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.comboPatRelat);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.textPlan);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(531,2);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(269,70);
			this.groupBox2.TabIndex = 110;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Insurance Plan";
			// 
			// comboPatRelat
			// 
			this.comboPatRelat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPatRelat.Location = new System.Drawing.Point(90,43);
			this.comboPatRelat.Name = "comboPatRelat";
			this.comboPatRelat.Size = new System.Drawing.Size(151,21);
			this.comboPatRelat.TabIndex = 3;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(6,46);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(85,17);
			this.label5.TabIndex = 2;
			this.label5.Text = "Relationship";
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.butOtherNone);
			this.groupBox3.Controls.Add(this.butOtherCovChange);
			this.groupBox3.Controls.Add(this.comboPatRelat2);
			this.groupBox3.Controls.Add(this.label10);
			this.groupBox3.Controls.Add(this.textPlan2);
			this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox3.Location = new System.Drawing.Point(531,73);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(269,85);
			this.groupBox3.TabIndex = 111;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Other Coverage";
			// 
			// butOtherNone
			// 
			this.butOtherNone.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOtherNone.Autosize = true;
			this.butOtherNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOtherNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOtherNone.CornerRadius = 4F;
			this.butOtherNone.Location = new System.Drawing.Point(196,9);
			this.butOtherNone.Name = "butOtherNone";
			this.butOtherNone.Size = new System.Drawing.Size(65,22);
			this.butOtherNone.TabIndex = 5;
			this.butOtherNone.Text = "None";
			this.butOtherNone.Click += new System.EventHandler(this.butOtherNone_Click);
			// 
			// butOtherCovChange
			// 
			this.butOtherCovChange.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOtherCovChange.Autosize = true;
			this.butOtherCovChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOtherCovChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOtherCovChange.CornerRadius = 4F;
			this.butOtherCovChange.Location = new System.Drawing.Point(129,9);
			this.butOtherCovChange.Name = "butOtherCovChange";
			this.butOtherCovChange.Size = new System.Drawing.Size(65,22);
			this.butOtherCovChange.TabIndex = 4;
			this.butOtherCovChange.Text = "Change";
			this.butOtherCovChange.Click += new System.EventHandler(this.butOtherCovChange_Click);
			// 
			// comboPatRelat2
			// 
			this.comboPatRelat2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPatRelat2.Location = new System.Drawing.Point(90,57);
			this.comboPatRelat2.Name = "comboPatRelat2";
			this.comboPatRelat2.Size = new System.Drawing.Size(151,21);
			this.comboPatRelat2.TabIndex = 3;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(6,60);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(84,17);
			this.label10.TabIndex = 2;
			this.label10.Text = "Relationship";
			// 
			// textPlan2
			// 
			this.textPlan2.Location = new System.Drawing.Point(8,34);
			this.textPlan2.Name = "textPlan2";
			this.textPlan2.ReadOnly = true;
			this.textPlan2.Size = new System.Drawing.Size(253,20);
			this.textPlan2.TabIndex = 1;
			// 
			// labelRadiographs
			// 
			this.labelRadiographs.Location = new System.Drawing.Point(28,39);
			this.labelRadiographs.Name = "labelRadiographs";
			this.labelRadiographs.Size = new System.Drawing.Size(79,18);
			this.labelRadiographs.TabIndex = 117;
			this.labelRadiographs.Text = "Radiographs";
			this.labelRadiographs.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboClinic
			// 
			this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClinic.Enabled = false;
			this.comboClinic.Location = new System.Drawing.Point(351,11);
			this.comboClinic.MaxDropDownItems = 100;
			this.comboClinic.Name = "comboClinic";
			this.comboClinic.Size = new System.Drawing.Size(126,21);
			this.comboClinic.TabIndex = 121;
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(250,15);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(98,16);
			this.labelClinic.TabIndex = 120;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupValueCodes
			// 
			this.groupValueCodes.Controls.Add(this.textVC11Amount);
			this.groupValueCodes.Controls.Add(this.textVC8Amount);
			this.groupValueCodes.Controls.Add(this.textVC5Amount);
			this.groupValueCodes.Controls.Add(this.textVC2Amount);
			this.groupValueCodes.Controls.Add(this.textVC11Code);
			this.groupValueCodes.Controls.Add(this.textVC8Code);
			this.groupValueCodes.Controls.Add(this.textVC5Code);
			this.groupValueCodes.Controls.Add(this.textVC2Code);
			this.groupValueCodes.Controls.Add(this.label36);
			this.groupValueCodes.Controls.Add(this.label37);
			this.groupValueCodes.Controls.Add(this.label38);
			this.groupValueCodes.Controls.Add(this.label39);
			this.groupValueCodes.Controls.Add(this.label40);
			this.groupValueCodes.Controls.Add(this.label41);
			this.groupValueCodes.Controls.Add(this.textVC10Amount);
			this.groupValueCodes.Controls.Add(this.textVC7Amount);
			this.groupValueCodes.Controls.Add(this.textVC4Amount);
			this.groupValueCodes.Controls.Add(this.textVC1Amount);
			this.groupValueCodes.Controls.Add(this.textVC10Code);
			this.groupValueCodes.Controls.Add(this.textVC7Code);
			this.groupValueCodes.Controls.Add(this.textVC4Code);
			this.groupValueCodes.Controls.Add(this.textVC1Code);
			this.groupValueCodes.Controls.Add(this.label17);
			this.groupValueCodes.Controls.Add(this.label19);
			this.groupValueCodes.Controls.Add(this.label23);
			this.groupValueCodes.Controls.Add(this.label24);
			this.groupValueCodes.Controls.Add(this.label28);
			this.groupValueCodes.Controls.Add(this.label29);
			this.groupValueCodes.Controls.Add(this.label27);
			this.groupValueCodes.Controls.Add(this.label26);
			this.groupValueCodes.Controls.Add(this.label25);
			this.groupValueCodes.Controls.Add(this.textVC9Amount);
			this.groupValueCodes.Controls.Add(this.textVC6Amount);
			this.groupValueCodes.Controls.Add(this.textVC3Amount);
			this.groupValueCodes.Controls.Add(this.textVC0Amount);
			this.groupValueCodes.Controls.Add(this.textVC9Code);
			this.groupValueCodes.Controls.Add(this.textVC6Code);
			this.groupValueCodes.Controls.Add(this.textVC3Code);
			this.groupValueCodes.Controls.Add(this.textVC0Code);
			this.groupValueCodes.Controls.Add(this.label22);
			this.groupValueCodes.Controls.Add(this.label15);
			this.groupValueCodes.Controls.Add(this.label14);
			this.groupValueCodes.Controls.Add(this.label13);
			this.groupValueCodes.Controls.Add(this.label12);
			this.groupValueCodes.Controls.Add(this.label11);
			this.groupValueCodes.Location = new System.Drawing.Point(226,77);
			this.groupValueCodes.Name = "groupValueCodes";
			this.groupValueCodes.Size = new System.Drawing.Size(434,114);
			this.groupValueCodes.TabIndex = 130;
			this.groupValueCodes.TabStop = false;
			this.groupValueCodes.Text = "Value Codes";
			// 
			// textVC11Amount
			// 
			this.textVC11Amount.Location = new System.Drawing.Point(343,90);
			this.textVC11Amount.Name = "textVC11Amount";
			this.textVC11Amount.Size = new System.Drawing.Size(66,20);
			this.textVC11Amount.TabIndex = 56;
			this.textVC11Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC8Amount
			// 
			this.textVC8Amount.Location = new System.Drawing.Point(343,71);
			this.textVC8Amount.Name = "textVC8Amount";
			this.textVC8Amount.Size = new System.Drawing.Size(66,20);
			this.textVC8Amount.TabIndex = 55;
			this.textVC8Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC5Amount
			// 
			this.textVC5Amount.Location = new System.Drawing.Point(343,52);
			this.textVC5Amount.Name = "textVC5Amount";
			this.textVC5Amount.Size = new System.Drawing.Size(66,20);
			this.textVC5Amount.TabIndex = 54;
			this.textVC5Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC2Amount
			// 
			this.textVC2Amount.Location = new System.Drawing.Point(343,33);
			this.textVC2Amount.Name = "textVC2Amount";
			this.textVC2Amount.Size = new System.Drawing.Size(66,20);
			this.textVC2Amount.TabIndex = 53;
			this.textVC2Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC11Code
			// 
			this.textVC11Code.Location = new System.Drawing.Point(313,90);
			this.textVC11Code.MaxLength = 2;
			this.textVC11Code.Name = "textVC11Code";
			this.textVC11Code.Size = new System.Drawing.Size(26,20);
			this.textVC11Code.TabIndex = 52;
			this.textVC11Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textVC8Code
			// 
			this.textVC8Code.Location = new System.Drawing.Point(313,71);
			this.textVC8Code.MaxLength = 2;
			this.textVC8Code.Name = "textVC8Code";
			this.textVC8Code.Size = new System.Drawing.Size(26,20);
			this.textVC8Code.TabIndex = 51;
			this.textVC8Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textVC5Code
			// 
			this.textVC5Code.Location = new System.Drawing.Point(313,52);
			this.textVC5Code.MaxLength = 2;
			this.textVC5Code.Name = "textVC5Code";
			this.textVC5Code.Size = new System.Drawing.Size(26,20);
			this.textVC5Code.TabIndex = 50;
			this.textVC5Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textVC2Code
			// 
			this.textVC2Code.Location = new System.Drawing.Point(313,33);
			this.textVC2Code.MaxLength = 2;
			this.textVC2Code.Name = "textVC2Code";
			this.textVC2Code.Size = new System.Drawing.Size(26,20);
			this.textVC2Code.TabIndex = 49;
			this.textVC2Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// label36
			// 
			this.label36.AutoSize = true;
			this.label36.Location = new System.Drawing.Point(355,18);
			this.label36.Name = "label36";
			this.label36.Size = new System.Drawing.Size(42,13);
			this.label36.TabIndex = 48;
			this.label36.Text = "amount";
			// 
			// label37
			// 
			this.label37.AutoSize = true;
			this.label37.Location = new System.Drawing.Point(311,18);
			this.label37.Name = "label37";
			this.label37.Size = new System.Drawing.Size(31,13);
			this.label37.TabIndex = 47;
			this.label37.Text = "code";
			// 
			// label38
			// 
			this.label38.AutoSize = true;
			this.label38.Location = new System.Drawing.Point(292,94);
			this.label38.Name = "label38";
			this.label38.Size = new System.Drawing.Size(13,13);
			this.label38.TabIndex = 46;
			this.label38.Text = "d";
			// 
			// label39
			// 
			this.label39.AutoSize = true;
			this.label39.Location = new System.Drawing.Point(292,75);
			this.label39.Name = "label39";
			this.label39.Size = new System.Drawing.Size(13,13);
			this.label39.TabIndex = 45;
			this.label39.Text = "c";
			// 
			// label40
			// 
			this.label40.AutoSize = true;
			this.label40.Location = new System.Drawing.Point(292,56);
			this.label40.Name = "label40";
			this.label40.Size = new System.Drawing.Size(13,13);
			this.label40.TabIndex = 44;
			this.label40.Text = "b";
			// 
			// label41
			// 
			this.label41.AutoSize = true;
			this.label41.Location = new System.Drawing.Point(292,37);
			this.label41.Name = "label41";
			this.label41.Size = new System.Drawing.Size(13,13);
			this.label41.TabIndex = 43;
			this.label41.Text = "a";
			// 
			// textVC10Amount
			// 
			this.textVC10Amount.Location = new System.Drawing.Point(203,89);
			this.textVC10Amount.Name = "textVC10Amount";
			this.textVC10Amount.Size = new System.Drawing.Size(66,20);
			this.textVC10Amount.TabIndex = 42;
			this.textVC10Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC7Amount
			// 
			this.textVC7Amount.Location = new System.Drawing.Point(203,70);
			this.textVC7Amount.Name = "textVC7Amount";
			this.textVC7Amount.Size = new System.Drawing.Size(66,20);
			this.textVC7Amount.TabIndex = 41;
			this.textVC7Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC4Amount
			// 
			this.textVC4Amount.Location = new System.Drawing.Point(203,51);
			this.textVC4Amount.Name = "textVC4Amount";
			this.textVC4Amount.Size = new System.Drawing.Size(66,20);
			this.textVC4Amount.TabIndex = 40;
			this.textVC4Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC1Amount
			// 
			this.textVC1Amount.Location = new System.Drawing.Point(203,32);
			this.textVC1Amount.Name = "textVC1Amount";
			this.textVC1Amount.Size = new System.Drawing.Size(66,20);
			this.textVC1Amount.TabIndex = 39;
			this.textVC1Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC10Code
			// 
			this.textVC10Code.Location = new System.Drawing.Point(173,89);
			this.textVC10Code.MaxLength = 2;
			this.textVC10Code.Name = "textVC10Code";
			this.textVC10Code.Size = new System.Drawing.Size(26,20);
			this.textVC10Code.TabIndex = 38;
			this.textVC10Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textVC7Code
			// 
			this.textVC7Code.Location = new System.Drawing.Point(173,70);
			this.textVC7Code.MaxLength = 2;
			this.textVC7Code.Name = "textVC7Code";
			this.textVC7Code.Size = new System.Drawing.Size(26,20);
			this.textVC7Code.TabIndex = 37;
			this.textVC7Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textVC4Code
			// 
			this.textVC4Code.Location = new System.Drawing.Point(173,51);
			this.textVC4Code.MaxLength = 2;
			this.textVC4Code.Name = "textVC4Code";
			this.textVC4Code.Size = new System.Drawing.Size(26,20);
			this.textVC4Code.TabIndex = 36;
			this.textVC4Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textVC1Code
			// 
			this.textVC1Code.Location = new System.Drawing.Point(173,32);
			this.textVC1Code.MaxLength = 2;
			this.textVC1Code.Name = "textVC1Code";
			this.textVC1Code.Size = new System.Drawing.Size(26,20);
			this.textVC1Code.TabIndex = 35;
			this.textVC1Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// label17
			// 
			this.label17.AutoSize = true;
			this.label17.Location = new System.Drawing.Point(215,17);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(42,13);
			this.label17.TabIndex = 34;
			this.label17.Text = "amount";
			// 
			// label19
			// 
			this.label19.AutoSize = true;
			this.label19.Location = new System.Drawing.Point(171,17);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(31,13);
			this.label19.TabIndex = 33;
			this.label19.Text = "code";
			// 
			// label23
			// 
			this.label23.AutoSize = true;
			this.label23.Location = new System.Drawing.Point(152,93);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(13,13);
			this.label23.TabIndex = 32;
			this.label23.Text = "d";
			// 
			// label24
			// 
			this.label24.AutoSize = true;
			this.label24.Location = new System.Drawing.Point(152,74);
			this.label24.Name = "label24";
			this.label24.Size = new System.Drawing.Size(13,13);
			this.label24.TabIndex = 31;
			this.label24.Text = "c";
			// 
			// label28
			// 
			this.label28.AutoSize = true;
			this.label28.Location = new System.Drawing.Point(152,55);
			this.label28.Name = "label28";
			this.label28.Size = new System.Drawing.Size(13,13);
			this.label28.TabIndex = 30;
			this.label28.Text = "b";
			// 
			// label29
			// 
			this.label29.AutoSize = true;
			this.label29.Location = new System.Drawing.Point(152,36);
			this.label29.Name = "label29";
			this.label29.Size = new System.Drawing.Size(13,13);
			this.label29.TabIndex = 29;
			this.label29.Text = "a";
			// 
			// label27
			// 
			this.label27.AutoSize = true;
			this.label27.Location = new System.Drawing.Point(292,16);
			this.label27.Name = "label27";
			this.label27.Size = new System.Drawing.Size(19,13);
			this.label27.TabIndex = 28;
			this.label27.Text = "41";
			// 
			// label26
			// 
			this.label26.AutoSize = true;
			this.label26.Location = new System.Drawing.Point(149,16);
			this.label26.Name = "label26";
			this.label26.Size = new System.Drawing.Size(19,13);
			this.label26.TabIndex = 27;
			this.label26.Text = "40";
			// 
			// label25
			// 
			this.label25.AutoSize = true;
			this.label25.Location = new System.Drawing.Point(12,16);
			this.label25.Name = "label25";
			this.label25.Size = new System.Drawing.Size(19,13);
			this.label25.TabIndex = 18;
			this.label25.Text = "39";
			// 
			// textVC9Amount
			// 
			this.textVC9Amount.Location = new System.Drawing.Point(66,88);
			this.textVC9Amount.Name = "textVC9Amount";
			this.textVC9Amount.Size = new System.Drawing.Size(66,20);
			this.textVC9Amount.TabIndex = 17;
			this.textVC9Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC6Amount
			// 
			this.textVC6Amount.Location = new System.Drawing.Point(66,69);
			this.textVC6Amount.Name = "textVC6Amount";
			this.textVC6Amount.Size = new System.Drawing.Size(66,20);
			this.textVC6Amount.TabIndex = 16;
			this.textVC6Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC3Amount
			// 
			this.textVC3Amount.Location = new System.Drawing.Point(66,50);
			this.textVC3Amount.Name = "textVC3Amount";
			this.textVC3Amount.Size = new System.Drawing.Size(66,20);
			this.textVC3Amount.TabIndex = 15;
			this.textVC3Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC0Amount
			// 
			this.textVC0Amount.Location = new System.Drawing.Point(66,31);
			this.textVC0Amount.Name = "textVC0Amount";
			this.textVC0Amount.Size = new System.Drawing.Size(66,20);
			this.textVC0Amount.TabIndex = 14;
			this.textVC0Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textVC9Code
			// 
			this.textVC9Code.Location = new System.Drawing.Point(36,88);
			this.textVC9Code.MaxLength = 2;
			this.textVC9Code.Name = "textVC9Code";
			this.textVC9Code.Size = new System.Drawing.Size(26,20);
			this.textVC9Code.TabIndex = 13;
			this.textVC9Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textVC6Code
			// 
			this.textVC6Code.Location = new System.Drawing.Point(36,69);
			this.textVC6Code.MaxLength = 2;
			this.textVC6Code.Name = "textVC6Code";
			this.textVC6Code.Size = new System.Drawing.Size(26,20);
			this.textVC6Code.TabIndex = 12;
			this.textVC6Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textVC3Code
			// 
			this.textVC3Code.Location = new System.Drawing.Point(36,50);
			this.textVC3Code.MaxLength = 2;
			this.textVC3Code.Name = "textVC3Code";
			this.textVC3Code.Size = new System.Drawing.Size(26,20);
			this.textVC3Code.TabIndex = 11;
			this.textVC3Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textVC0Code
			// 
			this.textVC0Code.Location = new System.Drawing.Point(36,31);
			this.textVC0Code.MaxLength = 2;
			this.textVC0Code.Name = "textVC0Code";
			this.textVC0Code.Size = new System.Drawing.Size(26,20);
			this.textVC0Code.TabIndex = 10;
			this.textVC0Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// label22
			// 
			this.label22.AutoSize = true;
			this.label22.Location = new System.Drawing.Point(78,16);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(42,13);
			this.label22.TabIndex = 7;
			this.label22.Text = "amount";
			// 
			// label15
			// 
			this.label15.AutoSize = true;
			this.label15.Location = new System.Drawing.Point(34,16);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(31,13);
			this.label15.TabIndex = 4;
			this.label15.Text = "code";
			// 
			// label14
			// 
			this.label14.AutoSize = true;
			this.label14.Location = new System.Drawing.Point(15,92);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(13,13);
			this.label14.TabIndex = 3;
			this.label14.Text = "d";
			// 
			// label13
			// 
			this.label13.AutoSize = true;
			this.label13.Location = new System.Drawing.Point(15,73);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(13,13);
			this.label13.TabIndex = 2;
			this.label13.Text = "c";
			// 
			// label12
			// 
			this.label12.AutoSize = true;
			this.label12.Location = new System.Drawing.Point(15,54);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(13,13);
			this.label12.TabIndex = 1;
			this.label12.Text = "b";
			// 
			// label11
			// 
			this.label11.AutoSize = true;
			this.label11.Location = new System.Drawing.Point(15,35);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(13,13);
			this.label11.TabIndex = 0;
			this.label11.Text = "a";
			// 
			// label30
			// 
			this.label30.AutoSize = true;
			this.label30.Location = new System.Drawing.Point(358,16);
			this.label30.Name = "label30";
			this.label30.Size = new System.Drawing.Size(42,13);
			this.label30.TabIndex = 48;
			this.label30.Text = "amount";
			// 
			// label31
			// 
			this.label31.AutoSize = true;
			this.label31.Location = new System.Drawing.Point(314,16);
			this.label31.Name = "label31";
			this.label31.Size = new System.Drawing.Size(31,13);
			this.label31.TabIndex = 47;
			this.label31.Text = "code";
			// 
			// label32
			// 
			this.label32.AutoSize = true;
			this.label32.Location = new System.Drawing.Point(295,92);
			this.label32.Name = "label32";
			this.label32.Size = new System.Drawing.Size(13,13);
			this.label32.TabIndex = 46;
			this.label32.Text = "d";
			// 
			// label33
			// 
			this.label33.AutoSize = true;
			this.label33.Location = new System.Drawing.Point(295,73);
			this.label33.Name = "label33";
			this.label33.Size = new System.Drawing.Size(13,13);
			this.label33.TabIndex = 45;
			this.label33.Text = "c";
			// 
			// label34
			// 
			this.label34.AutoSize = true;
			this.label34.Location = new System.Drawing.Point(295,54);
			this.label34.Name = "label34";
			this.label34.Size = new System.Drawing.Size(13,13);
			this.label34.TabIndex = 44;
			this.label34.Text = "b";
			// 
			// label35
			// 
			this.label35.AutoSize = true;
			this.label35.Location = new System.Drawing.Point(295,35);
			this.label35.Name = "label35";
			this.label35.Size = new System.Drawing.Size(13,13);
			this.label35.TabIndex = 43;
			this.label35.Text = "a";
			// 
			// label20
			// 
			this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.label20.Location = new System.Drawing.Point(717,847);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(215,30);
			this.label20.TabIndex = 92;
			this.label20.Text = "(does not cancel payment edits)";
			this.label20.TextAlign = System.Drawing.ContentAlignment.BottomRight;
			// 
			// panelBottomEdge
			// 
			this.panelBottomEdge.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panelBottomEdge.Location = new System.Drawing.Point(300,700);
			this.panelBottomEdge.Name = "panelBottomEdge";
			this.panelBottomEdge.Size = new System.Drawing.Size(682,1);
			this.panelBottomEdge.TabIndex = 131;
			this.panelBottomEdge.Visible = false;
			// 
			// panelRightEdge
			// 
			this.panelRightEdge.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panelRightEdge.Location = new System.Drawing.Point(982,200);
			this.panelRightEdge.Name = "panelRightEdge";
			this.panelRightEdge.Size = new System.Drawing.Size(1,500);
			this.panelRightEdge.TabIndex = 132;
			this.panelRightEdge.Visible = false;
			// 
			// tabMain
			// 
			this.tabMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.tabMain.Controls.Add(this.tabGeneral);
			this.tabMain.Controls.Add(this.tabMisc);
			this.tabMain.Controls.Add(this.tabUB04);
			this.tabMain.Controls.Add(this.tabCanadian);
			this.tabMain.Location = new System.Drawing.Point(2,478);
			this.tabMain.Name = "tabMain";
			this.tabMain.SelectedIndex = 0;
			this.tabMain.Size = new System.Drawing.Size(976,378);
			this.tabMain.TabIndex = 133;
			// 
			// tabGeneral
			// 
			this.tabGeneral.AutoScroll = true;
			this.tabGeneral.BackColor = System.Drawing.Color.Transparent;
			this.tabGeneral.Controls.Add(this.groupAccident);
			this.tabGeneral.Controls.Add(this.groupAttachments);
			this.tabGeneral.Controls.Add(this.groupAttachedImages);
			this.tabGeneral.Controls.Add(this.groupReferral);
			this.tabGeneral.Controls.Add(this.groupProsth);
			this.tabGeneral.Controls.Add(this.comboEmployRelated);
			this.tabGeneral.Controls.Add(this.groupOrtho);
			this.tabGeneral.Controls.Add(this.labelNote);
			this.tabGeneral.Controls.Add(this.textNote);
			this.tabGeneral.Controls.Add(this.comboPlaceService);
			this.tabGeneral.Controls.Add(this.label48);
			this.tabGeneral.Controls.Add(this.label49);
			this.tabGeneral.Location = new System.Drawing.Point(4,22);
			this.tabGeneral.Name = "tabGeneral";
			this.tabGeneral.Size = new System.Drawing.Size(968,352);
			this.tabGeneral.TabIndex = 2;
			this.tabGeneral.Text = "General";
			this.tabGeneral.UseVisualStyleBackColor = true;
			// 
			// groupAccident
			// 
			this.groupAccident.Controls.Add(this.comboAccident);
			this.groupAccident.Controls.Add(this.label44);
			this.groupAccident.Controls.Add(this.textAccidentDate);
			this.groupAccident.Controls.Add(this.label42);
			this.groupAccident.Controls.Add(this.textAccidentST);
			this.groupAccident.Controls.Add(this.labelAccidentST);
			this.groupAccident.Location = new System.Drawing.Point(3,165);
			this.groupAccident.Name = "groupAccident";
			this.groupAccident.Size = new System.Drawing.Size(286,79);
			this.groupAccident.TabIndex = 149;
			this.groupAccident.TabStop = false;
			this.groupAccident.Text = "Accident";
			// 
			// comboAccident
			// 
			this.comboAccident.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboAccident.FormattingEnabled = true;
			this.comboAccident.Location = new System.Drawing.Point(136,14);
			this.comboAccident.Name = "comboAccident";
			this.comboAccident.Size = new System.Drawing.Size(101,21);
			this.comboAccident.TabIndex = 142;
			// 
			// label44
			// 
			this.label44.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label44.Location = new System.Drawing.Point(17,36);
			this.label44.Name = "label44";
			this.label44.Size = new System.Drawing.Size(117,17);
			this.label44.TabIndex = 130;
			this.label44.Text = "Accident Date";
			this.label44.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textAccidentDate
			// 
			this.textAccidentDate.Location = new System.Drawing.Point(136,35);
			this.textAccidentDate.Name = "textAccidentDate";
			this.textAccidentDate.Size = new System.Drawing.Size(75,20);
			this.textAccidentDate.TabIndex = 128;
			// 
			// label42
			// 
			this.label42.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label42.Location = new System.Drawing.Point(17,15);
			this.label42.Name = "label42";
			this.label42.Size = new System.Drawing.Size(117,17);
			this.label42.TabIndex = 143;
			this.label42.Text = "Accident Related";
			this.label42.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textAccidentST
			// 
			this.textAccidentST.Location = new System.Drawing.Point(136,55);
			this.textAccidentST.Name = "textAccidentST";
			this.textAccidentST.Size = new System.Drawing.Size(30,20);
			this.textAccidentST.TabIndex = 129;
			// 
			// labelAccidentST
			// 
			this.labelAccidentST.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.labelAccidentST.Location = new System.Drawing.Point(17,56);
			this.labelAccidentST.Name = "labelAccidentST";
			this.labelAccidentST.Size = new System.Drawing.Size(117,17);
			this.labelAccidentST.TabIndex = 134;
			this.labelAccidentST.Text = "Accident State";
			this.labelAccidentST.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupAttachments
			// 
			this.groupAttachments.Controls.Add(this.label65);
			this.groupAttachments.Controls.Add(this.textAttachID);
			this.groupAttachments.Controls.Add(this.label64);
			this.groupAttachments.Controls.Add(this.radioAttachElect);
			this.groupAttachments.Controls.Add(this.radioAttachMail);
			this.groupAttachments.Controls.Add(this.checkAttachMisc);
			this.groupAttachments.Controls.Add(this.checkAttachPerio);
			this.groupAttachments.Controls.Add(this.checkAttachNarrative);
			this.groupAttachments.Controls.Add(this.checkAttachEoB);
			this.groupAttachments.Controls.Add(this.label63);
			this.groupAttachments.Controls.Add(this.textAttachModels);
			this.groupAttachments.Controls.Add(this.label62);
			this.groupAttachments.Controls.Add(this.textAttachImages);
			this.groupAttachments.Controls.Add(this.labelRadiographs);
			this.groupAttachments.Controls.Add(this.textRadiographs);
			this.groupAttachments.Location = new System.Drawing.Point(629,96);
			this.groupAttachments.Name = "groupAttachments";
			this.groupAttachments.Size = new System.Drawing.Size(319,178);
			this.groupAttachments.TabIndex = 148;
			this.groupAttachments.TabStop = false;
			this.groupAttachments.Text = "Attachments";
			// 
			// label65
			// 
			this.label65.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label65.Location = new System.Drawing.Point(4,16);
			this.label65.Name = "label65";
			this.label65.Size = new System.Drawing.Size(313,18);
			this.label65.TabIndex = 152;
			this.label65.Text = "The attachments indicated here must be sent separately.";
			// 
			// textAttachID
			// 
			this.textAttachID.Location = new System.Drawing.Point(171,152);
			this.textAttachID.Name = "textAttachID";
			this.textAttachID.Size = new System.Drawing.Size(142,20);
			this.textAttachID.TabIndex = 133;
			// 
			// label64
			// 
			this.label64.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label64.Location = new System.Drawing.Point(170,120);
			this.label64.Name = "label64";
			this.label64.Size = new System.Drawing.Size(141,29);
			this.label64.TabIndex = 134;
			this.label64.Text = "Attachment ID Number\r\n(example: NEA#1234567)";
			this.label64.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// radioAttachElect
			// 
			this.radioAttachElect.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioAttachElect.Location = new System.Drawing.Point(171,59);
			this.radioAttachElect.Name = "radioAttachElect";
			this.radioAttachElect.Size = new System.Drawing.Size(104,16);
			this.radioAttachElect.TabIndex = 129;
			this.radioAttachElect.Text = "Electronically";
			// 
			// radioAttachMail
			// 
			this.radioAttachMail.Checked = true;
			this.radioAttachMail.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioAttachMail.Location = new System.Drawing.Point(171,39);
			this.radioAttachMail.Name = "radioAttachMail";
			this.radioAttachMail.Size = new System.Drawing.Size(104,16);
			this.radioAttachMail.TabIndex = 128;
			this.radioAttachMail.TabStop = true;
			this.radioAttachMail.Text = "By Mail";
			// 
			// checkAttachMisc
			// 
			this.checkAttachMisc.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAttachMisc.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAttachMisc.Location = new System.Drawing.Point(9,154);
			this.checkAttachMisc.Name = "checkAttachMisc";
			this.checkAttachMisc.Size = new System.Drawing.Size(112,18);
			this.checkAttachMisc.TabIndex = 125;
			this.checkAttachMisc.Text = "Misc Support Data";
			this.checkAttachMisc.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkAttachPerio
			// 
			this.checkAttachPerio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAttachPerio.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAttachPerio.Location = new System.Drawing.Point(31,137);
			this.checkAttachPerio.Name = "checkAttachPerio";
			this.checkAttachPerio.Size = new System.Drawing.Size(90,18);
			this.checkAttachPerio.TabIndex = 124;
			this.checkAttachPerio.Text = "Perio Chart";
			this.checkAttachPerio.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkAttachNarrative
			// 
			this.checkAttachNarrative.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAttachNarrative.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAttachNarrative.Location = new System.Drawing.Point(31,120);
			this.checkAttachNarrative.Name = "checkAttachNarrative";
			this.checkAttachNarrative.Size = new System.Drawing.Size(90,18);
			this.checkAttachNarrative.TabIndex = 123;
			this.checkAttachNarrative.Text = "Narrative";
			this.checkAttachNarrative.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkAttachEoB
			// 
			this.checkAttachEoB.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAttachEoB.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAttachEoB.Location = new System.Drawing.Point(31,103);
			this.checkAttachEoB.Name = "checkAttachEoB";
			this.checkAttachEoB.Size = new System.Drawing.Size(90,18);
			this.checkAttachEoB.TabIndex = 122;
			this.checkAttachEoB.Text = "EoB";
			this.checkAttachEoB.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label63
			// 
			this.label63.Location = new System.Drawing.Point(28,81);
			this.label63.Name = "label63";
			this.label63.Size = new System.Drawing.Size(79,18);
			this.label63.TabIndex = 121;
			this.label63.Text = "Models";
			this.label63.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textAttachModels
			// 
			this.textAttachModels.ForeColor = System.Drawing.SystemColors.WindowText;
			this.textAttachModels.Location = new System.Drawing.Point(108,81);
			this.textAttachModels.MaxVal = 255;
			this.textAttachModels.MinVal = 0;
			this.textAttachModels.Name = "textAttachModels";
			this.textAttachModels.Size = new System.Drawing.Size(39,20);
			this.textAttachModels.TabIndex = 120;
			this.textAttachModels.Text = "0";
			// 
			// label62
			// 
			this.label62.Location = new System.Drawing.Point(28,60);
			this.label62.Name = "label62";
			this.label62.Size = new System.Drawing.Size(79,18);
			this.label62.TabIndex = 119;
			this.label62.Text = "Oral Images";
			this.label62.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textAttachImages
			// 
			this.textAttachImages.ForeColor = System.Drawing.SystemColors.WindowText;
			this.textAttachImages.Location = new System.Drawing.Point(108,60);
			this.textAttachImages.MaxVal = 255;
			this.textAttachImages.MinVal = 0;
			this.textAttachImages.Name = "textAttachImages";
			this.textAttachImages.Size = new System.Drawing.Size(39,20);
			this.textAttachImages.TabIndex = 118;
			this.textAttachImages.Text = "0";
			// 
			// textRadiographs
			// 
			this.textRadiographs.ForeColor = System.Drawing.SystemColors.WindowText;
			this.textRadiographs.Location = new System.Drawing.Point(108,39);
			this.textRadiographs.MaxVal = 255;
			this.textRadiographs.MinVal = 0;
			this.textRadiographs.Name = "textRadiographs";
			this.textRadiographs.Size = new System.Drawing.Size(39,20);
			this.textRadiographs.TabIndex = 116;
			this.textRadiographs.Text = "0";
			// 
			// groupAttachedImages
			// 
			this.groupAttachedImages.Controls.Add(this.butExport);
			this.groupAttachedImages.Controls.Add(this.butAttachAdd);
			this.groupAttachedImages.Controls.Add(this.butAttachPerio);
			this.groupAttachedImages.Controls.Add(this.label61);
			this.groupAttachedImages.Controls.Add(this.listAttachments);
			this.groupAttachedImages.Location = new System.Drawing.Point(629,283);
			this.groupAttachedImages.Name = "groupAttachedImages";
			this.groupAttachedImages.Size = new System.Drawing.Size(319,143);
			this.groupAttachedImages.TabIndex = 147;
			this.groupAttachedImages.TabStop = false;
			this.groupAttachedImages.Text = "Attached Images";
			// 
			// butExport
			// 
			this.butExport.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butExport.Autosize = true;
			this.butExport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butExport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butExport.CornerRadius = 4F;
			this.butExport.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.butExport.Location = new System.Drawing.Point(252,42);
			this.butExport.Name = "butExport";
			this.butExport.Size = new System.Drawing.Size(62,24);
			this.butExport.TabIndex = 150;
			this.butExport.Text = "Export";
			this.butExport.Click += new System.EventHandler(this.butExport_Click);
			// 
			// butAttachAdd
			// 
			this.butAttachAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAttachAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butAttachAdd.Autosize = true;
			this.butAttachAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAttachAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAttachAdd.CornerRadius = 4F;
			this.butAttachAdd.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.butAttachAdd.Location = new System.Drawing.Point(122,42);
			this.butAttachAdd.Name = "butAttachAdd";
			this.butAttachAdd.Size = new System.Drawing.Size(62,24);
			this.butAttachAdd.TabIndex = 147;
			this.butAttachAdd.Text = "Add";
			this.butAttachAdd.Click += new System.EventHandler(this.butAttachAdd_Click);
			// 
			// butAttachPerio
			// 
			this.butAttachPerio.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAttachPerio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butAttachPerio.Autosize = true;
			this.butAttachPerio.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAttachPerio.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAttachPerio.CornerRadius = 4F;
			this.butAttachPerio.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.butAttachPerio.Location = new System.Drawing.Point(187,42);
			this.butAttachPerio.Name = "butAttachPerio";
			this.butAttachPerio.Size = new System.Drawing.Size(62,24);
			this.butAttachPerio.TabIndex = 146;
			this.butAttachPerio.Text = "Perio";
			this.butAttachPerio.Click += new System.EventHandler(this.butAttachPerio_Click);
			// 
			// label61
			// 
			this.label61.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label61.Location = new System.Drawing.Point(7,16);
			this.label61.Name = "label61";
			this.label61.Size = new System.Drawing.Size(282,30);
			this.label61.TabIndex = 151;
			this.label61.Text = "These images will NOT be automatically sent with an electronic claim.";
			// 
			// listAttachments
			// 
			this.listAttachments.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.listAttachments.FormattingEnabled = true;
			this.listAttachments.Location = new System.Drawing.Point(10,68);
			this.listAttachments.Name = "listAttachments";
			this.listAttachments.Size = new System.Drawing.Size(304,69);
			this.listAttachments.TabIndex = 149;
			this.listAttachments.DoubleClick += new System.EventHandler(this.listAttachments_DoubleClick);
			this.listAttachments.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listAttachments_MouseDown);
			// 
			// groupReferral
			// 
			this.groupReferral.Controls.Add(this.label45);
			this.groupReferral.Controls.Add(this.textRefProv);
			this.groupReferral.Controls.Add(this.butReferralEdit);
			this.groupReferral.Controls.Add(this.label47);
			this.groupReferral.Controls.Add(this.butReferralNone);
			this.groupReferral.Controls.Add(this.butReferralSelect);
			this.groupReferral.Controls.Add(this.textRefNum);
			this.groupReferral.Controls.Add(this.label46);
			this.groupReferral.Location = new System.Drawing.Point(308,118);
			this.groupReferral.Name = "groupReferral";
			this.groupReferral.Size = new System.Drawing.Size(297,118);
			this.groupReferral.TabIndex = 118;
			this.groupReferral.TabStop = false;
			this.groupReferral.Text = "Claim Referral";
			// 
			// label45
			// 
			this.label45.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label45.Location = new System.Drawing.Point(10,16);
			this.label45.Name = "label45";
			this.label45.Size = new System.Drawing.Size(282,30);
			this.label45.TabIndex = 133;
			this.label45.Text = "Only enter referring provider and referral number if required by your insurance c" +
    "arrier.";
			// 
			// textRefProv
			// 
			this.textRefProv.BackColor = System.Drawing.SystemColors.Window;
			this.textRefProv.Location = new System.Drawing.Point(109,49);
			this.textRefProv.Name = "textRefProv";
			this.textRefProv.ReadOnly = true;
			this.textRefProv.Size = new System.Drawing.Size(175,20);
			this.textRefProv.TabIndex = 139;
			// 
			// butReferralEdit
			// 
			this.butReferralEdit.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butReferralEdit.Autosize = true;
			this.butReferralEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butReferralEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butReferralEdit.CornerRadius = 4F;
			this.butReferralEdit.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.butReferralEdit.Location = new System.Drawing.Point(227,70);
			this.butReferralEdit.Name = "butReferralEdit";
			this.butReferralEdit.Size = new System.Drawing.Size(57,24);
			this.butReferralEdit.TabIndex = 144;
			this.butReferralEdit.Text = "Edit";
			this.butReferralEdit.Click += new System.EventHandler(this.butReferralEdit_Click);
			// 
			// label47
			// 
			this.label47.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label47.Location = new System.Drawing.Point(9,51);
			this.label47.Name = "label47";
			this.label47.Size = new System.Drawing.Size(99,14);
			this.label47.TabIndex = 131;
			this.label47.Text = "Referring Provider";
			this.label47.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butReferralNone
			// 
			this.butReferralNone.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butReferralNone.Autosize = true;
			this.butReferralNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butReferralNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butReferralNone.CornerRadius = 4F;
			this.butReferralNone.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.butReferralNone.Location = new System.Drawing.Point(109,70);
			this.butReferralNone.Name = "butReferralNone";
			this.butReferralNone.Size = new System.Drawing.Size(57,24);
			this.butReferralNone.TabIndex = 135;
			this.butReferralNone.Text = "&None";
			this.butReferralNone.Click += new System.EventHandler(this.butReferralNone_Click);
			// 
			// butReferralSelect
			// 
			this.butReferralSelect.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butReferralSelect.Autosize = true;
			this.butReferralSelect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butReferralSelect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butReferralSelect.CornerRadius = 4F;
			this.butReferralSelect.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.butReferralSelect.Location = new System.Drawing.Point(168,70);
			this.butReferralSelect.Name = "butReferralSelect";
			this.butReferralSelect.Size = new System.Drawing.Size(57,24);
			this.butReferralSelect.TabIndex = 138;
			this.butReferralSelect.Text = "Select";
			this.butReferralSelect.Click += new System.EventHandler(this.butReferralSelect_Click);
			// 
			// textRefNum
			// 
			this.textRefNum.Location = new System.Drawing.Point(109,95);
			this.textRefNum.Name = "textRefNum";
			this.textRefNum.Size = new System.Drawing.Size(175,20);
			this.textRefNum.TabIndex = 127;
			// 
			// label46
			// 
			this.label46.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label46.Location = new System.Drawing.Point(18,97);
			this.label46.Name = "label46";
			this.label46.Size = new System.Drawing.Size(90,18);
			this.label46.TabIndex = 132;
			this.label46.Text = "Referral Number";
			this.label46.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboEmployRelated
			// 
			this.comboEmployRelated.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboEmployRelated.FormattingEnabled = true;
			this.comboEmployRelated.Location = new System.Drawing.Point(139,143);
			this.comboEmployRelated.Name = "comboEmployRelated";
			this.comboEmployRelated.Size = new System.Drawing.Size(150,21);
			this.comboEmployRelated.TabIndex = 141;
			// 
			// textNote
			// 
			this.textNote.AcceptsTab = true;
			this.textNote.DetectUrls = false;
			this.textNote.Location = new System.Drawing.Point(629,22);
			this.textNote.MaxLength = 255;
			this.textNote.Name = "textNote";
			this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Claim;
			this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textNote.Size = new System.Drawing.Size(319,68);
			this.textNote.TabIndex = 118;
			this.textNote.Text = "";
			// 
			// comboPlaceService
			// 
			this.comboPlaceService.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPlaceService.FormattingEnabled = true;
			this.comboPlaceService.Location = new System.Drawing.Point(139,122);
			this.comboPlaceService.Name = "comboPlaceService";
			this.comboPlaceService.Size = new System.Drawing.Size(150,21);
			this.comboPlaceService.TabIndex = 140;
			// 
			// label48
			// 
			this.label48.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label48.Location = new System.Drawing.Point(20,123);
			this.label48.Name = "label48";
			this.label48.Size = new System.Drawing.Size(117,17);
			this.label48.TabIndex = 136;
			this.label48.Text = "Place of Service";
			this.label48.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label49
			// 
			this.label49.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label49.Location = new System.Drawing.Point(20,144);
			this.label49.Name = "label49";
			this.label49.Size = new System.Drawing.Size(117,17);
			this.label49.TabIndex = 137;
			this.label49.Text = "Employment Related";
			this.label49.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// tabMisc
			// 
			this.tabMisc.Controls.Add(this.label94);
			this.tabMisc.Controls.Add(this.label93);
			this.tabMisc.Controls.Add(this.label88);
			this.tabMisc.Controls.Add(this.textOrigRefNum);
			this.tabMisc.Controls.Add(this.label90);
			this.tabMisc.Controls.Add(this.labelPriorAuth);
			this.tabMisc.Controls.Add(this.label92);
			this.tabMisc.Controls.Add(this.textPriorAuth);
			this.tabMisc.Controls.Add(this.labelSpecialProgram);
			this.tabMisc.Controls.Add(this.textClaimIdentifier);
			this.tabMisc.Controls.Add(this.comboSpecialProgram);
			this.tabMisc.Controls.Add(this.labelCustomTracking);
			this.tabMisc.Controls.Add(this.label91);
			this.tabMisc.Controls.Add(this.comboCustomTracking);
			this.tabMisc.Controls.Add(this.comboCorrectionType);
			this.tabMisc.Location = new System.Drawing.Point(4,22);
			this.tabMisc.Name = "tabMisc";
			this.tabMisc.Padding = new System.Windows.Forms.Padding(3);
			this.tabMisc.Size = new System.Drawing.Size(968,352);
			this.tabMisc.TabIndex = 4;
			this.tabMisc.Text = "Misc";
			this.tabMisc.UseVisualStyleBackColor = true;
			// 
			// textOrigRefNum
			// 
			this.textOrigRefNum.Location = new System.Drawing.Point(139,85);
			this.textOrigRefNum.Name = "textOrigRefNum";
			this.textOrigRefNum.Size = new System.Drawing.Size(150,20);
			this.textOrigRefNum.TabIndex = 158;
			// 
			// label90
			// 
			this.label90.Location = new System.Drawing.Point(40,6);
			this.label90.Name = "label90";
			this.label90.Size = new System.Drawing.Size(97,17);
			this.label90.TabIndex = 154;
			this.label90.Text = "Correction Type";
			this.label90.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelPriorAuth
			// 
			this.labelPriorAuth.Location = new System.Drawing.Point(3,28);
			this.labelPriorAuth.Name = "labelPriorAuth";
			this.labelPriorAuth.Size = new System.Drawing.Size(134,16);
			this.labelPriorAuth.TabIndex = 142;
			this.labelPriorAuth.Text = "Prior Authorization (rare)";
			this.labelPriorAuth.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label92
			// 
			this.label92.Location = new System.Drawing.Point(3,89);
			this.label92.Name = "label92";
			this.label92.Size = new System.Drawing.Size(137,16);
			this.label92.TabIndex = 159;
			this.label92.Text = "Original Refrerence Num";
			this.label92.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textPriorAuth
			// 
			this.textPriorAuth.Location = new System.Drawing.Point(139,24);
			this.textPriorAuth.Name = "textPriorAuth";
			this.textPriorAuth.Size = new System.Drawing.Size(150,20);
			this.textPriorAuth.TabIndex = 141;
			// 
			// labelSpecialProgram
			// 
			this.labelSpecialProgram.Location = new System.Drawing.Point(40,47);
			this.labelSpecialProgram.Name = "labelSpecialProgram";
			this.labelSpecialProgram.Size = new System.Drawing.Size(97,17);
			this.labelSpecialProgram.TabIndex = 143;
			this.labelSpecialProgram.Text = "Special Program";
			this.labelSpecialProgram.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textClaimIdentifier
			// 
			this.textClaimIdentifier.Location = new System.Drawing.Point(139,65);
			this.textClaimIdentifier.Name = "textClaimIdentifier";
			this.textClaimIdentifier.Size = new System.Drawing.Size(150,20);
			this.textClaimIdentifier.TabIndex = 156;
			// 
			// comboSpecialProgram
			// 
			this.comboSpecialProgram.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboSpecialProgram.Location = new System.Drawing.Point(139,44);
			this.comboSpecialProgram.MaxDropDownItems = 100;
			this.comboSpecialProgram.Name = "comboSpecialProgram";
			this.comboSpecialProgram.Size = new System.Drawing.Size(150,21);
			this.comboSpecialProgram.TabIndex = 144;
			// 
			// labelCustomTracking
			// 
			this.labelCustomTracking.Location = new System.Drawing.Point(40,108);
			this.labelCustomTracking.Name = "labelCustomTracking";
			this.labelCustomTracking.Size = new System.Drawing.Size(97,17);
			this.labelCustomTracking.TabIndex = 152;
			this.labelCustomTracking.Text = "Custom Tracking";
			this.labelCustomTracking.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label91
			// 
			this.label91.Location = new System.Drawing.Point(3,69);
			this.label91.Name = "label91";
			this.label91.Size = new System.Drawing.Size(137,16);
			this.label91.TabIndex = 157;
			this.label91.Text = "Claim Identifier (CLM01)";
			this.label91.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboCustomTracking
			// 
			this.comboCustomTracking.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboCustomTracking.Location = new System.Drawing.Point(139,105);
			this.comboCustomTracking.MaxDropDownItems = 100;
			this.comboCustomTracking.Name = "comboCustomTracking";
			this.comboCustomTracking.Size = new System.Drawing.Size(150,21);
			this.comboCustomTracking.TabIndex = 153;
			// 
			// comboCorrectionType
			// 
			this.comboCorrectionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboCorrectionType.Location = new System.Drawing.Point(139,3);
			this.comboCorrectionType.MaxDropDownItems = 100;
			this.comboCorrectionType.Name = "comboCorrectionType";
			this.comboCorrectionType.Size = new System.Drawing.Size(150,21);
			this.comboCorrectionType.TabIndex = 155;
			// 
			// tabUB04
			// 
			this.tabUB04.AutoScroll = true;
			this.tabUB04.BackColor = System.Drawing.Color.Transparent;
			this.tabUB04.Controls.Add(this.textPatientStatus);
			this.tabUB04.Controls.Add(this.label85);
			this.tabUB04.Controls.Add(this.textAdmissionSource);
			this.tabUB04.Controls.Add(this.label84);
			this.tabUB04.Controls.Add(this.textAdmissionType);
			this.tabUB04.Controls.Add(this.label83);
			this.tabUB04.Controls.Add(this.textBillType);
			this.tabUB04.Controls.Add(this.label7);
			this.tabUB04.Controls.Add(this.groupBox1);
			this.tabUB04.Controls.Add(this.groupValueCodes);
			this.tabUB04.Location = new System.Drawing.Point(4,22);
			this.tabUB04.Name = "tabUB04";
			this.tabUB04.Padding = new System.Windows.Forms.Padding(3);
			this.tabUB04.Size = new System.Drawing.Size(968,352);
			this.tabUB04.TabIndex = 0;
			this.tabUB04.Text = "Medical-UB04";
			this.tabUB04.UseVisualStyleBackColor = true;
			// 
			// textPatientStatus
			// 
			this.textPatientStatus.Location = new System.Drawing.Point(140,92);
			this.textPatientStatus.Name = "textPatientStatus";
			this.textPatientStatus.Size = new System.Drawing.Size(47,20);
			this.textPatientStatus.TabIndex = 149;
			// 
			// label85
			// 
			this.label85.Location = new System.Drawing.Point(3,96);
			this.label85.Name = "label85";
			this.label85.Size = new System.Drawing.Size(138,16);
			this.label85.TabIndex = 150;
			this.label85.Text = "Patient Status (2 digit)";
			this.label85.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textAdmissionSource
			// 
			this.textAdmissionSource.Location = new System.Drawing.Point(140,69);
			this.textAdmissionSource.Name = "textAdmissionSource";
			this.textAdmissionSource.Size = new System.Drawing.Size(47,20);
			this.textAdmissionSource.TabIndex = 147;
			// 
			// label84
			// 
			this.label84.Location = new System.Drawing.Point(6,73);
			this.label84.Name = "label84";
			this.label84.Size = new System.Drawing.Size(135,16);
			this.label84.TabIndex = 148;
			this.label84.Text = "Admission Source (1 char)";
			this.label84.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textAdmissionType
			// 
			this.textAdmissionType.Location = new System.Drawing.Point(140,46);
			this.textAdmissionType.Name = "textAdmissionType";
			this.textAdmissionType.Size = new System.Drawing.Size(47,20);
			this.textAdmissionType.TabIndex = 145;
			// 
			// label83
			// 
			this.label83.Location = new System.Drawing.Point(3,50);
			this.label83.Name = "label83";
			this.label83.Size = new System.Drawing.Size(138,16);
			this.label83.TabIndex = 146;
			this.label83.Text = "Admission Type (1 digit)";
			this.label83.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textBillType
			// 
			this.textBillType.Location = new System.Drawing.Point(140,23);
			this.textBillType.Name = "textBillType";
			this.textBillType.Size = new System.Drawing.Size(47,20);
			this.textBillType.TabIndex = 143;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(24,27);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(117,16);
			this.label7.TabIndex = 144;
			this.label7.Text = "Type of Bill (3 digit)";
			this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.label60);
			this.groupBox1.Controls.Add(this.label59);
			this.groupBox1.Controls.Add(this.label58);
			this.groupBox1.Controls.Add(this.label57);
			this.groupBox1.Controls.Add(this.label56);
			this.groupBox1.Controls.Add(this.label55);
			this.groupBox1.Controls.Add(this.label54);
			this.groupBox1.Controls.Add(this.label53);
			this.groupBox1.Controls.Add(this.label52);
			this.groupBox1.Controls.Add(this.label51);
			this.groupBox1.Controls.Add(this.label50);
			this.groupBox1.Controls.Add(this.textCode10);
			this.groupBox1.Controls.Add(this.textCode9);
			this.groupBox1.Controls.Add(this.textCode8);
			this.groupBox1.Controls.Add(this.textCode7);
			this.groupBox1.Controls.Add(this.textCode6);
			this.groupBox1.Controls.Add(this.textCode5);
			this.groupBox1.Controls.Add(this.textCode4);
			this.groupBox1.Controls.Add(this.textCode3);
			this.groupBox1.Controls.Add(this.textCode2);
			this.groupBox1.Controls.Add(this.textCode1);
			this.groupBox1.Controls.Add(this.textCode0);
			this.groupBox1.Location = new System.Drawing.Point(226,4);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(433,67);
			this.groupBox1.TabIndex = 131;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Condition Codes";
			// 
			// label60
			// 
			this.label60.AutoSize = true;
			this.label60.Location = new System.Drawing.Point(398,19);
			this.label60.Name = "label60";
			this.label60.Size = new System.Drawing.Size(19,13);
			this.label60.TabIndex = 78;
			this.label60.Text = "28";
			// 
			// label59
			// 
			this.label59.AutoSize = true;
			this.label59.Location = new System.Drawing.Point(360,19);
			this.label59.Name = "label59";
			this.label59.Size = new System.Drawing.Size(19,13);
			this.label59.TabIndex = 77;
			this.label59.Text = "27";
			// 
			// label58
			// 
			this.label58.AutoSize = true;
			this.label58.Location = new System.Drawing.Point(322,19);
			this.label58.Name = "label58";
			this.label58.Size = new System.Drawing.Size(19,13);
			this.label58.TabIndex = 76;
			this.label58.Text = "26";
			// 
			// label57
			// 
			this.label57.AutoSize = true;
			this.label57.Location = new System.Drawing.Point(284,19);
			this.label57.Name = "label57";
			this.label57.Size = new System.Drawing.Size(19,13);
			this.label57.TabIndex = 75;
			this.label57.Text = "25";
			// 
			// label56
			// 
			this.label56.AutoSize = true;
			this.label56.Location = new System.Drawing.Point(246,19);
			this.label56.Name = "label56";
			this.label56.Size = new System.Drawing.Size(19,13);
			this.label56.TabIndex = 74;
			this.label56.Text = "24";
			// 
			// label55
			// 
			this.label55.AutoSize = true;
			this.label55.Location = new System.Drawing.Point(209,19);
			this.label55.Name = "label55";
			this.label55.Size = new System.Drawing.Size(19,13);
			this.label55.TabIndex = 73;
			this.label55.Text = "23";
			// 
			// label54
			// 
			this.label54.AutoSize = true;
			this.label54.Location = new System.Drawing.Point(170,19);
			this.label54.Name = "label54";
			this.label54.Size = new System.Drawing.Size(19,13);
			this.label54.TabIndex = 72;
			this.label54.Text = "22";
			// 
			// label53
			// 
			this.label53.AutoSize = true;
			this.label53.Location = new System.Drawing.Point(132,19);
			this.label53.Name = "label53";
			this.label53.Size = new System.Drawing.Size(19,13);
			this.label53.TabIndex = 71;
			this.label53.Text = "21";
			// 
			// label52
			// 
			this.label52.AutoSize = true;
			this.label52.Location = new System.Drawing.Point(94,19);
			this.label52.Name = "label52";
			this.label52.Size = new System.Drawing.Size(19,13);
			this.label52.TabIndex = 70;
			this.label52.Text = "20";
			// 
			// label51
			// 
			this.label51.AutoSize = true;
			this.label51.Location = new System.Drawing.Point(56,19);
			this.label51.Name = "label51";
			this.label51.Size = new System.Drawing.Size(19,13);
			this.label51.TabIndex = 69;
			this.label51.Text = "19";
			// 
			// label50
			// 
			this.label50.AutoSize = true;
			this.label50.Location = new System.Drawing.Point(18,19);
			this.label50.Name = "label50";
			this.label50.Size = new System.Drawing.Size(19,13);
			this.label50.TabIndex = 68;
			this.label50.Text = "18";
			// 
			// textCode10
			// 
			this.textCode10.Location = new System.Drawing.Point(394,37);
			this.textCode10.MaxLength = 2;
			this.textCode10.Name = "textCode10";
			this.textCode10.Size = new System.Drawing.Size(26,20);
			this.textCode10.TabIndex = 67;
			this.textCode10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCode9
			// 
			this.textCode9.Location = new System.Drawing.Point(356,37);
			this.textCode9.MaxLength = 2;
			this.textCode9.Name = "textCode9";
			this.textCode9.Size = new System.Drawing.Size(26,20);
			this.textCode9.TabIndex = 66;
			this.textCode9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCode8
			// 
			this.textCode8.Location = new System.Drawing.Point(318,37);
			this.textCode8.MaxLength = 2;
			this.textCode8.Name = "textCode8";
			this.textCode8.Size = new System.Drawing.Size(26,20);
			this.textCode8.TabIndex = 65;
			this.textCode8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCode7
			// 
			this.textCode7.Location = new System.Drawing.Point(280,37);
			this.textCode7.MaxLength = 2;
			this.textCode7.Name = "textCode7";
			this.textCode7.Size = new System.Drawing.Size(26,20);
			this.textCode7.TabIndex = 64;
			this.textCode7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCode6
			// 
			this.textCode6.Location = new System.Drawing.Point(242,37);
			this.textCode6.MaxLength = 2;
			this.textCode6.Name = "textCode6";
			this.textCode6.Size = new System.Drawing.Size(26,20);
			this.textCode6.TabIndex = 63;
			this.textCode6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCode5
			// 
			this.textCode5.Location = new System.Drawing.Point(205,37);
			this.textCode5.MaxLength = 2;
			this.textCode5.Name = "textCode5";
			this.textCode5.Size = new System.Drawing.Size(26,20);
			this.textCode5.TabIndex = 62;
			this.textCode5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCode4
			// 
			this.textCode4.Location = new System.Drawing.Point(166,37);
			this.textCode4.MaxLength = 2;
			this.textCode4.Name = "textCode4";
			this.textCode4.Size = new System.Drawing.Size(26,20);
			this.textCode4.TabIndex = 61;
			this.textCode4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCode3
			// 
			this.textCode3.Location = new System.Drawing.Point(128,37);
			this.textCode3.MaxLength = 2;
			this.textCode3.Name = "textCode3";
			this.textCode3.Size = new System.Drawing.Size(26,20);
			this.textCode3.TabIndex = 60;
			this.textCode3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCode2
			// 
			this.textCode2.Location = new System.Drawing.Point(90,37);
			this.textCode2.MaxLength = 2;
			this.textCode2.Name = "textCode2";
			this.textCode2.Size = new System.Drawing.Size(26,20);
			this.textCode2.TabIndex = 59;
			this.textCode2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCode1
			// 
			this.textCode1.Location = new System.Drawing.Point(52,37);
			this.textCode1.MaxLength = 2;
			this.textCode1.Name = "textCode1";
			this.textCode1.Size = new System.Drawing.Size(26,20);
			this.textCode1.TabIndex = 58;
			this.textCode1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// textCode0
			// 
			this.textCode0.Location = new System.Drawing.Point(14,37);
			this.textCode0.MaxLength = 2;
			this.textCode0.Name = "textCode0";
			this.textCode0.Size = new System.Drawing.Size(26,20);
			this.textCode0.TabIndex = 57;
			this.textCode0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// tabCanadian
			// 
			this.tabCanadian.AutoScroll = true;
			this.tabCanadian.Controls.Add(this.textCanadaTransRefNum);
			this.tabCanadian.Controls.Add(this.groupCanadaOrthoPredeterm);
			this.tabCanadian.Controls.Add(this.label76);
			this.tabCanadian.Controls.Add(this.butReverse);
			this.tabCanadian.Controls.Add(this.textMissingTeeth);
			this.tabCanadian.Controls.Add(this.label75);
			this.tabCanadian.Controls.Add(this.label74);
			this.tabCanadian.Controls.Add(this.listExtractedTeeth);
			this.tabCanadian.Controls.Add(this.checkCanadianIsOrtho);
			this.tabCanadian.Controls.Add(this.label43);
			this.tabCanadian.Controls.Add(this.butMissingTeethHelp);
			this.tabCanadian.Controls.Add(this.groupBox6);
			this.tabCanadian.Controls.Add(this.groupBox7);
			this.tabCanadian.Controls.Add(this.groupBox8);
			this.tabCanadian.Controls.Add(this.groupBox9);
			this.tabCanadian.Controls.Add(this.textCanadianAccidentDate);
			this.tabCanadian.Location = new System.Drawing.Point(4,22);
			this.tabCanadian.Name = "tabCanadian";
			this.tabCanadian.Size = new System.Drawing.Size(968,352);
			this.tabCanadian.TabIndex = 3;
			this.tabCanadian.Text = "Canadian";
			this.tabCanadian.UseVisualStyleBackColor = true;
			// 
			// textCanadaTransRefNum
			// 
			this.textCanadaTransRefNum.Location = new System.Drawing.Point(96,122);
			this.textCanadaTransRefNum.Name = "textCanadaTransRefNum";
			this.textCanadaTransRefNum.ReadOnly = true;
			this.textCanadaTransRefNum.Size = new System.Drawing.Size(100,20);
			this.textCanadaTransRefNum.TabIndex = 148;
			// 
			// groupCanadaOrthoPredeterm
			// 
			this.groupCanadaOrthoPredeterm.Controls.Add(this.textCanadaExpectedPayCycle);
			this.groupCanadaOrthoPredeterm.Controls.Add(this.textCanadaAnticipatedPayAmount);
			this.groupCanadaOrthoPredeterm.Controls.Add(this.label82);
			this.groupCanadaOrthoPredeterm.Controls.Add(this.textCanadaNumPaymentsAnticipated);
			this.groupCanadaOrthoPredeterm.Controls.Add(this.label81);
			this.groupCanadaOrthoPredeterm.Controls.Add(this.textCanadaTreatDuration);
			this.groupCanadaOrthoPredeterm.Controls.Add(this.label80);
			this.groupCanadaOrthoPredeterm.Controls.Add(this.label79);
			this.groupCanadaOrthoPredeterm.Controls.Add(this.textCanadaInitialPayment);
			this.groupCanadaOrthoPredeterm.Controls.Add(this.label78);
			this.groupCanadaOrthoPredeterm.Controls.Add(this.label77);
			this.groupCanadaOrthoPredeterm.Controls.Add(this.textDateCanadaEstTreatStartDate);
			this.groupCanadaOrthoPredeterm.Enabled = false;
			this.groupCanadaOrthoPredeterm.Location = new System.Drawing.Point(7,187);
			this.groupCanadaOrthoPredeterm.Name = "groupCanadaOrthoPredeterm";
			this.groupCanadaOrthoPredeterm.Size = new System.Drawing.Size(550,104);
			this.groupCanadaOrthoPredeterm.TabIndex = 147;
			this.groupCanadaOrthoPredeterm.TabStop = false;
			this.groupCanadaOrthoPredeterm.Text = "Ortho Treatment (Predetermination Only)";
			// 
			// textCanadaExpectedPayCycle
			// 
			this.textCanadaExpectedPayCycle.Location = new System.Drawing.Point(196,75);
			this.textCanadaExpectedPayCycle.Name = "textCanadaExpectedPayCycle";
			this.textCanadaExpectedPayCycle.Size = new System.Drawing.Size(75,20);
			this.textCanadaExpectedPayCycle.TabIndex = 158;
			// 
			// textCanadaAnticipatedPayAmount
			// 
			this.textCanadaAnticipatedPayAmount.Location = new System.Drawing.Point(466,75);
			this.textCanadaAnticipatedPayAmount.Name = "textCanadaAnticipatedPayAmount";
			this.textCanadaAnticipatedPayAmount.Size = new System.Drawing.Size(75,20);
			this.textCanadaAnticipatedPayAmount.TabIndex = 157;
			// 
			// label82
			// 
			this.label82.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label82.Location = new System.Drawing.Point(280,74);
			this.label82.Name = "label82";
			this.label82.Size = new System.Drawing.Size(180,20);
			this.label82.TabIndex = 156;
			this.label82.Text = "Anticipated Pay Amount";
			this.label82.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCanadaNumPaymentsAnticipated
			// 
			this.textCanadaNumPaymentsAnticipated.Location = new System.Drawing.Point(466,45);
			this.textCanadaNumPaymentsAnticipated.Name = "textCanadaNumPaymentsAnticipated";
			this.textCanadaNumPaymentsAnticipated.Size = new System.Drawing.Size(75,20);
			this.textCanadaNumPaymentsAnticipated.TabIndex = 155;
			// 
			// label81
			// 
			this.label81.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label81.Location = new System.Drawing.Point(277,46);
			this.label81.Name = "label81";
			this.label81.Size = new System.Drawing.Size(183,20);
			this.label81.TabIndex = 154;
			this.label81.Text = "Number of Payments Anticipated";
			this.label81.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCanadaTreatDuration
			// 
			this.textCanadaTreatDuration.Location = new System.Drawing.Point(466,19);
			this.textCanadaTreatDuration.Name = "textCanadaTreatDuration";
			this.textCanadaTreatDuration.Size = new System.Drawing.Size(75,20);
			this.textCanadaTreatDuration.TabIndex = 153;
			// 
			// label80
			// 
			this.label80.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label80.Location = new System.Drawing.Point(280,19);
			this.label80.Name = "label80";
			this.label80.Size = new System.Drawing.Size(180,20);
			this.label80.TabIndex = 152;
			this.label80.Text = "Treatment Duration (Months)";
			this.label80.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label79
			// 
			this.label79.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label79.Location = new System.Drawing.Point(8,74);
			this.label79.Name = "label79";
			this.label79.Size = new System.Drawing.Size(182,20);
			this.label79.TabIndex = 150;
			this.label79.Text = "Expected Payment Cycle (Months)";
			this.label79.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCanadaInitialPayment
			// 
			this.textCanadaInitialPayment.Location = new System.Drawing.Point(196,46);
			this.textCanadaInitialPayment.Name = "textCanadaInitialPayment";
			this.textCanadaInitialPayment.Size = new System.Drawing.Size(75,20);
			this.textCanadaInitialPayment.TabIndex = 149;
			// 
			// label78
			// 
			this.label78.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label78.Location = new System.Drawing.Point(8,45);
			this.label78.Name = "label78";
			this.label78.Size = new System.Drawing.Size(174,20);
			this.label78.TabIndex = 141;
			this.label78.Text = "Initial Payment";
			this.label78.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label77
			// 
			this.label77.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label77.Location = new System.Drawing.Point(5,20);
			this.label77.Name = "label77";
			this.label77.Size = new System.Drawing.Size(177,20);
			this.label77.TabIndex = 140;
			this.label77.Text = "Estimated Treatment Start Date";
			this.label77.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDateCanadaEstTreatStartDate
			// 
			this.textDateCanadaEstTreatStartDate.Location = new System.Drawing.Point(196,20);
			this.textDateCanadaEstTreatStartDate.Name = "textDateCanadaEstTreatStartDate";
			this.textDateCanadaEstTreatStartDate.Size = new System.Drawing.Size(75,20);
			this.textDateCanadaEstTreatStartDate.TabIndex = 139;
			// 
			// label76
			// 
			this.label76.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label76.Location = new System.Drawing.Point(9,122);
			this.label76.Name = "label76";
			this.label76.Size = new System.Drawing.Size(82,16);
			this.label76.TabIndex = 146;
			this.label76.Text = "Trans Ref Num";
			this.label76.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butReverse
			// 
			this.butReverse.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butReverse.Autosize = true;
			this.butReverse.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butReverse.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butReverse.CornerRadius = 4F;
			this.butReverse.Enabled = false;
			this.butReverse.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butReverse.Location = new System.Drawing.Point(202,120);
			this.butReverse.Name = "butReverse";
			this.butReverse.Size = new System.Drawing.Size(59,24);
			this.butReverse.TabIndex = 138;
			this.butReverse.Text = "Reverse";
			this.butReverse.Click += new System.EventHandler(this.butReverse_Click);
			// 
			// textMissingTeeth
			// 
			this.textMissingTeeth.Location = new System.Drawing.Point(764,142);
			this.textMissingTeeth.Multiline = true;
			this.textMissingTeeth.Name = "textMissingTeeth";
			this.textMissingTeeth.Size = new System.Drawing.Size(172,44);
			this.textMissingTeeth.TabIndex = 144;
			// 
			// label75
			// 
			this.label75.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label75.Location = new System.Drawing.Point(762,122);
			this.label75.Name = "label75";
			this.label75.Size = new System.Drawing.Size(83,17);
			this.label75.TabIndex = 143;
			this.label75.Text = "Missing Teeth";
			this.label75.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label74
			// 
			this.label74.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label74.Location = new System.Drawing.Point(762,5);
			this.label74.Name = "label74";
			this.label74.Size = new System.Drawing.Size(143,17);
			this.label74.TabIndex = 142;
			this.label74.Text = "Extracted Teeth";
			this.label74.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// listExtractedTeeth
			// 
			this.listExtractedTeeth.FormattingEnabled = true;
			this.listExtractedTeeth.Location = new System.Drawing.Point(764,24);
			this.listExtractedTeeth.Name = "listExtractedTeeth";
			this.listExtractedTeeth.Size = new System.Drawing.Size(172,95);
			this.listExtractedTeeth.TabIndex = 141;
			// 
			// checkCanadianIsOrtho
			// 
			this.checkCanadianIsOrtho.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkCanadianIsOrtho.Location = new System.Drawing.Point(36,158);
			this.checkCanadianIsOrtho.Name = "checkCanadianIsOrtho";
			this.checkCanadianIsOrtho.Size = new System.Drawing.Size(216,17);
			this.checkCanadianIsOrtho.TabIndex = 140;
			this.checkCanadianIsOrtho.Text = "Treatment Required for Ortho";
			// 
			// label43
			// 
			this.label43.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label43.Location = new System.Drawing.Point(25,85);
			this.label43.Name = "label43";
			this.label43.Size = new System.Drawing.Size(117,17);
			this.label43.TabIndex = 139;
			this.label43.Text = "Accident Date";
			this.label43.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butMissingTeethHelp
			// 
			this.butMissingTeethHelp.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butMissingTeethHelp.Autosize = true;
			this.butMissingTeethHelp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butMissingTeethHelp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butMissingTeethHelp.CornerRadius = 4F;
			this.butMissingTeethHelp.Location = new System.Drawing.Point(911,0);
			this.butMissingTeethHelp.Name = "butMissingTeethHelp";
			this.butMissingTeethHelp.Size = new System.Drawing.Size(25,24);
			this.butMissingTeethHelp.TabIndex = 137;
			this.butMissingTeethHelp.Text = "?";
			this.butMissingTeethHelp.Click += new System.EventHandler(this.butMissingTeethHelp_Click);
			// 
			// groupBox6
			// 
			this.groupBox6.Controls.Add(this.comboMandProsth);
			this.groupBox6.Controls.Add(this.label66);
			this.groupBox6.Controls.Add(this.textDateInitialLower);
			this.groupBox6.Controls.Add(this.label67);
			this.groupBox6.Controls.Add(this.comboMandProsthMaterial);
			this.groupBox6.Controls.Add(this.label68);
			this.groupBox6.Location = new System.Drawing.Point(402,98);
			this.groupBox6.Name = "groupBox6";
			this.groupBox6.Size = new System.Drawing.Size(355,88);
			this.groupBox6.TabIndex = 13;
			this.groupBox6.TabStop = false;
			this.groupBox6.Text = "Mandibular Prosthesis";
			// 
			// comboMandProsth
			// 
			this.comboMandProsth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboMandProsth.FormattingEnabled = true;
			this.comboMandProsth.Location = new System.Drawing.Point(136,11);
			this.comboMandProsth.Name = "comboMandProsth";
			this.comboMandProsth.Size = new System.Drawing.Size(213,21);
			this.comboMandProsth.TabIndex = 14;
			this.comboMandProsth.SelectionChangeCommitted += new System.EventHandler(this.comboMandProsth_SelectionChangeCommitted);
			// 
			// label66
			// 
			this.label66.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label66.Location = new System.Drawing.Point(7,14);
			this.label66.Name = "label66";
			this.label66.Size = new System.Drawing.Size(128,17);
			this.label66.TabIndex = 1;
			this.label66.Text = "Initial placement lower?";
			this.label66.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDateInitialLower
			// 
			this.textDateInitialLower.Location = new System.Drawing.Point(136,36);
			this.textDateInitialLower.Name = "textDateInitialLower";
			this.textDateInitialLower.Size = new System.Drawing.Size(83,20);
			this.textDateInitialLower.TabIndex = 2;
			// 
			// label67
			// 
			this.label67.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label67.Location = new System.Drawing.Point(72,38);
			this.label67.Name = "label67";
			this.label67.Size = new System.Drawing.Size(61,17);
			this.label67.TabIndex = 3;
			this.label67.Text = "Initial Date";
			this.label67.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboMandProsthMaterial
			// 
			this.comboMandProsthMaterial.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboMandProsthMaterial.FormattingEnabled = true;
			this.comboMandProsthMaterial.Location = new System.Drawing.Point(136,60);
			this.comboMandProsthMaterial.Name = "comboMandProsthMaterial";
			this.comboMandProsthMaterial.Size = new System.Drawing.Size(213,21);
			this.comboMandProsthMaterial.TabIndex = 4;
			// 
			// label68
			// 
			this.label68.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label68.Location = new System.Drawing.Point(10,61);
			this.label68.Name = "label68";
			this.label68.Size = new System.Drawing.Size(125,18);
			this.label68.TabIndex = 7;
			this.label68.Text = "Prosthesis Material";
			this.label68.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox7
			// 
			this.groupBox7.Controls.Add(this.comboMaxProsth);
			this.groupBox7.Controls.Add(this.label69);
			this.groupBox7.Controls.Add(this.textDateInitialUpper);
			this.groupBox7.Controls.Add(this.label70);
			this.groupBox7.Controls.Add(this.comboMaxProsthMaterial);
			this.groupBox7.Controls.Add(this.label71);
			this.groupBox7.Location = new System.Drawing.Point(402,5);
			this.groupBox7.Name = "groupBox7";
			this.groupBox7.Size = new System.Drawing.Size(355,88);
			this.groupBox7.TabIndex = 12;
			this.groupBox7.TabStop = false;
			this.groupBox7.Text = "Maxillary Prosthesis";
			// 
			// comboMaxProsth
			// 
			this.comboMaxProsth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboMaxProsth.FormattingEnabled = true;
			this.comboMaxProsth.Location = new System.Drawing.Point(136,11);
			this.comboMaxProsth.Name = "comboMaxProsth";
			this.comboMaxProsth.Size = new System.Drawing.Size(213,21);
			this.comboMaxProsth.TabIndex = 14;
			this.comboMaxProsth.SelectionChangeCommitted += new System.EventHandler(this.comboMaxProsth_SelectionChangeCommitted);
			// 
			// label69
			// 
			this.label69.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label69.Location = new System.Drawing.Point(7,14);
			this.label69.Name = "label69";
			this.label69.Size = new System.Drawing.Size(128,17);
			this.label69.TabIndex = 1;
			this.label69.Text = "Initial placement upper?";
			this.label69.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDateInitialUpper
			// 
			this.textDateInitialUpper.Location = new System.Drawing.Point(136,36);
			this.textDateInitialUpper.Name = "textDateInitialUpper";
			this.textDateInitialUpper.Size = new System.Drawing.Size(83,20);
			this.textDateInitialUpper.TabIndex = 2;
			// 
			// label70
			// 
			this.label70.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label70.Location = new System.Drawing.Point(72,38);
			this.label70.Name = "label70";
			this.label70.Size = new System.Drawing.Size(61,17);
			this.label70.TabIndex = 3;
			this.label70.Text = "Initial Date";
			this.label70.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboMaxProsthMaterial
			// 
			this.comboMaxProsthMaterial.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboMaxProsthMaterial.FormattingEnabled = true;
			this.comboMaxProsthMaterial.Location = new System.Drawing.Point(136,60);
			this.comboMaxProsthMaterial.Name = "comboMaxProsthMaterial";
			this.comboMaxProsthMaterial.Size = new System.Drawing.Size(213,21);
			this.comboMaxProsthMaterial.TabIndex = 4;
			// 
			// label71
			// 
			this.label71.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label71.Location = new System.Drawing.Point(10,61);
			this.label71.Name = "label71";
			this.label71.Size = new System.Drawing.Size(125,18);
			this.label71.TabIndex = 7;
			this.label71.Text = "Prosthesis Material";
			this.label71.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox8
			// 
			this.groupBox8.Controls.Add(this.checkImages);
			this.groupBox8.Controls.Add(this.checkXrays);
			this.groupBox8.Controls.Add(this.checkModels);
			this.groupBox8.Controls.Add(this.checkCorrespondence);
			this.groupBox8.Controls.Add(this.checkEmail);
			this.groupBox8.Location = new System.Drawing.Point(265,80);
			this.groupBox8.Name = "groupBox8";
			this.groupBox8.Size = new System.Drawing.Size(128,106);
			this.groupBox8.TabIndex = 10;
			this.groupBox8.TabStop = false;
			this.groupBox8.Text = "Materials Forwarded";
			// 
			// checkImages
			// 
			this.checkImages.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.checkImages.Location = new System.Drawing.Point(11,84);
			this.checkImages.Name = "checkImages";
			this.checkImages.Size = new System.Drawing.Size(110,17);
			this.checkImages.TabIndex = 4;
			this.checkImages.Text = "Images";
			this.checkImages.UseVisualStyleBackColor = true;
			// 
			// checkXrays
			// 
			this.checkXrays.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.checkXrays.Location = new System.Drawing.Point(11,67);
			this.checkXrays.Name = "checkXrays";
			this.checkXrays.Size = new System.Drawing.Size(110,17);
			this.checkXrays.TabIndex = 3;
			this.checkXrays.Text = "X-rays";
			this.checkXrays.UseVisualStyleBackColor = true;
			// 
			// checkModels
			// 
			this.checkModels.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.checkModels.Location = new System.Drawing.Point(11,50);
			this.checkModels.Name = "checkModels";
			this.checkModels.Size = new System.Drawing.Size(110,17);
			this.checkModels.TabIndex = 2;
			this.checkModels.Text = "Models";
			this.checkModels.UseVisualStyleBackColor = true;
			// 
			// checkCorrespondence
			// 
			this.checkCorrespondence.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.checkCorrespondence.Location = new System.Drawing.Point(11,33);
			this.checkCorrespondence.Name = "checkCorrespondence";
			this.checkCorrespondence.Size = new System.Drawing.Size(110,17);
			this.checkCorrespondence.TabIndex = 1;
			this.checkCorrespondence.Text = "Correspondence";
			this.checkCorrespondence.UseVisualStyleBackColor = true;
			// 
			// checkEmail
			// 
			this.checkEmail.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.checkEmail.Location = new System.Drawing.Point(11,16);
			this.checkEmail.Name = "checkEmail";
			this.checkEmail.Size = new System.Drawing.Size(110,17);
			this.checkEmail.TabIndex = 0;
			this.checkEmail.Text = "E-Mail";
			this.checkEmail.UseVisualStyleBackColor = true;
			// 
			// groupBox9
			// 
			this.groupBox9.Controls.Add(this.label73);
			this.groupBox9.Controls.Add(this.label72);
			this.groupBox9.Controls.Add(this.comboReferralReason);
			this.groupBox9.Controls.Add(this.textReferralProvider);
			this.groupBox9.Location = new System.Drawing.Point(7,5);
			this.groupBox9.Name = "groupBox9";
			this.groupBox9.Size = new System.Drawing.Size(386,71);
			this.groupBox9.TabIndex = 11;
			this.groupBox9.TabStop = false;
			this.groupBox9.Text = "Referring Provider";
			// 
			// label73
			// 
			this.label73.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label73.Location = new System.Drawing.Point(17,14);
			this.label73.Name = "label73";
			this.label73.Size = new System.Drawing.Size(87,30);
			this.label73.TabIndex = 2;
			this.label73.Text = "CDA Number\r\nor Identifier";
			this.label73.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label72
			// 
			this.label72.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label72.Location = new System.Drawing.Point(14,45);
			this.label72.Name = "label72";
			this.label72.Size = new System.Drawing.Size(90,18);
			this.label72.TabIndex = 4;
			this.label72.Text = "Reason";
			this.label72.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboReferralReason
			// 
			this.comboReferralReason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboReferralReason.FormattingEnabled = true;
			this.comboReferralReason.Location = new System.Drawing.Point(105,45);
			this.comboReferralReason.Name = "comboReferralReason";
			this.comboReferralReason.Size = new System.Drawing.Size(273,21);
			this.comboReferralReason.TabIndex = 1;
			// 
			// textReferralProvider
			// 
			this.textReferralProvider.Location = new System.Drawing.Point(105,20);
			this.textReferralProvider.Name = "textReferralProvider";
			this.textReferralProvider.Size = new System.Drawing.Size(100,20);
			this.textReferralProvider.TabIndex = 0;
			// 
			// textCanadianAccidentDate
			// 
			this.textCanadianAccidentDate.Location = new System.Drawing.Point(144,84);
			this.textCanadianAccidentDate.Name = "textCanadianAccidentDate";
			this.textCanadianAccidentDate.Size = new System.Drawing.Size(75,20);
			this.textCanadianAccidentDate.TabIndex = 138;
			// 
			// groupEnterPayment
			// 
			this.groupEnterPayment.BackColor = System.Drawing.SystemColors.Control;
			this.groupEnterPayment.Controls.Add(this.butPaySupp);
			this.groupEnterPayment.Controls.Add(this.butPayTotal);
			this.groupEnterPayment.Controls.Add(this.butPayProc);
			this.groupEnterPayment.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupEnterPayment.Location = new System.Drawing.Point(809,12);
			this.groupEnterPayment.Name = "groupEnterPayment";
			this.groupEnterPayment.Size = new System.Drawing.Size(133,107);
			this.groupEnterPayment.TabIndex = 132;
			this.groupEnterPayment.TabStop = false;
			this.groupEnterPayment.Text = "Enter Payment";
			// 
			// butPaySupp
			// 
			this.butPaySupp.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPaySupp.Autosize = true;
			this.butPaySupp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPaySupp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPaySupp.CornerRadius = 4F;
			this.butPaySupp.Location = new System.Drawing.Point(17,78);
			this.butPaySupp.Name = "butPaySupp";
			this.butPaySupp.Size = new System.Drawing.Size(99,24);
			this.butPaySupp.TabIndex = 102;
			this.butPaySupp.Text = "S&upplemental";
			this.butPaySupp.Click += new System.EventHandler(this.butPaySupp_Click);
			// 
			// butPayTotal
			// 
			this.butPayTotal.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPayTotal.Autosize = true;
			this.butPayTotal.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPayTotal.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPayTotal.CornerRadius = 4F;
			this.butPayTotal.Location = new System.Drawing.Point(17,16);
			this.butPayTotal.Name = "butPayTotal";
			this.butPayTotal.Size = new System.Drawing.Size(99,24);
			this.butPayTotal.TabIndex = 100;
			this.butPayTotal.Text = "&Total";
			this.butPayTotal.Click += new System.EventHandler(this.butPayTotal_Click);
			// 
			// butPayProc
			// 
			this.butPayProc.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPayProc.Autosize = true;
			this.butPayProc.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPayProc.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPayProc.CornerRadius = 4F;
			this.butPayProc.Location = new System.Drawing.Point(17,42);
			this.butPayProc.Name = "butPayProc";
			this.butPayProc.Size = new System.Drawing.Size(99,24);
			this.butPayProc.TabIndex = 101;
			this.butPayProc.Text = "&By Procedure";
			this.butPayProc.Click += new System.EventHandler(this.butPayProc_Click);
			// 
			// textReasonUnder
			// 
			this.textReasonUnder.Location = new System.Drawing.Point(763,418);
			this.textReasonUnder.MaxLength = 255;
			this.textReasonUnder.Multiline = true;
			this.textReasonUnder.Name = "textReasonUnder";
			this.textReasonUnder.Size = new System.Drawing.Size(215,57);
			this.textReasonUnder.TabIndex = 130;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(762,389);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(213,26);
			this.label4.TabIndex = 131;
			this.label4.Text = "Reasons underpaid:  (shows on patient bill)";
			this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// contextMenuAttachments
			// 
			this.contextMenuAttachments.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemOpen,
            this.menuItemRename,
            this.menuItemRemove});
			this.contextMenuAttachments.Popup += new System.EventHandler(this.contextMenuAttachments_Popup);
			// 
			// menuItemOpen
			// 
			this.menuItemOpen.Index = 0;
			this.menuItemOpen.Text = "Open";
			this.menuItemOpen.Click += new System.EventHandler(this.menuItemOpen_Click);
			// 
			// menuItemRename
			// 
			this.menuItemRename.Index = 1;
			this.menuItemRename.Text = "Rename";
			this.menuItemRename.Click += new System.EventHandler(this.menuItemRename_Click);
			// 
			// menuItemRemove
			// 
			this.menuItemRemove.Index = 2;
			this.menuItemRemove.Text = "Remove";
			this.menuItemRemove.Click += new System.EventHandler(this.menuItemRemove_Click);
			// 
			// comboClaimStatus
			// 
			this.comboClaimStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClaimStatus.Location = new System.Drawing.Point(111,15);
			this.comboClaimStatus.MaxDropDownItems = 100;
			this.comboClaimStatus.Name = "comboClaimStatus";
			this.comboClaimStatus.Size = new System.Drawing.Size(126,21);
			this.comboClaimStatus.TabIndex = 139;
			// 
			// comboClaimType
			// 
			this.comboClaimType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClaimType.Enabled = false;
			this.comboClaimType.Location = new System.Drawing.Point(111,36);
			this.comboClaimType.MaxDropDownItems = 100;
			this.comboClaimType.Name = "comboClaimType";
			this.comboClaimType.Size = new System.Drawing.Size(126,21);
			this.comboClaimType.TabIndex = 140;
			// 
			// comboMedType
			// 
			this.comboMedType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboMedType.Location = new System.Drawing.Point(351,32);
			this.comboMedType.MaxDropDownItems = 100;
			this.comboMedType.Name = "comboMedType";
			this.comboMedType.Size = new System.Drawing.Size(126,21);
			this.comboMedType.TabIndex = 146;
			// 
			// label86
			// 
			this.label86.Location = new System.Drawing.Point(254,35);
			this.label86.Name = "label86";
			this.label86.Size = new System.Drawing.Size(95,17);
			this.label86.TabIndex = 145;
			this.label86.Text = "Med/Dent";
			this.label86.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboClaimForm
			// 
			this.comboClaimForm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClaimForm.Location = new System.Drawing.Point(351,53);
			this.comboClaimForm.MaxDropDownItems = 100;
			this.comboClaimForm.Name = "comboClaimForm";
			this.comboClaimForm.Size = new System.Drawing.Size(126,21);
			this.comboClaimForm.TabIndex = 148;
			// 
			// label87
			// 
			this.label87.Location = new System.Drawing.Point(254,56);
			this.label87.Name = "label87";
			this.label87.Size = new System.Drawing.Size(95,17);
			this.label87.TabIndex = 147;
			this.label87.Text = "ClaimForm";
			this.label87.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelBatch
			// 
			this.labelBatch.Location = new System.Drawing.Point(557,421);
			this.labelBatch.Name = "labelBatch";
			this.labelBatch.Size = new System.Drawing.Size(158,53);
			this.labelBatch.TabIndex = 151;
			this.labelBatch.Text = "Don\'t create a new check until payments for all claims have been entered.";
			// 
			// label89
			// 
			this.label89.Location = new System.Drawing.Point(5,100);
			this.label89.Name = "label89";
			this.label89.Size = new System.Drawing.Size(104,16);
			this.label89.TabIndex = 153;
			this.label89.Text = "Date Resent";
			this.label89.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butResend
			// 
			this.butResend.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butResend.Autosize = true;
			this.butResend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butResend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butResend.CornerRadius = 4F;
			this.butResend.Location = new System.Drawing.Point(195,97);
			this.butResend.Name = "butResend";
			this.butResend.Size = new System.Drawing.Size(51,20);
			this.butResend.TabIndex = 154;
			this.butResend.Text = "Resend";
			this.butResend.Click += new System.EventHandler(this.butResend_Click);
			// 
			// textDateResent
			// 
			this.textDateResent.Location = new System.Drawing.Point(111,97);
			this.textDateResent.Name = "textDateResent";
			this.textDateResent.Size = new System.Drawing.Size(82,20);
			this.textDateResent.TabIndex = 152;
			// 
			// butBatch
			// 
			this.butBatch.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butBatch.Autosize = true;
			this.butBatch.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butBatch.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butBatch.CornerRadius = 4F;
			this.butBatch.Image = global::OpenDental.Properties.Resources.Add;
			this.butBatch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butBatch.Location = new System.Drawing.Point(557,389);
			this.butBatch.Name = "butBatch";
			this.butBatch.Size = new System.Drawing.Size(114,24);
			this.butBatch.TabIndex = 150;
			this.butBatch.Text = "Create Check";
			this.butBatch.Click += new System.EventHandler(this.butBatch_Click);
			// 
			// textLabFees
			// 
			this.textLabFees.Location = new System.Drawing.Point(411,363);
			this.textLabFees.Name = "textLabFees";
			this.textLabFees.ReadOnly = true;
			this.textLabFees.Size = new System.Drawing.Size(51,20);
			this.textLabFees.TabIndex = 138;
			this.textLabFees.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// butHistory
			// 
			this.butHistory.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butHistory.Autosize = true;
			this.butHistory.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butHistory.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butHistory.CornerRadius = 4F;
			this.butHistory.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butHistory.Location = new System.Drawing.Point(595,882);
			this.butHistory.Name = "butHistory";
			this.butHistory.Size = new System.Drawing.Size(86,24);
			this.butHistory.TabIndex = 136;
			this.butHistory.Text = "History";
			this.butHistory.Click += new System.EventHandler(this.butHistory_Click);
			// 
			// gridPay
			// 
			this.gridPay.HScrollVisible = false;
			this.gridPay.Location = new System.Drawing.Point(2,389);
			this.gridPay.Name = "gridPay";
			this.gridPay.ScrollValue = 0;
			this.gridPay.Size = new System.Drawing.Size(549,86);
			this.gridPay.TabIndex = 135;
			this.gridPay.Title = "Insurance Checks";
			this.gridPay.TranslationName = "TableClaimPay";
			this.gridPay.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPay_CellDoubleClick);
			this.gridPay.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPay_CellClick);
			// 
			// butSend
			// 
			this.butSend.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butSend.Autosize = true;
			this.butSend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSend.CornerRadius = 4F;
			this.butSend.Image = ((System.Drawing.Image)(resources.GetObject("butSend.Image")));
			this.butSend.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butSend.Location = new System.Drawing.Point(503,882);
			this.butSend.Name = "butSend";
			this.butSend.Size = new System.Drawing.Size(86,24);
			this.butSend.TabIndex = 130;
			this.butSend.Text = "Send";
			this.butSend.Click += new System.EventHandler(this.butSend_Click);
			// 
			// gridProc
			// 
			this.gridProc.HScrollVisible = false;
			this.gridProc.Location = new System.Drawing.Point(2,159);
			this.gridProc.Name = "gridProc";
			this.gridProc.ScrollValue = 0;
			this.gridProc.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridProc.Size = new System.Drawing.Size(977,200);
			this.gridProc.TabIndex = 128;
			this.gridProc.Title = "Procedures";
			this.gridProc.TranslationName = "TableClaimProc";
			this.gridProc.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProc_CellDoubleClick);
			this.gridProc.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProc_CellClick);
			// 
			// butSplit
			// 
			this.butSplit.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butSplit.Autosize = true;
			this.butSplit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSplit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSplit.CornerRadius = 4F;
			this.butSplit.Location = new System.Drawing.Point(826,134);
			this.butSplit.Name = "butSplit";
			this.butSplit.Size = new System.Drawing.Size(99,24);
			this.butSplit.TabIndex = 127;
			this.butSplit.Text = "Split Claim";
			this.butSplit.Click += new System.EventHandler(this.butSplit_Click);
			// 
			// butLabel
			// 
			this.butLabel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butLabel.Autosize = true;
			this.butLabel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butLabel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butLabel.CornerRadius = 4F;
			this.butLabel.Image = global::OpenDental.Properties.Resources.butLabel;
			this.butLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butLabel.Location = new System.Drawing.Point(163,882);
			this.butLabel.Name = "butLabel";
			this.butLabel.Size = new System.Drawing.Size(81,24);
			this.butLabel.TabIndex = 126;
			this.butLabel.Text = "Label";
			this.butLabel.Click += new System.EventHandler(this.butLabel_Click);
			// 
			// textDateService
			// 
			this.textDateService.Location = new System.Drawing.Point(111,57);
			this.textDateService.Name = "textDateService";
			this.textDateService.Size = new System.Drawing.Size(82,20);
			this.textDateService.TabIndex = 119;
			// 
			// textWriteOff
			// 
			this.textWriteOff.Location = new System.Drawing.Point(611,363);
			this.textWriteOff.Name = "textWriteOff";
			this.textWriteOff.ReadOnly = true;
			this.textWriteOff.Size = new System.Drawing.Size(55,20);
			this.textWriteOff.TabIndex = 113;
			this.textWriteOff.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textInsPayAmt
			// 
			this.textInsPayAmt.Location = new System.Drawing.Point(561,363);
			this.textInsPayAmt.Name = "textInsPayAmt";
			this.textInsPayAmt.ReadOnly = true;
			this.textInsPayAmt.Size = new System.Drawing.Size(51,20);
			this.textInsPayAmt.TabIndex = 6;
			this.textInsPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textDedApplied
			// 
			this.textDedApplied.Location = new System.Drawing.Point(461,363);
			this.textDedApplied.Name = "textDedApplied";
			this.textDedApplied.ReadOnly = true;
			this.textDedApplied.Size = new System.Drawing.Size(51,20);
			this.textDedApplied.TabIndex = 4;
			this.textDedApplied.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textDateSent
			// 
			this.textDateSent.Location = new System.Drawing.Point(111,77);
			this.textDateSent.Name = "textDateSent";
			this.textDateSent.Size = new System.Drawing.Size(82,20);
			this.textDateSent.TabIndex = 6;
			// 
			// textDateRec
			// 
			this.textDateRec.Location = new System.Drawing.Point(111,117);
			this.textDateRec.Name = "textDateRec";
			this.textDateRec.Size = new System.Drawing.Size(82,20);
			this.textDateRec.TabIndex = 7;
			// 
			// butPreview
			// 
			this.butPreview.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butPreview.Autosize = true;
			this.butPreview.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPreview.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPreview.CornerRadius = 4F;
			this.butPreview.Image = global::OpenDental.Properties.Resources.butPreview;
			this.butPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butPreview.Location = new System.Drawing.Point(250,882);
			this.butPreview.Name = "butPreview";
			this.butPreview.Size = new System.Drawing.Size(92,24);
			this.butPreview.TabIndex = 115;
			this.butPreview.Text = "P&review";
			this.butPreview.Click += new System.EventHandler(this.butPreview_Click);
			// 
			// butPrint
			// 
			this.butPrint.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butPrint.Autosize = true;
			this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPrint.CornerRadius = 4F;
			this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall;
			this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butPrint.Location = new System.Drawing.Point(347,882);
			this.butPrint.Name = "butPrint";
			this.butPrint.Size = new System.Drawing.Size(86,24);
			this.butPrint.TabIndex = 114;
			this.butPrint.Text = "&Print";
			this.butPrint.Click += new System.EventHandler(this.ButPrint_Click);
			// 
			// butRecalc
			// 
			this.butRecalc.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butRecalc.Autosize = true;
			this.butRecalc.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butRecalc.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butRecalc.CornerRadius = 4F;
			this.butRecalc.Location = new System.Drawing.Point(762,361);
			this.butRecalc.Name = "butRecalc";
			this.butRecalc.Size = new System.Drawing.Size(148,24);
			this.butRecalc.TabIndex = 112;
			this.butRecalc.Text = "Recalculate &Estimates";
			this.butRecalc.Click += new System.EventHandler(this.butRecalc_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(5,882);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(91,24);
			this.butDelete.TabIndex = 106;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(866,882);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,24);
			this.butCancel.TabIndex = 15;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(779,882);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,24);
			this.butOK.TabIndex = 14;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// label88
			// 
			this.label88.Location = new System.Drawing.Point(291,28);
			this.label88.Name = "label88";
			this.label88.Size = new System.Drawing.Size(165,16);
			this.label88.TabIndex = 160;
			this.label88.Text = "Denti-Cal NOA DCN";
			// 
			// label93
			// 
			this.label93.Location = new System.Drawing.Point(291,89);
			this.label93.Name = "label93";
			this.label93.Size = new System.Drawing.Size(165,16);
			this.label93.TabIndex = 161;
			this.label93.Text = "Denti-Cal Replacement DCN";
			// 
			// label94
			// 
			this.label94.Location = new System.Drawing.Point(291,69);
			this.label94.Name = "label94";
			this.label94.Size = new System.Drawing.Size(165,16);
			this.label94.TabIndex = 162;
			this.label94.Text = "Denti-Cal PDCN";
			// 
			// FormClaimEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.AutoScroll = true;
			this.ClientSize = new System.Drawing.Size(984,913);
			this.ControlBox = false;
			this.Controls.Add(this.butResend);
			this.Controls.Add(this.textDateResent);
			this.Controls.Add(this.label89);
			this.Controls.Add(this.labelBatch);
			this.Controls.Add(this.butBatch);
			this.Controls.Add(this.comboClaimForm);
			this.Controls.Add(this.label87);
			this.Controls.Add(this.comboMedType);
			this.Controls.Add(this.label86);
			this.Controls.Add(this.comboClaimType);
			this.Controls.Add(this.comboClaimStatus);
			this.Controls.Add(this.textLabFees);
			this.Controls.Add(this.butHistory);
			this.Controls.Add(this.textReasonUnder);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.gridPay);
			this.Controls.Add(this.tabMain);
			this.Controls.Add(this.panelRightEdge);
			this.Controls.Add(this.panelBottomEdge);
			this.Controls.Add(this.groupEnterPayment);
			this.Controls.Add(this.label20);
			this.Controls.Add(this.butSend);
			this.Controls.Add(this.gridProc);
			this.Controls.Add(this.butSplit);
			this.Controls.Add(this.butLabel);
			this.Controls.Add(this.comboClinic);
			this.Controls.Add(this.labelClinic);
			this.Controls.Add(this.textDateService);
			this.Controls.Add(this.textWriteOff);
			this.Controls.Add(this.textInsPayEst);
			this.Controls.Add(this.textInsPayAmt);
			this.Controls.Add(this.textClaimFee);
			this.Controls.Add(this.textDedApplied);
			this.Controls.Add(this.textPredeterm);
			this.Controls.Add(this.textDateSent);
			this.Controls.Add(this.textDateRec);
			this.Controls.Add(this.butPreview);
			this.Controls.Add(this.butPrint);
			this.Controls.Add(this.butRecalc);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.comboProvTreat);
			this.Controls.Add(this.comboProvBill);
			this.Controls.Add(this.label21);
			this.Controls.Add(this.labelPredeterm);
			this.Controls.Add(this.labelDateService);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.label8);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormClaimEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Claim";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.FormClaimEdit_Closing);
			this.Load += new System.EventHandler(this.FormClaimEdit_Load);
			this.Shown += new System.EventHandler(this.FormClaimEdit_Shown);
			this.groupProsth.ResumeLayout(false);
			this.groupProsth.PerformLayout();
			this.groupOrtho.ResumeLayout(false);
			this.groupOrtho.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.groupBox3.ResumeLayout(false);
			this.groupBox3.PerformLayout();
			this.groupValueCodes.ResumeLayout(false);
			this.groupValueCodes.PerformLayout();
			this.tabMain.ResumeLayout(false);
			this.tabGeneral.ResumeLayout(false);
			this.groupAccident.ResumeLayout(false);
			this.groupAccident.PerformLayout();
			this.groupAttachments.ResumeLayout(false);
			this.groupAttachments.PerformLayout();
			this.groupAttachedImages.ResumeLayout(false);
			this.groupReferral.ResumeLayout(false);
			this.groupReferral.PerformLayout();
			this.tabMisc.ResumeLayout(false);
			this.tabMisc.PerformLayout();
			this.tabUB04.ResumeLayout(false);
			this.tabUB04.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.tabCanadian.ResumeLayout(false);
			this.tabCanadian.PerformLayout();
			this.groupCanadaOrthoPredeterm.ResumeLayout(false);
			this.groupCanadaOrthoPredeterm.PerformLayout();
			this.groupBox6.ResumeLayout(false);
			this.groupBox6.PerformLayout();
			this.groupBox7.ResumeLayout(false);
			this.groupBox7.PerformLayout();
			this.groupBox8.ResumeLayout(false);
			this.groupBox9.ResumeLayout(false);
			this.groupBox9.PerformLayout();
			this.groupEnterPayment.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 52
0
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayPlanChargeEdit));
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.textPrincipal = new OpenDental.ValidDouble();
			this.textNote = new OpenDental.ODtextBox();
			this.textInterest = new OpenDental.ValidDouble();
			this.label1 = new System.Windows.Forms.Label();
			this.textDate = new OpenDental.ValidDate();
			this.label2 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.textProv = new System.Windows.Forms.TextBox();
			this.textClinic = new System.Windows.Forms.TextBox();
			this.labelClinic = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(5, 35);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100, 16);
			this.label4.TabIndex = 0;
			this.label4.Text = "Note";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(6, 96);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100, 16);
			this.label5.TabIndex = 0;
			this.label5.Text = "Principal";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(437, 207);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 26);
			this.butOK.TabIndex = 5;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(437, 245);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 26);
			this.butCancel.TabIndex = 6;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(24, 243);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(78, 26);
			this.butDelete.TabIndex = 7;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// textPrincipal
			// 
			this.textPrincipal.Location = new System.Drawing.Point(108, 93);
			this.textPrincipal.MaxVal = 100000000D;
			this.textPrincipal.MinVal = 0D;
			this.textPrincipal.Name = "textPrincipal";
			this.textPrincipal.Size = new System.Drawing.Size(100, 20);
			this.textPrincipal.TabIndex = 1;
			// 
			// textNote
			// 
			this.textNote.AcceptsTab = true;
			this.textNote.DetectUrls = false;
			this.textNote.Location = new System.Drawing.Point(108, 33);
			this.textNote.Name = "textNote";
			this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
			this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textNote.Size = new System.Drawing.Size(245, 55);
			this.textNote.TabIndex = 9;
			this.textNote.TabStop = false;
			this.textNote.Text = "";
			// 
			// textInterest
			// 
			this.textInterest.Location = new System.Drawing.Point(108, 118);
			this.textInterest.MaxVal = 100000000D;
			this.textInterest.MinVal = 0D;
			this.textInterest.Name = "textInterest";
			this.textInterest.Size = new System.Drawing.Size(100, 20);
			this.textInterest.TabIndex = 2;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(6, 120);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "Interest";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(108, 8);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(100, 20);
			this.textDate.TabIndex = 8;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(6, 12);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100, 16);
			this.label2.TabIndex = 0;
			this.label2.Text = "Date";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(7, 146);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(100, 14);
			this.label9.TabIndex = 0;
			this.label9.Text = "Provider";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textProv
			// 
			this.textProv.Location = new System.Drawing.Point(108, 143);
			this.textProv.Name = "textProv";
			this.textProv.Size = new System.Drawing.Size(201, 20);
			this.textProv.TabIndex = 3;
			// 
			// textClinic
			// 
			this.textClinic.Location = new System.Drawing.Point(108, 168);
			this.textClinic.Name = "textClinic";
			this.textClinic.Size = new System.Drawing.Size(201, 20);
			this.textClinic.TabIndex = 4;
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(7, 171);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(100, 14);
			this.labelClinic.TabIndex = 0;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// FormPayPlanChargeEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(541, 293);
			this.Controls.Add(this.textClinic);
			this.Controls.Add(this.labelClinic);
			this.Controls.Add(this.textProv);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.textInterest);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.textPrincipal);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormPayPlanChargeEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Payment Plan Charge";
			this.Load += new System.EventHandler(this.FormPayPlanCharge_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 53
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(FormInsAdj));
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.textDate = new OpenDental.ValidDate();
			this.textInsUsed = new OpenDental.ValidDouble();
			this.textDedUsed = new OpenDental.ValidDouble();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.label4 = new System.Windows.Forms.Label();
			this.butDelete = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(29,74);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100,14);
			this.label1.TabIndex = 0;
			this.label1.Text = "Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(15,130);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(114,14);
			this.label2.TabIndex = 1;
			this.label2.Text = "Deductible Used";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(17,102);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(112,14);
			this.label3.TabIndex = 2;
			this.label3.Text = "Insurance Used";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(131,71);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(75,20);
			this.textDate.TabIndex = 0;
			// 
			// textInsUsed
			// 
			this.textInsUsed.Location = new System.Drawing.Point(131,99);
			this.textInsUsed.Name = "textInsUsed";
			this.textInsUsed.Size = new System.Drawing.Size(69,20);
			this.textInsUsed.TabIndex = 1;
			// 
			// textDedUsed
			// 
			this.textDedUsed.Location = new System.Drawing.Point(131,127);
			this.textDedUsed.Name = "textDedUsed";
			this.textDedUsed.Size = new System.Drawing.Size(69,20);
			this.textDedUsed.TabIndex = 2;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(260,148);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,24);
			this.butOK.TabIndex = 3;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(260,180);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,24);
			this.butCancel.TabIndex = 4;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(32,12);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(259,41);
			this.label4.TabIndex = 5;
			this.label4.Text = "Make sure the date you use falls within the correct benefit year.";
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(18,180);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(75,24);
			this.butDelete.TabIndex = 6;
			this.butDelete.Text = "Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// FormInsAdj
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(354,217);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.textDedUsed);
			this.Controls.Add(this.textInsUsed);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormInsAdj";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Insurance Adjustments";
			this.Load += new System.EventHandler(this.FormInsAdj_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 54
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(FormHouseCalls));
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.groupBox2    = new System.Windows.Forms.GroupBox();
     this.butAll       = new OpenDental.UI.Button();
     this.but7         = new OpenDental.UI.Button();
     this.textDateFrom = new OpenDental.ValidDate();
     this.label2       = new System.Windows.Forms.Label();
     this.label1       = new System.Windows.Forms.Label();
     this.textDateTo   = new OpenDental.ValidDate();
     this.radioConfirm = new System.Windows.Forms.RadioButton();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(359, 267);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(359, 226);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 1;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.butAll);
     this.groupBox2.Controls.Add(this.but7);
     this.groupBox2.Controls.Add(this.textDateFrom);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.textDateTo);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(42, 72);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(393, 109);
     this.groupBox2.TabIndex  = 8;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Date Range";
     //
     // butAll
     //
     this.butAll.Location = new System.Drawing.Point(263, 61);
     this.butAll.Name     = "butAll";
     this.butAll.Size     = new System.Drawing.Size(93, 23);
     this.butAll.TabIndex = 8;
     this.butAll.Text     = "All Future";
     this.butAll.Click   += new System.EventHandler(this.butAll_Click);
     //
     // but7
     //
     this.but7.Location = new System.Drawing.Point(263, 35);
     this.but7.Name     = "but7";
     this.but7.Size     = new System.Drawing.Size(93, 23);
     this.but7.TabIndex = 7;
     this.but7.Text     = "Next 7 Days";
     this.but7.Click   += new System.EventHandler(this.but7_Click);
     //
     // textDateFrom
     //
     this.textDateFrom.Location = new System.Drawing.Point(137, 37);
     this.textDateFrom.Name     = "textDateFrom";
     this.textDateFrom.Size     = new System.Drawing.Size(84, 20);
     this.textDateFrom.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(30, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 17);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "To Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(30, 36);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 17);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "From Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateTo
     //
     this.textDateTo.Location = new System.Drawing.Point(137, 65);
     this.textDateTo.Name     = "textDateTo";
     this.textDateTo.Size     = new System.Drawing.Size(85, 20);
     this.textDateTo.TabIndex = 5;
     //
     // radioConfirm
     //
     this.radioConfirm.Checked   = true;
     this.radioConfirm.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioConfirm.Location  = new System.Drawing.Point(43, 30);
     this.radioConfirm.Name      = "radioConfirm";
     this.radioConfirm.Size      = new System.Drawing.Size(329, 21);
     this.radioConfirm.TabIndex  = 9;
     this.radioConfirm.TabStop   = true;
     this.radioConfirm.Text      = "Confirm Appointments";
     //
     // FormHouseCalls
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(486, 318);
     this.Controls.Add(this.radioConfirm);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormHouseCalls";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "House Calls";
     this.Load         += new System.EventHandler(this.FormHouseCalls_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 55
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(FormRxEdit));
     this.butCancel       = new OpenDental.UI.Button();
     this.butOK           = new OpenDental.UI.Button();
     this.textSig         = new System.Windows.Forms.TextBox();
     this.textDisp        = new System.Windows.Forms.TextBox();
     this.textRefills     = new System.Windows.Forms.TextBox();
     this.textDrug        = new System.Windows.Forms.TextBox();
     this.label6          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.textDate        = new OpenDental.ValidDate();
     this.butPrint        = new OpenDental.UI.Button();
     this.butDelete       = new OpenDental.UI.Button();
     this.label8          = new System.Windows.Forms.Label();
     this.butPick         = new OpenDental.UI.Button();
     this.textPharmacy    = new System.Windows.Forms.TextBox();
     this.checkControlled = new System.Windows.Forms.CheckBox();
     this.butView         = new OpenDental.UI.Button();
     this.labelView       = new System.Windows.Forms.Label();
     this.label9          = new System.Windows.Forms.Label();
     this.comboSendStatus = new System.Windows.Forms.ComboBox();
     this.textDosageCode  = new System.Windows.Forms.TextBox();
     this.labelDosageCode = new System.Windows.Forms.Label();
     this.comboProvNum    = new System.Windows.Forms.ComboBox();
     this.butPickProv     = new OpenDental.UI.Button();
     this.label7          = new System.Windows.Forms.Label();
     this.textNotes       = new OpenDental.ODtextBox();
     this.labelCPOE       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(543, 443);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 9;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(543, 403);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 8;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // textSig
     //
     this.textSig.AcceptsReturn = true;
     this.textSig.Location      = new System.Drawing.Point(138, 105);
     this.textSig.Multiline     = true;
     this.textSig.Name          = "textSig";
     this.textSig.Size          = new System.Drawing.Size(254, 44);
     this.textSig.TabIndex      = 2;
     //
     // textDisp
     //
     this.textDisp.Location = new System.Drawing.Point(138, 154);
     this.textDisp.Name     = "textDisp";
     this.textDisp.Size     = new System.Drawing.Size(114, 20);
     this.textDisp.TabIndex = 3;
     //
     // textRefills
     //
     this.textRefills.Location = new System.Drawing.Point(138, 178);
     this.textRefills.Name     = "textRefills";
     this.textRefills.Size     = new System.Drawing.Size(114, 20);
     this.textRefills.TabIndex = 4;
     //
     // textDrug
     //
     this.textDrug.Location = new System.Drawing.Point(138, 80);
     this.textDrug.Name     = "textDrug";
     this.textDrug.Size     = new System.Drawing.Size(254, 20);
     this.textDrug.TabIndex = 1;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(49, 109);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(89, 14);
     this.label6.TabIndex  = 17;
     this.label6.Text      = "Sig";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(39, 158);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(99, 14);
     this.label5.TabIndex  = 16;
     this.label5.Text      = "Disp";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(39, 182);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(99, 14);
     this.label4.TabIndex  = 15;
     this.label4.Text      = "Refills";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(31, 253);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(107, 36);
     this.label3.TabIndex  = 14;
     this.label3.Text      = "Notes (will not show on printout)";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(45, 82);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(93, 14);
     this.label1.TabIndex  = 13;
     this.label1.Text      = "Drug";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(34, 37);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(105, 14);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(138, 33);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(100, 20);
     this.textDate.TabIndex = 0;
     //
     // butPrint
     //
     this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPrint.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.Autosize     = true;
     this.butPrint.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPrint.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPrint.CornerRadius = 4F;
     this.butPrint.Image        = global::OpenDental.Properties.Resources.butPrint;
     this.butPrint.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location     = new System.Drawing.Point(289, 443);
     this.butPrint.Name         = "butPrint";
     this.butPrint.Size         = new System.Drawing.Size(81, 24);
     this.butPrint.TabIndex     = 29;
     this.butPrint.Text         = "&Print";
     this.butPrint.Click       += new System.EventHandler(this.butPrint_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(20, 443);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(88, 24);
     this.butDelete.TabIndex     = 30;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(39, 370);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(99, 14);
     this.label8.TabIndex  = 32;
     this.label8.Text      = "Pharmacy";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butPick
     //
     this.butPick.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPick.Autosize            = true;
     this.butPick.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPick.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPick.CornerRadius        = 4F;
     this.butPick.Location            = new System.Drawing.Point(338, 365);
     this.butPick.Name     = "butPick";
     this.butPick.Size     = new System.Drawing.Size(58, 23);
     this.butPick.TabIndex = 65;
     this.butPick.TabStop  = false;
     this.butPick.Text     = "Pick";
     this.butPick.Click   += new System.EventHandler(this.butPick_Click);
     //
     // textPharmacy
     //
     this.textPharmacy.AcceptsReturn = true;
     this.textPharmacy.Location      = new System.Drawing.Point(138, 367);
     this.textPharmacy.Name          = "textPharmacy";
     this.textPharmacy.ReadOnly      = true;
     this.textPharmacy.Size          = new System.Drawing.Size(198, 20);
     this.textPharmacy.TabIndex      = 64;
     //
     // checkControlled
     //
     this.checkControlled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkControlled.Location   = new System.Drawing.Point(7, 57);
     this.checkControlled.Name       = "checkControlled";
     this.checkControlled.Size       = new System.Drawing.Size(145, 20);
     this.checkControlled.TabIndex   = 66;
     this.checkControlled.Text       = "Controlled Substance";
     this.checkControlled.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkControlled.UseVisualStyleBackColor = true;
     //
     // butView
     //
     this.butView.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butView.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butView.Autosize     = true;
     this.butView.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butView.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butView.CornerRadius = 4F;
     this.butView.Image        = global::OpenDental.Properties.Resources.printPreview20;
     this.butView.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butView.Location     = new System.Drawing.Point(376, 443);
     this.butView.Name         = "butView";
     this.butView.Size         = new System.Drawing.Size(81, 24);
     this.butView.TabIndex     = 244;
     this.butView.Text         = "View";
     this.butView.Click       += new System.EventHandler(this.butView_Click);
     //
     // labelView
     //
     this.labelView.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.labelView.Location = new System.Drawing.Point(417, 470);
     this.labelView.Name     = "labelView";
     this.labelView.Size     = new System.Drawing.Size(199, 14);
     this.labelView.TabIndex = 245;
     this.labelView.Text     = "This Rx has already been printed.";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(39, 393);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(99, 14);
     this.label9.TabIndex  = 250;
     this.label9.Text      = "Send Status";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboSendStatus
     //
     this.comboSendStatus.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSendStatus.FormattingEnabled = true;
     this.comboSendStatus.Location          = new System.Drawing.Point(138, 390);
     this.comboSendStatus.Name     = "comboSendStatus";
     this.comboSendStatus.Size     = new System.Drawing.Size(198, 21);
     this.comboSendStatus.TabIndex = 251;
     //
     // textDosageCode
     //
     this.textDosageCode.Location = new System.Drawing.Point(138, 227);
     this.textDosageCode.Name     = "textDosageCode";
     this.textDosageCode.Size     = new System.Drawing.Size(114, 20);
     this.textDosageCode.TabIndex = 256;
     //
     // labelDosageCode
     //
     this.labelDosageCode.Location  = new System.Drawing.Point(44, 231);
     this.labelDosageCode.Name      = "labelDosageCode";
     this.labelDosageCode.Size      = new System.Drawing.Size(94, 14);
     this.labelDosageCode.TabIndex  = 257;
     this.labelDosageCode.Text      = "Dosage Code";
     this.labelDosageCode.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboProvNum
     //
     this.comboProvNum.Location                  = new System.Drawing.Point(138, 202);
     this.comboProvNum.MaxDropDownItems          = 30;
     this.comboProvNum.Name                      = "comboProvNum";
     this.comboProvNum.Size                      = new System.Drawing.Size(254, 21);
     this.comboProvNum.TabIndex                  = 259;
     this.comboProvNum.SelectionChangeCommitted += new System.EventHandler(this.comboProvNum_SelectionChangeCommitted);
     //
     // butPickProv
     //
     this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPickProv.Autosize            = false;
     this.butPickProv.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickProv.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickProv.CornerRadius        = 2F;
     this.butPickProv.Location            = new System.Drawing.Point(394, 202);
     this.butPickProv.Name     = "butPickProv";
     this.butPickProv.Size     = new System.Drawing.Size(18, 21);
     this.butPickProv.TabIndex = 260;
     this.butPickProv.Text     = "...";
     this.butPickProv.Click   += new System.EventHandler(this.butPickProv_Click);
     //
     // label7
     //
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location  = new System.Drawing.Point(37, 206);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(100, 14);
     this.label7.TabIndex  = 258;
     this.label7.Text      = "Provider";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNotes
     //
     this.textNotes.AcceptsTab     = true;
     this.textNotes.DetectUrls     = false;
     this.textNotes.Location       = new System.Drawing.Point(138, 252);
     this.textNotes.Name           = "textNotes";
     this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.Rx;
     this.textNotes.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textNotes.Size           = new System.Drawing.Size(373, 111);
     this.textNotes.TabIndex       = 31;
     this.textNotes.Text           = "";
     //
     // labelCPOE
     //
     this.labelCPOE.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelCPOE.Location  = new System.Drawing.Point(61, 9);
     this.labelCPOE.Name      = "labelCPOE";
     this.labelCPOE.Size      = new System.Drawing.Size(249, 14);
     this.labelCPOE.TabIndex  = 261;
     this.labelCPOE.Text      = "Computerized Provider Order Entry";
     this.labelCPOE.TextAlign = System.Drawing.ContentAlignment.TopRight;
     this.labelCPOE.Visible   = false;
     //
     // FormRxEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(635, 491);
     this.Controls.Add(this.labelCPOE);
     this.Controls.Add(this.comboProvNum);
     this.Controls.Add(this.butPickProv);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textDosageCode);
     this.Controls.Add(this.labelDosageCode);
     this.Controls.Add(this.comboSendStatus);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.labelView);
     this.Controls.Add(this.butView);
     this.Controls.Add(this.checkControlled);
     this.Controls.Add(this.butPick);
     this.Controls.Add(this.textPharmacy);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textNotes);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textSig);
     this.Controls.Add(this.textDisp);
     this.Controls.Add(this.textRefills);
     this.Controls.Add(this.textDrug);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRxEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Rx";
     this.Load         += new System.EventHandler(this.FormRxEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 56
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(FormAudit));
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.comboPermission = new System.Windows.Forms.ComboBox();
     this.label1          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.comboUser       = new System.Windows.Forms.ComboBox();
     this.textPatient     = new System.Windows.Forms.TextBox();
     this.butCurrent      = new OpenDental.UI.Button();
     this.butAll          = new OpenDental.UI.Button();
     this.butFind         = new OpenDental.UI.Button();
     this.butRefresh      = new OpenDental.UI.Button();
     this.textDateFrom    = new OpenDental.ValidDate();
     this.textDateTo      = new OpenDental.ValidDate();
     this.grid            = new OpenDental.UI.ODGrid();
     this.butPrint        = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(0, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(75, 14);
     this.label2.TabIndex  = 45;
     this.label2.Text      = "From Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(9, 30);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 13);
     this.label3.TabIndex  = 46;
     this.label3.Text      = "To Date";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboPermission
     //
     this.comboPermission.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboPermission.FormattingEnabled = true;
     this.comboPermission.Location          = new System.Drawing.Point(262, 4);
     this.comboPermission.MaxDropDownItems  = 40;
     this.comboPermission.Name     = "comboPermission";
     this.comboPermission.Size     = new System.Drawing.Size(163, 21);
     this.comboPermission.TabIndex = 50;
     this.comboPermission.SelectionChangeCommitted += new System.EventHandler(this.comboPermission_SelectionChangeCommitted);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(179, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(82, 13);
     this.label1.TabIndex  = 51;
     this.label1.Text      = "Permission";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(426, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(82, 13);
     this.label4.TabIndex  = 52;
     this.label4.Text      = "Patient";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(179, 29);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(82, 13);
     this.label5.TabIndex  = 55;
     this.label5.Text      = "User";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboUser
     //
     this.comboUser.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboUser.FormattingEnabled = true;
     this.comboUser.Location          = new System.Drawing.Point(262, 25);
     this.comboUser.MaxDropDownItems  = 40;
     this.comboUser.Name     = "comboUser";
     this.comboUser.Size     = new System.Drawing.Size(163, 21);
     this.comboUser.TabIndex = 54;
     this.comboUser.SelectionChangeCommitted += new System.EventHandler(this.comboUser_SelectionChangeCommitted);
     //
     // textPatient
     //
     this.textPatient.Location = new System.Drawing.Point(509, 4);
     this.textPatient.Name     = "textPatient";
     this.textPatient.Size     = new System.Drawing.Size(216, 20);
     this.textPatient.TabIndex = 56;
     //
     // butCurrent
     //
     this.butCurrent.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCurrent.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCurrent.Autosize = true;
     this.butCurrent.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCurrent.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCurrent.Location = new System.Drawing.Point(509, 24);
     this.butCurrent.Name     = "butCurrent";
     this.butCurrent.Size     = new System.Drawing.Size(63, 24);
     this.butCurrent.TabIndex = 59;
     this.butCurrent.Text     = "Current";
     this.butCurrent.Click   += new System.EventHandler(this.butCurrent_Click);
     //
     // butAll
     //
     this.butAll.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAll.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butAll.Autosize = true;
     this.butAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAll.Location = new System.Drawing.Point(662, 24);
     this.butAll.Name     = "butAll";
     this.butAll.Size     = new System.Drawing.Size(63, 24);
     this.butAll.TabIndex = 58;
     this.butAll.Text     = "All";
     this.butAll.Click   += new System.EventHandler(this.butAll_Click);
     //
     // butFind
     //
     this.butFind.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butFind.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butFind.Autosize = true;
     this.butFind.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butFind.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butFind.Location = new System.Drawing.Point(585, 24);
     this.butFind.Name     = "butFind";
     this.butFind.Size     = new System.Drawing.Size(63, 24);
     this.butFind.TabIndex = 57;
     this.butFind.Text     = "Find";
     this.butFind.Click   += new System.EventHandler(this.butFind_Click);
     //
     // butRefresh
     //
     this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRefresh.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butRefresh.Autosize = true;
     this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRefresh.Location = new System.Drawing.Point(814, 0);
     this.butRefresh.Name     = "butRefresh";
     this.butRefresh.Size     = new System.Drawing.Size(82, 26);
     this.butRefresh.TabIndex = 49;
     this.butRefresh.Text     = "Refresh";
     this.butRefresh.Click   += new System.EventHandler(this.butRefresh_Click);
     //
     // textDateFrom
     //
     this.textDateFrom.Location = new System.Drawing.Point(79, 5);
     this.textDateFrom.Name     = "textDateFrom";
     this.textDateFrom.Size     = new System.Drawing.Size(90, 20);
     this.textDateFrom.TabIndex = 47;
     //
     // textDateTo
     //
     this.textDateTo.Location = new System.Drawing.Point(79, 26);
     this.textDateTo.Name     = "textDateTo";
     this.textDateTo.Size     = new System.Drawing.Size(90, 20);
     this.textDateTo.TabIndex = 48;
     //
     // grid
     //
     this.grid.HScrollVisible  = false;
     this.grid.Location        = new System.Drawing.Point(8, 54);
     this.grid.Name            = "grid";
     this.grid.ScrollValue     = 0;
     this.grid.SelectionMode   = System.Windows.Forms.SelectionMode.MultiExtended;
     this.grid.Size            = new System.Drawing.Size(889, 578);
     this.grid.TabIndex        = 2;
     this.grid.Title           = "Audit Trail";
     this.grid.TranslationName = "TableAudit";
     //
     // butPrint
     //
     this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.Autosize   = true;
     this.butPrint.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPrint.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPrint.Image      = ((System.Drawing.Image)(resources.GetObject("butPrint.Image")));
     this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location   = new System.Drawing.Point(814, 26);
     this.butPrint.Name       = "butPrint";
     this.butPrint.Size       = new System.Drawing.Size(82, 26);
     this.butPrint.TabIndex   = 60;
     this.butPrint.Text       = "Print";
     this.butPrint.Click     += new System.EventHandler(this.butPrint_Click);
     //
     // FormAudit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(905, 634);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.butCurrent);
     this.Controls.Add(this.butAll);
     this.Controls.Add(this.butFind);
     this.Controls.Add(this.textPatient);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.comboUser);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboPermission);
     this.Controls.Add(this.butRefresh);
     this.Controls.Add(this.textDateFrom);
     this.Controls.Add(this.textDateTo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.grid);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormAudit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Audit Trail";
     this.Load         += new System.EventHandler(this.FormAudit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 57
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(FormTaskEdit));
			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.checkFromNum = new System.Windows.Forms.CheckBox();
			this.labelObjectDesc = new System.Windows.Forms.Label();
			this.textObjectDesc = new System.Windows.Forms.TextBox();
			this.listObjectType = new System.Windows.Forms.ListBox();
			this.label6 = new System.Windows.Forms.Label();
			this.panelObject = new System.Windows.Forms.Panel();
			this.butGoto = new OpenDental.UI.Button();
			this.butChange = new OpenDental.UI.Button();
			this.label5 = new System.Windows.Forms.Label();
			this.textDateTimeEntry = new System.Windows.Forms.TextBox();
			this.textUser = new System.Windows.Forms.TextBox();
			this.label16 = new System.Windows.Forms.Label();
			this.textDateTimeFinished = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.textTaskNum = new System.Windows.Forms.TextBox();
			this.labelTaskNum = new System.Windows.Forms.Label();
			this.labelReply = new System.Windows.Forms.Label();
			this.textTaskList = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.comboDateType = new System.Windows.Forms.ComboBox();
			this.checkNew = new System.Windows.Forms.CheckBox();
			this.checkDone = new System.Windows.Forms.CheckBox();
			this.labelDoneAffectsAll = new System.Windows.Forms.Label();
			this.gridMain = new OpenDental.UI.ODGrid();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.butRed = new OpenDental.UI.Button();
			this.butChangeUser = new OpenDental.UI.Button();
			this.butAddNote = new OpenDental.UI.Button();
			this.butSend = new OpenDental.UI.Button();
			this.butReply = new OpenDental.UI.Button();
			this.butNowFinished = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.butNow = new OpenDental.UI.Button();
			this.textDateTask = new OpenDental.ValidDate();
			this.butCopy = new OpenDental.UI.Button();
			this.textDescript = new OpenDental.ODtextBox();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butBlue = new OpenDental.UI.Button();
			this.panelObject.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(9, 73);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(116, 19);
			this.label1.TabIndex = 2;
			this.label1.Text = "Description";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label2.Location = new System.Drawing.Point(9, 538);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(116, 19);
			this.label2.TabIndex = 4;
			this.label2.Text = "Date";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label3.Location = new System.Drawing.Point(218, 535);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(185, 32);
			this.label3.TabIndex = 6;
			this.label3.Text = "Leave blank unless you want this task to show on a dated list";
			// 
			// 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(9, 564);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(116, 19);
			this.label4.TabIndex = 7;
			this.label4.Text = "Date Type";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkFromNum
			// 
			this.checkFromNum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.checkFromNum.CheckAlign = System.Drawing.ContentAlignment.TopRight;
			this.checkFromNum.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkFromNum.Location = new System.Drawing.Point(8, 590);
			this.checkFromNum.Name = "checkFromNum";
			this.checkFromNum.Size = new System.Drawing.Size(133, 18);
			this.checkFromNum.TabIndex = 3;
			this.checkFromNum.Text = "Is From Repeating";
			this.checkFromNum.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelObjectDesc
			// 
			this.labelObjectDesc.Location = new System.Drawing.Point(5, 1);
			this.labelObjectDesc.Name = "labelObjectDesc";
			this.labelObjectDesc.Size = new System.Drawing.Size(116, 19);
			this.labelObjectDesc.TabIndex = 8;
			this.labelObjectDesc.Text = "ObjectDesc";
			this.labelObjectDesc.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textObjectDesc
			// 
			this.textObjectDesc.Location = new System.Drawing.Point(124, 0);
			this.textObjectDesc.Multiline = true;
			this.textObjectDesc.Name = "textObjectDesc";
			this.textObjectDesc.Size = new System.Drawing.Size(241, 34);
			this.textObjectDesc.TabIndex = 0;
			this.textObjectDesc.Text = "line 1\r\nline 2";
			// 
			// listObjectType
			// 
			this.listObjectType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.listObjectType.Location = new System.Drawing.Point(388, 565);
			this.listObjectType.Name = "listObjectType";
			this.listObjectType.Size = new System.Drawing.Size(120, 43);
			this.listObjectType.TabIndex = 13;
			this.listObjectType.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listObjectType_MouseDown);
			// 
			// 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(269, 564);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(116, 19);
			this.label6.TabIndex = 14;
			this.label6.Text = "Object Type";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// panelObject
			// 
			this.panelObject.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.panelObject.Controls.Add(this.textObjectDesc);
			this.panelObject.Controls.Add(this.labelObjectDesc);
			this.panelObject.Controls.Add(this.butGoto);
			this.panelObject.Controls.Add(this.butChange);
			this.panelObject.Location = new System.Drawing.Point(3, 609);
			this.panelObject.Name = "panelObject";
			this.panelObject.Size = new System.Drawing.Size(550, 34);
			this.panelObject.TabIndex = 15;
			// 
			// butGoto
			// 
			this.butGoto.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butGoto.Autosize = true;
			this.butGoto.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butGoto.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butGoto.CornerRadius = 4F;
			this.butGoto.Location = new System.Drawing.Point(449, 6);
			this.butGoto.Name = "butGoto";
			this.butGoto.Size = new System.Drawing.Size(75, 22);
			this.butGoto.TabIndex = 12;
			this.butGoto.Text = "Go To";
			this.butGoto.Click += new System.EventHandler(this.butGoto_Click);
			// 
			// butChange
			// 
			this.butChange.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butChange.Autosize = true;
			this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butChange.CornerRadius = 4F;
			this.butChange.Location = new System.Drawing.Point(369, 6);
			this.butChange.Name = "butChange";
			this.butChange.Size = new System.Drawing.Size(75, 22);
			this.butChange.TabIndex = 10;
			this.butChange.Text = "Change";
			this.butChange.Click += new System.EventHandler(this.butChange_Click);
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(9, 25);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(116, 19);
			this.label5.TabIndex = 17;
			this.label5.Text = "Date/Time Entry";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDateTimeEntry
			// 
			this.textDateTimeEntry.Location = new System.Drawing.Point(127, 24);
			this.textDateTimeEntry.Name = "textDateTimeEntry";
			this.textDateTimeEntry.Size = new System.Drawing.Size(151, 20);
			this.textDateTimeEntry.TabIndex = 18;
			// 
			// textUser
			// 
			this.textUser.Location = new System.Drawing.Point(594, 16);
			this.textUser.Name = "textUser";
			this.textUser.ReadOnly = true;
			this.textUser.Size = new System.Drawing.Size(134, 20);
			this.textUser.TabIndex = 0;
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(499, 18);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(94, 16);
			this.label16.TabIndex = 125;
			this.label16.Text = "From User";
			this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDateTimeFinished
			// 
			this.textDateTimeFinished.Location = new System.Drawing.Point(127, 49);
			this.textDateTimeFinished.Name = "textDateTimeFinished";
			this.textDateTimeFinished.Size = new System.Drawing.Size(151, 20);
			this.textDateTimeFinished.TabIndex = 131;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(9, 50);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(116, 19);
			this.label7.TabIndex = 130;
			this.label7.Text = "Date/Time Finished";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textTaskNum
			// 
			this.textTaskNum.Location = new System.Drawing.Point(454, 37);
			this.textTaskNum.Name = "textTaskNum";
			this.textTaskNum.ReadOnly = true;
			this.textTaskNum.Size = new System.Drawing.Size(54, 20);
			this.textTaskNum.TabIndex = 134;
			this.textTaskNum.Visible = false;
			// 
			// labelTaskNum
			// 
			this.labelTaskNum.Location = new System.Drawing.Point(379, 38);
			this.labelTaskNum.Name = "labelTaskNum";
			this.labelTaskNum.Size = new System.Drawing.Size(73, 16);
			this.labelTaskNum.TabIndex = 133;
			this.labelTaskNum.Text = "TaskNum";
			this.labelTaskNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.labelTaskNum.Visible = false;
			// 
			// labelReply
			// 
			this.labelReply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.labelReply.Location = new System.Drawing.Point(312, 652);
			this.labelReply.Name = "labelReply";
			this.labelReply.Size = new System.Drawing.Size(162, 19);
			this.labelReply.TabIndex = 141;
			this.labelReply.Text = "(Send to author)";
			this.labelReply.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textTaskList
			// 
			this.textTaskList.Location = new System.Drawing.Point(594, 39);
			this.textTaskList.Name = "textTaskList";
			this.textTaskList.ReadOnly = true;
			this.textTaskList.Size = new System.Drawing.Size(134, 20);
			this.textTaskList.TabIndex = 146;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(499, 41);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(94, 16);
			this.label10.TabIndex = 147;
			this.label10.Text = "Task List";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboDateType
			// 
			this.comboDateType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.comboDateType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboDateType.FormattingEnabled = true;
			this.comboDateType.Location = new System.Drawing.Point(127, 564);
			this.comboDateType.Name = "comboDateType";
			this.comboDateType.Size = new System.Drawing.Size(145, 21);
			this.comboDateType.TabIndex = 148;
			// 
			// checkNew
			// 
			this.checkNew.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkNew.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkNew.Location = new System.Drawing.Point(47, 5);
			this.checkNew.Name = "checkNew";
			this.checkNew.Size = new System.Drawing.Size(94, 17);
			this.checkNew.TabIndex = 152;
			this.checkNew.Text = "New";
			this.checkNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkNew.Click += new System.EventHandler(this.checkNew_Click);
			// 
			// checkDone
			// 
			this.checkDone.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkDone.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkDone.Location = new System.Drawing.Point(147, 5);
			this.checkDone.Name = "checkDone";
			this.checkDone.Size = new System.Drawing.Size(94, 17);
			this.checkDone.TabIndex = 153;
			this.checkDone.Text = "Done";
			this.checkDone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkDone.Click += new System.EventHandler(this.checkDone_Click);
			// 
			// labelDoneAffectsAll
			// 
			this.labelDoneAffectsAll.Location = new System.Drawing.Point(241, 5);
			this.labelDoneAffectsAll.Name = "labelDoneAffectsAll";
			this.labelDoneAffectsAll.Size = new System.Drawing.Size(167, 16);
			this.labelDoneAffectsAll.TabIndex = 154;
			this.labelDoneAffectsAll.Text = "(affects all users)";
			this.labelDoneAffectsAll.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// gridMain
			// 
			this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.gridMain.HScrollVisible = false;
			this.gridMain.Location = new System.Drawing.Point(12, 196);
			this.gridMain.Name = "gridMain";
			this.gridMain.ScrollValue = 0;
			this.gridMain.Size = new System.Drawing.Size(798, 338);
			this.gridMain.TabIndex = 149;
			this.gridMain.Title = "Notes";
			this.gridMain.TranslationName = "FormTaskEdit";
			this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(454, -72);
			this.textBox1.Name = "textBox1";
			this.textBox1.ReadOnly = true;
			this.textBox1.Size = new System.Drawing.Size(54, 20);
			this.textBox1.TabIndex = 134;
			this.textBox1.Visible = false;
			// 
			// butRed
			// 
			this.butRed.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butRed.Autosize = true;
			this.butRed.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butRed.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butRed.CornerRadius = 4F;
			this.butRed.Location = new System.Drawing.Point(82, 169);
			this.butRed.Name = "butRed";
			this.butRed.Size = new System.Drawing.Size(43, 24);
			this.butRed.TabIndex = 155;
			this.butRed.Text = "Red";
			this.butRed.Click += new System.EventHandler(this.butRed_Click);
			// 
			// butChangeUser
			// 
			this.butChangeUser.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butChangeUser.Autosize = true;
			this.butChangeUser.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butChangeUser.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butChangeUser.CornerRadius = 4F;
			this.butChangeUser.Location = new System.Drawing.Point(731, 14);
			this.butChangeUser.Name = "butChangeUser";
			this.butChangeUser.Size = new System.Drawing.Size(24, 22);
			this.butChangeUser.TabIndex = 151;
			this.butChangeUser.Text = "...";
			this.butChangeUser.Click += new System.EventHandler(this.butChangeUser_Click);
			// 
			// butAddNote
			// 
			this.butAddNote.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAddNote.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butAddNote.Autosize = true;
			this.butAddNote.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAddNote.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAddNote.CornerRadius = 4F;
			this.butAddNote.Image = global::OpenDental.Properties.Resources.Add;
			this.butAddNote.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAddNote.Location = new System.Drawing.Point(735, 540);
			this.butAddNote.Name = "butAddNote";
			this.butAddNote.Size = new System.Drawing.Size(75, 24);
			this.butAddNote.TabIndex = 150;
			this.butAddNote.Text = "Add";
			this.butAddNote.Click += new System.EventHandler(this.butAddNote_Click);
			// 
			// butSend
			// 
			this.butSend.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butSend.Autosize = true;
			this.butSend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSend.CornerRadius = 4F;
			this.butSend.Location = new System.Drawing.Point(478, 649);
			this.butSend.Name = "butSend";
			this.butSend.Size = new System.Drawing.Size(75, 24);
			this.butSend.TabIndex = 142;
			this.butSend.Text = "Send To...";
			this.butSend.Click += new System.EventHandler(this.butSend_Click);
			// 
			// butReply
			// 
			this.butReply.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butReply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butReply.Autosize = true;
			this.butReply.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butReply.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butReply.CornerRadius = 4F;
			this.butReply.Location = new System.Drawing.Point(233, 649);
			this.butReply.Name = "butReply";
			this.butReply.Size = new System.Drawing.Size(75, 24);
			this.butReply.TabIndex = 140;
			this.butReply.Text = "Reply";
			this.butReply.Click += new System.EventHandler(this.butReply_Click);
			// 
			// butNowFinished
			// 
			this.butNowFinished.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butNowFinished.Autosize = true;
			this.butNowFinished.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butNowFinished.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butNowFinished.CornerRadius = 4F;
			this.butNowFinished.Location = new System.Drawing.Point(284, 47);
			this.butNowFinished.Name = "butNowFinished";
			this.butNowFinished.Size = new System.Drawing.Size(62, 24);
			this.butNowFinished.TabIndex = 132;
			this.butNowFinished.Text = "Now";
			this.butNowFinished.Click += new System.EventHandler(this.butNowFinished_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(21, 649);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(80, 24);
			this.butDelete.TabIndex = 124;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butNow
			// 
			this.butNow.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butNow.Autosize = true;
			this.butNow.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butNow.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butNow.CornerRadius = 4F;
			this.butNow.Location = new System.Drawing.Point(284, 22);
			this.butNow.Name = "butNow";
			this.butNow.Size = new System.Drawing.Size(62, 24);
			this.butNow.TabIndex = 19;
			this.butNow.Text = "Now";
			this.butNow.Click += new System.EventHandler(this.butNow_Click);
			// 
			// textDateTask
			// 
			this.textDateTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.textDateTask.Location = new System.Drawing.Point(127, 538);
			this.textDateTask.Name = "textDateTask";
			this.textDateTask.Size = new System.Drawing.Size(87, 20);
			this.textDateTask.TabIndex = 2;
			// 
			// butCopy
			// 
			this.butCopy.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCopy.Autosize = true;
			this.butCopy.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCopy.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCopy.CornerRadius = 4F;
			this.butCopy.Image = global::OpenDental.Properties.Resources.butCopy;
			this.butCopy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butCopy.Location = new System.Drawing.Point(653, 540);
			this.butCopy.Name = "butCopy";
			this.butCopy.Size = new System.Drawing.Size(75, 24);
			this.butCopy.TabIndex = 4;
			this.butCopy.Text = "Copy";
			this.butCopy.Click += new System.EventHandler(this.butCopy_Click);
			// 
			// textDescript
			// 
			this.textDescript.AcceptsTab = true;
			this.textDescript.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.textDescript.DetectUrls = false;
			this.textDescript.Location = new System.Drawing.Point(127, 73);
			this.textDescript.Name = "textDescript";
			this.textDescript.QuickPasteType = OpenDentBusiness.QuickPasteType.None;
			this.textDescript.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textDescript.Size = new System.Drawing.Size(683, 121);
			this.textDescript.TabIndex = 1;
			this.textDescript.Text = "";
			this.textDescript.TextChanged += new System.EventHandler(this.textDescript_TextChanged);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(653, 649);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 24);
			this.butOK.TabIndex = 4;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(735, 649);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 24);
			this.butCancel.TabIndex = 5;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butBlue
			// 
			this.butBlue.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butBlue.Autosize = true;
			this.butBlue.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butBlue.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butBlue.CornerRadius = 4F;
			this.butBlue.Location = new System.Drawing.Point(82, 139);
			this.butBlue.Name = "butBlue";
			this.butBlue.Size = new System.Drawing.Size(43, 24);
			this.butBlue.TabIndex = 156;
			this.butBlue.Text = "Blue";
			this.butBlue.Click += new System.EventHandler(this.butBlue_Click);
			// 
			// FormTaskEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(836, 676);
			this.Controls.Add(this.butBlue);
			this.Controls.Add(this.butRed);
			this.Controls.Add(this.textBox1);
			this.Controls.Add(this.textTaskNum);
			this.Controls.Add(this.labelTaskNum);
			this.Controls.Add(this.checkDone);
			this.Controls.Add(this.labelDoneAffectsAll);
			this.Controls.Add(this.checkNew);
			this.Controls.Add(this.butChangeUser);
			this.Controls.Add(this.butAddNote);
			this.Controls.Add(this.gridMain);
			this.Controls.Add(this.comboDateType);
			this.Controls.Add(this.textTaskList);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.butSend);
			this.Controls.Add(this.labelReply);
			this.Controls.Add(this.butReply);
			this.Controls.Add(this.butNowFinished);
			this.Controls.Add(this.textDateTimeFinished);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.textUser);
			this.Controls.Add(this.label16);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butNow);
			this.Controls.Add(this.textDateTimeEntry);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.panelObject);
			this.Controls.Add(this.listObjectType);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.textDateTask);
			this.Controls.Add(this.butCopy);
			this.Controls.Add(this.textDescript);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.checkFromNum);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.Name = "FormTaskEdit";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Task";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormTaskEdit_FormClosing);
			this.Load += new System.EventHandler(this.FormTaskListEdit_Load);
			this.panelObject.ResumeLayout(false);
			this.panelObject.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Esempio n. 58
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(FormRecallEdit));
     this.textDatePrevious  = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.textDateDueCalc   = new System.Windows.Forms.TextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.textWeeks         = new OpenDental.ValidNum();
     this.label7            = new System.Windows.Forms.Label();
     this.textDays          = new OpenDental.ValidNum();
     this.label6            = new System.Windows.Forms.Label();
     this.textMonths        = new OpenDental.ValidNum();
     this.label5            = new System.Windows.Forms.Label();
     this.textYears         = new OpenDental.ValidNum();
     this.label4            = new System.Windows.Forms.Label();
     this.label8            = new System.Windows.Forms.Label();
     this.comboStatus       = new System.Windows.Forms.ComboBox();
     this.checkIsDisabled   = new System.Windows.Forms.CheckBox();
     this.label9            = new System.Windows.Forms.Label();
     this.comboType         = new System.Windows.Forms.ComboBox();
     this.label10           = new System.Windows.Forms.Label();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.textBalance       = new OpenDental.ValidDouble();
     this.textDisableDate   = new OpenDental.ValidDate();
     this.label12           = new System.Windows.Forms.Label();
     this.label11           = new System.Windows.Forms.Label();
     this.textScheduledDate = new System.Windows.Forms.TextBox();
     this.label13           = new System.Windows.Forms.Label();
     this.textNote          = new OpenDental.ODtextBox();
     this.butDelete         = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.textDateDue       = new OpenDental.ValidDate();
     this.butCancel         = new OpenDental.UI.Button();
     this.checkASAP         = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // textDatePrevious
     //
     this.textDatePrevious.Location = new System.Drawing.Point(184, 171);
     this.textDatePrevious.Name     = "textDatePrevious";
     this.textDatePrevious.ReadOnly = true;
     this.textDatePrevious.Size     = new System.Drawing.Size(85, 20);
     this.textDatePrevious.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(11, 170);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(170, 19);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Previous Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(11, 196);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(170, 19);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Calculated Due Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateDueCalc
     //
     this.textDateDueCalc.Location = new System.Drawing.Point(184, 197);
     this.textDateDueCalc.Name     = "textDateDueCalc";
     this.textDateDueCalc.ReadOnly = true;
     this.textDateDueCalc.Size     = new System.Drawing.Size(85, 20);
     this.textDateDueCalc.TabIndex = 3;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(12, 223);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(170, 19);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Actual Due Date";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textWeeks);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.textDays);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.textMonths);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textYears);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(78, 50);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(170, 115);
     this.groupBox1.TabIndex  = 7;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Recall Interval";
     //
     // textWeeks
     //
     this.textWeeks.Location = new System.Drawing.Point(105, 63);
     this.textWeeks.MaxVal   = 255;
     this.textWeeks.MinVal   = 0;
     this.textWeeks.Name     = "textWeeks";
     this.textWeeks.Size     = new System.Drawing.Size(51, 20);
     this.textWeeks.TabIndex = 12;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(11, 63);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(92, 19);
     this.label7.TabIndex  = 11;
     this.label7.Text      = "Weeks";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDays
     //
     this.textDays.Location = new System.Drawing.Point(105, 85);
     this.textDays.MaxVal   = 255;
     this.textDays.MinVal   = 0;
     this.textDays.Name     = "textDays";
     this.textDays.Size     = new System.Drawing.Size(51, 20);
     this.textDays.TabIndex = 10;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(11, 85);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(92, 19);
     this.label6.TabIndex  = 9;
     this.label6.Text      = "Days";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textMonths
     //
     this.textMonths.Location = new System.Drawing.Point(105, 40);
     this.textMonths.MaxVal   = 255;
     this.textMonths.MinVal   = 0;
     this.textMonths.Name     = "textMonths";
     this.textMonths.Size     = new System.Drawing.Size(51, 20);
     this.textMonths.TabIndex = 8;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(11, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(92, 19);
     this.label5.TabIndex  = 7;
     this.label5.Text      = "Months";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textYears
     //
     this.textYears.Location = new System.Drawing.Point(105, 17);
     this.textYears.MaxVal   = 127;
     this.textYears.MinVal   = 0;
     this.textYears.Name     = "textYears";
     this.textYears.Size     = new System.Drawing.Size(51, 20);
     this.textYears.TabIndex = 6;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(11, 17);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(92, 19);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "Years";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(12, 275);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(170, 19);
     this.label8.TabIndex  = 8;
     this.label8.Text      = "Status";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboStatus
     //
     this.comboStatus.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStatus.Location         = new System.Drawing.Point(184, 275);
     this.comboStatus.MaxDropDownItems = 50;
     this.comboStatus.Name             = "comboStatus";
     this.comboStatus.Size             = new System.Drawing.Size(188, 21);
     this.comboStatus.TabIndex         = 9;
     //
     // checkIsDisabled
     //
     this.checkIsDisabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsDisabled.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkIsDisabled.Location   = new System.Drawing.Point(24, 20);
     this.checkIsDisabled.Name       = "checkIsDisabled";
     this.checkIsDisabled.Size       = new System.Drawing.Size(132, 18);
     this.checkIsDisabled.TabIndex   = 10;
     this.checkIsDisabled.Text       = "Always Disabled";
     this.checkIsDisabled.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsDisabled.Click     += new System.EventHandler(this.checkIsDisabled_Click);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(65, 321);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(117, 92);
     this.label9.TabIndex  = 11;
     this.label9.Text      = "Administrative Note (this note will get deleted every time recall gets reset)";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboType
     //
     this.comboType.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboType.Location                  = new System.Drawing.Point(184, 18);
     this.comboType.MaxDropDownItems          = 50;
     this.comboType.Name                      = "comboType";
     this.comboType.Size                      = new System.Drawing.Size(188, 21);
     this.comboType.TabIndex                  = 17;
     this.comboType.SelectionChangeCommitted += new System.EventHandler(this.comboType_SelectionChangeCommitted);
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(12, 18);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(170, 19);
     this.label10.TabIndex  = 16;
     this.label10.Text      = "Type";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textBalance);
     this.groupBox2.Controls.Add(this.textDisableDate);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.checkIsDisabled);
     this.groupBox2.Location = new System.Drawing.Point(423, 50);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(243, 115);
     this.groupBox2.TabIndex = 18;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Disable Recall";
     //
     // textBalance
     //
     this.textBalance.BackColor = System.Drawing.SystemColors.Window;
     this.textBalance.ForeColor = System.Drawing.SystemColors.WindowText;
     this.textBalance.Location  = new System.Drawing.Point(141, 48);
     this.textBalance.MaxVal    = 100000000D;
     this.textBalance.MinVal    = -100000000D;
     this.textBalance.Name      = "textBalance";
     this.textBalance.Size      = new System.Drawing.Size(86, 20);
     this.textBalance.TabIndex  = 19;
     //
     // textDisableDate
     //
     this.textDisableDate.Location = new System.Drawing.Point(141, 80);
     this.textDisableDate.Name     = "textDisableDate";
     this.textDisableDate.Size     = new System.Drawing.Size(86, 20);
     this.textDisableDate.TabIndex = 13;
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(40, 80);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(101, 18);
     this.label12.TabIndex  = 12;
     this.label12.Text      = "Until Date";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(3, 39);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(138, 37);
     this.label11.TabIndex  = 11;
     this.label11.Text      = "Until family Account balance is below";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textScheduledDate
     //
     this.textScheduledDate.Location = new System.Drawing.Point(184, 249);
     this.textScheduledDate.Name     = "textScheduledDate";
     this.textScheduledDate.ReadOnly = true;
     this.textScheduledDate.Size     = new System.Drawing.Size(85, 20);
     this.textScheduledDate.TabIndex = 19;
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(11, 248);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(170, 19);
     this.label13.TabIndex  = 20;
     this.label13.Text      = "Scheduled Date";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNote
     //
     this.textNote.AcceptsTab         = true;
     this.textNote.BackColor          = System.Drawing.SystemColors.Window;
     this.textNote.DetectLinksEnabled = false;
     this.textNote.DetectUrls         = false;
     this.textNote.Location           = new System.Drawing.Point(184, 323);
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Recall;
     this.textNote.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(350, 112);
     this.textNote.TabIndex       = 15;
     this.textNote.Text           = "";
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(26, 442);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(83, 24);
     this.butDelete.TabIndex     = 14;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(640, 400);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 13;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // textDateDue
     //
     this.textDateDue.Location = new System.Drawing.Point(184, 223);
     this.textDateDue.Name     = "textDateDue";
     this.textDateDue.Size     = new System.Drawing.Size(85, 20);
     this.textDateDue.TabIndex = 6;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(640, 442);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // checkASAP
     //
     this.checkASAP.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkASAP.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkASAP.Location   = new System.Drawing.Point(78, 302);
     this.checkASAP.Name       = "checkASAP";
     this.checkASAP.Size       = new System.Drawing.Size(121, 16);
     this.checkASAP.TabIndex   = 185;
     this.checkASAP.Text       = "Schedule ASAP";
     this.checkASAP.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkASAP.UseVisualStyleBackColor = true;
     //
     // FormRecallEdit
     //
     this.ClientSize = new System.Drawing.Size(736, 491);
     this.Controls.Add(this.checkASAP);
     this.Controls.Add(this.textScheduledDate);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.comboType);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textDateDue);
     this.Controls.Add(this.textDateDueCalc);
     this.Controls.Add(this.textDatePrevious);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.comboStatus);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRecallEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Recall";
     this.Load         += new System.EventHandler(this.FormRecallEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 59
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(FormDepositEdit));
			this.groupSelect = new System.Windows.Forms.GroupBox();
			this.listInsPayType = new System.Windows.Forms.ListBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.comboClinic = new System.Windows.Forms.ComboBox();
			this.labelClinic = new System.Windows.Forms.Label();
			this.listPayType = new System.Windows.Forms.ListBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.textBankAccountInfo = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.textAmount = new System.Windows.Forms.TextBox();
			this.comboDepositAccount = new System.Windows.Forms.ComboBox();
			this.labelDepositAccount = new System.Windows.Forms.Label();
			this.textDepositAccount = new System.Windows.Forms.TextBox();
			this.labelIncomeAccountQB = new System.Windows.Forms.Label();
			this.comboIncomeAccountQB = new System.Windows.Forms.ComboBox();
			this.textMemo = new System.Windows.Forms.TextBox();
			this.labelMemo = new System.Windows.Forms.Label();
			this.textAmountSearch = new System.Windows.Forms.TextBox();
			this.textCheckNumSearch = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.textItemNum = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.butSendQB = new OpenDental.UI.Button();
			this.gridIns = new OpenDental.UI.ODGrid();
			this.butPrint = new OpenDental.UI.Button();
			this.textDate = new OpenDental.ValidDate();
			this.butDelete = new OpenDental.UI.Button();
			this.gridPat = new OpenDental.UI.ODGrid();
			this.butRefresh = new OpenDental.UI.Button();
			this.textDateStart = new OpenDental.ValidDate();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.groupSelect.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupSelect
			// 
			this.groupSelect.Controls.Add(this.listInsPayType);
			this.groupSelect.Controls.Add(this.label6);
			this.groupSelect.Controls.Add(this.butRefresh);
			this.groupSelect.Controls.Add(this.textDateStart);
			this.groupSelect.Controls.Add(this.label5);
			this.groupSelect.Controls.Add(this.comboClinic);
			this.groupSelect.Controls.Add(this.labelClinic);
			this.groupSelect.Controls.Add(this.listPayType);
			this.groupSelect.Controls.Add(this.label2);
			this.groupSelect.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupSelect.Location = new System.Drawing.Point(602, 296);
			this.groupSelect.Name = "groupSelect";
			this.groupSelect.Size = new System.Drawing.Size(355, 324);
			this.groupSelect.TabIndex = 99;
			this.groupSelect.TabStop = false;
			this.groupSelect.Text = "Show";
			// 
			// listInsPayType
			// 
			this.listInsPayType.Location = new System.Drawing.Point(184, 111);
			this.listInsPayType.Name = "listInsPayType";
			this.listInsPayType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listInsPayType.Size = new System.Drawing.Size(165, 173);
			this.listInsPayType.TabIndex = 107;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(184, 94);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(165, 16);
			this.label6.TabIndex = 108;
			this.label6.Text = "Insurance Payment Types";
			this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(14, 14);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(118, 16);
			this.label5.TabIndex = 104;
			this.label5.Text = "Start Date";
			this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// comboClinic
			// 
			this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClinic.Location = new System.Drawing.Point(14, 68);
			this.comboClinic.MaxDropDownItems = 30;
			this.comboClinic.Name = "comboClinic";
			this.comboClinic.Size = new System.Drawing.Size(180, 21);
			this.comboClinic.TabIndex = 94;
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(14, 51);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(102, 16);
			this.labelClinic.TabIndex = 93;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// listPayType
			// 
			this.listPayType.Location = new System.Drawing.Point(14, 111);
			this.listPayType.Name = "listPayType";
			this.listPayType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listPayType.Size = new System.Drawing.Size(165, 173);
			this.listPayType.TabIndex = 96;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(14, 94);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(165, 16);
			this.label2.TabIndex = 97;
			this.label2.Text = "Patient Payment Types";
			this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(602, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(95, 16);
			this.label1.TabIndex = 102;
			this.label1.Text = "Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(602, 83);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(127, 16);
			this.label3.TabIndex = 104;
			this.label3.Text = "Bank Account Info";
			this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textBankAccountInfo
			// 
			this.textBankAccountInfo.Location = new System.Drawing.Point(602, 100);
			this.textBankAccountInfo.Multiline = true;
			this.textBankAccountInfo.Name = "textBankAccountInfo";
			this.textBankAccountInfo.Size = new System.Drawing.Size(289, 59);
			this.textBankAccountInfo.TabIndex = 105;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(602, 46);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(94, 16);
			this.label4.TabIndex = 106;
			this.label4.Text = "Amount";
			this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textAmount
			// 
			this.textAmount.Location = new System.Drawing.Point(602, 63);
			this.textAmount.Name = "textAmount";
			this.textAmount.ReadOnly = true;
			this.textAmount.Size = new System.Drawing.Size(94, 20);
			this.textAmount.TabIndex = 107;
			// 
			// comboDepositAccount
			// 
			this.comboDepositAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboDepositAccount.FormattingEnabled = true;
			this.comboDepositAccount.Location = new System.Drawing.Point(602, 230);
			this.comboDepositAccount.Name = "comboDepositAccount";
			this.comboDepositAccount.Size = new System.Drawing.Size(289, 21);
			this.comboDepositAccount.TabIndex = 110;
			// 
			// labelDepositAccount
			// 
			this.labelDepositAccount.Location = new System.Drawing.Point(602, 213);
			this.labelDepositAccount.Name = "labelDepositAccount";
			this.labelDepositAccount.Size = new System.Drawing.Size(289, 16);
			this.labelDepositAccount.TabIndex = 111;
			this.labelDepositAccount.Text = "Deposit into Account";
			this.labelDepositAccount.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textDepositAccount
			// 
			this.textDepositAccount.Location = new System.Drawing.Point(602, 261);
			this.textDepositAccount.Name = "textDepositAccount";
			this.textDepositAccount.ReadOnly = true;
			this.textDepositAccount.Size = new System.Drawing.Size(289, 20);
			this.textDepositAccount.TabIndex = 112;
			// 
			// labelIncomeAccountQB
			// 
			this.labelIncomeAccountQB.Location = new System.Drawing.Point(602, 256);
			this.labelIncomeAccountQB.Name = "labelIncomeAccountQB";
			this.labelIncomeAccountQB.Size = new System.Drawing.Size(289, 11);
			this.labelIncomeAccountQB.TabIndex = 114;
			this.labelIncomeAccountQB.Text = "Income Account";
			this.labelIncomeAccountQB.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			this.labelIncomeAccountQB.Visible = false;
			// 
			// comboIncomeAccountQB
			// 
			this.comboIncomeAccountQB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboIncomeAccountQB.FormattingEnabled = true;
			this.comboIncomeAccountQB.Location = new System.Drawing.Point(602, 271);
			this.comboIncomeAccountQB.Name = "comboIncomeAccountQB";
			this.comboIncomeAccountQB.Size = new System.Drawing.Size(289, 21);
			this.comboIncomeAccountQB.TabIndex = 113;
			this.comboIncomeAccountQB.Visible = false;
			// 
			// textMemo
			// 
			this.textMemo.Location = new System.Drawing.Point(602, 177);
			this.textMemo.Multiline = true;
			this.textMemo.Name = "textMemo";
			this.textMemo.Size = new System.Drawing.Size(289, 35);
			this.textMemo.TabIndex = 117;
			// 
			// labelMemo
			// 
			this.labelMemo.Location = new System.Drawing.Point(602, 160);
			this.labelMemo.Name = "labelMemo";
			this.labelMemo.Size = new System.Drawing.Size(127, 16);
			this.labelMemo.TabIndex = 116;
			this.labelMemo.Text = "Memo";
			this.labelMemo.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textAmountSearch
			// 
			this.textAmountSearch.Location = new System.Drawing.Point(473, 634);
			this.textAmountSearch.Name = "textAmountSearch";
			this.textAmountSearch.Size = new System.Drawing.Size(94, 20);
			this.textAmountSearch.TabIndex = 118;
			this.textAmountSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textAmountSearch_KeyUp);
			this.textAmountSearch.MouseUp += new System.Windows.Forms.MouseEventHandler(this.textAmountSearch_MouseUp);
			// 
			// textCheckNumSearch
			// 
			this.textCheckNumSearch.Location = new System.Drawing.Point(251, 634);
			this.textCheckNumSearch.Name = "textCheckNumSearch";
			this.textCheckNumSearch.Size = new System.Drawing.Size(94, 20);
			this.textCheckNumSearch.TabIndex = 119;
			this.textCheckNumSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textCheckNumSearch_KeyUp);
			this.textCheckNumSearch.MouseUp += new System.Windows.Forms.MouseEventHandler(this.textCheckNumSearch_MouseUp);
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(351, 634);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(121, 20);
			this.label7.TabIndex = 109;
			this.label7.Text = "Search Amount";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(102, 634);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(148, 20);
			this.label8.TabIndex = 120;
			this.label8.Text = "Search Check Number";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textItemNum
			// 
			this.textItemNum.Location = new System.Drawing.Point(710, 64);
			this.textItemNum.Name = "textItemNum";
			this.textItemNum.ReadOnly = true;
			this.textItemNum.Size = new System.Drawing.Size(54, 20);
			this.textItemNum.TabIndex = 121;
			this.textItemNum.Text = "0";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(710, 47);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(66, 16);
			this.label9.TabIndex = 122;
			this.label9.Text = "Item Count";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// butSendQB
			// 
			this.butSendQB.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSendQB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butSendQB.Autosize = true;
			this.butSendQB.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSendQB.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSendQB.CornerRadius = 4F;
			this.butSendQB.Location = new System.Drawing.Point(897, 268);
			this.butSendQB.Name = "butSendQB";
			this.butSendQB.Size = new System.Drawing.Size(75, 24);
			this.butSendQB.TabIndex = 115;
			this.butSendQB.Text = "&Send QB";
			this.butSendQB.Click += new System.EventHandler(this.butSendQB_Click);
			// 
			// gridIns
			// 
			this.gridIns.HScrollVisible = false;
			this.gridIns.Location = new System.Drawing.Point(8, 319);
			this.gridIns.Name = "gridIns";
			this.gridIns.ScrollValue = 0;
			this.gridIns.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridIns.Size = new System.Drawing.Size(584, 301);
			this.gridIns.TabIndex = 109;
			this.gridIns.Title = "Insurance Payments";
			this.gridIns.TranslationName = "TableDepositSlipIns";
			this.gridIns.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridIns_CellClick);
			this.gridIns.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridIns_MouseUp);
			// 
			// butPrint
			// 
			this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butPrint.Autosize = true;
			this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPrint.CornerRadius = 4F;
			this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall;
			this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butPrint.Location = new System.Drawing.Point(605, 630);
			this.butPrint.Name = "butPrint";
			this.butPrint.Size = new System.Drawing.Size(81, 24);
			this.butPrint.TabIndex = 108;
			this.butPrint.Text = "&Print";
			this.butPrint.Click += new System.EventHandler(this.butPrint_Click);
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(602, 25);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(94, 20);
			this.textDate.TabIndex = 103;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(7, 631);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(85, 24);
			this.butDelete.TabIndex = 101;
			this.butDelete.Text = "Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// gridPat
			// 
			this.gridPat.HScrollVisible = false;
			this.gridPat.Location = new System.Drawing.Point(8, 12);
			this.gridPat.Name = "gridPat";
			this.gridPat.ScrollValue = 0;
			this.gridPat.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridPat.Size = new System.Drawing.Size(584, 299);
			this.gridPat.TabIndex = 100;
			this.gridPat.Title = "Patient Payments";
			this.gridPat.TranslationName = "TableDepositSlipPat";
			this.gridPat.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPat_CellClick);
			this.gridPat.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridPat_MouseUp);
			// 
			// butRefresh
			// 
			this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butRefresh.Autosize = true;
			this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butRefresh.CornerRadius = 4F;
			this.butRefresh.Location = new System.Drawing.Point(144, 294);
			this.butRefresh.Name = "butRefresh";
			this.butRefresh.Size = new System.Drawing.Size(75, 24);
			this.butRefresh.TabIndex = 106;
			this.butRefresh.Text = "Refresh";
			this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click);
			// 
			// textDateStart
			// 
			this.textDateStart.Location = new System.Drawing.Point(14, 31);
			this.textDateStart.Name = "textDateStart";
			this.textDateStart.Size = new System.Drawing.Size(94, 20);
			this.textDateStart.TabIndex = 105;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(789, 631);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 24);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(882, 631);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 24);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormDepositEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(974, 667);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.textItemNum);
			this.Controls.Add(this.label8);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.textCheckNumSearch);
			this.Controls.Add(this.textAmountSearch);
			this.Controls.Add(this.textMemo);
			this.Controls.Add(this.labelMemo);
			this.Controls.Add(this.butSendQB);
			this.Controls.Add(this.textDepositAccount);
			this.Controls.Add(this.labelDepositAccount);
			this.Controls.Add(this.comboDepositAccount);
			this.Controls.Add(this.gridIns);
			this.Controls.Add(this.butPrint);
			this.Controls.Add(this.textAmount);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.textBankAccountInfo);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.gridPat);
			this.Controls.Add(this.groupSelect);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.labelIncomeAccountQB);
			this.Controls.Add(this.comboIncomeAccountQB);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.KeyPreview = true;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormDepositEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Deposit Slip";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.FormDepositEdit_Closing);
			this.Load += new System.EventHandler(this.FormDepositEdit_Load);
			this.groupSelect.ResumeLayout(false);
			this.groupSelect.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}