/// <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(FormInsCatEdit));
			this.label1 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.textDescription = new System.Windows.Forms.TextBox();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.checkHidden = new System.Windows.Forms.CheckBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.textPercent = new OpenDental.ValidNumber();
			this.comboCat = new System.Windows.Forms.ComboBox();
			this.label4 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(111,26);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(95,18);
			this.label1.TabIndex = 0;
			this.label1.Text = "Description";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(107,51);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(100,18);
			this.label6.TabIndex = 5;
			this.label6.Text = "Default Percent";
			this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDescription
			// 
			this.textDescription.Location = new System.Drawing.Point(209,23);
			this.textDescription.MaxLength = 50;
			this.textDescription.Name = "textDescription";
			this.textDescription.Size = new System.Drawing.Size(100,20);
			this.textDescription.TabIndex = 0;
			// 
			// 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(497,246);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,25);
			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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(497,284);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,25);
			this.butCancel.TabIndex = 5;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// checkHidden
			// 
			this.checkHidden.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkHidden.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkHidden.Location = new System.Drawing.Point(118,79);
			this.checkHidden.Name = "checkHidden";
			this.checkHidden.Size = new System.Drawing.Size(105,16);
			this.checkHidden.TabIndex = 3;
			this.checkHidden.Text = "Is Hidden";
			this.checkHidden.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(229,80);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(343,21);
			this.label2.TabIndex = 12;
			this.label2.Text = "You cannot delete a category, but you can hide it.";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(12,288);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(203,23);
			this.label3.TabIndex = 13;
			this.label3.Text = "Changes affect all patients";
			// 
			// textPercent
			// 
			this.textPercent.Location = new System.Drawing.Point(209,47);
			this.textPercent.MaxVal = 255;
			this.textPercent.MinVal = 0;
			this.textPercent.Name = "textPercent";
			this.textPercent.Size = new System.Drawing.Size(40,20);
			this.textPercent.TabIndex = 1;
			// 
			// comboCat
			// 
			this.comboCat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboCat.FormattingEnabled = true;
			this.comboCat.Location = new System.Drawing.Point(209,106);
			this.comboCat.MaxDropDownItems = 30;
			this.comboCat.Name = "comboCat";
			this.comboCat.Size = new System.Drawing.Size(197,21);
			this.comboCat.TabIndex = 14;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(7,109);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(200,18);
			this.label4.TabIndex = 15;
			this.label4.Text = "Electronic Benefit Category";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// FormInsCatEdit
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(581,316);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.comboCat);
			this.Controls.Add(this.textPercent);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.checkHidden);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.textDescription);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.label1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormInsCatEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Insurance Categories";
			this.Load += new System.EventHandler(this.FormInsCatEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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();
 }
Example #3
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(FormSchoolClassEdit));
     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.butDelete    = new OpenDental.UI.Button();
     this.textGradYear = new OpenDental.ValidNumber();
     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(411, 171);
     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.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(411, 130);
     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);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(5, 22);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(199, 19);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Graduation Year";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDescript
     //
     this.textDescript.Location = new System.Drawing.Point(206, 49);
     this.textDescript.Name     = "textDescript";
     this.textDescript.Size     = new System.Drawing.Size(196, 20);
     this.textDescript.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(5, 49);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(199, 19);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Description (Dental or Hygiene)";
     this.label2.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(50, 170);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(95, 26);
     this.butDelete.TabIndex   = 2;
     this.butDelete.Text       = "Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // textGradYear
     //
     this.textGradYear.Location = new System.Drawing.Point(206, 20);
     this.textGradYear.MaxVal   = 2075;
     this.textGradYear.MinVal   = 1990;
     this.textGradYear.Name     = "textGradYear";
     this.textGradYear.Size     = new System.Drawing.Size(71, 20);
     this.textGradYear.TabIndex = 0;
     //
     // FormSchoolClassEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(538, 222);
     this.Controls.Add(this.textGradYear);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textDescript);
     this.Controls.Add(this.label2);
     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          = "FormSchoolClassEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Dental School Class";
     this.Load         += new System.EventHandler(this.FormSchoolClassEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsCatEdit));
     this.label1          = new System.Windows.Forms.Label();
     this.label6          = new System.Windows.Forms.Label();
     this.textDescription = new System.Windows.Forms.TextBox();
     this.butOK           = new OpenDental.UI.Button();
     this.butCancel       = new OpenDental.UI.Button();
     this.checkHidden     = new System.Windows.Forms.CheckBox();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.textPercent     = new OpenDental.ValidNumber();
     this.comboCat        = new System.Windows.Forms.ComboBox();
     this.label4          = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(111, 26);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(95, 18);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Description";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(107, 51);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(100, 18);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "Default Percent";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDescription
     //
     this.textDescription.Location  = new System.Drawing.Point(209, 23);
     this.textDescription.MaxLength = 50;
     this.textDescription.Name      = "textDescription";
     this.textDescription.Size      = new System.Drawing.Size(100, 20);
     this.textDescription.TabIndex  = 0;
     //
     // 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(497, 246);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 25);
     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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(497, 284);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 25);
     this.butCancel.TabIndex     = 5;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // checkHidden
     //
     this.checkHidden.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkHidden.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkHidden.Location   = new System.Drawing.Point(118, 79);
     this.checkHidden.Name       = "checkHidden";
     this.checkHidden.Size       = new System.Drawing.Size(105, 16);
     this.checkHidden.TabIndex   = 3;
     this.checkHidden.Text       = "Is Hidden";
     this.checkHidden.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(229, 80);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(343, 21);
     this.label2.TabIndex = 12;
     this.label2.Text     = "You cannot delete a category, but you can hide it.";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 288);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(203, 23);
     this.label3.TabIndex = 13;
     this.label3.Text     = "Changes affect all patients";
     //
     // textPercent
     //
     this.textPercent.Location = new System.Drawing.Point(209, 47);
     this.textPercent.MaxVal   = 255;
     this.textPercent.MinVal   = 0;
     this.textPercent.Name     = "textPercent";
     this.textPercent.Size     = new System.Drawing.Size(40, 20);
     this.textPercent.TabIndex = 1;
     //
     // comboCat
     //
     this.comboCat.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboCat.FormattingEnabled = true;
     this.comboCat.Location          = new System.Drawing.Point(209, 106);
     this.comboCat.MaxDropDownItems  = 30;
     this.comboCat.Name     = "comboCat";
     this.comboCat.Size     = new System.Drawing.Size(197, 21);
     this.comboCat.TabIndex = 14;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(7, 109);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(200, 18);
     this.label4.TabIndex  = 15;
     this.label4.Text      = "Electronic Benefit Category";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormInsCatEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(581, 316);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.comboCat);
     this.Controls.Add(this.textPercent);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.checkHidden);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textDescription);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormInsCatEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Insurance Categories";
     this.Load         += new System.EventHandler(this.FormInsCatEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #5
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMisc));
     this.textMainWindowTitle = new System.Windows.Forms.TextBox();
     this.label3   = new System.Windows.Forms.Label();
     this.label4   = new System.Windows.Forms.Label();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.checkTaskListAlwaysShow    = new System.Windows.Forms.CheckBox();
     this.checkBoxTaskKeepListHidden = new System.Windows.Forms.CheckBox();
     this.radioBottom = new System.Windows.Forms.RadioButton();
     this.radioRight  = new System.Windows.Forms.RadioButton();
     this.checkTasksCheckOnStartup   = new System.Windows.Forms.CheckBox();
     this.checkTasksNewTrackedByUser = new System.Windows.Forms.CheckBox();
     this.labelX                   = new System.Windows.Forms.Label();
     this.labelY                   = new System.Windows.Forms.Label();
     this.comboShowID              = new System.Windows.Forms.ComboBox();
     this.groupBox2                = new System.Windows.Forms.GroupBox();
     this.groupBoxTaskDefaults     = new System.Windows.Forms.GroupBox();
     this.label15                  = new System.Windows.Forms.Label();
     this.label17                  = new System.Windows.Forms.Label();
     this.groupBox6                = new System.Windows.Forms.GroupBox();
     this.checkTitleBarShowSite    = new System.Windows.Forms.CheckBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.textWebServiceServerName = new System.Windows.Forms.TextBox();
     this.label2                   = new System.Windows.Forms.Label();
     this.checkReportsProcDate     = new System.Windows.Forms.CheckBox();
     this.checkReportsShowPatNum   = new System.Windows.Forms.CheckBox();
     this.checkReportProdWO        = new System.Windows.Forms.CheckBox();
     this.groupBox1                = new System.Windows.Forms.GroupBox();
     this.checkShowOpenTickets     = new System.Windows.Forms.CheckBox();
     this.validNumY                = new OpenDental.ValidNumber();
     this.validNumX                = new OpenDental.ValidNumber();
     this.butLanguages             = new OpenDental.UI.Button();
     this.textSigInterval          = new OpenDental.ValidNumber();
     this.butCancel                = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.groupBox2.SuspendLayout();
     this.groupBoxTaskDefaults.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // textMainWindowTitle
     //
     this.textMainWindowTitle.Location = new System.Drawing.Point(170, 14);
     this.textMainWindowTitle.Name     = "textMainWindowTitle";
     this.textMainWindowTitle.Size     = new System.Drawing.Size(267, 20);
     this.textMainWindowTitle.TabIndex = 38;
     //
     // label3
     //
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location  = new System.Drawing.Point(41, 138);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(333, 35);
     this.label3.TabIndex  = 56;
     this.label3.Text      = "Process Signal Interval in seconds.  Usually every 6 to 20 seconds.  Leave blank " +
                             "to disable autorefresh";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Location  = new System.Drawing.Point(59, 183);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(298, 17);
     this.label4.TabIndex  = 64;
     this.label4.Text      = "Languages used by patients.";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // toolTip1
     //
     this.toolTip1.AutomaticDelay = 0;
     this.toolTip1.AutoPopDelay   = 600000;
     this.toolTip1.InitialDelay   = 0;
     this.toolTip1.IsBalloon      = true;
     this.toolTip1.ReshowDelay    = 0;
     this.toolTip1.ToolTipIcon    = System.Windows.Forms.ToolTipIcon.Info;
     this.toolTip1.ToolTipTitle   = "Help";
     //
     // checkTaskListAlwaysShow
     //
     this.checkTaskListAlwaysShow.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkTaskListAlwaysShow.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkTaskListAlwaysShow.Location   = new System.Drawing.Point(158, 34);
     this.checkTaskListAlwaysShow.Name       = "checkTaskListAlwaysShow";
     this.checkTaskListAlwaysShow.Size       = new System.Drawing.Size(190, 14);
     this.checkTaskListAlwaysShow.TabIndex   = 74;
     this.checkTaskListAlwaysShow.Text       = "Global - Always show Task List";
     this.checkTaskListAlwaysShow.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.toolTip1.SetToolTip(this.checkTaskListAlwaysShow, resources.GetString("checkTaskListAlwaysShow.ToolTip"));
     this.checkTaskListAlwaysShow.CheckedChanged += new System.EventHandler(this.checkTaskListAlwaysShow_CheckedChanged);
     //
     // checkBoxTaskKeepListHidden
     //
     this.checkBoxTaskKeepListHidden.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBoxTaskKeepListHidden.Location   = new System.Drawing.Point(63, 19);
     this.checkBoxTaskKeepListHidden.Name       = "checkBoxTaskKeepListHidden";
     this.checkBoxTaskKeepListHidden.Size       = new System.Drawing.Size(218, 20);
     this.checkBoxTaskKeepListHidden.TabIndex   = 185;
     this.checkBoxTaskKeepListHidden.Text       = "Don\'t show on this computer";
     this.checkBoxTaskKeepListHidden.TextAlign  = System.Drawing.ContentAlignment.TopRight;
     this.toolTip1.SetToolTip(this.checkBoxTaskKeepListHidden, resources.GetString("checkBoxTaskKeepListHidden.ToolTip"));
     this.checkBoxTaskKeepListHidden.UseVisualStyleBackColor = true;
     this.checkBoxTaskKeepListHidden.CheckedChanged         += new System.EventHandler(this.checkBoxTaskKeepListHidden_CheckedChanged);
     //
     // radioBottom
     //
     this.radioBottom.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioBottom.Location   = new System.Drawing.Point(185, 38);
     this.radioBottom.Name       = "radioBottom";
     this.radioBottom.Size       = new System.Drawing.Size(96, 17);
     this.radioBottom.TabIndex   = 190;
     this.radioBottom.TabStop    = true;
     this.radioBottom.Text       = "Dock Bottom";
     this.radioBottom.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioBottom.UseVisualStyleBackColor = true;
     //
     // radioRight
     //
     this.radioRight.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioRight.Location   = new System.Drawing.Point(84, 38);
     this.radioRight.Name       = "radioRight";
     this.radioRight.Size       = new System.Drawing.Size(99, 17);
     this.radioRight.TabIndex   = 191;
     this.radioRight.TabStop    = true;
     this.radioRight.Text       = "Dock Right";
     this.radioRight.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioRight.UseVisualStyleBackColor = true;
     //
     // checkTasksCheckOnStartup
     //
     this.checkTasksCheckOnStartup.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkTasksCheckOnStartup.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkTasksCheckOnStartup.Location   = new System.Drawing.Point(118, 12);
     this.checkTasksCheckOnStartup.Name       = "checkTasksCheckOnStartup";
     this.checkTasksCheckOnStartup.Size       = new System.Drawing.Size(230, 19);
     this.checkTasksCheckOnStartup.TabIndex   = 75;
     this.checkTasksCheckOnStartup.Text       = "Check for new user tasks on startup";
     this.checkTasksCheckOnStartup.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkTasksNewTrackedByUser
     //
     this.checkTasksNewTrackedByUser.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkTasksNewTrackedByUser.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkTasksNewTrackedByUser.Location   = new System.Drawing.Point(48, 53);
     this.checkTasksNewTrackedByUser.Name       = "checkTasksNewTrackedByUser";
     this.checkTasksNewTrackedByUser.Size       = new System.Drawing.Size(300, 14);
     this.checkTasksNewTrackedByUser.TabIndex   = 77;
     this.checkTasksNewTrackedByUser.Text       = "New/Viewed status tracked by individual user";
     this.checkTasksNewTrackedByUser.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelX
     //
     this.labelX.Location  = new System.Drawing.Point(47, 59);
     this.labelX.Name      = "labelX";
     this.labelX.Size      = new System.Drawing.Size(62, 18);
     this.labelX.TabIndex  = 187;
     this.labelX.Text      = "X Default";
     this.labelX.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelY
     //
     this.labelY.Location  = new System.Drawing.Point(167, 59);
     this.labelY.Name      = "labelY";
     this.labelY.Size      = new System.Drawing.Size(62, 18);
     this.labelY.TabIndex  = 189;
     this.labelY.Text      = "Y Default";
     this.labelY.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboShowID
     //
     this.comboShowID.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboShowID.FormattingEnabled = true;
     this.comboShowID.Location          = new System.Drawing.Point(307, 36);
     this.comboShowID.Name     = "comboShowID";
     this.comboShowID.Size     = new System.Drawing.Size(130, 21);
     this.comboShowID.TabIndex = 72;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.checkShowOpenTickets);
     this.groupBox2.Controls.Add(this.checkTasksNewTrackedByUser);
     this.groupBox2.Controls.Add(this.groupBoxTaskDefaults);
     this.groupBox2.Controls.Add(this.checkTaskListAlwaysShow);
     this.groupBox2.Controls.Add(this.checkTasksCheckOnStartup);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(101, 308);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(386, 182);
     this.groupBox2.TabIndex  = 188;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Task List";
     //
     // groupBoxTaskDefaults
     //
     this.groupBoxTaskDefaults.Controls.Add(this.radioRight);
     this.groupBoxTaskDefaults.Controls.Add(this.radioBottom);
     this.groupBoxTaskDefaults.Controls.Add(this.validNumY);
     this.groupBoxTaskDefaults.Controls.Add(this.labelY);
     this.groupBoxTaskDefaults.Controls.Add(this.validNumX);
     this.groupBoxTaskDefaults.Controls.Add(this.labelX);
     this.groupBoxTaskDefaults.Controls.Add(this.checkBoxTaskKeepListHidden);
     this.groupBoxTaskDefaults.Enabled   = false;
     this.groupBoxTaskDefaults.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBoxTaskDefaults.Location  = new System.Drawing.Point(67, 94);
     this.groupBoxTaskDefaults.Name      = "groupBoxTaskDefaults";
     this.groupBoxTaskDefaults.Size      = new System.Drawing.Size(297, 83);
     this.groupBoxTaskDefaults.TabIndex  = 76;
     this.groupBoxTaskDefaults.TabStop   = false;
     this.groupBoxTaskDefaults.Text      = "Local Computer Default Settings";
     //
     // label15
     //
     this.label15.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label15.Location  = new System.Drawing.Point(86, 17);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(83, 17);
     this.label15.TabIndex  = 39;
     this.label15.Text      = "Title Text";
     this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label17
     //
     this.label17.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label17.Location  = new System.Drawing.Point(110, 39);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(195, 15);
     this.label17.TabIndex  = 73;
     this.label17.Text      = "Show ID in title bar";
     this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.checkTitleBarShowSite);
     this.groupBox6.Controls.Add(this.textMainWindowTitle);
     this.groupBox6.Controls.Add(this.label15);
     this.groupBox6.Controls.Add(this.comboShowID);
     this.groupBox6.Controls.Add(this.label17);
     this.groupBox6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox6.Location  = new System.Drawing.Point(12, 46);
     this.groupBox6.Name      = "groupBox6";
     this.groupBox6.Size      = new System.Drawing.Size(453, 83);
     this.groupBox6.TabIndex  = 195;
     this.groupBox6.TabStop   = false;
     this.groupBox6.Text      = "Main Window Title";
     //
     // checkTitleBarShowSite
     //
     this.checkTitleBarShowSite.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkTitleBarShowSite.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkTitleBarShowSite.Location   = new System.Drawing.Point(75, 60);
     this.checkTitleBarShowSite.Name       = "checkTitleBarShowSite";
     this.checkTitleBarShowSite.Size       = new System.Drawing.Size(362, 17);
     this.checkTitleBarShowSite.TabIndex   = 74;
     this.checkTitleBarShowSite.Text       = "Show Site (public health must also be turned on)";
     this.checkTitleBarShowSite.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(12, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(410, 17);
     this.label1.TabIndex  = 196;
     this.label1.Text      = "See Setup | Modules for setup options that were previously in this window.";
     //
     // textWebServiceServerName
     //
     this.textWebServiceServerName.Location = new System.Drawing.Point(284, 212);
     this.textWebServiceServerName.Name     = "textWebServiceServerName";
     this.textWebServiceServerName.Size     = new System.Drawing.Size(165, 20);
     this.textWebServiceServerName.TabIndex = 197;
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location  = new System.Drawing.Point(4, 213);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(279, 17);
     this.label2.TabIndex  = 198;
     this.label2.Text      = "Web Service: Server Name";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkReportsProcDate
     //
     this.checkReportsProcDate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkReportsProcDate.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkReportsProcDate.Location   = new System.Drawing.Point(75, 13);
     this.checkReportsProcDate.Name       = "checkReportsProcDate";
     this.checkReportsProcDate.Size       = new System.Drawing.Size(362, 17);
     this.checkReportsProcDate.TabIndex   = 199;
     this.checkReportsProcDate.Text       = "Default to using Proc Date for PPO writeoffs";
     this.checkReportsProcDate.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkReportsShowPatNum
     //
     this.checkReportsShowPatNum.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkReportsShowPatNum.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkReportsShowPatNum.Location   = new System.Drawing.Point(23, 32);
     this.checkReportsShowPatNum.Name       = "checkReportsShowPatNum";
     this.checkReportsShowPatNum.Size       = new System.Drawing.Size(414, 17);
     this.checkReportsShowPatNum.TabIndex   = 200;
     this.checkReportsShowPatNum.Text       = "Show PatNum: Aging, OutstandingIns, ProcsNotBilled";
     this.checkReportsShowPatNum.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkReportProdWO
     //
     this.checkReportProdWO.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkReportProdWO.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkReportProdWO.Location   = new System.Drawing.Point(23, 51);
     this.checkReportProdWO.Name       = "checkReportProdWO";
     this.checkReportProdWO.Size       = new System.Drawing.Size(414, 17);
     this.checkReportProdWO.TabIndex   = 201;
     this.checkReportProdWO.Text       = "Monthly P&&I scheduled production subtracts PPO writeoffs";
     this.checkReportProdWO.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkReportsShowPatNum);
     this.groupBox1.Controls.Add(this.checkReportProdWO);
     this.groupBox1.Controls.Add(this.checkReportsProcDate);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(12, 229);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(453, 73);
     this.groupBox1.TabIndex  = 202;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Reports";
     //
     // checkShowOpenTickets
     //
     this.checkShowOpenTickets.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkShowOpenTickets.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkShowOpenTickets.Location   = new System.Drawing.Point(6, 72);
     this.checkShowOpenTickets.Name       = "checkShowOpenTickets";
     this.checkShowOpenTickets.Size       = new System.Drawing.Size(342, 14);
     this.checkShowOpenTickets.TabIndex   = 78;
     this.checkShowOpenTickets.Text       = "Show open tickets for user";
     this.checkShowOpenTickets.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // validNumY
     //
     this.validNumY.Location  = new System.Drawing.Point(235, 59);
     this.validNumY.MaxLength = 4;
     this.validNumY.MaxVal    = 1200;
     this.validNumY.MinVal    = 300;
     this.validNumY.Name      = "validNumY";
     this.validNumY.Size      = new System.Drawing.Size(47, 20);
     this.validNumY.TabIndex  = 188;
     this.validNumY.Text      = "542";
     this.validNumY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // validNumX
     //
     this.validNumX.Location  = new System.Drawing.Point(115, 59);
     this.validNumX.MaxLength = 4;
     this.validNumX.MaxVal    = 2000;
     this.validNumX.MinVal    = 300;
     this.validNumX.Name      = "validNumX";
     this.validNumX.Size      = new System.Drawing.Size(47, 20);
     this.validNumX.TabIndex  = 186;
     this.validNumX.Text      = "542";
     this.validNumX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // butLanguages
     //
     this.butLanguages.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butLanguages.Autosize            = true;
     this.butLanguages.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butLanguages.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butLanguages.CornerRadius        = 4F;
     this.butLanguages.Location            = new System.Drawing.Point(360, 178);
     this.butLanguages.Name     = "butLanguages";
     this.butLanguages.Size     = new System.Drawing.Size(88, 24);
     this.butLanguages.TabIndex = 63;
     this.butLanguages.Text     = "Edit Languages";
     this.butLanguages.Click   += new System.EventHandler(this.butLanguages_Click);
     //
     // textSigInterval
     //
     this.textSigInterval.Location  = new System.Drawing.Point(375, 147);
     this.textSigInterval.MaxVal    = 1000000;
     this.textSigInterval.MinVal    = 1;
     this.textSigInterval.Name      = "textSigInterval";
     this.textSigInterval.Size      = new System.Drawing.Size(74, 20);
     this.textSigInterval.TabIndex  = 57;
     this.textSigInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // 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(548, 452);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 8;
     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(548, 414);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 7;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // FormMisc
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(670, 502);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.textWebServiceServerName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox6);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butLanguages);
     this.Controls.Add(this.textSigInterval);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label3);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormMisc";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Miscellaneous Setup";
     this.Load         += new System.EventHandler(this.FormMisc_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBoxTaskDefaults.ResumeLayout(false);
     this.groupBoxTaskDefaults.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #6
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();
 }
Example #7
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();

		}
Example #8
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()
 {
     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.panel1       = new System.Windows.Forms.Panel();
     this.radioTo      = new System.Windows.Forms.RadioButton();
     this.radioFrom    = new System.Windows.Forms.RadioButton();
     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.checkPatient = new System.Windows.Forms.CheckBox();
     this.textNotes    = new System.Windows.Forms.TextBox();
     this.label17      = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.label5       = new System.Windows.Forms.Label();
     this.panel1.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(504, 218);
     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);
     //
     // 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(504, 178);
     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);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(20, 192);
     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(14, 24);
     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(106, 20);
     this.textName.Name     = "textName";
     this.textName.ReadOnly = true;
     this.textName.Size     = new System.Drawing.Size(258, 20);
     this.textName.TabIndex = 1;
     this.textName.Text     = "";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.radioTo);
     this.panel1.Controls.Add(this.radioFrom);
     this.panel1.Location = new System.Drawing.Point(106, 154);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(196, 24);
     this.panel1.TabIndex = 19;
     //
     // radioTo
     //
     this.radioTo.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.radioTo.Location    = new System.Drawing.Point(86, 5);
     this.radioTo.Name        = "radioTo";
     this.radioTo.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.radioTo.Size        = new System.Drawing.Size(78, 14);
     this.radioTo.TabIndex    = 3;
     this.radioTo.Text        = "To";
     this.radioTo.Click      += new System.EventHandler(this.radioTo_Click);
     //
     // radioFrom
     //
     this.radioFrom.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.radioFrom.Location    = new System.Drawing.Point(2, 4);
     this.radioFrom.Name        = "radioFrom";
     this.radioFrom.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.radioFrom.Size        = new System.Drawing.Size(74, 16);
     this.radioFrom.TabIndex    = 2;
     this.radioFrom.Text        = "From";
     this.radioFrom.Click      += new System.EventHandler(this.radioFrom_Click);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(20, 160);
     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(24, 222);
     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(106, 218);
     this.textOrder.Name     = "textOrder";
     this.textOrder.Size     = new System.Drawing.Size(36, 20);
     this.textOrder.TabIndex = 72;
     this.textOrder.Text     = "";
     //
     // 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.Location            = new System.Drawing.Point(374, 16);
     this.butEdit.Name     = "butEdit";
     this.butEdit.Size     = new System.Drawing.Size(114, 26);
     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(106, 188);
     this.textRefDate.Name     = "textRefDate";
     this.textRefDate.TabIndex = 75;
     this.textRefDate.Text     = "";
     //
     // checkPatient
     //
     this.checkPatient.AutoCheck = false;
     this.checkPatient.BackColor = System.Drawing.SystemColors.Control;
     this.checkPatient.Enabled   = false;
     this.checkPatient.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPatient.Location  = new System.Drawing.Point(106, 46);
     this.checkPatient.Name      = "checkPatient";
     this.checkPatient.Size      = new System.Drawing.Size(22, 20);
     this.checkPatient.TabIndex  = 76;
     this.checkPatient.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNotes
     //
     this.textNotes.Location  = new System.Drawing.Point(106, 72);
     this.textNotes.Multiline = true;
     this.textNotes.Name      = "textNotes";
     this.textNotes.ReadOnly  = true;
     this.textNotes.Size      = new System.Drawing.Size(363, 66);
     this.textNotes.TabIndex  = 78;
     this.textNotes.Text      = "";
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(0, 0);
     this.label17.Name     = "label17";
     this.label17.TabIndex = 79;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(6, 48);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(98, 20);
     this.label4.TabIndex  = 80;
     this.label4.Text      = "Patient";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(6, 72);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(98, 20);
     this.label5.TabIndex  = 81;
     this.label5.Text      = "Notes";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormRefAttachEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(600, 264);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textNotes);
     this.Controls.Add(this.textRefDate);
     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.label17);
     this.Controls.Add(this.checkPatient);
     this.Controls.Add(this.labelOrder);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label3);
     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          = "FormRefAttachEdit";
     this.Load         += new System.EventHandler(this.FormRefAttachEdit_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #10
0
		private void InitializeComponent(){
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMisc));
			this.textMainWindowTitle = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.checkTaskListAlwaysShow = new System.Windows.Forms.CheckBox();
			this.checkBoxTaskKeepListHidden = new System.Windows.Forms.CheckBox();
			this.radioBottom = new System.Windows.Forms.RadioButton();
			this.radioRight = new System.Windows.Forms.RadioButton();
			this.checkTasksCheckOnStartup = new System.Windows.Forms.CheckBox();
			this.checkTasksNewTrackedByUser = new System.Windows.Forms.CheckBox();
			this.labelX = new System.Windows.Forms.Label();
			this.labelY = new System.Windows.Forms.Label();
			this.comboShowID = new System.Windows.Forms.ComboBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.checkShowOpenTickets = new System.Windows.Forms.CheckBox();
			this.groupBoxTaskDefaults = new System.Windows.Forms.GroupBox();
			this.validNumY = new OpenDental.ValidNumber();
			this.validNumX = new OpenDental.ValidNumber();
			this.label15 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.groupBox6 = new System.Windows.Forms.GroupBox();
			this.checkTitleBarShowSite = new System.Windows.Forms.CheckBox();
			this.label1 = new System.Windows.Forms.Label();
			this.textWebServiceServerName = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.butLanguages = new OpenDental.UI.Button();
			this.textSigInterval = new OpenDental.ValidNumber();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.groupBox2.SuspendLayout();
			this.groupBoxTaskDefaults.SuspendLayout();
			this.groupBox6.SuspendLayout();
			this.SuspendLayout();
			// 
			// textMainWindowTitle
			// 
			this.textMainWindowTitle.Location = new System.Drawing.Point(170, 14);
			this.textMainWindowTitle.Name = "textMainWindowTitle";
			this.textMainWindowTitle.Size = new System.Drawing.Size(267, 20);
			this.textMainWindowTitle.TabIndex = 38;
			// 
			// label3
			// 
			this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label3.Location = new System.Drawing.Point(41, 138);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(333, 35);
			this.label3.TabIndex = 56;
			this.label3.Text = "Process Signal Interval in seconds.  Usually every 6 to 20 seconds.  Leave blank " +
    "to disable autorefresh";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label4
			// 
			this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label4.Location = new System.Drawing.Point(59, 183);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(298, 17);
			this.label4.TabIndex = 64;
			this.label4.Text = "Languages used by patients.";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// toolTip1
			// 
			this.toolTip1.AutomaticDelay = 0;
			this.toolTip1.AutoPopDelay = 600000;
			this.toolTip1.InitialDelay = 0;
			this.toolTip1.IsBalloon = true;
			this.toolTip1.ReshowDelay = 0;
			this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
			this.toolTip1.ToolTipTitle = "Help";
			// 
			// checkTaskListAlwaysShow
			// 
			this.checkTaskListAlwaysShow.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkTaskListAlwaysShow.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkTaskListAlwaysShow.Location = new System.Drawing.Point(158, 34);
			this.checkTaskListAlwaysShow.Name = "checkTaskListAlwaysShow";
			this.checkTaskListAlwaysShow.Size = new System.Drawing.Size(190, 14);
			this.checkTaskListAlwaysShow.TabIndex = 74;
			this.checkTaskListAlwaysShow.Text = "Global - Always show Task List";
			this.checkTaskListAlwaysShow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.toolTip1.SetToolTip(this.checkTaskListAlwaysShow, resources.GetString("checkTaskListAlwaysShow.ToolTip"));
			this.checkTaskListAlwaysShow.CheckedChanged += new System.EventHandler(this.checkTaskListAlwaysShow_CheckedChanged);
			// 
			// checkBoxTaskKeepListHidden
			// 
			this.checkBoxTaskKeepListHidden.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBoxTaskKeepListHidden.Location = new System.Drawing.Point(63, 19);
			this.checkBoxTaskKeepListHidden.Name = "checkBoxTaskKeepListHidden";
			this.checkBoxTaskKeepListHidden.Size = new System.Drawing.Size(218, 20);
			this.checkBoxTaskKeepListHidden.TabIndex = 185;
			this.checkBoxTaskKeepListHidden.Text = "Don\'t show on this computer";
			this.checkBoxTaskKeepListHidden.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.toolTip1.SetToolTip(this.checkBoxTaskKeepListHidden, resources.GetString("checkBoxTaskKeepListHidden.ToolTip"));
			this.checkBoxTaskKeepListHidden.UseVisualStyleBackColor = true;
			this.checkBoxTaskKeepListHidden.CheckedChanged += new System.EventHandler(this.checkBoxTaskKeepListHidden_CheckedChanged);
			// 
			// radioBottom
			// 
			this.radioBottom.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioBottom.Location = new System.Drawing.Point(185, 38);
			this.radioBottom.Name = "radioBottom";
			this.radioBottom.Size = new System.Drawing.Size(96, 17);
			this.radioBottom.TabIndex = 190;
			this.radioBottom.TabStop = true;
			this.radioBottom.Text = "Dock Bottom";
			this.radioBottom.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioBottom.UseVisualStyleBackColor = true;
			// 
			// radioRight
			// 
			this.radioRight.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioRight.Location = new System.Drawing.Point(84, 38);
			this.radioRight.Name = "radioRight";
			this.radioRight.Size = new System.Drawing.Size(99, 17);
			this.radioRight.TabIndex = 191;
			this.radioRight.TabStop = true;
			this.radioRight.Text = "Dock Right";
			this.radioRight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioRight.UseVisualStyleBackColor = true;
			// 
			// checkTasksCheckOnStartup
			// 
			this.checkTasksCheckOnStartup.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkTasksCheckOnStartup.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkTasksCheckOnStartup.Location = new System.Drawing.Point(118, 12);
			this.checkTasksCheckOnStartup.Name = "checkTasksCheckOnStartup";
			this.checkTasksCheckOnStartup.Size = new System.Drawing.Size(230, 19);
			this.checkTasksCheckOnStartup.TabIndex = 75;
			this.checkTasksCheckOnStartup.Text = "Check for new user tasks on startup";
			this.checkTasksCheckOnStartup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkTasksNewTrackedByUser
			// 
			this.checkTasksNewTrackedByUser.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkTasksNewTrackedByUser.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkTasksNewTrackedByUser.Location = new System.Drawing.Point(48, 53);
			this.checkTasksNewTrackedByUser.Name = "checkTasksNewTrackedByUser";
			this.checkTasksNewTrackedByUser.Size = new System.Drawing.Size(300, 14);
			this.checkTasksNewTrackedByUser.TabIndex = 77;
			this.checkTasksNewTrackedByUser.Text = "New/Viewed status tracked by individual user";
			this.checkTasksNewTrackedByUser.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelX
			// 
			this.labelX.Location = new System.Drawing.Point(47, 59);
			this.labelX.Name = "labelX";
			this.labelX.Size = new System.Drawing.Size(62, 18);
			this.labelX.TabIndex = 187;
			this.labelX.Text = "X Default";
			this.labelX.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelY
			// 
			this.labelY.Location = new System.Drawing.Point(167, 59);
			this.labelY.Name = "labelY";
			this.labelY.Size = new System.Drawing.Size(62, 18);
			this.labelY.TabIndex = 189;
			this.labelY.Text = "Y Default";
			this.labelY.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboShowID
			// 
			this.comboShowID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboShowID.FormattingEnabled = true;
			this.comboShowID.Location = new System.Drawing.Point(307, 36);
			this.comboShowID.Name = "comboShowID";
			this.comboShowID.Size = new System.Drawing.Size(130, 21);
			this.comboShowID.TabIndex = 72;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.checkShowOpenTickets);
			this.groupBox2.Controls.Add(this.checkTasksNewTrackedByUser);
			this.groupBox2.Controls.Add(this.groupBoxTaskDefaults);
			this.groupBox2.Controls.Add(this.checkTaskListAlwaysShow);
			this.groupBox2.Controls.Add(this.checkTasksCheckOnStartup);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(101, 240);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(364, 184);
			this.groupBox2.TabIndex = 188;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Task List";
			// 
			// checkShowOpenTickets
			// 
			this.checkShowOpenTickets.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkShowOpenTickets.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkShowOpenTickets.Location = new System.Drawing.Point(6, 72);
			this.checkShowOpenTickets.Name = "checkShowOpenTickets";
			this.checkShowOpenTickets.Size = new System.Drawing.Size(342, 14);
			this.checkShowOpenTickets.TabIndex = 78;
			this.checkShowOpenTickets.Text = "Show open tickets for user";
			this.checkShowOpenTickets.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBoxTaskDefaults
			// 
			this.groupBoxTaskDefaults.Controls.Add(this.radioRight);
			this.groupBoxTaskDefaults.Controls.Add(this.radioBottom);
			this.groupBoxTaskDefaults.Controls.Add(this.validNumY);
			this.groupBoxTaskDefaults.Controls.Add(this.labelY);
			this.groupBoxTaskDefaults.Controls.Add(this.validNumX);
			this.groupBoxTaskDefaults.Controls.Add(this.labelX);
			this.groupBoxTaskDefaults.Controls.Add(this.checkBoxTaskKeepListHidden);
			this.groupBoxTaskDefaults.Enabled = false;
			this.groupBoxTaskDefaults.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBoxTaskDefaults.Location = new System.Drawing.Point(67, 94);
			this.groupBoxTaskDefaults.Name = "groupBoxTaskDefaults";
			this.groupBoxTaskDefaults.Size = new System.Drawing.Size(290, 83);
			this.groupBoxTaskDefaults.TabIndex = 76;
			this.groupBoxTaskDefaults.TabStop = false;
			this.groupBoxTaskDefaults.Text = "Local Computer Default Settings";
			// 
			// validNumY
			// 
			this.validNumY.Location = new System.Drawing.Point(235, 59);
			this.validNumY.MaxLength = 4;
			this.validNumY.MaxVal = 1200;
			this.validNumY.MinVal = 300;
			this.validNumY.Name = "validNumY";
			this.validNumY.Size = new System.Drawing.Size(47, 20);
			this.validNumY.TabIndex = 188;
			this.validNumY.Text = "542";
			this.validNumY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// validNumX
			// 
			this.validNumX.Location = new System.Drawing.Point(115, 59);
			this.validNumX.MaxLength = 4;
			this.validNumX.MaxVal = 2000;
			this.validNumX.MinVal = 300;
			this.validNumX.Name = "validNumX";
			this.validNumX.Size = new System.Drawing.Size(47, 20);
			this.validNumX.TabIndex = 186;
			this.validNumX.Text = "542";
			this.validNumX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label15
			// 
			this.label15.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label15.Location = new System.Drawing.Point(86, 17);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(83, 17);
			this.label15.TabIndex = 39;
			this.label15.Text = "Title Text";
			this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label17
			// 
			this.label17.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label17.Location = new System.Drawing.Point(110, 39);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(195, 15);
			this.label17.TabIndex = 73;
			this.label17.Text = "Show ID in title bar";
			this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// groupBox6
			// 
			this.groupBox6.Controls.Add(this.checkTitleBarShowSite);
			this.groupBox6.Controls.Add(this.textMainWindowTitle);
			this.groupBox6.Controls.Add(this.label15);
			this.groupBox6.Controls.Add(this.comboShowID);
			this.groupBox6.Controls.Add(this.label17);
			this.groupBox6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox6.Location = new System.Drawing.Point(12, 46);
			this.groupBox6.Name = "groupBox6";
			this.groupBox6.Size = new System.Drawing.Size(453, 83);
			this.groupBox6.TabIndex = 195;
			this.groupBox6.TabStop = false;
			this.groupBox6.Text = "Main Window Title";
			// 
			// checkTitleBarShowSite
			// 
			this.checkTitleBarShowSite.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkTitleBarShowSite.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkTitleBarShowSite.Location = new System.Drawing.Point(75, 60);
			this.checkTitleBarShowSite.Name = "checkTitleBarShowSite";
			this.checkTitleBarShowSite.Size = new System.Drawing.Size(362, 17);
			this.checkTitleBarShowSite.TabIndex = 74;
			this.checkTitleBarShowSite.Text = "Show Site (public health must also be turned on)";
			this.checkTitleBarShowSite.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label1
			// 
			this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label1.Location = new System.Drawing.Point(12, 9);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(410, 17);
			this.label1.TabIndex = 196;
			this.label1.Text = "See Setup | Modules for setup options that were previously in this window.";
			// 
			// textWebServiceServerName
			// 
			this.textWebServiceServerName.Location = new System.Drawing.Point(284, 212);
			this.textWebServiceServerName.Name = "textWebServiceServerName";
			this.textWebServiceServerName.Size = new System.Drawing.Size(165, 20);
			this.textWebServiceServerName.TabIndex = 197;
			// 
			// label2
			// 
			this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label2.Location = new System.Drawing.Point(4, 213);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(279, 17);
			this.label2.TabIndex = 198;
			this.label2.Text = "Middle Tier: Server Name";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butLanguages
			// 
			this.butLanguages.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butLanguages.Autosize = true;
			this.butLanguages.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butLanguages.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butLanguages.CornerRadius = 4F;
			this.butLanguages.Location = new System.Drawing.Point(360, 178);
			this.butLanguages.Name = "butLanguages";
			this.butLanguages.Size = new System.Drawing.Size(88, 24);
			this.butLanguages.TabIndex = 63;
			this.butLanguages.Text = "Edit Languages";
			this.butLanguages.Click += new System.EventHandler(this.butLanguages_Click);
			// 
			// textSigInterval
			// 
			this.textSigInterval.Location = new System.Drawing.Point(375, 147);
			this.textSigInterval.MaxVal = 1000000;
			this.textSigInterval.MinVal = 1;
			this.textSigInterval.Name = "textSigInterval";
			this.textSigInterval.Size = new System.Drawing.Size(74, 20);
			this.textSigInterval.TabIndex = 57;
			this.textSigInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// 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(487, 400);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 24);
			this.butCancel.TabIndex = 8;
			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(487, 362);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 24);
			this.butOK.TabIndex = 7;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// FormMisc
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(579, 437);
			this.Controls.Add(this.textWebServiceServerName);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.groupBox6);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.butLanguages);
			this.Controls.Add(this.textSigInterval);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.label3);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormMisc";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Miscellaneous Setup";
			this.Load += new System.EventHandler(this.FormMisc_Load);
			this.groupBox2.ResumeLayout(false);
			this.groupBoxTaskDefaults.ResumeLayout(false);
			this.groupBoxTaskDefaults.PerformLayout();
			this.groupBox6.ResumeLayout(false);
			this.groupBox6.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 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.panel1            = new System.Windows.Forms.Panel();
     this.radioTo           = new System.Windows.Forms.RadioButton();
     this.radioFrom         = new System.Windows.Forms.RadioButton();
     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.checkPatient      = new System.Windows.Forms.CheckBox();
     this.textReferralNotes = new System.Windows.Forms.TextBox();
     this.label17           = 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.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.panel1.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(593, 324);
     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);
     //
     // 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(593, 284);
     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);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(65, 171);
     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, 24);
     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, 20);
     this.textName.Name     = "textName";
     this.textName.ReadOnly = true;
     this.textName.Size     = new System.Drawing.Size(258, 20);
     this.textName.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.radioTo);
     this.panel1.Controls.Add(this.radioFrom);
     this.panel1.Location = new System.Drawing.Point(151, 141);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(196, 24);
     this.panel1.TabIndex = 19;
     //
     // radioTo
     //
     this.radioTo.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.radioTo.Location    = new System.Drawing.Point(86, 5);
     this.radioTo.Name        = "radioTo";
     this.radioTo.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.radioTo.Size        = new System.Drawing.Size(78, 14);
     this.radioTo.TabIndex    = 3;
     this.radioTo.Text        = "To";
     //
     // radioFrom
     //
     this.radioFrom.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.radioFrom.Location    = new System.Drawing.Point(2, 4);
     this.radioFrom.Name        = "radioFrom";
     this.radioFrom.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.radioFrom.Size        = new System.Drawing.Size(74, 16);
     this.radioFrom.TabIndex    = 2;
     this.radioFrom.Text        = "From";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(65, 147);
     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, 194);
     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, 190);
     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(419, 17);
     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, 167);
     this.textRefDate.Name     = "textRefDate";
     this.textRefDate.Size     = new System.Drawing.Size(100, 20);
     this.textRefDate.TabIndex = 75;
     //
     // checkPatient
     //
     this.checkPatient.AutoCheck = false;
     this.checkPatient.BackColor = System.Drawing.SystemColors.Control;
     this.checkPatient.Enabled   = false;
     this.checkPatient.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPatient.Location  = new System.Drawing.Point(151, 44);
     this.checkPatient.Name      = "checkPatient";
     this.checkPatient.Size      = new System.Drawing.Size(22, 20);
     this.checkPatient.TabIndex  = 76;
     this.checkPatient.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkPatient.UseVisualStyleBackColor = false;
     //
     // textReferralNotes
     //
     this.textReferralNotes.Location  = new System.Drawing.Point(151, 67);
     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;
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(54, 0);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(100, 23);
     this.label17.TabIndex = 79;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(51, 46);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(98, 20);
     this.label4.TabIndex  = 80;
     this.label4.Text      = "Patient";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(3, 67);
     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, 237);
     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, 237);
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(363, 66);
     this.textNote.TabIndex  = 82;
     //
     // comboRefToStatus
     //
     this.comboRefToStatus.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboRefToStatus.FormattingEnabled = true;
     this.comboRefToStatus.Location          = new System.Drawing.Point(151, 213);
     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, 216);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(143, 14);
     this.label7.TabIndex  = 85;
     this.label7.Text      = "Status (if refferred to)";
     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(35, 324);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(81, 26);
     this.butDelete.TabIndex     = 86;
     this.butDelete.Text         = "Detach";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // FormRefAttachEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(689, 370);
     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.label4);
     this.Controls.Add(this.textReferralNotes);
     this.Controls.Add(this.textRefDate);
     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.label17);
     this.Controls.Add(this.checkPatient);
     this.Controls.Add(this.labelOrder);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.panel1);
     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          = "FormRefAttachEdit";
     this.Load         += new System.EventHandler(this.FormRefAttachEdit_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #12
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRefAttachEdit));
     this.labelRefDate            = new System.Windows.Forms.Label();
     this.labelName               = new System.Windows.Forms.Label();
     this.textName                = new System.Windows.Forms.TextBox();
     this.labelRefType            = new System.Windows.Forms.Label();
     this.labelOrder              = new System.Windows.Forms.Label();
     this.textReferralNotes       = new System.Windows.Forms.TextBox();
     this.labelPatient            = new System.Windows.Forms.Label();
     this.labelReferralNotes      = new System.Windows.Forms.Label();
     this.labelNote               = new System.Windows.Forms.Label();
     this.textNote                = new System.Windows.Forms.TextBox();
     this.comboRefToStatus        = new System.Windows.Forms.ComboBox();
     this.labelRefToStatus        = new System.Windows.Forms.Label();
     this.listSheets              = new System.Windows.Forms.ListBox();
     this.labelSheets             = new System.Windows.Forms.Label();
     this.listRefType             = new System.Windows.Forms.ListBox();
     this.checkIsTransitionOfCare = new System.Windows.Forms.CheckBox();
     this.labelIsTransitionOfCare = new System.Windows.Forms.Label();
     this.textProc                = new System.Windows.Forms.TextBox();
     this.labelProc               = new System.Windows.Forms.Label();
     this.labelDateProcComplete   = new System.Windows.Forms.Label();
     this.comboProvNum            = new System.Windows.Forms.ComboBox();
     this.labelProv               = new System.Windows.Forms.Label();
     this.butNoneProv             = new OpenDental.UI.Button();
     this.butPickProv             = new OpenDental.UI.Button();
     this.textDateProcCompleted   = new OpenDental.ValidDate();
     this.butDetach               = new OpenDental.UI.Button();
     this.textRefDate             = new OpenDental.ValidDate();
     this.butChangeReferral       = new OpenDental.UI.Button();
     this.butEditReferral         = new OpenDental.UI.Button();
     this.textOrder               = new OpenDental.ValidNumber();
     this.butCancel               = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // labelRefDate
     //
     this.labelRefDate.Location  = new System.Drawing.Point(6, 188);
     this.labelRefDate.Name      = "labelRefDate";
     this.labelRefDate.Size      = new System.Drawing.Size(143, 17);
     this.labelRefDate.TabIndex  = 16;
     this.labelRefDate.Text      = "Date";
     this.labelRefDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelName
     //
     this.labelName.Location  = new System.Drawing.Point(6, 58);
     this.labelName.Name      = "labelName";
     this.labelName.Size      = new System.Drawing.Size(143, 17);
     this.labelName.TabIndex  = 17;
     this.labelName.Text      = "Name";
     this.labelName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textName
     //
     this.textName.Location = new System.Drawing.Point(151, 56);
     this.textName.Name     = "textName";
     this.textName.ReadOnly = true;
     this.textName.Size     = new System.Drawing.Size(258, 20);
     this.textName.TabIndex = 1;
     //
     // labelRefType
     //
     this.labelRefType.Location  = new System.Drawing.Point(6, 14);
     this.labelRefType.Name      = "labelRefType";
     this.labelRefType.Size      = new System.Drawing.Size(143, 17);
     this.labelRefType.TabIndex  = 20;
     this.labelRefType.Text      = "Referral Type";
     this.labelRefType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelOrder
     //
     this.labelOrder.Location  = new System.Drawing.Point(6, 209);
     this.labelOrder.Name      = "labelOrder";
     this.labelOrder.Size      = new System.Drawing.Size(143, 17);
     this.labelOrder.TabIndex  = 73;
     this.labelOrder.Text      = "Order";
     this.labelOrder.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textReferralNotes
     //
     this.textReferralNotes.Location  = new System.Drawing.Point(151, 97);
     this.textReferralNotes.Multiline = true;
     this.textReferralNotes.Name      = "textReferralNotes";
     this.textReferralNotes.ReadOnly  = true;
     this.textReferralNotes.Size      = new System.Drawing.Size(454, 66);
     this.textReferralNotes.TabIndex  = 78;
     //
     // labelPatient
     //
     this.labelPatient.Location = new System.Drawing.Point(150, 78);
     this.labelPatient.Name     = "labelPatient";
     this.labelPatient.Size     = new System.Drawing.Size(98, 17);
     this.labelPatient.TabIndex = 80;
     this.labelPatient.Text     = "(a patient)";
     //
     // labelReferralNotes
     //
     this.labelReferralNotes.Location  = new System.Drawing.Point(6, 99);
     this.labelReferralNotes.Name      = "labelReferralNotes";
     this.labelReferralNotes.Size      = new System.Drawing.Size(143, 38);
     this.labelReferralNotes.TabIndex  = 81;
     this.labelReferralNotes.Text      = "Notes about referral source";
     this.labelReferralNotes.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelNote
     //
     this.labelNote.Location  = new System.Drawing.Point(6, 252);
     this.labelNote.Name      = "labelNote";
     this.labelNote.Size      = new System.Drawing.Size(143, 38);
     this.labelNote.TabIndex  = 83;
     this.labelNote.Text      = "Patient note";
     this.labelNote.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(151, 250);
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(454, 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, 228);
     this.comboRefToStatus.MaxDropDownItems  = 20;
     this.comboRefToStatus.Name     = "comboRefToStatus";
     this.comboRefToStatus.Size     = new System.Drawing.Size(180, 21);
     this.comboRefToStatus.TabIndex = 84;
     //
     // labelRefToStatus
     //
     this.labelRefToStatus.Location  = new System.Drawing.Point(6, 230);
     this.labelRefToStatus.Name      = "labelRefToStatus";
     this.labelRefToStatus.Size      = new System.Drawing.Size(143, 17);
     this.labelRefToStatus.TabIndex  = 85;
     this.labelRefToStatus.Text      = "Status (if referred out)";
     this.labelRefToStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // listSheets
     //
     this.listSheets.FormattingEnabled = true;
     this.listSheets.Location          = new System.Drawing.Point(151, 317);
     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);
     //
     // labelSheets
     //
     this.labelSheets.Location  = new System.Drawing.Point(6, 319);
     this.labelSheets.Name      = "labelSheets";
     this.labelSheets.Size      = new System.Drawing.Size(143, 40);
     this.labelSheets.TabIndex  = 91;
     this.labelSheets.Text      = "Referral Slips\r\n(double click to view)";
     this.labelSheets.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listRefType
     //
     this.listRefType.FormattingEnabled = true;
     this.listRefType.Location          = new System.Drawing.Point(151, 12);
     this.listRefType.Name                  = "listRefType";
     this.listRefType.Size                  = new System.Drawing.Size(65, 43);
     this.listRefType.TabIndex              = 92;
     this.listRefType.SelectedIndexChanged += new System.EventHandler(this.listRefType_SelectedIndexChanged);
     //
     // checkIsTransitionOfCare
     //
     this.checkIsTransitionOfCare.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsTransitionOfCare.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkIsTransitionOfCare.Location   = new System.Drawing.Point(6, 387);
     this.checkIsTransitionOfCare.Name       = "checkIsTransitionOfCare";
     this.checkIsTransitionOfCare.Size       = new System.Drawing.Size(158, 18);
     this.checkIsTransitionOfCare.TabIndex   = 93;
     this.checkIsTransitionOfCare.Text       = "Transition of Care";
     this.checkIsTransitionOfCare.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsTransitionOfCare.UseVisualStyleBackColor = true;
     //
     // labelIsTransitionOfCare
     //
     this.labelIsTransitionOfCare.Location  = new System.Drawing.Point(166, 387);
     this.labelIsTransitionOfCare.Name      = "labelIsTransitionOfCare";
     this.labelIsTransitionOfCare.Size      = new System.Drawing.Size(195, 17);
     this.labelIsTransitionOfCare.TabIndex  = 94;
     this.labelIsTransitionOfCare.Text      = "(From or To another doctor)";
     this.labelIsTransitionOfCare.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, 406);
     this.textProc.Name      = "textProc";
     this.textProc.ReadOnly  = true;
     this.textProc.Size      = new System.Drawing.Size(232, 20);
     this.textProc.TabIndex  = 171;
     this.textProc.Text      = "test";
     //
     // labelProc
     //
     this.labelProc.Location  = new System.Drawing.Point(6, 408);
     this.labelProc.Name      = "labelProc";
     this.labelProc.Size      = new System.Drawing.Size(143, 17);
     this.labelProc.TabIndex  = 170;
     this.labelProc.Text      = "Procedure";
     this.labelProc.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelDateProcComplete
     //
     this.labelDateProcComplete.Location  = new System.Drawing.Point(6, 429);
     this.labelDateProcComplete.Name      = "labelDateProcComplete";
     this.labelDateProcComplete.Size      = new System.Drawing.Size(143, 17);
     this.labelDateProcComplete.TabIndex  = 172;
     this.labelDateProcComplete.Text      = "Date Proc Completed";
     this.labelDateProcComplete.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboProvNum
     //
     this.comboProvNum.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProvNum.Location                  = new System.Drawing.Point(151, 164);
     this.comboProvNum.MaxDropDownItems          = 30;
     this.comboProvNum.Name                      = "comboProvNum";
     this.comboProvNum.Size                      = new System.Drawing.Size(258, 21);
     this.comboProvNum.TabIndex                  = 280;
     this.comboProvNum.SelectionChangeCommitted += new System.EventHandler(this.comboProvNum_SelectionChangeCommitted);
     //
     // labelProv
     //
     this.labelProv.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelProv.Location  = new System.Drawing.Point(6, 166);
     this.labelProv.Name      = "labelProv";
     this.labelProv.Size      = new System.Drawing.Size(143, 17);
     this.labelProv.TabIndex  = 279;
     this.labelProv.Text      = "Referring Provider";
     this.labelProv.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butNoneProv
     //
     this.butNoneProv.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butNoneProv.Autosize            = false;
     this.butNoneProv.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butNoneProv.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butNoneProv.CornerRadius        = 2F;
     this.butNoneProv.Location            = new System.Drawing.Point(433, 164);
     this.butNoneProv.Name     = "butNoneProv";
     this.butNoneProv.Size     = new System.Drawing.Size(44, 21);
     this.butNoneProv.TabIndex = 282;
     this.butNoneProv.Text     = "None";
     this.butNoneProv.Click   += new System.EventHandler(this.butNoneProv_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(412, 164);
     this.butPickProv.Name     = "butPickProv";
     this.butPickProv.Size     = new System.Drawing.Size(18, 21);
     this.butPickProv.TabIndex = 281;
     this.butPickProv.Text     = "...";
     this.butPickProv.Click   += new System.EventHandler(this.butPickProv_Click);
     //
     // textDateProcCompleted
     //
     this.textDateProcCompleted.Location = new System.Drawing.Point(151, 427);
     this.textDateProcCompleted.Name     = "textDateProcCompleted";
     this.textDateProcCompleted.Size     = new System.Drawing.Size(100, 20);
     this.textDateProcCompleted.TabIndex = 173;
     //
     // butDetach
     //
     this.butDetach.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDetach.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     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.deleteX;
     this.butDetach.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDetach.Location     = new System.Drawing.Point(14, 477);
     this.butDetach.Name         = "butDetach";
     this.butDetach.Size         = new System.Drawing.Size(81, 24);
     this.butDetach.TabIndex     = 86;
     this.butDetach.Text         = "Detach";
     this.butDetach.Click       += new System.EventHandler(this.butDetach_Click);
     //
     // textRefDate
     //
     this.textRefDate.Location = new System.Drawing.Point(151, 186);
     this.textRefDate.Name     = "textRefDate";
     this.textRefDate.Size     = new System.Drawing.Size(100, 20);
     this.textRefDate.TabIndex = 75;
     //
     // 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(510, 54);
     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);
     //
     // butEditReferral
     //
     this.butEditReferral.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butEditReferral.Autosize            = true;
     this.butEditReferral.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butEditReferral.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butEditReferral.CornerRadius        = 4F;
     this.butEditReferral.Location            = new System.Drawing.Point(412, 54);
     this.butEditReferral.Name     = "butEditReferral";
     this.butEditReferral.Size     = new System.Drawing.Size(95, 24);
     this.butEditReferral.TabIndex = 74;
     this.butEditReferral.Text     = "&Edit Referral";
     this.butEditReferral.Click   += new System.EventHandler(this.butEditReferral_Click);
     //
     // textOrder
     //
     this.textOrder.Location = new System.Drawing.Point(151, 207);
     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;
     //
     // 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, 477);
     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(521, 477);
     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);
     //
     // FormRefAttachEdit
     //
     this.ClientSize = new System.Drawing.Size(689, 513);
     this.Controls.Add(this.butNoneProv);
     this.Controls.Add(this.comboProvNum);
     this.Controls.Add(this.butPickProv);
     this.Controls.Add(this.labelProv);
     this.Controls.Add(this.textDateProcCompleted);
     this.Controls.Add(this.labelDateProcComplete);
     this.Controls.Add(this.textProc);
     this.Controls.Add(this.labelProc);
     this.Controls.Add(this.labelIsTransitionOfCare);
     this.Controls.Add(this.checkIsTransitionOfCare);
     this.Controls.Add(this.listRefType);
     this.Controls.Add(this.labelSheets);
     this.Controls.Add(this.listSheets);
     this.Controls.Add(this.butDetach);
     this.Controls.Add(this.labelRefToStatus);
     this.Controls.Add(this.comboRefToStatus);
     this.Controls.Add(this.labelNote);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.labelReferralNotes);
     this.Controls.Add(this.labelPatient);
     this.Controls.Add(this.textReferralNotes);
     this.Controls.Add(this.textRefDate);
     this.Controls.Add(this.butChangeReferral);
     this.Controls.Add(this.butEditReferral);
     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.labelRefType);
     this.Controls.Add(this.labelName);
     this.Controls.Add(this.labelRefDate);
     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.Text          = "Edit Referral Attachment";
     this.Load         += new System.EventHandler(this.FormRefAttachEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #13
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormModuleSetup));
     this.textTreatNote = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.checkShowCC = new System.Windows.Forms.CheckBox();
     this.checkTreatPlanShowGraphics = new System.Windows.Forms.CheckBox();
     this.checkTreatPlanShowCompleted = new System.Windows.Forms.CheckBox();
     this.checkClaimsValidateACN = new System.Windows.Forms.CheckBox();
     this.checkStatementShowProcBreakdown = new System.Windows.Forms.CheckBox();
     this.checkStatementShowNotes = new System.Windows.Forms.CheckBox();
     this.checkIntermingleDefault = new System.Windows.Forms.CheckBox();
     this.comboBillingChargeAdjType = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.checkClaimFormTreatDentSaysSigOnFile = new System.Windows.Forms.CheckBox();
     this.checkStatementSummaryShowInsInfo = new System.Windows.Forms.CheckBox();
     this.label18 = new System.Windows.Forms.Label();
     this.textClaimAttachPath = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.checkShowFamilyCommByDefault = new System.Windows.Forms.CheckBox();
     this.checkProviderIncomeShows = new System.Windows.Forms.CheckBox();
     this.checkEclaimsSeparateTreatProv = new System.Windows.Forms.CheckBox();
     this.label12 = new System.Windows.Forms.Label();
     this.comboFinanceChargeAdjType = new System.Windows.Forms.ComboBox();
     this.label10 = new System.Windows.Forms.Label();
     this.checkStoreCCnumbers = new System.Windows.Forms.CheckBox();
     this.comboUseChartNum = new System.Windows.Forms.ComboBox();
     this.checkAgingMonthly = new System.Windows.Forms.CheckBox();
     this.checkStatementShowReturnAddress = new System.Windows.Forms.CheckBox();
     this.checkBalancesDontSubtractIns = new System.Windows.Forms.CheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.checkInsurancePlansShared = new System.Windows.Forms.CheckBox();
     this.checkMedicalEclaimsEnabled = new System.Windows.Forms.CheckBox();
     this.checkSolidBlockouts = new System.Windows.Forms.CheckBox();
     this.checkApptRefreshEveryMinute = new System.Windows.Forms.CheckBox();
     this.label6 = new System.Windows.Forms.Label();
     this.comboTimeDismissed = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.comboTimeSeated = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.comboTimeArrived = new System.Windows.Forms.ComboBox();
     this.checkApptExclamation = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.checkBrokenApptNote = new System.Windows.Forms.CheckBox();
     this.comboBrokenApptAdjType = new System.Windows.Forms.ComboBox();
     this.checkApptBubbleDelay = new System.Windows.Forms.CheckBox();
     this.checkAppointmentBubblesDisabled = new System.Windows.Forms.CheckBox();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.checkToothChartMoveMenuToRight = new System.Windows.Forms.CheckBox();
     this.checkChartQuickAddHideAmalgam = new System.Windows.Forms.CheckBox();
     this.label11 = new System.Windows.Forms.Label();
     this.checkAllowSettingProcsComplete = new System.Windows.Forms.CheckBox();
     this.comboToothNomenclature = new System.Windows.Forms.ComboBox();
     this.checkAutoClearEntryStatus = new System.Windows.Forms.CheckBox();
     this.checkPPOpercentage = new System.Windows.Forms.CheckBox();
     this.checkInsDefaultShowUCRonClaims = new System.Windows.Forms.CheckBox();
     this.checkCoPayFeeScheduleBlankLikeZero = new System.Windows.Forms.CheckBox();
     this.checkAllowedFeeSchedsAutomate = new System.Windows.Forms.CheckBox();
     this.checkImagesModuleTreeIsCollapsed = new System.Windows.Forms.CheckBox();
     this.checkRxSendNewToQueue = new System.Windows.Forms.CheckBox();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabAppts = new System.Windows.Forms.TabPage();
     this.label13 = new System.Windows.Forms.Label();
     this.comboSearchBehavior = new System.Windows.Forms.ComboBox();
     this.tabFamily = new System.Windows.Forms.TabPage();
     this.label15 = new System.Windows.Forms.Label();
     this.comboCobRule = new System.Windows.Forms.ComboBox();
     this.tabAccount = new System.Windows.Forms.TabPage();
     this.checkStoreCCTokens = new System.Windows.Forms.CheckBox();
     this.checkAccountShowPaymentNums = new System.Windows.Forms.CheckBox();
     this.checkClaimMedTypeIsInstWhenInsPlanIsMedical = new System.Windows.Forms.CheckBox();
     this.textStatementsCalcDueDate = new OpenDental.ValidNumber();
     this.textPayPlansBillInAdvanceDays = new OpenDental.ValidNum();
     this.tabTreatPlan = new System.Windows.Forms.TabPage();
     this.tabChart = new System.Windows.Forms.TabPage();
     this.checkMedicalFeeUsedForNewProcs = new System.Windows.Forms.CheckBox();
     this.checkChartAddProcNoRefreshGrid = new System.Windows.Forms.CheckBox();
     this.checkProcGroupNoteDoesAggregate = new System.Windows.Forms.CheckBox();
     this.butAllergiesIndicateNone = new OpenDental.UI.Button();
     this.textAllergiesIndicateNone = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.butMedicationsIndicateNone = new OpenDental.UI.Button();
     this.textMedicationsIndicateNone = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.butProblemsIndicateNone = new OpenDental.UI.Button();
     this.textProblemsIndicateNone = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tabImages = new System.Windows.Forms.TabPage();
     this.tabManage = new System.Windows.Forms.TabPage();
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.comboTimeCardOvertimeFirstDayOfWeek = new System.Windows.Forms.ComboBox();
     this.label16 = new System.Windows.Forms.Label();
     this.tabControl1.SuspendLayout();
     this.tabAppts.SuspendLayout();
     this.tabFamily.SuspendLayout();
     this.tabAccount.SuspendLayout();
     this.tabTreatPlan.SuspendLayout();
     this.tabChart.SuspendLayout();
     this.tabImages.SuspendLayout();
     this.tabManage.SuspendLayout();
     this.SuspendLayout();
     //
     // textTreatNote
     //
     this.textTreatNote.AcceptsReturn = true;
     this.textTreatNote.Location = new System.Drawing.Point(77,7);
     this.textTreatNote.Multiline = true;
     this.textTreatNote.Name = "textTreatNote";
     this.textTreatNote.Size = new System.Drawing.Size(363,53);
     this.textTreatNote.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(28,7);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(48,52);
     this.label1.TabIndex = 35;
     this.label1.Text = "Default Note";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkShowCC
     //
     this.checkShowCC.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkShowCC.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkShowCC.Location = new System.Drawing.Point(72,24);
     this.checkShowCC.Name = "checkShowCC";
     this.checkShowCC.Size = new System.Drawing.Size(368,17);
     this.checkShowCC.TabIndex = 36;
     this.checkShowCC.Text = "Show credit card info on statements";
     this.checkShowCC.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkTreatPlanShowGraphics
     //
     this.checkTreatPlanShowGraphics.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkTreatPlanShowGraphics.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkTreatPlanShowGraphics.Location = new System.Drawing.Point(81,62);
     this.checkTreatPlanShowGraphics.Name = "checkTreatPlanShowGraphics";
     this.checkTreatPlanShowGraphics.Size = new System.Drawing.Size(359,17);
     this.checkTreatPlanShowGraphics.TabIndex = 46;
     this.checkTreatPlanShowGraphics.Text = "Show Graphical Tooth Chart";
     this.checkTreatPlanShowGraphics.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkTreatPlanShowCompleted
     //
     this.checkTreatPlanShowCompleted.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkTreatPlanShowCompleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkTreatPlanShowCompleted.Location = new System.Drawing.Point(81,79);
     this.checkTreatPlanShowCompleted.Name = "checkTreatPlanShowCompleted";
     this.checkTreatPlanShowCompleted.Size = new System.Drawing.Size(359,17);
     this.checkTreatPlanShowCompleted.TabIndex = 47;
     this.checkTreatPlanShowCompleted.Text = "Show Completed Work on Graphical Tooth Chart";
     this.checkTreatPlanShowCompleted.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkClaimsValidateACN
     //
     this.checkClaimsValidateACN.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkClaimsValidateACN.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkClaimsValidateACN.Location = new System.Drawing.Point(44,415);
     this.checkClaimsValidateACN.Name = "checkClaimsValidateACN";
     this.checkClaimsValidateACN.Size = new System.Drawing.Size(396,17);
     this.checkClaimsValidateACN.TabIndex = 194;
     this.checkClaimsValidateACN.Text = "Require ACN# in remarks on claims with ADDP group name";
     this.checkClaimsValidateACN.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkStatementShowProcBreakdown
     //
     this.checkStatementShowProcBreakdown.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkStatementShowProcBreakdown.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkStatementShowProcBreakdown.Location = new System.Drawing.Point(72,58);
     this.checkStatementShowProcBreakdown.Name = "checkStatementShowProcBreakdown";
     this.checkStatementShowProcBreakdown.Size = new System.Drawing.Size(368,17);
     this.checkStatementShowProcBreakdown.TabIndex = 202;
     this.checkStatementShowProcBreakdown.Text = "Show procedure breakdown on statements";
     this.checkStatementShowProcBreakdown.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkStatementShowNotes
     //
     this.checkStatementShowNotes.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkStatementShowNotes.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkStatementShowNotes.Location = new System.Drawing.Point(72,41);
     this.checkStatementShowNotes.Name = "checkStatementShowNotes";
     this.checkStatementShowNotes.Size = new System.Drawing.Size(368,17);
     this.checkStatementShowNotes.TabIndex = 201;
     this.checkStatementShowNotes.Text = "Show notes for payments and adjustments on statements";
     this.checkStatementShowNotes.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkIntermingleDefault
     //
     this.checkIntermingleDefault.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIntermingleDefault.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIntermingleDefault.Location = new System.Drawing.Point(30,399);
     this.checkIntermingleDefault.Name = "checkIntermingleDefault";
     this.checkIntermingleDefault.Size = new System.Drawing.Size(410,16);
     this.checkIntermingleDefault.TabIndex = 200;
     this.checkIntermingleDefault.Text = "Default to all types of statements printing in intermingled mode";
     this.checkIntermingleDefault.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboBillingChargeAdjType
     //
     this.comboBillingChargeAdjType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBillingChargeAdjType.FormattingEnabled = true;
     this.comboBillingChargeAdjType.Location = new System.Drawing.Point(278,263);
     this.comboBillingChargeAdjType.MaxDropDownItems = 30;
     this.comboBillingChargeAdjType.Name = "comboBillingChargeAdjType";
     this.comboBillingChargeAdjType.Size = new System.Drawing.Size(163,21);
     this.comboBillingChargeAdjType.TabIndex = 199;
     //
     // label4
     //
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Location = new System.Drawing.Point(56,244);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(221,15);
     this.label4.TabIndex = 198;
     this.label4.Text = "Finance charge adj type";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkClaimFormTreatDentSaysSigOnFile
     //
     this.checkClaimFormTreatDentSaysSigOnFile.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkClaimFormTreatDentSaysSigOnFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkClaimFormTreatDentSaysSigOnFile.Location = new System.Drawing.Point(59,318);
     this.checkClaimFormTreatDentSaysSigOnFile.Name = "checkClaimFormTreatDentSaysSigOnFile";
     this.checkClaimFormTreatDentSaysSigOnFile.Size = new System.Drawing.Size(381,17);
     this.checkClaimFormTreatDentSaysSigOnFile.TabIndex = 197;
     this.checkClaimFormTreatDentSaysSigOnFile.Text = "Claim Form treating dentist shows Signature On File rather than name";
     this.checkClaimFormTreatDentSaysSigOnFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkStatementSummaryShowInsInfo
     //
     this.checkStatementSummaryShowInsInfo.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkStatementSummaryShowInsInfo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkStatementSummaryShowInsInfo.Location = new System.Drawing.Point(72,335);
     this.checkStatementSummaryShowInsInfo.Name = "checkStatementSummaryShowInsInfo";
     this.checkStatementSummaryShowInsInfo.Size = new System.Drawing.Size(368,17);
     this.checkStatementSummaryShowInsInfo.TabIndex = 195;
     this.checkStatementSummaryShowInsInfo.Text = "Show insurance pending and related balance info on statement summary";
     this.checkStatementSummaryShowInsInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label18
     //
     this.label18.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label18.Location = new System.Drawing.Point(61,137);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(318,27);
     this.label18.TabIndex = 76;
     this.label18.Text = "Days in advance to bill payment plan amounts due.\r\nUsually 10 or 15.";
     this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textClaimAttachPath
     //
     this.textClaimAttachPath.Location = new System.Drawing.Point(243,359);
     this.textClaimAttachPath.Name = "textClaimAttachPath";
     this.textClaimAttachPath.Size = new System.Drawing.Size(197,20);
     this.textClaimAttachPath.TabIndex = 189;
     //
     // label20
     //
     this.label20.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label20.Location = new System.Drawing.Point(54,362);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(188,13);
     this.label20.TabIndex = 190;
     this.label20.Text = "Claim Attachment Export Path";
     this.label20.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkShowFamilyCommByDefault
     //
     this.checkShowFamilyCommByDefault.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkShowFamilyCommByDefault.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkShowFamilyCommByDefault.Location = new System.Drawing.Point(59,301);
     this.checkShowFamilyCommByDefault.Name = "checkShowFamilyCommByDefault";
     this.checkShowFamilyCommByDefault.Size = new System.Drawing.Size(381,17);
     this.checkShowFamilyCommByDefault.TabIndex = 75;
     this.checkShowFamilyCommByDefault.Text = "Show Family Comm Entries By Default";
     this.checkShowFamilyCommByDefault.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkProviderIncomeShows
     //
     this.checkProviderIncomeShows.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkProviderIncomeShows.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkProviderIncomeShows.Location = new System.Drawing.Point(59,284);
     this.checkProviderIncomeShows.Name = "checkProviderIncomeShows";
     this.checkProviderIncomeShows.Size = new System.Drawing.Size(381,17);
     this.checkProviderIncomeShows.TabIndex = 74;
     this.checkProviderIncomeShows.Text = "Show provider income transfer window after entering insurance payment";
     this.checkProviderIncomeShows.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkEclaimsSeparateTreatProv
     //
     this.checkEclaimsSeparateTreatProv.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkEclaimsSeparateTreatProv.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkEclaimsSeparateTreatProv.Location = new System.Drawing.Point(94,381);
     this.checkEclaimsSeparateTreatProv.Name = "checkEclaimsSeparateTreatProv";
     this.checkEclaimsSeparateTreatProv.Size = new System.Drawing.Size(346,17);
     this.checkEclaimsSeparateTreatProv.TabIndex = 53;
     this.checkEclaimsSeparateTreatProv.Text = "On e-claims, send treating provider info for each separate procedure";
     this.checkEclaimsSeparateTreatProv.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label12
     //
     this.label12.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label12.Location = new System.Drawing.Point(56,266);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(221,15);
     this.label12.TabIndex = 73;
     this.label12.Text = "Billing charge adj type";
     this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboFinanceChargeAdjType
     //
     this.comboFinanceChargeAdjType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboFinanceChargeAdjType.FormattingEnabled = true;
     this.comboFinanceChargeAdjType.Location = new System.Drawing.Point(278,239);
     this.comboFinanceChargeAdjType.MaxDropDownItems = 30;
     this.comboFinanceChargeAdjType.Name = "comboFinanceChargeAdjType";
     this.comboFinanceChargeAdjType.Size = new System.Drawing.Size(163,21);
     this.comboFinanceChargeAdjType.TabIndex = 72;
     //
     // label10
     //
     this.label10.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label10.Location = new System.Drawing.Point(114,81);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(195,15);
     this.label10.TabIndex = 69;
     this.label10.Text = "Account Numbers use";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkStoreCCnumbers
     //
     this.checkStoreCCnumbers.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkStoreCCnumbers.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkStoreCCnumbers.Location = new System.Drawing.Point(72,203);
     this.checkStoreCCnumbers.Name = "checkStoreCCnumbers";
     this.checkStoreCCnumbers.Size = new System.Drawing.Size(368,17);
     this.checkStoreCCnumbers.TabIndex = 67;
     this.checkStoreCCnumbers.Text = "Allow storing credit card numbers (this is a security risk)";
     this.checkStoreCCnumbers.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkStoreCCnumbers.UseVisualStyleBackColor = true;
     //
     // comboUseChartNum
     //
     this.comboUseChartNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboUseChartNum.FormattingEnabled = true;
     this.comboUseChartNum.Location = new System.Drawing.Point(311,78);
     this.comboUseChartNum.Name = "comboUseChartNum";
     this.comboUseChartNum.Size = new System.Drawing.Size(130,21);
     this.comboUseChartNum.TabIndex = 68;
     //
     // checkAgingMonthly
     //
     this.checkAgingMonthly.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkAgingMonthly.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAgingMonthly.Location = new System.Drawing.Point(72,186);
     this.checkAgingMonthly.Name = "checkAgingMonthly";
     this.checkAgingMonthly.Size = new System.Drawing.Size(368,17);
     this.checkAgingMonthly.TabIndex = 57;
     this.checkAgingMonthly.Text = "Aging calculated monthly instead of daily";
     this.checkAgingMonthly.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkStatementShowReturnAddress
     //
     this.checkStatementShowReturnAddress.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkStatementShowReturnAddress.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkStatementShowReturnAddress.Location = new System.Drawing.Point(72,7);
     this.checkStatementShowReturnAddress.Name = "checkStatementShowReturnAddress";
     this.checkStatementShowReturnAddress.Size = new System.Drawing.Size(368,17);
     this.checkStatementShowReturnAddress.TabIndex = 56;
     this.checkStatementShowReturnAddress.Text = "Show return address on statements";
     this.checkStatementShowReturnAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkBalancesDontSubtractIns
     //
     this.checkBalancesDontSubtractIns.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBalancesDontSubtractIns.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBalancesDontSubtractIns.Location = new System.Drawing.Point(72,169);
     this.checkBalancesDontSubtractIns.Name = "checkBalancesDontSubtractIns";
     this.checkBalancesDontSubtractIns.Size = new System.Drawing.Size(368,17);
     this.checkBalancesDontSubtractIns.TabIndex = 55;
     this.checkBalancesDontSubtractIns.Text = "Balances don\'t subtract insurance estimate";
     this.checkBalancesDontSubtractIns.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location = new System.Drawing.Point(60,105);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(318,27);
     this.label2.TabIndex = 53;
     this.label2.Text = "Days to calculate due date.  Usually 10 or 15.  Leave blank to show \"Due on Recei" +
     "pt\"";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkInsurancePlansShared
     //
     this.checkInsurancePlansShared.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkInsurancePlansShared.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkInsurancePlansShared.Location = new System.Drawing.Point(34,24);
     this.checkInsurancePlansShared.Name = "checkInsurancePlansShared";
     this.checkInsurancePlansShared.Size = new System.Drawing.Size(406,17);
     this.checkInsurancePlansShared.TabIndex = 58;
     this.checkInsurancePlansShared.Text = "InsPlan option at bottom, \'Change Plan for all subscribers\', is default.";
     this.checkInsurancePlansShared.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkMedicalEclaimsEnabled
     //
     this.checkMedicalEclaimsEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkMedicalEclaimsEnabled.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkMedicalEclaimsEnabled.Location = new System.Drawing.Point(94,7);
     this.checkMedicalEclaimsEnabled.Name = "checkMedicalEclaimsEnabled";
     this.checkMedicalEclaimsEnabled.Size = new System.Drawing.Size(346,17);
     this.checkMedicalEclaimsEnabled.TabIndex = 60;
     this.checkMedicalEclaimsEnabled.Text = "Enable medical e-claims";
     this.checkMedicalEclaimsEnabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkMedicalEclaimsEnabled.Visible = false;
     //
     // checkSolidBlockouts
     //
     this.checkSolidBlockouts.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkSolidBlockouts.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkSolidBlockouts.Location = new System.Drawing.Point(78,41);
     this.checkSolidBlockouts.Name = "checkSolidBlockouts";
     this.checkSolidBlockouts.Size = new System.Drawing.Size(362,17);
     this.checkSolidBlockouts.TabIndex = 66;
     this.checkSolidBlockouts.Text = "Use solid blockouts instead of outlines on the appointment book";
     this.checkSolidBlockouts.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkSolidBlockouts.UseVisualStyleBackColor = true;
     //
     // checkApptRefreshEveryMinute
     //
     this.checkApptRefreshEveryMinute.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkApptRefreshEveryMinute.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkApptRefreshEveryMinute.Location = new System.Drawing.Point(34,188);
     this.checkApptRefreshEveryMinute.Name = "checkApptRefreshEveryMinute";
     this.checkApptRefreshEveryMinute.Size = new System.Drawing.Size(406,17);
     this.checkApptRefreshEveryMinute.TabIndex = 198;
     this.checkApptRefreshEveryMinute.Text = "Refresh every 60 seconds.  Keeps waiting room times refreshed.";
     this.checkApptRefreshEveryMinute.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label6.Location = new System.Drawing.Point(29,167);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(247,15);
     this.label6.TabIndex = 78;
     this.label6.Text = "Time Dismissed trigger";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboTimeDismissed
     //
     this.comboTimeDismissed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboTimeDismissed.FormattingEnabled = true;
     this.comboTimeDismissed.Location = new System.Drawing.Point(278,163);
     this.comboTimeDismissed.MaxDropDownItems = 30;
     this.comboTimeDismissed.Name = "comboTimeDismissed";
     this.comboTimeDismissed.Size = new System.Drawing.Size(163,21);
     this.comboTimeDismissed.TabIndex = 77;
     //
     // label5
     //
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Location = new System.Drawing.Point(29,145);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(247,15);
     this.label5.TabIndex = 76;
     this.label5.Text = "Time Seated (in op) trigger";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboTimeSeated
     //
     this.comboTimeSeated.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboTimeSeated.FormattingEnabled = true;
     this.comboTimeSeated.Location = new System.Drawing.Point(278,141);
     this.comboTimeSeated.MaxDropDownItems = 30;
     this.comboTimeSeated.Name = "comboTimeSeated";
     this.comboTimeSeated.Size = new System.Drawing.Size(163,21);
     this.comboTimeSeated.TabIndex = 75;
     //
     // label3
     //
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location = new System.Drawing.Point(29,123);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(247,15);
     this.label3.TabIndex = 74;
     this.label3.Text = "Time Arrived trigger";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboTimeArrived
     //
     this.comboTimeArrived.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboTimeArrived.FormattingEnabled = true;
     this.comboTimeArrived.Location = new System.Drawing.Point(278,119);
     this.comboTimeArrived.MaxDropDownItems = 30;
     this.comboTimeArrived.Name = "comboTimeArrived";
     this.comboTimeArrived.Size = new System.Drawing.Size(163,21);
     this.comboTimeArrived.TabIndex = 73;
     //
     // checkApptExclamation
     //
     this.checkApptExclamation.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkApptExclamation.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkApptExclamation.Location = new System.Drawing.Point(55,99);
     this.checkApptExclamation.Name = "checkApptExclamation";
     this.checkApptExclamation.Size = new System.Drawing.Size(385,17);
     this.checkApptExclamation.TabIndex = 72;
     this.checkApptExclamation.Text = "Show ! at upper right of appts for ins not sent (might cause slowdown)";
     this.checkApptExclamation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkApptExclamation.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label7.Location = new System.Drawing.Point(15,81);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(221,15);
     this.label7.TabIndex = 71;
     this.label7.Text = "Broken appt default adj type";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkBrokenApptNote
     //
     this.checkBrokenApptNote.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBrokenApptNote.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBrokenApptNote.Location = new System.Drawing.Point(78,58);
     this.checkBrokenApptNote.Name = "checkBrokenApptNote";
     this.checkBrokenApptNote.Size = new System.Drawing.Size(362,17);
     this.checkBrokenApptNote.TabIndex = 67;
     this.checkBrokenApptNote.Text = "Put broken appt note in Commlog instead of Adj (not recommended)";
     this.checkBrokenApptNote.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBrokenApptNote.UseVisualStyleBackColor = true;
     //
     // comboBrokenApptAdjType
     //
     this.comboBrokenApptAdjType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBrokenApptAdjType.FormattingEnabled = true;
     this.comboBrokenApptAdjType.Location = new System.Drawing.Point(238,77);
     this.comboBrokenApptAdjType.MaxDropDownItems = 30;
     this.comboBrokenApptAdjType.Name = "comboBrokenApptAdjType";
     this.comboBrokenApptAdjType.Size = new System.Drawing.Size(203,21);
     this.comboBrokenApptAdjType.TabIndex = 70;
     //
     // checkApptBubbleDelay
     //
     this.checkApptBubbleDelay.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkApptBubbleDelay.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkApptBubbleDelay.Location = new System.Drawing.Point(78,24);
     this.checkApptBubbleDelay.Name = "checkApptBubbleDelay";
     this.checkApptBubbleDelay.Size = new System.Drawing.Size(362,17);
     this.checkApptBubbleDelay.TabIndex = 69;
     this.checkApptBubbleDelay.Text = "Appointment bubble popup delay";
     this.checkApptBubbleDelay.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkApptBubbleDelay.UseVisualStyleBackColor = true;
     //
     // checkAppointmentBubblesDisabled
     //
     this.checkAppointmentBubblesDisabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkAppointmentBubblesDisabled.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAppointmentBubblesDisabled.Location = new System.Drawing.Point(78,7);
     this.checkAppointmentBubblesDisabled.Name = "checkAppointmentBubblesDisabled";
     this.checkAppointmentBubblesDisabled.Size = new System.Drawing.Size(362,17);
     this.checkAppointmentBubblesDisabled.TabIndex = 70;
     this.checkAppointmentBubblesDisabled.Text = "Appointment bubble popup disabled";
     this.checkAppointmentBubblesDisabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkAppointmentBubblesDisabled.UseVisualStyleBackColor = true;
     //
     // toolTip1
     //
     this.toolTip1.AutomaticDelay = 0;
     this.toolTip1.AutoPopDelay = 600000;
     this.toolTip1.InitialDelay = 0;
     this.toolTip1.IsBalloon = true;
     this.toolTip1.ReshowDelay = 0;
     this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     this.toolTip1.ToolTipTitle = "Help";
     //
     // checkToothChartMoveMenuToRight
     //
     this.checkToothChartMoveMenuToRight.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkToothChartMoveMenuToRight.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkToothChartMoveMenuToRight.Location = new System.Drawing.Point(59,89);
     this.checkToothChartMoveMenuToRight.Name = "checkToothChartMoveMenuToRight";
     this.checkToothChartMoveMenuToRight.Size = new System.Drawing.Size(381,15);
     this.checkToothChartMoveMenuToRight.TabIndex = 196;
     this.checkToothChartMoveMenuToRight.Text = "Button for tooth chart, move to the right to prevent overlap when saving";
     this.checkToothChartMoveMenuToRight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkToothChartMoveMenuToRight.UseVisualStyleBackColor = true;
     //
     // checkChartQuickAddHideAmalgam
     //
     this.checkChartQuickAddHideAmalgam.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkChartQuickAddHideAmalgam.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkChartQuickAddHideAmalgam.Location = new System.Drawing.Point(59,72);
     this.checkChartQuickAddHideAmalgam.Name = "checkChartQuickAddHideAmalgam";
     this.checkChartQuickAddHideAmalgam.Size = new System.Drawing.Size(381,15);
     this.checkChartQuickAddHideAmalgam.TabIndex = 195;
     this.checkChartQuickAddHideAmalgam.Text = "Hide amalgam buttons in Quick Buttons section";
     this.checkChartQuickAddHideAmalgam.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkChartQuickAddHideAmalgam.UseVisualStyleBackColor = true;
     //
     // label11
     //
     this.label11.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label11.Location = new System.Drawing.Point(41,48);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(144,13);
     this.label11.TabIndex = 194;
     this.label11.Text = "Tooth Nomenclature";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkAllowSettingProcsComplete
     //
     this.checkAllowSettingProcsComplete.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkAllowSettingProcsComplete.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAllowSettingProcsComplete.Location = new System.Drawing.Point(26,26);
     this.checkAllowSettingProcsComplete.Name = "checkAllowSettingProcsComplete";
     this.checkAllowSettingProcsComplete.Size = new System.Drawing.Size(414,15);
     this.checkAllowSettingProcsComplete.TabIndex = 74;
     this.checkAllowSettingProcsComplete.Text = "Allow setting procedures complete.  (It\'s better to only set appointments complet" +
     "e)";
     this.checkAllowSettingProcsComplete.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkAllowSettingProcsComplete.UseVisualStyleBackColor = true;
     //
     // comboToothNomenclature
     //
     this.comboToothNomenclature.FormattingEnabled = true;
     this.comboToothNomenclature.Location = new System.Drawing.Point(187,45);
     this.comboToothNomenclature.Name = "comboToothNomenclature";
     this.comboToothNomenclature.Size = new System.Drawing.Size(254,21);
     this.comboToothNomenclature.TabIndex = 193;
     //
     // checkAutoClearEntryStatus
     //
     this.checkAutoClearEntryStatus.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkAutoClearEntryStatus.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAutoClearEntryStatus.Location = new System.Drawing.Point(59,9);
     this.checkAutoClearEntryStatus.Name = "checkAutoClearEntryStatus";
     this.checkAutoClearEntryStatus.Size = new System.Drawing.Size(381,15);
     this.checkAutoClearEntryStatus.TabIndex = 73;
     this.checkAutoClearEntryStatus.Text = "Reset entry status to TreatPlan when switching patients";
     this.checkAutoClearEntryStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkAutoClearEntryStatus.UseVisualStyleBackColor = true;
     //
     // checkPPOpercentage
     //
     this.checkPPOpercentage.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkPPOpercentage.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPPOpercentage.Location = new System.Drawing.Point(27,41);
     this.checkPPOpercentage.Name = "checkPPOpercentage";
     this.checkPPOpercentage.Size = new System.Drawing.Size(413,17);
     this.checkPPOpercentage.TabIndex = 192;
     this.checkPPOpercentage.Text = "Insurance defaults to PPO percentage instead of category percentage plan type";
     this.checkPPOpercentage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkInsDefaultShowUCRonClaims
     //
     this.checkInsDefaultShowUCRonClaims.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkInsDefaultShowUCRonClaims.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkInsDefaultShowUCRonClaims.Location = new System.Drawing.Point(27,92);
     this.checkInsDefaultShowUCRonClaims.Name = "checkInsDefaultShowUCRonClaims";
     this.checkInsDefaultShowUCRonClaims.Size = new System.Drawing.Size(413,17);
     this.checkInsDefaultShowUCRonClaims.TabIndex = 196;
     this.checkInsDefaultShowUCRonClaims.Text = "Insurance plans default to show UCR fee on claims.";
     this.checkInsDefaultShowUCRonClaims.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkInsDefaultShowUCRonClaims.Click += new System.EventHandler(this.checkInsDefaultShowUCRonClaims_Click);
     //
     // checkCoPayFeeScheduleBlankLikeZero
     //
     this.checkCoPayFeeScheduleBlankLikeZero.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkCoPayFeeScheduleBlankLikeZero.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkCoPayFeeScheduleBlankLikeZero.Location = new System.Drawing.Point(27,75);
     this.checkCoPayFeeScheduleBlankLikeZero.Name = "checkCoPayFeeScheduleBlankLikeZero";
     this.checkCoPayFeeScheduleBlankLikeZero.Size = new System.Drawing.Size(413,17);
     this.checkCoPayFeeScheduleBlankLikeZero.TabIndex = 195;
     this.checkCoPayFeeScheduleBlankLikeZero.Text = "Co-pay fee schedules treat blank entries as zero.";
     this.checkCoPayFeeScheduleBlankLikeZero.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkAllowedFeeSchedsAutomate
     //
     this.checkAllowedFeeSchedsAutomate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkAllowedFeeSchedsAutomate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAllowedFeeSchedsAutomate.Location = new System.Drawing.Point(27,58);
     this.checkAllowedFeeSchedsAutomate.Name = "checkAllowedFeeSchedsAutomate";
     this.checkAllowedFeeSchedsAutomate.Size = new System.Drawing.Size(413,17);
     this.checkAllowedFeeSchedsAutomate.TabIndex = 193;
     this.checkAllowedFeeSchedsAutomate.Text = "Use Blue Book";
     this.checkAllowedFeeSchedsAutomate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkAllowedFeeSchedsAutomate.Click += new System.EventHandler(this.checkAllowedFeeSchedsAutomate_Click);
     //
     // checkImagesModuleTreeIsCollapsed
     //
     this.checkImagesModuleTreeIsCollapsed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkImagesModuleTreeIsCollapsed.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkImagesModuleTreeIsCollapsed.Location = new System.Drawing.Point(81,7);
     this.checkImagesModuleTreeIsCollapsed.Name = "checkImagesModuleTreeIsCollapsed";
     this.checkImagesModuleTreeIsCollapsed.Size = new System.Drawing.Size(359,17);
     this.checkImagesModuleTreeIsCollapsed.TabIndex = 47;
     this.checkImagesModuleTreeIsCollapsed.Text = "Document tree collapses when patient changes";
     this.checkImagesModuleTreeIsCollapsed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkRxSendNewToQueue
     //
     this.checkRxSendNewToQueue.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkRxSendNewToQueue.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkRxSendNewToQueue.Location = new System.Drawing.Point(81,7);
     this.checkRxSendNewToQueue.Name = "checkRxSendNewToQueue";
     this.checkRxSendNewToQueue.Size = new System.Drawing.Size(359,17);
     this.checkRxSendNewToQueue.TabIndex = 47;
     this.checkRxSendNewToQueue.Text = "Send all new prescriptions to electronic queue";
     this.checkRxSendNewToQueue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabAppts);
     this.tabControl1.Controls.Add(this.tabFamily);
     this.tabControl1.Controls.Add(this.tabAccount);
     this.tabControl1.Controls.Add(this.tabTreatPlan);
     this.tabControl1.Controls.Add(this.tabChart);
     this.tabControl1.Controls.Add(this.tabImages);
     this.tabControl1.Controls.Add(this.tabManage);
     this.tabControl1.Location = new System.Drawing.Point(20,10);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(474,505);
     this.tabControl1.TabIndex = 196;
     //
     // tabAppts
     //
     this.tabAppts.BackColor = System.Drawing.SystemColors.Window;
     this.tabAppts.Controls.Add(this.label13);
     this.tabAppts.Controls.Add(this.comboSearchBehavior);
     this.tabAppts.Controls.Add(this.checkApptRefreshEveryMinute);
     this.tabAppts.Controls.Add(this.checkAppointmentBubblesDisabled);
     this.tabAppts.Controls.Add(this.label6);
     this.tabAppts.Controls.Add(this.checkSolidBlockouts);
     this.tabAppts.Controls.Add(this.comboTimeDismissed);
     this.tabAppts.Controls.Add(this.checkApptBubbleDelay);
     this.tabAppts.Controls.Add(this.label5);
     this.tabAppts.Controls.Add(this.comboBrokenApptAdjType);
     this.tabAppts.Controls.Add(this.comboTimeSeated);
     this.tabAppts.Controls.Add(this.checkBrokenApptNote);
     this.tabAppts.Controls.Add(this.label3);
     this.tabAppts.Controls.Add(this.label7);
     this.tabAppts.Controls.Add(this.comboTimeArrived);
     this.tabAppts.Controls.Add(this.checkApptExclamation);
     this.tabAppts.Location = new System.Drawing.Point(4,22);
     this.tabAppts.Name = "tabAppts";
     this.tabAppts.Padding = new System.Windows.Forms.Padding(3);
     this.tabAppts.Size = new System.Drawing.Size(466,479);
     this.tabAppts.TabIndex = 0;
     this.tabAppts.Text = "Appts";
     //
     // label13
     //
     this.label13.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label13.Location = new System.Drawing.Point(-11,212);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(247,15);
     this.label13.TabIndex = 200;
     this.label13.Text = "Search Behavior";
     this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboSearchBehavior
     //
     this.comboSearchBehavior.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSearchBehavior.FormattingEnabled = true;
     this.comboSearchBehavior.Location = new System.Drawing.Point(238,209);
     this.comboSearchBehavior.MaxDropDownItems = 30;
     this.comboSearchBehavior.Name = "comboSearchBehavior";
     this.comboSearchBehavior.Size = new System.Drawing.Size(201,21);
     this.comboSearchBehavior.TabIndex = 199;
     //
     // tabFamily
     //
     this.tabFamily.BackColor = System.Drawing.SystemColors.Window;
     this.tabFamily.Controls.Add(this.label15);
     this.tabFamily.Controls.Add(this.comboCobRule);
     this.tabFamily.Controls.Add(this.checkInsDefaultShowUCRonClaims);
     this.tabFamily.Controls.Add(this.checkMedicalEclaimsEnabled);
     this.tabFamily.Controls.Add(this.checkCoPayFeeScheduleBlankLikeZero);
     this.tabFamily.Controls.Add(this.checkInsurancePlansShared);
     this.tabFamily.Controls.Add(this.checkAllowedFeeSchedsAutomate);
     this.tabFamily.Controls.Add(this.checkPPOpercentage);
     this.tabFamily.Location = new System.Drawing.Point(4,22);
     this.tabFamily.Name = "tabFamily";
     this.tabFamily.Padding = new System.Windows.Forms.Padding(3);
     this.tabFamily.Size = new System.Drawing.Size(466,479);
     this.tabFamily.TabIndex = 1;
     this.tabFamily.Text = "Family";
     //
     // label15
     //
     this.label15.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label15.Location = new System.Drawing.Point(61,115);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(247,15);
     this.label15.TabIndex = 202;
     this.label15.Text = "Coordination of Benefits (COB) Rule";
     this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboCobRule
     //
     this.comboCobRule.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboCobRule.FormattingEnabled = true;
     this.comboCobRule.Location = new System.Drawing.Point(312,111);
     this.comboCobRule.MaxDropDownItems = 30;
     this.comboCobRule.Name = "comboCobRule";
     this.comboCobRule.Size = new System.Drawing.Size(128,21);
     this.comboCobRule.TabIndex = 201;
     this.comboCobRule.SelectionChangeCommitted += new System.EventHandler(this.comboCobRule_SelectionChangeCommitted);
     //
     // tabAccount
     //
     this.tabAccount.BackColor = System.Drawing.SystemColors.Window;
     this.tabAccount.Controls.Add(this.checkStoreCCTokens);
     this.tabAccount.Controls.Add(this.checkAccountShowPaymentNums);
     this.tabAccount.Controls.Add(this.checkClaimMedTypeIsInstWhenInsPlanIsMedical);
     this.tabAccount.Controls.Add(this.checkClaimsValidateACN);
     this.tabAccount.Controls.Add(this.checkStatementShowReturnAddress);
     this.tabAccount.Controls.Add(this.checkStatementShowProcBreakdown);
     this.tabAccount.Controls.Add(this.checkShowCC);
     this.tabAccount.Controls.Add(this.checkStatementShowNotes);
     this.tabAccount.Controls.Add(this.label2);
     this.tabAccount.Controls.Add(this.checkIntermingleDefault);
     this.tabAccount.Controls.Add(this.comboBillingChargeAdjType);
     this.tabAccount.Controls.Add(this.checkBalancesDontSubtractIns);
     this.tabAccount.Controls.Add(this.label4);
     this.tabAccount.Controls.Add(this.checkAgingMonthly);
     this.tabAccount.Controls.Add(this.checkClaimFormTreatDentSaysSigOnFile);
     this.tabAccount.Controls.Add(this.comboUseChartNum);
     this.tabAccount.Controls.Add(this.checkStatementSummaryShowInsInfo);
     this.tabAccount.Controls.Add(this.checkStoreCCnumbers);
     this.tabAccount.Controls.Add(this.label10);
     this.tabAccount.Controls.Add(this.label18);
     this.tabAccount.Controls.Add(this.comboFinanceChargeAdjType);
     this.tabAccount.Controls.Add(this.textClaimAttachPath);
     this.tabAccount.Controls.Add(this.label12);
     this.tabAccount.Controls.Add(this.label20);
     this.tabAccount.Controls.Add(this.checkEclaimsSeparateTreatProv);
     this.tabAccount.Controls.Add(this.checkShowFamilyCommByDefault);
     this.tabAccount.Controls.Add(this.checkProviderIncomeShows);
     this.tabAccount.Controls.Add(this.textStatementsCalcDueDate);
     this.tabAccount.Controls.Add(this.textPayPlansBillInAdvanceDays);
     this.tabAccount.Location = new System.Drawing.Point(4,22);
     this.tabAccount.Name = "tabAccount";
     this.tabAccount.Size = new System.Drawing.Size(466,479);
     this.tabAccount.TabIndex = 2;
     this.tabAccount.Text = "Account";
     //
     // checkStoreCCTokens
     //
     this.checkStoreCCTokens.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkStoreCCTokens.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkStoreCCTokens.Location = new System.Drawing.Point(72,220);
     this.checkStoreCCTokens.Name = "checkStoreCCTokens";
     this.checkStoreCCTokens.Size = new System.Drawing.Size(368,17);
     this.checkStoreCCTokens.TabIndex = 203;
     this.checkStoreCCTokens.Text = "Automatically store X-Charge Tokens";
     this.checkStoreCCTokens.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkStoreCCTokens.UseVisualStyleBackColor = true;
     //
     // checkAccountShowPaymentNums
     //
     this.checkAccountShowPaymentNums.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkAccountShowPaymentNums.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAccountShowPaymentNums.Location = new System.Drawing.Point(44,449);
     this.checkAccountShowPaymentNums.Name = "checkAccountShowPaymentNums";
     this.checkAccountShowPaymentNums.Size = new System.Drawing.Size(396,17);
     this.checkAccountShowPaymentNums.TabIndex = 194;
     this.checkAccountShowPaymentNums.Text = "Show Payment Numbers in Account Module";
     this.checkAccountShowPaymentNums.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkClaimMedTypeIsInstWhenInsPlanIsMedical
     //
     this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Location = new System.Drawing.Point(44,432);
     this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Name = "checkClaimMedTypeIsInstWhenInsPlanIsMedical";
     this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Size = new System.Drawing.Size(396,17);
     this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.TabIndex = 194;
     this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Text = "Set medical claims to institutional when using medical insurance.";
     this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textStatementsCalcDueDate
     //
     this.textStatementsCalcDueDate.Location = new System.Drawing.Point(381,109);
     this.textStatementsCalcDueDate.MaxVal = 255;
     this.textStatementsCalcDueDate.MinVal = 0;
     this.textStatementsCalcDueDate.Name = "textStatementsCalcDueDate";
     this.textStatementsCalcDueDate.Size = new System.Drawing.Size(60,20);
     this.textStatementsCalcDueDate.TabIndex = 54;
     this.textStatementsCalcDueDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textPayPlansBillInAdvanceDays
     //
     this.textPayPlansBillInAdvanceDays.Location = new System.Drawing.Point(381,141);
     this.textPayPlansBillInAdvanceDays.MaxVal = 255;
     this.textPayPlansBillInAdvanceDays.MinVal = 0;
     this.textPayPlansBillInAdvanceDays.Name = "textPayPlansBillInAdvanceDays";
     this.textPayPlansBillInAdvanceDays.Size = new System.Drawing.Size(60,20);
     this.textPayPlansBillInAdvanceDays.TabIndex = 193;
     this.textPayPlansBillInAdvanceDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tabTreatPlan
     //
     this.tabTreatPlan.Controls.Add(this.label1);
     this.tabTreatPlan.Controls.Add(this.textTreatNote);
     this.tabTreatPlan.Controls.Add(this.checkTreatPlanShowCompleted);
     this.tabTreatPlan.Controls.Add(this.checkTreatPlanShowGraphics);
     this.tabTreatPlan.Location = new System.Drawing.Point(4,22);
     this.tabTreatPlan.Name = "tabTreatPlan";
     this.tabTreatPlan.Size = new System.Drawing.Size(466,479);
     this.tabTreatPlan.TabIndex = 3;
     this.tabTreatPlan.Text = "Treat\' Plan";
     this.tabTreatPlan.UseVisualStyleBackColor = true;
     //
     // tabChart
     //
     this.tabChart.BackColor = System.Drawing.SystemColors.Window;
     this.tabChart.Controls.Add(this.checkMedicalFeeUsedForNewProcs);
     this.tabChart.Controls.Add(this.checkChartAddProcNoRefreshGrid);
     this.tabChart.Controls.Add(this.checkProcGroupNoteDoesAggregate);
     this.tabChart.Controls.Add(this.butAllergiesIndicateNone);
     this.tabChart.Controls.Add(this.textAllergiesIndicateNone);
     this.tabChart.Controls.Add(this.label14);
     this.tabChart.Controls.Add(this.butMedicationsIndicateNone);
     this.tabChart.Controls.Add(this.textMedicationsIndicateNone);
     this.tabChart.Controls.Add(this.label9);
     this.tabChart.Controls.Add(this.butProblemsIndicateNone);
     this.tabChart.Controls.Add(this.textProblemsIndicateNone);
     this.tabChart.Controls.Add(this.label8);
     this.tabChart.Controls.Add(this.checkToothChartMoveMenuToRight);
     this.tabChart.Controls.Add(this.checkAutoClearEntryStatus);
     this.tabChart.Controls.Add(this.checkChartQuickAddHideAmalgam);
     this.tabChart.Controls.Add(this.comboToothNomenclature);
     this.tabChart.Controls.Add(this.label11);
     this.tabChart.Controls.Add(this.checkAllowSettingProcsComplete);
     this.tabChart.Location = new System.Drawing.Point(4,22);
     this.tabChart.Name = "tabChart";
     this.tabChart.Size = new System.Drawing.Size(466,479);
     this.tabChart.TabIndex = 4;
     this.tabChart.Text = "Chart";
     //
     // checkMedicalFeeUsedForNewProcs
     //
     this.checkMedicalFeeUsedForNewProcs.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkMedicalFeeUsedForNewProcs.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkMedicalFeeUsedForNewProcs.Location = new System.Drawing.Point(60,216);
     this.checkMedicalFeeUsedForNewProcs.Name = "checkMedicalFeeUsedForNewProcs";
     this.checkMedicalFeeUsedForNewProcs.Size = new System.Drawing.Size(381,15);
     this.checkMedicalFeeUsedForNewProcs.TabIndex = 208;
     this.checkMedicalFeeUsedForNewProcs.Text = "Use medical fee for new procedures";
     this.checkMedicalFeeUsedForNewProcs.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkMedicalFeeUsedForNewProcs.UseVisualStyleBackColor = true;
     //
     // checkChartAddProcNoRefreshGrid
     //
     this.checkChartAddProcNoRefreshGrid.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkChartAddProcNoRefreshGrid.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkChartAddProcNoRefreshGrid.Location = new System.Drawing.Point(60,199);
     this.checkChartAddProcNoRefreshGrid.Name = "checkChartAddProcNoRefreshGrid";
     this.checkChartAddProcNoRefreshGrid.Size = new System.Drawing.Size(381,15);
     this.checkChartAddProcNoRefreshGrid.TabIndex = 207;
     this.checkChartAddProcNoRefreshGrid.Text = "Add Procedures Without Refreshing Entire Chart (Increase in speed)";
     this.checkChartAddProcNoRefreshGrid.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkChartAddProcNoRefreshGrid.UseVisualStyleBackColor = true;
     //
     // checkProcGroupNoteDoesAggregate
     //
     this.checkProcGroupNoteDoesAggregate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkProcGroupNoteDoesAggregate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkProcGroupNoteDoesAggregate.Location = new System.Drawing.Point(60,182);
     this.checkProcGroupNoteDoesAggregate.Name = "checkProcGroupNoteDoesAggregate";
     this.checkProcGroupNoteDoesAggregate.Size = new System.Drawing.Size(381,15);
     this.checkProcGroupNoteDoesAggregate.TabIndex = 206;
     this.checkProcGroupNoteDoesAggregate.Text = "Procedure Group Note Does Aggregate";
     this.checkProcGroupNoteDoesAggregate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkProcGroupNoteDoesAggregate.UseVisualStyleBackColor = true;
     //
     // butAllergiesIndicateNone
     //
     this.butAllergiesIndicateNone.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAllergiesIndicateNone.Autosize = true;
     this.butAllergiesIndicateNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAllergiesIndicateNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAllergiesIndicateNone.CornerRadius = 4F;
     this.butAllergiesIndicateNone.Location = new System.Drawing.Point(419,155);
     this.butAllergiesIndicateNone.Name = "butAllergiesIndicateNone";
     this.butAllergiesIndicateNone.Size = new System.Drawing.Size(22,21);
     this.butAllergiesIndicateNone.TabIndex = 205;
     this.butAllergiesIndicateNone.Text = "...";
     this.butAllergiesIndicateNone.Click += new System.EventHandler(this.butAllergiesIndicateNone_Click);
     //
     // textAllergiesIndicateNone
     //
     this.textAllergiesIndicateNone.Location = new System.Drawing.Point(270,156);
     this.textAllergiesIndicateNone.Name = "textAllergiesIndicateNone";
     this.textAllergiesIndicateNone.ReadOnly = true;
     this.textAllergiesIndicateNone.Size = new System.Drawing.Size(145,20);
     this.textAllergiesIndicateNone.TabIndex = 204;
     //
     // label14
     //
     this.label14.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label14.Location = new System.Drawing.Point(19,159);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(246,16);
     this.label14.TabIndex = 203;
     this.label14.Text = "Indicator that patient has No Allergies";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butMedicationsIndicateNone
     //
     this.butMedicationsIndicateNone.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butMedicationsIndicateNone.Autosize = true;
     this.butMedicationsIndicateNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butMedicationsIndicateNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butMedicationsIndicateNone.CornerRadius = 4F;
     this.butMedicationsIndicateNone.Location = new System.Drawing.Point(419,132);
     this.butMedicationsIndicateNone.Name = "butMedicationsIndicateNone";
     this.butMedicationsIndicateNone.Size = new System.Drawing.Size(22,21);
     this.butMedicationsIndicateNone.TabIndex = 202;
     this.butMedicationsIndicateNone.Text = "...";
     this.butMedicationsIndicateNone.Click += new System.EventHandler(this.butMedicationsIndicateNone_Click);
     //
     // textMedicationsIndicateNone
     //
     this.textMedicationsIndicateNone.Location = new System.Drawing.Point(270,133);
     this.textMedicationsIndicateNone.Name = "textMedicationsIndicateNone";
     this.textMedicationsIndicateNone.ReadOnly = true;
     this.textMedicationsIndicateNone.Size = new System.Drawing.Size(145,20);
     this.textMedicationsIndicateNone.TabIndex = 201;
     //
     // label9
     //
     this.label9.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label9.Location = new System.Drawing.Point(19,136);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(246,16);
     this.label9.TabIndex = 200;
     this.label9.Text = "Indicator that patient has No Medications";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butProblemsIndicateNone
     //
     this.butProblemsIndicateNone.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butProblemsIndicateNone.Autosize = true;
     this.butProblemsIndicateNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butProblemsIndicateNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butProblemsIndicateNone.CornerRadius = 4F;
     this.butProblemsIndicateNone.Location = new System.Drawing.Point(419,109);
     this.butProblemsIndicateNone.Name = "butProblemsIndicateNone";
     this.butProblemsIndicateNone.Size = new System.Drawing.Size(22,21);
     this.butProblemsIndicateNone.TabIndex = 199;
     this.butProblemsIndicateNone.Text = "...";
     this.butProblemsIndicateNone.Click += new System.EventHandler(this.butProblemsIndicateNone_Click);
     //
     // textProblemsIndicateNone
     //
     this.textProblemsIndicateNone.Location = new System.Drawing.Point(270,110);
     this.textProblemsIndicateNone.Name = "textProblemsIndicateNone";
     this.textProblemsIndicateNone.ReadOnly = true;
     this.textProblemsIndicateNone.Size = new System.Drawing.Size(145,20);
     this.textProblemsIndicateNone.TabIndex = 198;
     //
     // label8
     //
     this.label8.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label8.Location = new System.Drawing.Point(19,113);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(246,16);
     this.label8.TabIndex = 197;
     this.label8.Text = "Indicator that patient has No Problems";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tabImages
     //
     this.tabImages.Controls.Add(this.checkImagesModuleTreeIsCollapsed);
     this.tabImages.Location = new System.Drawing.Point(4,22);
     this.tabImages.Name = "tabImages";
     this.tabImages.Size = new System.Drawing.Size(466,479);
     this.tabImages.TabIndex = 5;
     this.tabImages.Text = "Images";
     this.tabImages.UseVisualStyleBackColor = true;
     //
     // tabManage
     //
     this.tabManage.Controls.Add(this.comboTimeCardOvertimeFirstDayOfWeek);
     this.tabManage.Controls.Add(this.label16);
     this.tabManage.Controls.Add(this.checkRxSendNewToQueue);
     this.tabManage.Location = new System.Drawing.Point(4,22);
     this.tabManage.Name = "tabManage";
     this.tabManage.Size = new System.Drawing.Size(466,479);
     this.tabManage.TabIndex = 6;
     this.tabManage.Text = "Manage";
     this.tabManage.UseVisualStyleBackColor = true;
     //
     // 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(441,533);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 8;
     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(336,533);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 7;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // comboTimeCardOvertimeFirstDayOfWeek
     //
     this.comboTimeCardOvertimeFirstDayOfWeek.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboTimeCardOvertimeFirstDayOfWeek.FormattingEnabled = true;
     this.comboTimeCardOvertimeFirstDayOfWeek.Location = new System.Drawing.Point(270,30);
     this.comboTimeCardOvertimeFirstDayOfWeek.Name = "comboTimeCardOvertimeFirstDayOfWeek";
     this.comboTimeCardOvertimeFirstDayOfWeek.Size = new System.Drawing.Size(170,21);
     this.comboTimeCardOvertimeFirstDayOfWeek.TabIndex = 195;
     //
     // label16
     //
     this.label16.BackColor = System.Drawing.SystemColors.Window;
     this.label16.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label16.Location = new System.Drawing.Point(17,34);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(248,13);
     this.label16.TabIndex = 196;
     this.label16.Text = "Time Card first day of week for overtime";
     this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormModuleSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(543,570);
     this.Controls.Add(this.tabControl1);
     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 = "FormModuleSetup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Module Setup";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormModuleSetup_FormClosing);
     this.Load += new System.EventHandler(this.FormModuleSetup_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabAppts.ResumeLayout(false);
     this.tabFamily.ResumeLayout(false);
     this.tabAccount.ResumeLayout(false);
     this.tabAccount.PerformLayout();
     this.tabTreatPlan.ResumeLayout(false);
     this.tabTreatPlan.PerformLayout();
     this.tabChart.ResumeLayout(false);
     this.tabChart.PerformLayout();
     this.tabImages.ResumeLayout(false);
     this.tabManage.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #14
0
 private void InitializeComponent()
 {
     this.textTreatNote                   = new System.Windows.Forms.TextBox();
     this.label1                          = new System.Windows.Forms.Label();
     this.checkShowCC                     = new System.Windows.Forms.CheckBox();
     this.textMainWindowTitle             = new System.Windows.Forms.TextBox();
     this.label14                         = new System.Windows.Forms.Label();
     this.checkITooth                     = new System.Windows.Forms.CheckBox();
     this.checkTreatPlanShowGraphics      = new System.Windows.Forms.CheckBox();
     this.checkTreatPlanShowCompleted     = new System.Windows.Forms.CheckBox();
     this.groupBox1                       = new System.Windows.Forms.GroupBox();
     this.checkTreatPlanShowIns           = new System.Windows.Forms.CheckBox();
     this.groupBox5                       = new System.Windows.Forms.GroupBox();
     this.checkStatementShowReturnAddress = new System.Windows.Forms.CheckBox();
     this.checkBalancesDontSubtractIns    = new System.Windows.Forms.CheckBox();
     this.textStatementsCalcDueDate       = new OpenDental.ValidNumber();
     this.label2                          = new System.Windows.Forms.Label();
     this.groupBox2                       = new System.Windows.Forms.GroupBox();
     this.radioUsePatNum                  = new System.Windows.Forms.RadioButton();
     this.radioUseChartNumber             = new System.Windows.Forms.RadioButton();
     this.checkEclaimsSeparateTreatProv   = new System.Windows.Forms.CheckBox();
     this.checkRandomPrimaryKeys          = new System.Windows.Forms.CheckBox();
     this.label3                          = new System.Windows.Forms.Label();
     this.checkInsurancePlansShared       = new System.Windows.Forms.CheckBox();
     this.checkMedicalEclaimsEnabled      = new System.Windows.Forms.CheckBox();
     this.textSigInterval                 = new OpenDental.ValidNumber();
     this.butCancel                       = new OpenDental.UI.Button();
     this.butOK               = new OpenDental.UI.Button();
     this.groupBox3           = new System.Windows.Forms.GroupBox();
     this.radioShowIDnone     = new System.Windows.Forms.RadioButton();
     this.radioShowIDpatNum   = new System.Windows.Forms.RadioButton();
     this.radioShowIDchartNum = new System.Windows.Forms.RadioButton();
     this.butLanguages        = new OpenDental.UI.Button();
     this.label4              = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // textTreatNote
     //
     this.textTreatNote.AcceptsReturn = true;
     this.textTreatNote.Location      = new System.Drawing.Point(17, 40);
     this.textTreatNote.Multiline     = true;
     this.textTreatNote.Name          = "textTreatNote";
     this.textTreatNote.Size          = new System.Drawing.Size(346, 114);
     this.textTreatNote.TabIndex      = 3;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(18, 22);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(268, 15);
     this.label1.TabIndex  = 35;
     this.label1.Text      = "Default Note";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkShowCC
     //
     this.checkShowCC.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkShowCC.Location  = new System.Drawing.Point(19, 43);
     this.checkShowCC.Name      = "checkShowCC";
     this.checkShowCC.Size      = new System.Drawing.Size(216, 17);
     this.checkShowCC.TabIndex  = 36;
     this.checkShowCC.Text      = "Show Credit Card Info";
     //
     // textMainWindowTitle
     //
     this.textMainWindowTitle.Location = new System.Drawing.Point(144, 337);
     this.textMainWindowTitle.Name     = "textMainWindowTitle";
     this.textMainWindowTitle.Size     = new System.Drawing.Size(431, 20);
     this.textMainWindowTitle.TabIndex = 38;
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(-7, 339);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(149, 17);
     this.label14.TabIndex  = 39;
     this.label14.Text      = "Main Window Title";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkITooth
     //
     this.checkITooth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkITooth.Location  = new System.Drawing.Point(48, 406);
     this.checkITooth.Name      = "checkITooth";
     this.checkITooth.Size      = new System.Drawing.Size(338, 21);
     this.checkITooth.TabIndex  = 42;
     this.checkITooth.Text      = "Use International Tooth Numbers (11-48)";
     //
     // checkTreatPlanShowGraphics
     //
     this.checkTreatPlanShowGraphics.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkTreatPlanShowGraphics.Location  = new System.Drawing.Point(16, 159);
     this.checkTreatPlanShowGraphics.Name      = "checkTreatPlanShowGraphics";
     this.checkTreatPlanShowGraphics.Size      = new System.Drawing.Size(339, 17);
     this.checkTreatPlanShowGraphics.TabIndex  = 46;
     this.checkTreatPlanShowGraphics.Text      = "Show Graphical Tooth Chart";
     //
     // checkTreatPlanShowCompleted
     //
     this.checkTreatPlanShowCompleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkTreatPlanShowCompleted.Location  = new System.Drawing.Point(16, 179);
     this.checkTreatPlanShowCompleted.Name      = "checkTreatPlanShowCompleted";
     this.checkTreatPlanShowCompleted.Size      = new System.Drawing.Size(334, 17);
     this.checkTreatPlanShowCompleted.TabIndex  = 47;
     this.checkTreatPlanShowCompleted.Text      = "Show Completed Work on Graphical Tooth Chart";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkTreatPlanShowIns);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.textTreatNote);
     this.groupBox1.Controls.Add(this.checkTreatPlanShowGraphics);
     this.groupBox1.Controls.Add(this.checkTreatPlanShowCompleted);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(32, 26);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(381, 222);
     this.groupBox1.TabIndex  = 48;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Treatment Plans";
     //
     // checkTreatPlanShowIns
     //
     this.checkTreatPlanShowIns.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkTreatPlanShowIns.Location  = new System.Drawing.Point(16, 199);
     this.checkTreatPlanShowIns.Name      = "checkTreatPlanShowIns";
     this.checkTreatPlanShowIns.Size      = new System.Drawing.Size(334, 17);
     this.checkTreatPlanShowIns.TabIndex  = 48;
     this.checkTreatPlanShowIns.Text      = "Show Insurance Estimates";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.checkStatementShowReturnAddress);
     this.groupBox5.Controls.Add(this.checkBalancesDontSubtractIns);
     this.groupBox5.Controls.Add(this.textStatementsCalcDueDate);
     this.groupBox5.Controls.Add(this.label2);
     this.groupBox5.Controls.Add(this.groupBox2);
     this.groupBox5.Controls.Add(this.checkShowCC);
     this.groupBox5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox5.Location  = new System.Drawing.Point(433, 26);
     this.groupBox5.Name      = "groupBox5";
     this.groupBox5.Size      = new System.Drawing.Size(318, 222);
     this.groupBox5.TabIndex  = 52;
     this.groupBox5.TabStop   = false;
     this.groupBox5.Text      = "Statements";
     //
     // checkStatementShowReturnAddress
     //
     this.checkStatementShowReturnAddress.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkStatementShowReturnAddress.Location  = new System.Drawing.Point(19, 22);
     this.checkStatementShowReturnAddress.Name      = "checkStatementShowReturnAddress";
     this.checkStatementShowReturnAddress.Size      = new System.Drawing.Size(216, 17);
     this.checkStatementShowReturnAddress.TabIndex  = 56;
     this.checkStatementShowReturnAddress.Text      = "Show return address";
     //
     // checkBalancesDontSubtractIns
     //
     this.checkBalancesDontSubtractIns.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBalancesDontSubtractIns.Location  = new System.Drawing.Point(19, 185);
     this.checkBalancesDontSubtractIns.Name      = "checkBalancesDontSubtractIns";
     this.checkBalancesDontSubtractIns.Size      = new System.Drawing.Size(288, 17);
     this.checkBalancesDontSubtractIns.TabIndex  = 55;
     this.checkBalancesDontSubtractIns.Text      = "Balances Don\'t Subtract Insurance Estimate";
     //
     // textStatementsCalcDueDate
     //
     this.textStatementsCalcDueDate.Location = new System.Drawing.Point(235, 146);
     this.textStatementsCalcDueDate.MaxVal   = 255;
     this.textStatementsCalcDueDate.MinVal   = 0;
     this.textStatementsCalcDueDate.Name     = "textStatementsCalcDueDate";
     this.textStatementsCalcDueDate.Size     = new System.Drawing.Size(60, 20);
     this.textStatementsCalcDueDate.TabIndex = 54;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(3, 145);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(229, 40);
     this.label2.TabIndex = 53;
     this.label2.Text     = "Days to calculate due date.  Usually 10 or 15.  Leave blank to show \"Due on Recei" +
                            "pt\"";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.radioUsePatNum);
     this.groupBox2.Controls.Add(this.radioUseChartNumber);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(12, 71);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(200, 61);
     this.groupBox2.TabIndex  = 52;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Account Numbers Use";
     //
     // radioUsePatNum
     //
     this.radioUsePatNum.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioUsePatNum.Location  = new System.Drawing.Point(7, 17);
     this.radioUsePatNum.Name      = "radioUsePatNum";
     this.radioUsePatNum.Size      = new System.Drawing.Size(144, 19);
     this.radioUsePatNum.TabIndex  = 1;
     this.radioUsePatNum.Text      = "Patient Number";
     //
     // radioUseChartNumber
     //
     this.radioUseChartNumber.Checked   = true;
     this.radioUseChartNumber.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioUseChartNumber.Location  = new System.Drawing.Point(7, 36);
     this.radioUseChartNumber.Name      = "radioUseChartNumber";
     this.radioUseChartNumber.Size      = new System.Drawing.Size(144, 19);
     this.radioUseChartNumber.TabIndex  = 0;
     this.radioUseChartNumber.TabStop   = true;
     this.radioUseChartNumber.Text      = "Chart Number";
     //
     // checkEclaimsSeparateTreatProv
     //
     this.checkEclaimsSeparateTreatProv.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.checkEclaimsSeparateTreatProv.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkEclaimsSeparateTreatProv.Location   = new System.Drawing.Point(48, 368);
     this.checkEclaimsSeparateTreatProv.Name       = "checkEclaimsSeparateTreatProv";
     this.checkEclaimsSeparateTreatProv.Size       = new System.Drawing.Size(527, 19);
     this.checkEclaimsSeparateTreatProv.TabIndex   = 53;
     this.checkEclaimsSeparateTreatProv.Text       = "On e-claims, send treating provider info for each separate procedure";
     this.checkEclaimsSeparateTreatProv.TextAlign  = System.Drawing.ContentAlignment.TopLeft;
     //
     // checkRandomPrimaryKeys
     //
     this.checkRandomPrimaryKeys.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkRandomPrimaryKeys.Location  = new System.Drawing.Point(48, 311);
     this.checkRandomPrimaryKeys.Name      = "checkRandomPrimaryKeys";
     this.checkRandomPrimaryKeys.Size      = new System.Drawing.Size(498, 21);
     this.checkRandomPrimaryKeys.TabIndex  = 55;
     this.checkRandomPrimaryKeys.Text      = "Use Random Primary Keys (BE VERY CAREFUL.  THIS IS IRREVERSIBLE)";
     this.checkRandomPrimaryKeys.Click    += new System.EventHandler(this.checkRandomPrimaryKeys_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(46, 265);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(696, 17);
     this.label3.TabIndex = 56;
     this.label3.Text     = "Process Signal Interval in seconds.  Usually every 6 to 20 seconds.  Leave blank " +
                            "to disable autorefresh.";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkInsurancePlansShared
     //
     this.checkInsurancePlansShared.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkInsurancePlansShared.Location  = new System.Drawing.Point(48, 427);
     this.checkInsurancePlansShared.Name      = "checkInsurancePlansShared";
     this.checkInsurancePlansShared.Size      = new System.Drawing.Size(495, 32);
     this.checkInsurancePlansShared.TabIndex  = 58;
     this.checkInsurancePlansShared.Text      = "Many patients have identical insurance plans.  Change behavior of program slightl" +
                                                "y to optimize for identical plans.";
     //
     // checkMedicalEclaimsEnabled
     //
     this.checkMedicalEclaimsEnabled.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.checkMedicalEclaimsEnabled.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkMedicalEclaimsEnabled.Location   = new System.Drawing.Point(48, 388);
     this.checkMedicalEclaimsEnabled.Name       = "checkMedicalEclaimsEnabled";
     this.checkMedicalEclaimsEnabled.Size       = new System.Drawing.Size(527, 19);
     this.checkMedicalEclaimsEnabled.TabIndex   = 60;
     this.checkMedicalEclaimsEnabled.Text       = "Enable medical e-claims";
     this.checkMedicalEclaimsEnabled.TextAlign  = System.Drawing.ContentAlignment.TopLeft;
     //
     // textSigInterval
     //
     this.textSigInterval.Location = new System.Drawing.Point(47, 286);
     this.textSigInterval.MaxVal   = 1000000;
     this.textSigInterval.MinVal   = 1;
     this.textSigInterval.Name     = "textSigInterval";
     this.textSigInterval.Size     = new System.Drawing.Size(74, 20);
     this.textSigInterval.TabIndex = 57;
     //
     // 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(676, 492);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 8;
     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(676, 454);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 7;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.radioShowIDnone);
     this.groupBox3.Controls.Add(this.radioShowIDpatNum);
     this.groupBox3.Controls.Add(this.radioShowIDchartNum);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(581, 302);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(170, 77);
     this.groupBox3.TabIndex  = 62;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Show ID in title bar";
     //
     // radioShowIDnone
     //
     this.radioShowIDnone.Checked   = true;
     this.radioShowIDnone.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioShowIDnone.Location  = new System.Drawing.Point(9, 16);
     this.radioShowIDnone.Name      = "radioShowIDnone";
     this.radioShowIDnone.Size      = new System.Drawing.Size(144, 19);
     this.radioShowIDnone.TabIndex  = 2;
     this.radioShowIDnone.TabStop   = true;
     this.radioShowIDnone.Text      = "None";
     //
     // radioShowIDpatNum
     //
     this.radioShowIDpatNum.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioShowIDpatNum.Location  = new System.Drawing.Point(9, 35);
     this.radioShowIDpatNum.Name      = "radioShowIDpatNum";
     this.radioShowIDpatNum.Size      = new System.Drawing.Size(144, 19);
     this.radioShowIDpatNum.TabIndex  = 1;
     this.radioShowIDpatNum.Text      = "Patient Number";
     //
     // radioShowIDchartNum
     //
     this.radioShowIDchartNum.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioShowIDchartNum.Location  = new System.Drawing.Point(9, 54);
     this.radioShowIDchartNum.Name      = "radioShowIDchartNum";
     this.radioShowIDchartNum.Size      = new System.Drawing.Size(144, 19);
     this.radioShowIDchartNum.TabIndex  = 0;
     this.radioShowIDchartNum.Text      = "Chart Number";
     //
     // butLanguages
     //
     this.butLanguages.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butLanguages.Autosize            = true;
     this.butLanguages.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butLanguages.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butLanguages.Location            = new System.Drawing.Point(48, 465);
     this.butLanguages.Name     = "butLanguages";
     this.butLanguages.Size     = new System.Drawing.Size(88, 26);
     this.butLanguages.TabIndex = 63;
     this.butLanguages.Text     = "Edit Languages";
     this.butLanguages.Click   += new System.EventHandler(this.butLanguages_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(142, 472);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(298, 17);
     this.label4.TabIndex = 64;
     this.label4.Text     = "Languages used by patients.";
     //
     // FormMisc
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(797, 538);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butLanguages);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.checkMedicalEclaimsEnabled);
     this.Controls.Add(this.checkInsurancePlansShared);
     this.Controls.Add(this.textSigInterval);
     this.Controls.Add(this.textMainWindowTitle);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.checkRandomPrimaryKeys);
     this.Controls.Add(this.checkEclaimsSeparateTreatProv);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.checkITooth);
     this.Controls.Add(this.label14);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormMisc";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Miscellaneous Setup";
     this.Load         += new System.EventHandler(this.FormMisc_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #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(FormSchoolClassEdit));
			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.butDelete = new OpenDental.UI.Button();
			this.textGradYear = new OpenDental.ValidNumber();
			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(411,171);
			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(411,130);
			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);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(5,22);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(199,19);
			this.label1.TabIndex = 2;
			this.label1.Text = "Graduation Year";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDescript
			// 
			this.textDescript.Location = new System.Drawing.Point(206,49);
			this.textDescript.Name = "textDescript";
			this.textDescript.Size = new System.Drawing.Size(196,20);
			this.textDescript.TabIndex = 1;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(5,49);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(199,19);
			this.label2.TabIndex = 4;
			this.label2.Text = "Description (Dental or Hygiene)";
			this.label2.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(50,170);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(95,26);
			this.butDelete.TabIndex = 2;
			this.butDelete.Text = "Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// textGradYear
			// 
			this.textGradYear.Location = new System.Drawing.Point(206,20);
			this.textGradYear.MaxVal = 2075;
			this.textGradYear.MinVal = 1990;
			this.textGradYear.Name = "textGradYear";
			this.textGradYear.Size = new System.Drawing.Size(71,20);
			this.textGradYear.TabIndex = 0;
			// 
			// FormSchoolClassEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(538,222);
			this.Controls.Add(this.textGradYear);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.textDescript);
			this.Controls.Add(this.label2);
			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 = "FormSchoolClassEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Dental School Class";
			this.Load += new System.EventHandler(this.FormSchoolClassEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #16
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();
 }