示例#1
0
文件: FormJournal.cs 项目: mnisl/OD
		/// <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(FormJournal));
			this.imageListMain = new System.Windows.Forms.ImageList(this.components);
			this.gridMain = new OpenDental.UI.ODGrid();
			this.ToolBarMain = new OpenDental.UI.ODToolBar();
			this.label1 = new System.Windows.Forms.Label();
			this.textDateFrom = new OpenDental.ValidDate();
			this.textDateTo = new OpenDental.ValidDate();
			this.label2 = new System.Windows.Forms.Label();
			this.butRefresh = new OpenDental.UI.Button();
			this.calendarFrom = new System.Windows.Forms.MonthCalendar();
			this.butDropFrom = new OpenDental.UI.Button();
			this.butDropTo = new OpenDental.UI.Button();
			this.calendarTo = new System.Windows.Forms.MonthCalendar();
			this.textAmt = new OpenDental.ValidDouble();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.textFindText = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// imageListMain
			// 
			this.imageListMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMain.ImageStream")));
			this.imageListMain.TransparentColor = System.Drawing.Color.Transparent;
			this.imageListMain.Images.SetKeyName(0,"Add.gif");
			this.imageListMain.Images.SetKeyName(1,"print.gif");
			// 
			// gridMain
			// 
			this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.gridMain.HScrollVisible = false;
			this.gridMain.Location = new System.Drawing.Point(0,56);
			this.gridMain.Name = "gridMain";
			this.gridMain.ScrollValue = 0;
			this.gridMain.Size = new System.Drawing.Size(844,615);
			this.gridMain.TabIndex = 1;
			this.gridMain.Title = null;
			this.gridMain.TranslationName = "TableJournal";
			this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
			// 
			// ToolBarMain
			// 
			this.ToolBarMain.Dock = System.Windows.Forms.DockStyle.Top;
			this.ToolBarMain.ImageList = this.imageListMain;
			this.ToolBarMain.Location = new System.Drawing.Point(0,0);
			this.ToolBarMain.Name = "ToolBarMain";
			this.ToolBarMain.Size = new System.Drawing.Size(844,29);
			this.ToolBarMain.TabIndex = 0;
			this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(2,31);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(75,18);
			this.label1.TabIndex = 2;
			this.label1.Text = "From";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomRight;
			// 
			// textDateFrom
			// 
			this.textDateFrom.Location = new System.Drawing.Point(78,32);
			this.textDateFrom.Name = "textDateFrom";
			this.textDateFrom.Size = new System.Drawing.Size(81,20);
			this.textDateFrom.TabIndex = 3;
			// 
			// textDateTo
			// 
			this.textDateTo.Location = new System.Drawing.Point(268,32);
			this.textDateTo.Name = "textDateTo";
			this.textDateTo.Size = new System.Drawing.Size(81,20);
			this.textDateTo.TabIndex = 5;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(195,31);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(72,18);
			this.label2.TabIndex = 4;
			this.label2.Text = "To";
			this.label2.TextAlign = System.Drawing.ContentAlignment.BottomRight;
			// 
			// butRefresh
			// 
			this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butRefresh.Autosize = true;
			this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butRefresh.CornerRadius = 4F;
			this.butRefresh.Location = new System.Drawing.Point(711,31);
			this.butRefresh.Name = "butRefresh";
			this.butRefresh.Size = new System.Drawing.Size(75,23);
			this.butRefresh.TabIndex = 6;
			this.butRefresh.Text = "Refresh";
			this.butRefresh.UseVisualStyleBackColor = true;
			this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click);
			// 
			// calendarFrom
			// 
			this.calendarFrom.Location = new System.Drawing.Point(5,56);
			this.calendarFrom.MaxSelectionCount = 1;
			this.calendarFrom.Name = "calendarFrom";
			this.calendarFrom.TabIndex = 7;
			this.calendarFrom.Visible = false;
			this.calendarFrom.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.calendarFrom_DateSelected);
			// 
			// butDropFrom
			// 
			this.butDropFrom.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDropFrom.Autosize = true;
			this.butDropFrom.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDropFrom.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDropFrom.CornerRadius = 4F;
			this.butDropFrom.Location = new System.Drawing.Point(161,30);
			this.butDropFrom.Name = "butDropFrom";
			this.butDropFrom.Size = new System.Drawing.Size(22,23);
			this.butDropFrom.TabIndex = 8;
			this.butDropFrom.Text = "V";
			this.butDropFrom.UseVisualStyleBackColor = true;
			this.butDropFrom.Click += new System.EventHandler(this.butDropFrom_Click);
			// 
			// butDropTo
			// 
			this.butDropTo.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDropTo.Autosize = true;
			this.butDropTo.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDropTo.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDropTo.CornerRadius = 4F;
			this.butDropTo.Location = new System.Drawing.Point(351,30);
			this.butDropTo.Name = "butDropTo";
			this.butDropTo.Size = new System.Drawing.Size(22,23);
			this.butDropTo.TabIndex = 9;
			this.butDropTo.Text = "V";
			this.butDropTo.UseVisualStyleBackColor = true;
			this.butDropTo.Click += new System.EventHandler(this.butDropTo_Click);
			// 
			// calendarTo
			// 
			this.calendarTo.Location = new System.Drawing.Point(195,56);
			this.calendarTo.MaxSelectionCount = 1;
			this.calendarTo.Name = "calendarTo";
			this.calendarTo.TabIndex = 10;
			this.calendarTo.Visible = false;
			this.calendarTo.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.calendarTo_DateSelected);
			// 
			// textAmt
			// 
			this.textAmt.ForeColor = System.Drawing.SystemColors.WindowText;
			this.textAmt.Location = new System.Drawing.Point(450,32);
			this.textAmt.Name = "textAmt";
			this.textAmt.Size = new System.Drawing.Size(81,20);
			this.textAmt.TabIndex = 11;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(387,32);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(63,18);
			this.label3.TabIndex = 12;
			this.label3.Text = "Find Amt";
			this.label3.TextAlign = System.Drawing.ContentAlignment.BottomRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(537,32);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(68,18);
			this.label4.TabIndex = 13;
			this.label4.Text = "Find Text";
			this.label4.TextAlign = System.Drawing.ContentAlignment.BottomRight;
			// 
			// textFindText
			// 
			this.textFindText.Location = new System.Drawing.Point(605,32);
			this.textFindText.Name = "textFindText";
			this.textFindText.Size = new System.Drawing.Size(78,20);
			this.textFindText.TabIndex = 14;
			// 
			// FormJournal
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(844,671);
			this.Controls.Add(this.textFindText);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textAmt);
			this.Controls.Add(this.calendarTo);
			this.Controls.Add(this.butDropTo);
			this.Controls.Add(this.butDropFrom);
			this.Controls.Add(this.calendarFrom);
			this.Controls.Add(this.butRefresh);
			this.Controls.Add(this.textDateTo);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textDateFrom);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.gridMain);
			this.Controls.Add(this.ToolBarMain);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormJournal";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Transaction History";
			this.Load += new System.EventHandler(this.FormJournal_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormJournalEntryEdit));
     this.labelMemo       = new System.Windows.Forms.Label();
     this.labelDebit      = new System.Windows.Forms.Label();
     this.textMemo        = new System.Windows.Forms.TextBox();
     this.labelCredit     = new System.Windows.Forms.Label();
     this.textCheckNumber = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.textAccount     = new System.Windows.Forms.TextBox();
     this.butChange       = new OpenDental.UI.Button();
     this.textCredit      = new OpenDental.ValidDouble();
     this.textDebit       = new OpenDental.ValidDouble();
     this.butDelete       = new OpenDental.UI.Button();
     this.butCancel       = new OpenDental.UI.Button();
     this.butOK           = new OpenDental.UI.Button();
     this.labelReconcile  = new System.Windows.Forms.Label();
     this.textReconcile   = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // labelMemo
     //
     this.labelMemo.Location  = new System.Drawing.Point(16, 94);
     this.labelMemo.Name      = "labelMemo";
     this.labelMemo.Size      = new System.Drawing.Size(93, 16);
     this.labelMemo.TabIndex  = 0;
     this.labelMemo.Text      = "Memo";
     this.labelMemo.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelDebit
     //
     this.labelDebit.Location  = new System.Drawing.Point(110, 14);
     this.labelDebit.Name      = "labelDebit";
     this.labelDebit.Size      = new System.Drawing.Size(90, 16);
     this.labelDebit.TabIndex  = 4;
     this.labelDebit.Text      = "Debit";
     this.labelDebit.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // textMemo
     //
     this.textMemo.Location  = new System.Drawing.Point(110, 90);
     this.textMemo.Multiline = true;
     this.textMemo.Name      = "textMemo";
     this.textMemo.Size      = new System.Drawing.Size(230, 46);
     this.textMemo.TabIndex  = 4;
     //
     // labelCredit
     //
     this.labelCredit.Location  = new System.Drawing.Point(205, 14);
     this.labelCredit.Name      = "labelCredit";
     this.labelCredit.Size      = new System.Drawing.Size(90, 16);
     this.labelCredit.TabIndex  = 19;
     this.labelCredit.Text      = "Credit";
     this.labelCredit.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // textCheckNumber
     //
     this.textCheckNumber.Location = new System.Drawing.Point(110, 145);
     this.textCheckNumber.Name     = "textCheckNumber";
     this.textCheckNumber.Size     = new System.Drawing.Size(132, 20);
     this.textCheckNumber.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(5, 149);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(104, 16);
     this.label2.TabIndex  = 20;
     this.label2.Text      = "Check Number";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(7, 63);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 20);
     this.label5.TabIndex  = 23;
     this.label5.Text      = "Account";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textAccount
     //
     this.textAccount.Location = new System.Drawing.Point(110, 60);
     this.textAccount.Name     = "textAccount";
     this.textAccount.ReadOnly = true;
     this.textAccount.Size     = new System.Drawing.Size(230, 20);
     this.textAccount.TabIndex = 9;
     //
     // butChange
     //
     this.butChange.Location = new System.Drawing.Point(346, 57);
     this.butChange.Name     = "butChange";
     this.butChange.Size     = new System.Drawing.Size(75, 26);
     this.butChange.TabIndex = 5;
     this.butChange.Text     = "Change";
     this.butChange.Click   += new System.EventHandler(this.butChange_Click);
     //
     // textCredit
     //
     this.textCredit.Location = new System.Drawing.Point(205, 31);
     this.textCredit.Name     = "textCredit";
     this.textCredit.Size     = new System.Drawing.Size(90, 20);
     this.textCredit.TabIndex = 2;
     //
     // textDebit
     //
     this.textDebit.Location = new System.Drawing.Point(110, 31);
     this.textDebit.Name     = "textDebit";
     this.textDebit.Size     = new System.Drawing.Size(90, 20);
     this.textDebit.TabIndex = 1;
     //
     // butDelete
     //
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(12, 219);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(75, 26);
     this.butDelete.TabIndex   = 8;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // butCancel
     //
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(430, 219);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 7;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // 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(430, 181);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 6;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // labelReconcile
     //
     this.labelReconcile.Location  = new System.Drawing.Point(110, 199);
     this.labelReconcile.Name      = "labelReconcile";
     this.labelReconcile.Size      = new System.Drawing.Size(230, 21);
     this.labelReconcile.TabIndex  = 27;
     this.labelReconcile.Text      = "Attached to Reconcile";
     this.labelReconcile.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textReconcile
     //
     this.textReconcile.Location = new System.Drawing.Point(110, 222);
     this.textReconcile.Name     = "textReconcile";
     this.textReconcile.ReadOnly = true;
     this.textReconcile.Size     = new System.Drawing.Size(112, 20);
     this.textReconcile.TabIndex = 10;
     //
     // FormJournalEntryEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(517, 257);
     this.Controls.Add(this.textReconcile);
     this.Controls.Add(this.labelReconcile);
     this.Controls.Add(this.butChange);
     this.Controls.Add(this.textAccount);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textCheckNumber);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textCredit);
     this.Controls.Add(this.labelCredit);
     this.Controls.Add(this.textMemo);
     this.Controls.Add(this.textDebit);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.labelDebit);
     this.Controls.Add(this.labelMemo);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormJournalEntryEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Journal Entry";
     this.Load         += new System.EventHandler(this.FormJournalEntryEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#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(FormProcTPEdit));
			this.textToothNumTP = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.comboPriority = new System.Windows.Forms.ComboBox();
			this.textSurf = new System.Windows.Forms.TextBox();
			this.textCode = new System.Windows.Forms.TextBox();
			this.textDescript = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.textPrognosis = new System.Windows.Forms.TextBox();
			this.textDiscount = new OpenDental.ValidDouble();
			this.textPatAmt = new OpenDental.ValidDouble();
			this.textSecInsAmt = new OpenDental.ValidDouble();
			this.textPriInsAmt = new OpenDental.ValidDouble();
			this.textFeeAmt = new OpenDental.ValidDouble();
			this.butDelete = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.textDx = new System.Windows.Forms.TextBox();
			this.labelDx = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// textToothNumTP
			// 
			this.textToothNumTP.Location = new System.Drawing.Point(175,63);
			this.textToothNumTP.Name = "textToothNumTP";
			this.textToothNumTP.Size = new System.Drawing.Size(50,20);
			this.textToothNumTP.TabIndex = 4;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(82,41);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(89,16);
			this.label1.TabIndex = 9;
			this.label1.Text = "Priority";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(34,65);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(137,16);
			this.label4.TabIndex = 10;
			this.label4.Text = "Tooth Num";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(82,89);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(89,16);
			this.label5.TabIndex = 11;
			this.label5.Text = "Surf";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(82,113);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(89,16);
			this.label6.TabIndex = 12;
			this.label6.Text = "Code";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(82,185);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(89,16);
			this.label7.TabIndex = 13;
			this.label7.Text = "Description";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(82,237);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(89,16);
			this.label8.TabIndex = 14;
			this.label8.Text = "Fee";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(82,261);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(89,16);
			this.label9.TabIndex = 15;
			this.label9.Text = "Pri Ins";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(82,285);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(89,16);
			this.label10.TabIndex = 16;
			this.label10.Text = "Sec Ins";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(43,333);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(128,16);
			this.label11.TabIndex = 17;
			this.label11.Text = "Patient Portion";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboPriority
			// 
			this.comboPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPriority.Location = new System.Drawing.Point(175,38);
			this.comboPriority.Name = "comboPriority";
			this.comboPriority.Size = new System.Drawing.Size(94,21);
			this.comboPriority.TabIndex = 59;
			// 
			// textSurf
			// 
			this.textSurf.Location = new System.Drawing.Point(175,87);
			this.textSurf.Name = "textSurf";
			this.textSurf.Size = new System.Drawing.Size(50,20);
			this.textSurf.TabIndex = 60;
			// 
			// textCode
			// 
			this.textCode.Location = new System.Drawing.Point(175,111);
			this.textCode.Name = "textCode";
			this.textCode.Size = new System.Drawing.Size(81,20);
			this.textCode.TabIndex = 61;
			// 
			// textDescript
			// 
			this.textDescript.AcceptsReturn = true;
			this.textDescript.Location = new System.Drawing.Point(175,183);
			this.textDescript.Multiline = true;
			this.textDescript.Name = "textDescript";
			this.textDescript.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.textDescript.Size = new System.Drawing.Size(377,48);
			this.textDescript.TabIndex = 62;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(43,309);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(128,16);
			this.label2.TabIndex = 67;
			this.label2.Text = "Discount";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(43,136);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(128,16);
			this.label3.TabIndex = 69;
			this.label3.Text = "Prognosis";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textPrognosis
			// 
			this.textPrognosis.Location = new System.Drawing.Point(175,135);
			this.textPrognosis.Name = "textPrognosis";
			this.textPrognosis.Size = new System.Drawing.Size(81,20);
			this.textPrognosis.TabIndex = 70;
			// 
			// textDiscount
			// 
			this.textDiscount.Location = new System.Drawing.Point(175,307);
			this.textDiscount.Name = "textDiscount";
			this.textDiscount.Size = new System.Drawing.Size(81,20);
			this.textDiscount.TabIndex = 68;
			// 
			// textPatAmt
			// 
			this.textPatAmt.Location = new System.Drawing.Point(175,331);
			this.textPatAmt.Name = "textPatAmt";
			this.textPatAmt.Size = new System.Drawing.Size(81,20);
			this.textPatAmt.TabIndex = 66;
			// 
			// textSecInsAmt
			// 
			this.textSecInsAmt.Location = new System.Drawing.Point(175,283);
			this.textSecInsAmt.Name = "textSecInsAmt";
			this.textSecInsAmt.Size = new System.Drawing.Size(81,20);
			this.textSecInsAmt.TabIndex = 65;
			// 
			// textPriInsAmt
			// 
			this.textPriInsAmt.Location = new System.Drawing.Point(175,259);
			this.textPriInsAmt.Name = "textPriInsAmt";
			this.textPriInsAmt.Size = new System.Drawing.Size(81,20);
			this.textPriInsAmt.TabIndex = 64;
			// 
			// textFeeAmt
			// 
			this.textFeeAmt.Location = new System.Drawing.Point(175,235);
			this.textFeeAmt.Name = "textFeeAmt";
			this.textFeeAmt.Size = new System.Drawing.Size(81,20);
			this.textFeeAmt.TabIndex = 63;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(24,391);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(86,26);
			this.butDelete.TabIndex = 8;
			this.butDelete.Text = "Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// 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(480,353);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(480,391);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// textDx
			// 
			this.textDx.Location = new System.Drawing.Point(175,159);
			this.textDx.Name = "textDx";
			this.textDx.Size = new System.Drawing.Size(81,20);
			this.textDx.TabIndex = 72;
			// 
			// labelDx
			// 
			this.labelDx.Location = new System.Drawing.Point(43,160);
			this.labelDx.Name = "labelDx";
			this.labelDx.Size = new System.Drawing.Size(128,16);
			this.labelDx.TabIndex = 71;
			this.labelDx.Text = "Dx";
			this.labelDx.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// FormProcTPEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(607,445);
			this.Controls.Add(this.textDx);
			this.Controls.Add(this.labelDx);
			this.Controls.Add(this.textPrognosis);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textDiscount);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textPatAmt);
			this.Controls.Add(this.textSecInsAmt);
			this.Controls.Add(this.textPriInsAmt);
			this.Controls.Add(this.textFeeAmt);
			this.Controls.Add(this.textDescript);
			this.Controls.Add(this.textCode);
			this.Controls.Add(this.textSurf);
			this.Controls.Add(this.comboPriority);
			this.Controls.Add(this.label11);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.label8);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.textToothNumTP);
			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 = "FormProcTPEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Treatment Plan Procedure";
			this.Load += new System.EventHandler(this.FormProcTPEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

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

		}
示例#5
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(FormJournal));
     this.imageListMain = new System.Windows.Forms.ImageList(this.components);
     this.gridMain      = new OpenDental.UI.ODGrid();
     this.ToolBarMain   = new OpenDental.UI.ODToolBar();
     this.labelDateFrom = new System.Windows.Forms.Label();
     this.textDateFrom  = new OpenDental.ValidDate();
     this.textDateTo    = new OpenDental.ValidDate();
     this.labelDateTo   = new System.Windows.Forms.Label();
     this.butRefresh    = new OpenDental.UI.Button();
     this.calendarFrom  = new System.Windows.Forms.MonthCalendar();
     this.butDropFrom   = new OpenDental.UI.Button();
     this.butDropTo     = new OpenDental.UI.Button();
     this.calendarTo    = new System.Windows.Forms.MonthCalendar();
     this.textAmt       = new OpenDental.ValidDouble();
     this.label3        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.textFindText  = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // imageListMain
     //
     this.imageListMain.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMain.ImageStream")));
     this.imageListMain.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListMain.Images.SetKeyName(0, "Add.gif");
     this.imageListMain.Images.SetKeyName(1, "print.gif");
     this.imageListMain.Images.SetKeyName(2, "butExport.gif");
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.Location         = new System.Drawing.Point(0, 56);
     this.gridMain.Name             = "gridMain";
     this.gridMain.Size             = new System.Drawing.Size(1044, 615);
     this.gridMain.TabIndex         = 11;
     this.gridMain.Title            = null;
     this.gridMain.TranslationName  = "TableJournal";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // ToolBarMain
     //
     this.ToolBarMain.Dock         = System.Windows.Forms.DockStyle.Top;
     this.ToolBarMain.ImageList    = this.imageListMain;
     this.ToolBarMain.Location     = new System.Drawing.Point(0, 0);
     this.ToolBarMain.Name         = "ToolBarMain";
     this.ToolBarMain.Size         = new System.Drawing.Size(1044, 25);
     this.ToolBarMain.TabIndex     = 0;
     this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick);
     //
     // labelDateFrom
     //
     this.labelDateFrom.Location  = new System.Drawing.Point(6, 34);
     this.labelDateFrom.Name      = "labelDateFrom";
     this.labelDateFrom.Size      = new System.Drawing.Size(71, 17);
     this.labelDateFrom.TabIndex  = 0;
     this.labelDateFrom.Text      = "From";
     this.labelDateFrom.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateFrom
     //
     this.textDateFrom.Location = new System.Drawing.Point(78, 32);
     this.textDateFrom.Name     = "textDateFrom";
     this.textDateFrom.Size     = new System.Drawing.Size(81, 20);
     this.textDateFrom.TabIndex = 1;
     //
     // textDateTo
     //
     this.textDateTo.Location = new System.Drawing.Point(268, 32);
     this.textDateTo.Name     = "textDateTo";
     this.textDateTo.Size     = new System.Drawing.Size(81, 20);
     this.textDateTo.TabIndex = 5;
     //
     // labelDateTo
     //
     this.labelDateTo.Location  = new System.Drawing.Point(195, 34);
     this.labelDateTo.Name      = "labelDateTo";
     this.labelDateTo.Size      = new System.Drawing.Size(72, 17);
     this.labelDateTo.TabIndex  = 0;
     this.labelDateTo.Text      = "To";
     this.labelDateTo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butRefresh
     //
     this.butRefresh.Location = new System.Drawing.Point(711, 31);
     this.butRefresh.Name     = "butRefresh";
     this.butRefresh.Size     = new System.Drawing.Size(75, 23);
     this.butRefresh.TabIndex = 10;
     this.butRefresh.Text     = "Refresh";
     this.butRefresh.UseVisualStyleBackColor = true;
     this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click);
     //
     // calendarFrom
     //
     this.calendarFrom.Location          = new System.Drawing.Point(5, 56);
     this.calendarFrom.MaxSelectionCount = 1;
     this.calendarFrom.Name          = "calendarFrom";
     this.calendarFrom.TabIndex      = 4;
     this.calendarFrom.Visible       = false;
     this.calendarFrom.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.calendarFrom_DateSelected);
     //
     // butDropFrom
     //
     this.butDropFrom.Location = new System.Drawing.Point(161, 31);
     this.butDropFrom.Name     = "butDropFrom";
     this.butDropFrom.Size     = new System.Drawing.Size(22, 22);
     this.butDropFrom.TabIndex = 3;
     this.butDropFrom.Text     = "V";
     this.butDropFrom.UseVisualStyleBackColor = true;
     this.butDropFrom.Click += new System.EventHandler(this.butDropFrom_Click);
     //
     // butDropTo
     //
     this.butDropTo.Location = new System.Drawing.Point(351, 31);
     this.butDropTo.Name     = "butDropTo";
     this.butDropTo.Size     = new System.Drawing.Size(22, 22);
     this.butDropTo.TabIndex = 6;
     this.butDropTo.Text     = "V";
     this.butDropTo.UseVisualStyleBackColor = true;
     this.butDropTo.Click += new System.EventHandler(this.butDropTo_Click);
     //
     // calendarTo
     //
     this.calendarTo.Location          = new System.Drawing.Point(231, 56);
     this.calendarTo.MaxSelectionCount = 1;
     this.calendarTo.Name          = "calendarTo";
     this.calendarTo.TabIndex      = 7;
     this.calendarTo.Visible       = false;
     this.calendarTo.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.calendarTo_DateSelected);
     //
     // textAmt
     //
     this.textAmt.ForeColor = System.Drawing.SystemColors.WindowText;
     this.textAmt.Location  = new System.Drawing.Point(450, 32);
     this.textAmt.MaxVal    = 100000000D;
     this.textAmt.MinVal    = -100000000D;
     this.textAmt.Name      = "textAmt";
     this.textAmt.Size      = new System.Drawing.Size(81, 20);
     this.textAmt.TabIndex  = 8;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(386, 34);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(63, 17);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Find Amt";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(541, 34);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(63, 17);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "Find Text";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textFindText
     //
     this.textFindText.Location = new System.Drawing.Point(605, 32);
     this.textFindText.Name     = "textFindText";
     this.textFindText.Size     = new System.Drawing.Size(78, 20);
     this.textFindText.TabIndex = 9;
     //
     // FormJournal
     //
     this.ClientSize = new System.Drawing.Size(1044, 671);
     this.Controls.Add(this.calendarFrom);
     this.Controls.Add(this.calendarTo);
     this.Controls.Add(this.textFindText);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textAmt);
     this.Controls.Add(this.butDropTo);
     this.Controls.Add(this.butDropFrom);
     this.Controls.Add(this.butRefresh);
     this.Controls.Add(this.textDateTo);
     this.Controls.Add(this.labelDateTo);
     this.Controls.Add(this.textDateFrom);
     this.Controls.Add(this.labelDateFrom);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.ToolBarMain);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(890, 270);
     this.Name          = "FormJournal";
     this.ShowInTaskbar = false;
     this.Text          = "Transaction History";
     this.Load         += new System.EventHandler(this.FormJournal_Load);
     this.ResizeEnd    += new System.EventHandler(this.FormJournal_ResizeEnd);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReconcileEdit));
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.textTarget  = new System.Windows.Forms.TextBox();
     this.label4      = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.textSum     = new System.Windows.Forms.TextBox();
     this.checkLocked = new System.Windows.Forms.CheckBox();
     this.gridMain    = new OpenDental.UI.ODGrid();
     this.textEnd     = new OpenDental.ValidDouble();
     this.textStart   = new OpenDental.ValidDouble();
     this.textDate    = new OpenDental.ValidDate();
     this.butOK       = new OpenDental.UI.Button();
     this.butCancel   = new OpenDental.UI.Button();
     this.butDelete   = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(370, 4);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 20);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(342, 47);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(124, 20);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Starting Balance";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(342, 68);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(124, 20);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "Ending Balance";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textTarget
     //
     this.textTarget.Location  = new System.Drawing.Point(467, 90);
     this.textTarget.Name      = "textTarget";
     this.textTarget.ReadOnly  = true;
     this.textTarget.Size      = new System.Drawing.Size(100, 20);
     this.textTarget.TabIndex  = 9;
     this.textTarget.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(353, 89);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(113, 20);
     this.label4.TabIndex  = 10;
     this.label4.Text      = "Target Change";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(353, 110);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(113, 20);
     this.label5.TabIndex  = 13;
     this.label5.Text      = "Sum of Transactions";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textSum
     //
     this.textSum.Location  = new System.Drawing.Point(467, 111);
     this.textSum.Name      = "textSum";
     this.textSum.ReadOnly  = true;
     this.textSum.Size      = new System.Drawing.Size(100, 20);
     this.textSum.TabIndex  = 12;
     this.textSum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // checkLocked
     //
     this.checkLocked.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkLocked.Location   = new System.Drawing.Point(374, 28);
     this.checkLocked.Name       = "checkLocked";
     this.checkLocked.Size       = new System.Drawing.Size(108, 18);
     this.checkLocked.TabIndex   = 14;
     this.checkLocked.Text       = "Locked";
     this.checkLocked.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkLocked.UseVisualStyleBackColor = true;
     this.checkLocked.Click += new System.EventHandler(this.checkLocked_Click);
     //
     // gridMain
     //
     this.gridMain.HScrollVisible  = false;
     this.gridMain.Location        = new System.Drawing.Point(4, 5);
     this.gridMain.Name            = "gridMain";
     this.gridMain.ScrollValue     = 0;
     this.gridMain.Size            = new System.Drawing.Size(338, 637);
     this.gridMain.TabIndex        = 11;
     this.gridMain.Title           = "Transactions";
     this.gridMain.TranslationName = "TableJournal";
     this.gridMain.CellClick      += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     //
     // textEnd
     //
     this.textEnd.Location     = new System.Drawing.Point(467, 69);
     this.textEnd.Name         = "textEnd";
     this.textEnd.Size         = new System.Drawing.Size(100, 20);
     this.textEnd.TabIndex     = 8;
     this.textEnd.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.textEnd.TextChanged += new System.EventHandler(this.textEnd_TextChanged);
     //
     // textStart
     //
     this.textStart.Location     = new System.Drawing.Point(467, 48);
     this.textStart.Name         = "textStart";
     this.textStart.Size         = new System.Drawing.Size(100, 20);
     this.textStart.TabIndex     = 6;
     this.textStart.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.textStart.TextChanged += new System.EventHandler(this.textStart_TextChanged);
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(467, 5);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(100, 20);
     this.textDate.TabIndex = 2;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(494, 616);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(494, 648);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(4, 648);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(84, 26);
     this.butDelete.TabIndex     = 15;
     this.butDelete.Text         = "Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // FormReconcileEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(587, 677);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.checkLocked);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textSum);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textTarget);
     this.Controls.Add(this.textEnd);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textStart);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormReconcileEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Reconcile";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormReconcileEdit_FormClosing);
     this.Load         += new System.EventHandler(this.FormReconcileEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRepeatChargeEdit));
     this.label1              = new System.Windows.Forms.Label();
     this.textCode            = new System.Windows.Forms.TextBox();
     this.labelChargeAmount   = new System.Windows.Forms.Label();
     this.labelDateStart      = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.textNote            = new System.Windows.Forms.TextBox();
     this.labelNote           = new System.Windows.Forms.Label();
     this.textDesc            = new System.Windows.Forms.TextBox();
     this.label6              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.checkCopyNoteToProc = new System.Windows.Forms.CheckBox();
     this.label8              = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.checkCreatesClaim   = new System.Windows.Forms.CheckBox();
     this.checkIsEnabled      = new System.Windows.Forms.CheckBox();
     this.textTotalAmount     = new System.Windows.Forms.TextBox();
     this.textNumOfCharges    = new System.Windows.Forms.TextBox();
     this.label10             = new System.Windows.Forms.Label();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.butCalculate        = new OpenDental.UI.Button();
     this.butManual           = new OpenDental.UI.Button();
     this.butDelete           = new OpenDental.UI.Button();
     this.textDateStop        = new OpenDental.ValidDate();
     this.textDateStart       = new OpenDental.ValidDate();
     this.textChargeAmt       = new OpenDental.ValidDouble();
     this.butOK                = new OpenDental.UI.Button();
     this.butCancel            = new OpenDental.UI.Button();
     this.labelBillingCycleDay = new System.Windows.Forms.Label();
     this.textBillingDay       = new OpenDental.ValidNumber();
     this.labelPatNum          = new System.Windows.Forms.Label();
     this.textPatNum           = new System.Windows.Forms.TextBox();
     this.butMoveTo            = new OpenDental.UI.Button();
     this.labelNpi             = new System.Windows.Forms.Label();
     this.labelErxAccountId    = new System.Windows.Forms.Label();
     this.textNpi              = new System.Windows.Forms.TextBox();
     this.textErxAccountId     = new System.Windows.Forms.TextBox();
     this.checkUsePrepay       = new System.Windows.Forms.CheckBox();
     this.labelProviderName    = new System.Windows.Forms.Label();
     this.textProvName         = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(4, 19);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(156, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Code";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textCode
     //
     this.textCode.Location  = new System.Drawing.Point(162, 17);
     this.textCode.MaxLength = 15;
     this.textCode.Name      = "textCode";
     this.textCode.ReadOnly  = true;
     this.textCode.Size      = new System.Drawing.Size(100, 20);
     this.textCode.TabIndex  = 3;
     this.textCode.TabStop   = false;
     //
     // labelChargeAmount
     //
     this.labelChargeAmount.Location  = new System.Drawing.Point(4, 139);
     this.labelChargeAmount.Name      = "labelChargeAmount";
     this.labelChargeAmount.Size      = new System.Drawing.Size(156, 16);
     this.labelChargeAmount.TabIndex  = 4;
     this.labelChargeAmount.Text      = "Charge Amount";
     this.labelChargeAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelDateStart
     //
     this.labelDateStart.Location  = new System.Drawing.Point(4, 168);
     this.labelDateStart.Name      = "labelDateStart";
     this.labelDateStart.Size      = new System.Drawing.Size(156, 16);
     this.labelDateStart.TabIndex  = 7;
     this.labelDateStart.Text      = "Date Start";
     this.labelDateStart.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(4, 196);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(156, 16);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "Date Stop";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(162, 270);
     this.textNote.MaxLength = 10000;
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(424, 114);
     this.textNote.TabIndex  = 6;
     //
     // labelNote
     //
     this.labelNote.Location  = new System.Drawing.Point(4, 273);
     this.labelNote.Name      = "labelNote";
     this.labelNote.Size      = new System.Drawing.Size(156, 16);
     this.labelNote.TabIndex  = 10;
     this.labelNote.Text      = "Note";
     this.labelNote.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDesc
     //
     this.textDesc.BackColor = System.Drawing.SystemColors.Control;
     this.textDesc.Location  = new System.Drawing.Point(267, 17);
     this.textDesc.Name      = "textDesc";
     this.textDesc.Size      = new System.Drawing.Size(241, 20);
     this.textDesc.TabIndex  = 40;
     this.textDesc.TabStop   = false;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(265, 1);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(224, 16);
     this.label6.TabIndex  = 39;
     this.label6.Text      = "Procedure Description:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label7
     //
     this.label7.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label7.Location = new System.Drawing.Point(128, 491);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(238, 29);
     this.label7.TabIndex = 42;
     this.label7.Text     = "It\'s OK to delete an obsolete repeating charge.   It does not affect any charges " +
                            "already billed.";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkCopyNoteToProc
     //
     this.checkCopyNoteToProc.Location = new System.Drawing.Point(162, 388);
     this.checkCopyNoteToProc.Name     = "checkCopyNoteToProc";
     this.checkCopyNoteToProc.Size     = new System.Drawing.Size(250, 18);
     this.checkCopyNoteToProc.TabIndex = 7;
     this.checkCopyNoteToProc.Text     = "Copy note to procedure billing note.";
     this.checkCopyNoteToProc.UseVisualStyleBackColor = true;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(17, 22);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(136, 16);
     this.label8.TabIndex  = 44;
     this.label8.Text      = "Total Amount";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(17, 48);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(136, 16);
     this.label9.TabIndex  = 46;
     this.label9.Text      = "Number of Charges";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkCreatesClaim
     //
     this.checkCreatesClaim.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkCreatesClaim.Location   = new System.Drawing.Point(7, 218);
     this.checkCreatesClaim.Name       = "checkCreatesClaim";
     this.checkCreatesClaim.Size       = new System.Drawing.Size(169, 18);
     this.checkCreatesClaim.TabIndex   = 4;
     this.checkCreatesClaim.Text       = "Creates Claim";
     this.checkCreatesClaim.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkCreatesClaim.UseVisualStyleBackColor = true;
     //
     // checkIsEnabled
     //
     this.checkIsEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsEnabled.Location   = new System.Drawing.Point(7, 250);
     this.checkIsEnabled.Name       = "checkIsEnabled";
     this.checkIsEnabled.Size       = new System.Drawing.Size(169, 18);
     this.checkIsEnabled.TabIndex   = 5;
     this.checkIsEnabled.Text       = "Enabled";
     this.checkIsEnabled.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsEnabled.UseVisualStyleBackColor = true;
     //
     // textTotalAmount
     //
     this.textTotalAmount.Location = new System.Drawing.Point(155, 19);
     this.textTotalAmount.Name     = "textTotalAmount";
     this.textTotalAmount.Size     = new System.Drawing.Size(100, 20);
     this.textTotalAmount.TabIndex = 0;
     //
     // textNumOfCharges
     //
     this.textNumOfCharges.Location = new System.Drawing.Point(155, 45);
     this.textNumOfCharges.Name     = "textNumOfCharges";
     this.textNumOfCharges.Size     = new System.Drawing.Size(100, 20);
     this.textNumOfCharges.TabIndex = 1;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(245, 429);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(225, 29);
     this.label10.TabIndex = 53;
     this.label10.Text     = "This will add a completed procedure of the code listed above to this patient\'s ac" +
                             "count.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.butCalculate);
     this.groupBox1.Controls.Add(this.textTotalAmount);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.textNumOfCharges);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Location = new System.Drawing.Point(7, 48);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(359, 79);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Calculate Charge Amount (optional)";
     //
     // butCalculate
     //
     this.butCalculate.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCalculate.Autosize            = true;
     this.butCalculate.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCalculate.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCalculate.CornerRadius        = 4F;
     this.butCalculate.Location            = new System.Drawing.Point(261, 44);
     this.butCalculate.Name     = "butCalculate";
     this.butCalculate.Size     = new System.Drawing.Size(75, 24);
     this.butCalculate.TabIndex = 2;
     this.butCalculate.Text     = "Calculate";
     this.butCalculate.Click   += new System.EventHandler(this.butCalculate_Click);
     //
     // butManual
     //
     this.butManual.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butManual.Autosize            = true;
     this.butManual.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butManual.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butManual.CornerRadius        = 4F;
     this.butManual.Location            = new System.Drawing.Point(162, 431);
     this.butManual.Name     = "butManual";
     this.butManual.Size     = new System.Drawing.Size(75, 24);
     this.butManual.TabIndex = 12;
     this.butManual.Text     = "Manual";
     this.butManual.Click   += new System.EventHandler(this.butManual_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(35, 493);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(83, 26);
     this.butDelete.TabIndex     = 11;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // textDateStop
     //
     this.textDateStop.Location = new System.Drawing.Point(162, 194);
     this.textDateStop.Name     = "textDateStop";
     this.textDateStop.Size     = new System.Drawing.Size(100, 20);
     this.textDateStop.TabIndex = 3;
     //
     // textDateStart
     //
     this.textDateStart.Location = new System.Drawing.Point(162, 165);
     this.textDateStart.Name     = "textDateStart";
     this.textDateStart.Size     = new System.Drawing.Size(100, 20);
     this.textDateStart.TabIndex = 2;
     //
     // textChargeAmt
     //
     this.textChargeAmt.Location = new System.Drawing.Point(162, 136);
     this.textChargeAmt.MaxVal   = 100000000D;
     this.textChargeAmt.MinVal   = -100000000D;
     this.textChargeAmt.Name     = "textChargeAmt";
     this.textChargeAmt.Size     = new System.Drawing.Size(100, 20);
     this.textChargeAmt.TabIndex = 1;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(595, 450);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 9;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(595, 491);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 10;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // labelBillingCycleDay
     //
     this.labelBillingCycleDay.Location  = new System.Drawing.Point(372, 67);
     this.labelBillingCycleDay.Name      = "labelBillingCycleDay";
     this.labelBillingCycleDay.Size      = new System.Drawing.Size(137, 16);
     this.labelBillingCycleDay.TabIndex  = 55;
     this.labelBillingCycleDay.Text      = "Billing Cycle Day";
     this.labelBillingCycleDay.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelBillingCycleDay.Visible   = false;
     //
     // textBillingDay
     //
     this.textBillingDay.Location = new System.Drawing.Point(511, 66);
     this.textBillingDay.MaxVal   = 31;
     this.textBillingDay.MinVal   = 1;
     this.textBillingDay.Name     = "textBillingDay";
     this.textBillingDay.Size     = new System.Drawing.Size(75, 20);
     this.textBillingDay.TabIndex = 8;
     this.textBillingDay.Visible  = false;
     //
     // labelPatNum
     //
     this.labelPatNum.Location  = new System.Drawing.Point(400, 93);
     this.labelPatNum.Name      = "labelPatNum";
     this.labelPatNum.Size      = new System.Drawing.Size(110, 16);
     this.labelPatNum.TabIndex  = 58;
     this.labelPatNum.Text      = "PatNum";
     this.labelPatNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelPatNum.Visible   = false;
     //
     // textPatNum
     //
     this.textPatNum.Location = new System.Drawing.Point(511, 92);
     this.textPatNum.Name     = "textPatNum";
     this.textPatNum.ReadOnly = true;
     this.textPatNum.Size     = new System.Drawing.Size(75, 20);
     this.textPatNum.TabIndex = 57;
     this.textPatNum.Visible  = false;
     //
     // butMoveTo
     //
     this.butMoveTo.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butMoveTo.Autosize            = true;
     this.butMoveTo.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butMoveTo.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butMoveTo.CornerRadius        = 4F;
     this.butMoveTo.Location            = new System.Drawing.Point(588, 90);
     this.butMoveTo.Name     = "butMoveTo";
     this.butMoveTo.Size     = new System.Drawing.Size(75, 24);
     this.butMoveTo.TabIndex = 56;
     this.butMoveTo.Text     = "Move To";
     this.butMoveTo.Visible  = false;
     this.butMoveTo.Click   += new System.EventHandler(this.butMoveTo_Click);
     //
     // labelNpi
     //
     this.labelNpi.Location  = new System.Drawing.Point(372, 119);
     this.labelNpi.Name      = "labelNpi";
     this.labelNpi.Size      = new System.Drawing.Size(137, 16);
     this.labelNpi.TabIndex  = 60;
     this.labelNpi.Text      = "NPI";
     this.labelNpi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelNpi.Visible   = false;
     //
     // labelErxAccountId
     //
     this.labelErxAccountId.Location  = new System.Drawing.Point(372, 145);
     this.labelErxAccountId.Name      = "labelErxAccountId";
     this.labelErxAccountId.Size      = new System.Drawing.Size(137, 16);
     this.labelErxAccountId.TabIndex  = 62;
     this.labelErxAccountId.Text      = "ErxAccountId";
     this.labelErxAccountId.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelErxAccountId.Visible   = false;
     //
     // textNpi
     //
     this.textNpi.Location = new System.Drawing.Point(511, 118);
     this.textNpi.Name     = "textNpi";
     this.textNpi.Size     = new System.Drawing.Size(75, 20);
     this.textNpi.TabIndex = 63;
     this.textNpi.Visible  = false;
     //
     // textErxAccountId
     //
     this.textErxAccountId.Location = new System.Drawing.Point(511, 144);
     this.textErxAccountId.Name     = "textErxAccountId";
     this.textErxAccountId.Size     = new System.Drawing.Size(75, 20);
     this.textErxAccountId.TabIndex = 64;
     this.textErxAccountId.Visible  = false;
     //
     // checkUsePrepay
     //
     this.checkUsePrepay.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkUsePrepay.Location   = new System.Drawing.Point(7, 234);
     this.checkUsePrepay.Name       = "checkUsePrepay";
     this.checkUsePrepay.Size       = new System.Drawing.Size(169, 18);
     this.checkUsePrepay.TabIndex   = 66;
     this.checkUsePrepay.Text       = "Use prepayments";
     this.checkUsePrepay.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkUsePrepay.UseVisualStyleBackColor = true;
     //
     // labelProviderName
     //
     this.labelProviderName.Location  = new System.Drawing.Point(375, 171);
     this.labelProviderName.Name      = "labelProviderName";
     this.labelProviderName.Size      = new System.Drawing.Size(135, 16);
     this.labelProviderName.TabIndex  = 68;
     this.labelProviderName.Text      = "ProviderName";
     this.labelProviderName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelProviderName.Visible   = false;
     //
     // textProvName
     //
     this.textProvName.Location = new System.Drawing.Point(511, 170);
     this.textProvName.Name     = "textProvName";
     this.textProvName.Size     = new System.Drawing.Size(152, 20);
     this.textProvName.TabIndex = 67;
     this.textProvName.Visible  = false;
     //
     // FormRepeatChargeEdit
     //
     this.ClientSize = new System.Drawing.Size(705, 545);
     this.Controls.Add(this.labelProviderName);
     this.Controls.Add(this.textProvName);
     this.Controls.Add(this.checkUsePrepay);
     this.Controls.Add(this.textErxAccountId);
     this.Controls.Add(this.textNpi);
     this.Controls.Add(this.labelErxAccountId);
     this.Controls.Add(this.labelNpi);
     this.Controls.Add(this.labelPatNum);
     this.Controls.Add(this.textPatNum);
     this.Controls.Add(this.butMoveTo);
     this.Controls.Add(this.textBillingDay);
     this.Controls.Add(this.labelBillingCycleDay);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.checkIsEnabled);
     this.Controls.Add(this.checkCreatesClaim);
     this.Controls.Add(this.butManual);
     this.Controls.Add(this.checkCopyNoteToProc);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textDesc);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.labelNote);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textDateStop);
     this.Controls.Add(this.labelDateStart);
     this.Controls.Add(this.textDateStart);
     this.Controls.Add(this.textChargeAmt);
     this.Controls.Add(this.labelChargeAmount);
     this.Controls.Add(this.textCode);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormRepeatChargeEdit";
     this.ShowInTaskbar   = false;
     this.Text            = "Edit Repeat Charge";
     this.Load           += new System.EventHandler(this.FormRepeatChargeEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#8
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(FormRxSetupPrinting));
     this.butCancel       = new OpenDental.UI.Button();
     this.butOK           = new OpenDental.UI.Button();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.radioVertical   = new System.Windows.Forms.RadioButton();
     this.radioHorizontal = new System.Windows.Forms.RadioButton();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.textDown        = new OpenDental.ValidDouble();
     this.label2          = new System.Windows.Forms.Label();
     this.textRight       = new OpenDental.ValidDouble();
     this.label1          = new System.Windows.Forms.Label();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.radioTwoSig     = new System.Windows.Forms.RadioButton();
     this.radioNeither    = new System.Windows.Forms.RadioButton();
     this.radioGeneric    = new System.Windows.Forms.RadioButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.Location = new System.Drawing.Point(352, 220);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 0;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(352, 179);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 1;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioVertical);
     this.groupBox1.Controls.Add(this.radioHorizontal);
     this.groupBox1.Location = new System.Drawing.Point(16, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(159, 63);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Orientation";
     //
     // radioVertical
     //
     this.radioVertical.Location = new System.Drawing.Point(15, 39);
     this.radioVertical.Name     = "radioVertical";
     this.radioVertical.Size     = new System.Drawing.Size(133, 18);
     this.radioVertical.TabIndex = 4;
     this.radioVertical.Text     = "Vertical";
     this.radioVertical.UseVisualStyleBackColor = true;
     //
     // radioHorizontal
     //
     this.radioHorizontal.Checked  = true;
     this.radioHorizontal.Location = new System.Drawing.Point(15, 19);
     this.radioHorizontal.Name     = "radioHorizontal";
     this.radioHorizontal.Size     = new System.Drawing.Size(133, 18);
     this.radioHorizontal.TabIndex = 3;
     this.radioHorizontal.TabStop  = true;
     this.radioHorizontal.Text     = "Horizontal";
     this.radioHorizontal.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textDown);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.textRight);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(16, 93);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(159, 76);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Adjust Position in Inches";
     //
     // textDown
     //
     this.textDown.Location = new System.Drawing.Point(73, 44);
     this.textDown.Name     = "textDown";
     this.textDown.Size     = new System.Drawing.Size(73, 20);
     this.textDown.TabIndex = 6;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 43);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(60, 20);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Down";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textRight
     //
     this.textRight.Location = new System.Drawing.Point(73, 19);
     this.textRight.Name     = "textRight";
     this.textRight.Size     = new System.Drawing.Size(73, 20);
     this.textRight.TabIndex = 4;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(9, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(60, 20);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Right";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.radioTwoSig);
     this.groupBox3.Controls.Add(this.radioNeither);
     this.groupBox3.Controls.Add(this.radioGeneric);
     this.groupBox3.Location = new System.Drawing.Point(206, 12);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(220, 87);
     this.groupBox3.TabIndex = 4;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Generic Substitution";
     //
     // radioTwoSig
     //
     this.radioTwoSig.Location = new System.Drawing.Point(15, 59);
     this.radioTwoSig.Name     = "radioTwoSig";
     this.radioTwoSig.Size     = new System.Drawing.Size(193, 18);
     this.radioTwoSig.TabIndex = 6;
     this.radioTwoSig.Text     = "Two signature lines";
     this.radioTwoSig.UseVisualStyleBackColor = true;
     //
     // radioNeither
     //
     this.radioNeither.Location = new System.Drawing.Point(15, 39);
     this.radioNeither.Name     = "radioNeither";
     this.radioNeither.Size     = new System.Drawing.Size(193, 18);
     this.radioNeither.TabIndex = 5;
     this.radioNeither.Text     = "Neither box checked";
     this.radioNeither.UseVisualStyleBackColor = true;
     //
     // radioGeneric
     //
     this.radioGeneric.Checked  = true;
     this.radioGeneric.Location = new System.Drawing.Point(15, 19);
     this.radioGeneric.Name     = "radioGeneric";
     this.radioGeneric.Size     = new System.Drawing.Size(193, 18);
     this.radioGeneric.TabIndex = 4;
     this.radioGeneric.TabStop  = true;
     this.radioGeneric.Text     = "Generic box checked";
     this.radioGeneric.UseVisualStyleBackColor = true;
     //
     // FormRxSetupPrinting
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(479, 286);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     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          = "FormRxSetupPrinting";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Setup Rx Printing";
     this.Load         += new System.EventHandler(this.FormRxSetupPrinting_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProvIncTransAdd));
			this.label5 = new System.Windows.Forms.Label();
			this.comboProvFrom = new System.Windows.Forms.ComboBox();
			this.textFromPat = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.comboFromPat = new System.Windows.Forms.ComboBox();
			this.comboToPat = new System.Windows.Forms.ComboBox();
			this.label2 = new System.Windows.Forms.Label();
			this.textToPat = new System.Windows.Forms.TextBox();
			this.comboProvTo = new System.Windows.Forms.ComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.labelAmount = new System.Windows.Forms.Label();
			this.textAmount = new OpenDental.ValidDouble();
			this.butSearchTo = new OpenDental.UI.Button();
			this.butSearchFrom = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(57,22);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100,16);
			this.label5.TabIndex = 12;
			this.label5.Text = "From Provider";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboProvFrom
			// 
			this.comboProvFrom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProvFrom.FormattingEnabled = true;
			this.comboProvFrom.Location = new System.Drawing.Point(160,21);
			this.comboProvFrom.MaxDropDownItems = 40;
			this.comboProvFrom.Name = "comboProvFrom";
			this.comboProvFrom.Size = new System.Drawing.Size(154,21);
			this.comboProvFrom.TabIndex = 13;
			// 
			// textFromPat
			// 
			this.textFromPat.Location = new System.Drawing.Point(320,49);
			this.textFromPat.Name = "textFromPat";
			this.textFromPat.Size = new System.Drawing.Size(193,20);
			this.textFromPat.TabIndex = 111;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(57,49);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100,16);
			this.label1.TabIndex = 114;
			this.label1.Text = "From Patient";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboFromPat
			// 
			this.comboFromPat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboFromPat.FormattingEnabled = true;
			this.comboFromPat.Location = new System.Drawing.Point(160,48);
			this.comboFromPat.MaxDropDownItems = 40;
			this.comboFromPat.Name = "comboFromPat";
			this.comboFromPat.Size = new System.Drawing.Size(154,21);
			this.comboFromPat.TabIndex = 115;
			this.comboFromPat.SelectionChangeCommitted += new System.EventHandler(this.comboFromPat_SelectionChangeCommitted);
			// 
			// comboToPat
			// 
			this.comboToPat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboToPat.FormattingEnabled = true;
			this.comboToPat.Location = new System.Drawing.Point(160,135);
			this.comboToPat.MaxDropDownItems = 40;
			this.comboToPat.Name = "comboToPat";
			this.comboToPat.Size = new System.Drawing.Size(154,21);
			this.comboToPat.TabIndex = 122;
			this.comboToPat.SelectionChangeCommitted += new System.EventHandler(this.comboToPat_SelectionChangeCommitted);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(57,136);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100,16);
			this.label2.TabIndex = 121;
			this.label2.Text = "To Patient";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textToPat
			// 
			this.textToPat.Location = new System.Drawing.Point(320,136);
			this.textToPat.Name = "textToPat";
			this.textToPat.Size = new System.Drawing.Size(193,20);
			this.textToPat.TabIndex = 120;
			// 
			// comboProvTo
			// 
			this.comboProvTo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProvTo.FormattingEnabled = true;
			this.comboProvTo.Location = new System.Drawing.Point(160,108);
			this.comboProvTo.MaxDropDownItems = 40;
			this.comboProvTo.Name = "comboProvTo";
			this.comboProvTo.Size = new System.Drawing.Size(154,21);
			this.comboProvTo.TabIndex = 119;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(57,109);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(100,16);
			this.label3.TabIndex = 118;
			this.label3.Text = "To Provider";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelAmount
			// 
			this.labelAmount.Location = new System.Drawing.Point(56,190);
			this.labelAmount.Name = "labelAmount";
			this.labelAmount.Size = new System.Drawing.Size(104,16);
			this.labelAmount.TabIndex = 126;
			this.labelAmount.Text = "Amount";
			this.labelAmount.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textAmount
			// 
			this.textAmount.Location = new System.Drawing.Point(160,187);
			this.textAmount.Name = "textAmount";
			this.textAmount.Size = new System.Drawing.Size(77,20);
			this.textAmount.TabIndex = 125;
			// 
			// butSearchTo
			// 
			this.butSearchTo.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butSearchTo.Autosize = true;
			this.butSearchTo.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSearchTo.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSearchTo.CornerRadius = 4F;
			this.butSearchTo.Location = new System.Drawing.Point(519,133);
			this.butSearchTo.Name = "butSearchTo";
			this.butSearchTo.Size = new System.Drawing.Size(75,24);
			this.butSearchTo.TabIndex = 123;
			this.butSearchTo.Text = "Search";
			this.butSearchTo.Click += new System.EventHandler(this.butSearchTo_Click);
			// 
			// butSearchFrom
			// 
			this.butSearchFrom.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butSearchFrom.Autosize = true;
			this.butSearchFrom.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSearchFrom.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSearchFrom.CornerRadius = 4F;
			this.butSearchFrom.Location = new System.Drawing.Point(519,46);
			this.butSearchFrom.Name = "butSearchFrom";
			this.butSearchFrom.Size = new System.Drawing.Size(75,24);
			this.butSearchFrom.TabIndex = 116;
			this.butSearchFrom.Text = "Search";
			this.butSearchFrom.Click += new System.EventHandler(this.butSearchFrom_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(438,242);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(519,242);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormProvIncTransAdd
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(638,293);
			this.Controls.Add(this.textAmount);
			this.Controls.Add(this.labelAmount);
			this.Controls.Add(this.butSearchTo);
			this.Controls.Add(this.comboToPat);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textToPat);
			this.Controls.Add(this.comboProvTo);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.butSearchFrom);
			this.Controls.Add(this.comboFromPat);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.textFromPat);
			this.Controls.Add(this.comboProvFrom);
			this.Controls.Add(this.label5);
			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 = "FormProvIncTransAdd";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Add Transfer";
			this.Load += new System.EventHandler(this.FormProvIncTransAdd_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
示例#10
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpTreatmentFinder));
     this.label1 = new System.Windows.Forms.Label();
     this.checkIncludeNoIns = new System.Windows.Forms.CheckBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.comboMonthStart = new System.Windows.Forms.ComboBox();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.textCodeRange = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.contextRightClick = new System.Windows.Forms.ContextMenu();
     this.menuItemFamily = new System.Windows.Forms.MenuItem();
     this.menuItemAccount = new System.Windows.Forms.MenuItem();
     this.checkIncludePatsWithApts = new System.Windows.Forms.CheckBox();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.buttonExport = new OpenDental.UI.Button();
     this.butLettersPreview = new OpenDental.UI.Button();
     this.butLabelSingle = new OpenDental.UI.Button();
     this.butLabelPreview = new OpenDental.UI.Button();
     this.butGotoAccount = new OpenDental.UI.Button();
     this.butGotoFamily = new OpenDental.UI.Button();
     this.butPrint = new OpenDental.UI.Button();
     this.comboBoxMultiBilling = new OpenDental.UI.ComboBoxMulti();
     this.comboBoxMultiProv = new OpenDental.UI.ComboBoxMulti();
     this.textOverAmount = new OpenDental.ValidDouble();
     this.textDateStart = new OpenDental.ValidDate();
     this.butRefresh = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(22,9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(872,29);
     this.label1.TabIndex = 29;
     this.label1.Text = resources.GetString("label1.Text");
     //
     // checkIncludeNoIns
     //
     this.checkIncludeNoIns.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludeNoIns.Location = new System.Drawing.Point(31,14);
     this.checkIncludeNoIns.Name = "checkIncludeNoIns";
     this.checkIncludeNoIns.Size = new System.Drawing.Size(214,18);
     this.checkIncludeNoIns.TabIndex = 30;
     this.checkIncludeNoIns.Text = "Include patients without insurance";
     this.checkIncludeNoIns.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludeNoIns.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.comboBoxMultiBilling);
     this.groupBox1.Controls.Add(this.comboBoxMultiProv);
     this.groupBox1.Controls.Add(this.textOverAmount);
     this.groupBox1.Controls.Add(this.comboMonthStart);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textCodeRange);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textDateStart);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.butRefresh);
     this.groupBox1.Controls.Add(this.checkIncludePatsWithApts);
     this.groupBox1.Controls.Add(this.checkIncludeNoIns);
     this.groupBox1.Location = new System.Drawing.Point(3,41);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(916,83);
     this.groupBox1.TabIndex = 33;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "View";
     //
     // comboMonthStart
     //
     this.comboMonthStart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboMonthStart.Items.AddRange(new object[] {
     "Calendar Year",
     "01 - January",
     "02 - February",
     "03 - March",
     "04 - April",
     "05 - May",
     "06 - June",
     "07 - July",
     "08 - August",
     "09 - September",
     "10 - October",
     "11 - November",
     "12 - December"});
     this.comboMonthStart.Location = new System.Drawing.Point(346,32);
     this.comboMonthStart.MaxDropDownItems = 40;
     this.comboMonthStart.Name = "comboMonthStart";
     this.comboMonthStart.Size = new System.Drawing.Size(98,21);
     this.comboMonthStart.TabIndex = 47;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(31,58);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(140,14);
     this.label8.TabIndex = 46;
     this.label8.Text = "Amount remaining over";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(445,35);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(70,14);
     this.label7.TabIndex = 43;
     this.label7.Text = "Billing Type";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(758,34);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(150,13);
     this.label5.TabIndex = 41;
     this.label5.Text = "Ex: D1050-D1060";
     //
     // textCodeRange
     //
     this.textCodeRange.Location = new System.Drawing.Point(758,12);
     this.textCodeRange.Name = "textCodeRange";
     this.textCodeRange.Size = new System.Drawing.Size(150,20);
     this.textCodeRange.TabIndex = 39;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(249,36);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(93,14);
     this.label3.TabIndex = 37;
     this.label3.Text = "Ins Month Start";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(679,12);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(77,17);
     this.label6.TabIndex = 40;
     this.label6.Text = "Code Range";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(445,14);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(70,14);
     this.label4.TabIndex = 35;
     this.label4.Text = "Provider";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(246,14);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(119,14);
     this.label2.TabIndex = 33;
     this.label2.Text = "TP Date Since";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // contextRightClick
     //
     this.contextRightClick.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemFamily,
     this.menuItemAccount});
     //
     // menuItemFamily
     //
     this.menuItemFamily.Index = 0;
     this.menuItemFamily.Text = "See Family";
     this.menuItemFamily.Click += new System.EventHandler(this.menuItemFamily_Click);
     //
     // menuItemAccount
     //
     this.menuItemAccount.Index = 1;
     this.menuItemAccount.Text = "See Account";
     this.menuItemAccount.Click += new System.EventHandler(this.menuItemAccount_Click);
     //
     // checkIncludePatsWithApts
     //
     this.checkIncludePatsWithApts.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludePatsWithApts.Location = new System.Drawing.Point(6,33);
     this.checkIncludePatsWithApts.Name = "checkIncludePatsWithApts";
     this.checkIncludePatsWithApts.Size = new System.Drawing.Size(239,18);
     this.checkIncludePatsWithApts.TabIndex = 30;
     this.checkIncludePatsWithApts.Text = "Include patients with upcoming appointments";
     this.checkIncludePatsWithApts.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludePatsWithApts.UseVisualStyleBackColor = true;
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = true;
     this.gridMain.Location = new System.Drawing.Point(3,130);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridMain.Size = new System.Drawing.Size(917,453);
     this.gridMain.TabIndex = 31;
     this.gridMain.Title = "Treatment Finder";
     this.gridMain.TranslationName = "TableTreatmentFinder";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     this.gridMain.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     //
     // buttonExport
     //
     this.buttonExport.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.buttonExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonExport.Autosize = true;
     this.buttonExport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.buttonExport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.buttonExport.CornerRadius = 4F;
     this.buttonExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonExport.Location = new System.Drawing.Point(3,613);
     this.buttonExport.Name = "buttonExport";
     this.buttonExport.Size = new System.Drawing.Size(119,24);
     this.buttonExport.TabIndex = 72;
     this.buttonExport.Text = "Export to File";
     this.buttonExport.Click += new System.EventHandler(this.buttonExport_Click);
     //
     // butLettersPreview
     //
     this.butLettersPreview.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butLettersPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butLettersPreview.Autosize = true;
     this.butLettersPreview.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butLettersPreview.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butLettersPreview.CornerRadius = 4F;
     this.butLettersPreview.Image = global::OpenDental.Properties.Resources.butPreview;
     this.butLettersPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLettersPreview.Location = new System.Drawing.Point(3,587);
     this.butLettersPreview.Name = "butLettersPreview";
     this.butLettersPreview.Size = new System.Drawing.Size(119,24);
     this.butLettersPreview.TabIndex = 71;
     this.butLettersPreview.Text = "Letters Preview";
     this.butLettersPreview.Click += new System.EventHandler(this.butLettersPreview_Click);
     //
     // butLabelSingle
     //
     this.butLabelSingle.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butLabelSingle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butLabelSingle.Autosize = true;
     this.butLabelSingle.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butLabelSingle.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butLabelSingle.CornerRadius = 4F;
     this.butLabelSingle.Image = global::OpenDental.Properties.Resources.butLabel;
     this.butLabelSingle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLabelSingle.Location = new System.Drawing.Point(128,587);
     this.butLabelSingle.Name = "butLabelSingle";
     this.butLabelSingle.Size = new System.Drawing.Size(119,24);
     this.butLabelSingle.TabIndex = 70;
     this.butLabelSingle.Text = "Single Labels";
     this.butLabelSingle.Click += new System.EventHandler(this.butLabelSingle_Click);
     //
     // butLabelPreview
     //
     this.butLabelPreview.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butLabelPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butLabelPreview.Autosize = true;
     this.butLabelPreview.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butLabelPreview.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butLabelPreview.CornerRadius = 4F;
     this.butLabelPreview.Image = global::OpenDental.Properties.Resources.butLabel;
     this.butLabelPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLabelPreview.Location = new System.Drawing.Point(128,613);
     this.butLabelPreview.Name = "butLabelPreview";
     this.butLabelPreview.Size = new System.Drawing.Size(119,24);
     this.butLabelPreview.TabIndex = 69;
     this.butLabelPreview.Text = "Label Preview";
     this.butLabelPreview.Click += new System.EventHandler(this.butLabelPreview_Click);
     //
     // butGotoAccount
     //
     this.butGotoAccount.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butGotoAccount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butGotoAccount.Autosize = true;
     this.butGotoAccount.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butGotoAccount.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butGotoAccount.CornerRadius = 4F;
     this.butGotoAccount.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butGotoAccount.Location = new System.Drawing.Point(661,613);
     this.butGotoAccount.Name = "butGotoAccount";
     this.butGotoAccount.Size = new System.Drawing.Size(96,24);
     this.butGotoAccount.TabIndex = 68;
     this.butGotoAccount.Text = "Go to Account";
     this.butGotoAccount.Click += new System.EventHandler(this.butGotoAccount_Click);
     //
     // butGotoFamily
     //
     this.butGotoFamily.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butGotoFamily.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butGotoFamily.Autosize = true;
     this.butGotoFamily.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butGotoFamily.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butGotoFamily.CornerRadius = 4F;
     this.butGotoFamily.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butGotoFamily.Location = new System.Drawing.Point(661,587);
     this.butGotoFamily.Name = "butGotoFamily";
     this.butGotoFamily.Size = new System.Drawing.Size(96,24);
     this.butGotoFamily.TabIndex = 67;
     this.butGotoFamily.Text = "Go to Family";
     this.butGotoFamily.Click += new System.EventHandler(this.butGotoFamily_Click);
     //
     // butPrint
     //
     this.butPrint.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.Autosize = true;
     this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPrint.CornerRadius = 4F;
     this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall;
     this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location = new System.Drawing.Point(418,613);
     this.butPrint.Name = "butPrint";
     this.butPrint.Size = new System.Drawing.Size(87,24);
     this.butPrint.TabIndex = 34;
     this.butPrint.Text = "Print List";
     this.butPrint.Click += new System.EventHandler(this.butPrint_Click);
     //
     // comboBoxMultiBilling
     //
     this.comboBoxMultiBilling.BackColor = System.Drawing.SystemColors.Window;
     this.comboBoxMultiBilling.DroppedDown = false;
     this.comboBoxMultiBilling.Items = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiBilling.Items")));
     this.comboBoxMultiBilling.Location = new System.Drawing.Point(515,32);
     this.comboBoxMultiBilling.Name = "comboBoxMultiBilling";
     this.comboBoxMultiBilling.SelectedIndices = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiBilling.SelectedIndices")));
     this.comboBoxMultiBilling.Size = new System.Drawing.Size(160,21);
     this.comboBoxMultiBilling.TabIndex = 50;
     this.comboBoxMultiBilling.UseCommas = true;
     this.comboBoxMultiBilling.Leave += new System.EventHandler(this.comboBoxMultiBilling_Leave);
     //
     // comboBoxMultiProv
     //
     this.comboBoxMultiProv.BackColor = System.Drawing.SystemColors.Window;
     this.comboBoxMultiProv.DroppedDown = false;
     this.comboBoxMultiProv.Items = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiProv.Items")));
     this.comboBoxMultiProv.Location = new System.Drawing.Point(515,10);
     this.comboBoxMultiProv.Name = "comboBoxMultiProv";
     this.comboBoxMultiProv.SelectedIndices = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiProv.SelectedIndices")));
     this.comboBoxMultiProv.Size = new System.Drawing.Size(160,21);
     this.comboBoxMultiProv.TabIndex = 49;
     this.comboBoxMultiProv.UseCommas = true;
     this.comboBoxMultiProv.Leave += new System.EventHandler(this.comboBoxMultiProv_Leave);
     //
     // textOverAmount
     //
     this.textOverAmount.Location = new System.Drawing.Point(177,55);
     this.textOverAmount.Name = "textOverAmount";
     this.textOverAmount.Size = new System.Drawing.Size(68,20);
     this.textOverAmount.TabIndex = 48;
     //
     // textDateStart
     //
     this.textDateStart.Location = new System.Drawing.Point(367,11);
     this.textDateStart.Name = "textDateStart";
     this.textDateStart.Size = new System.Drawing.Size(77,20);
     this.textDateStart.TabIndex = 34;
     //
     // butRefresh
     //
     this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butRefresh.Autosize = true;
     this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRefresh.CornerRadius = 4F;
     this.butRefresh.Location = new System.Drawing.Point(346,55);
     this.butRefresh.Name = "butRefresh";
     this.butRefresh.Size = new System.Drawing.Size(98,24);
     this.butRefresh.TabIndex = 32;
     this.butRefresh.Text = "&Refresh List";
     this.butRefresh.Click += new System.EventHandler(this.butRefresh_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(844,613);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 4;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormRpTreatmentFinder
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(923,641);
     this.Controls.Add(this.buttonExport);
     this.Controls.Add(this.butLettersPreview);
     this.Controls.Add(this.butLabelSingle);
     this.Controls.Add(this.butLabelPreview);
     this.Controls.Add(this.butGotoAccount);
     this.Controls.Add(this.butGotoFamily);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butCancel);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FormRpTreatmentFinder";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Treatment Finder";
     this.Load += new System.EventHandler(this.FormRpTreatmentFinder_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#11
0
        ///<summary>Adds the requested controls to the form.</summary>
        private void AddInputControls()
        {
            _listInputControls = new List <Control>();
            int curLocationY = 2;
            int controlWidth = 385;
            int minWidth     = 250;
            int posX         = 32;
            int itemOrder    = 1;

            foreach (InputBoxParam inputParam in _listInputParams)
            {
                if (inputParam == null)
                {
                    continue;
                }
                if (!string.IsNullOrEmpty(inputParam.LabelText))
                {
                    Label label = new Label();
                    label.AutoSize  = false;
                    label.Size      = new Size(controlWidth, 36);
                    label.Text      = inputParam.LabelText;
                    label.Name      = "labelPrompt" + itemOrder;
                    label.TextAlign = ContentAlignment.BottomLeft;
                    label.Location  = new Point(posX, curLocationY);
                    Controls.Add(label);
                    curLocationY += 38;
                }
                Control inputControl;
                switch (inputParam.ParamType)
                {
                case InputBoxType.TextBox:
                    TextBox textBox = new TextBox();
                    textBox.Name     = "textBox" + itemOrder;
                    textBox.Location = new Point(posX, curLocationY);
                    textBox.Size     = new Size(controlWidth, 20);
                    textBox.Text     = inputParam.Text;
                    if (!String.IsNullOrEmpty(textBox.Text))
                    {
                        textBox.SelectionStart  = 0;
                        textBox.SelectionLength = textBox.Text.Length;
                    }
                    inputControl  = textBox;
                    curLocationY += 22;
                    break;

                case InputBoxType.TextBoxMultiLine:
                    TextBox textBoxMulti = new TextBox();
                    textBoxMulti.Name       = "textBox" + itemOrder;
                    textBoxMulti.Location   = new Point(posX, curLocationY);
                    textBoxMulti.Size       = new Size(controlWidth, 100);
                    textBoxMulti.Multiline  = true;
                    textBoxMulti.Text       = inputParam.Text;
                    this.AcceptButton       = null;
                    textBoxMulti.ScrollBars = ScrollBars.Vertical;
                    inputControl            = textBoxMulti;
                    curLocationY           += 102;
                    break;

                case InputBoxType.CheckBox:
                    CheckBox checkBox = new CheckBox();
                    checkBox.Name      = "checkBox" + itemOrder;
                    checkBox.Location  = new Point(posX + inputParam.Position.X, curLocationY + inputParam.Position.Y);
                    checkBox.Size      = inputParam.ParamSize == Size.Empty ? new Size(controlWidth, 20) : inputParam.ParamSize;
                    checkBox.Text      = inputParam.Text;
                    checkBox.FlatStyle = FlatStyle.System;
                    inputControl       = checkBox;
                    if (inputParam.HasTimeout)
                    {
                        _hasTimeout = true;
                    }
                    curLocationY += checkBox.Size.Height + 2;
                    break;

                case InputBoxType.ComboSelect:
                    ComboBox comboBox = new ComboBox();
                    comboBox.Name             = "comboBox" + itemOrder;
                    comboBox.Location         = new Point(posX, curLocationY);
                    comboBox.Size             = new Size(controlWidth, 21);
                    comboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
                    comboBox.DropDownWidth    = controlWidth + 10;
                    comboBox.MaxDropDownItems = 30;
                    foreach (string selection in inputParam.ListSelections)
                    {
                        int idx = comboBox.Items.Add(selection);
                        if (idx.In(inputParam.ListSelectedIndices))
                        {
                            comboBox.IndexSelectOrSetText(idx, () => { return(""); });
                        }
                    }
                    inputControl  = comboBox;
                    curLocationY += 23;
                    break;

                case InputBoxType.ComboMultiSelect:
                    ComboBoxMulti comboBoxMulti = new ComboBoxMulti();
                    comboBoxMulti.Name      = "comboBoxMulti" + itemOrder;
                    comboBoxMulti.Location  = new Point(posX, curLocationY);
                    comboBoxMulti.Size      = new Size(controlWidth, 21);
                    comboBoxMulti.BackColor = SystemColors.Window;
                    foreach (string selection in inputParam.ListSelections)
                    {
                        comboBoxMulti.Items.Add(selection);
                    }
                    inputControl  = comboBoxMulti;
                    curLocationY += 23;
                    break;

                case InputBoxType.ValidDate:
                    ValidDate validDate = new ValidDate();
                    validDate.Name     = "validDate" + itemOrder;
                    validDate.Location = new Point(posX, curLocationY);
                    validDate.Size     = new Size(100, 20);
                    inputControl       = validDate;
                    curLocationY      += 22;
                    break;

                case InputBoxType.ValidTime:
                    ValidTime validTime = new ValidTime();
                    validTime.Name     = "validTime" + itemOrder;
                    validTime.Location = new Point(posX, curLocationY);
                    validTime.Size     = new Size(120, 20);
                    inputControl       = validTime;
                    curLocationY      += 22;
                    break;

                case InputBoxType.ValidDouble:
                    ValidDouble validDouble = new ValidDouble();
                    validDouble.Name     = "validDouble" + itemOrder;
                    validDouble.Location = new Point(posX, curLocationY);
                    validDouble.Size     = new Size(120, 20);
                    inputControl         = validDouble;
                    curLocationY        += 22;
                    break;

                case InputBoxType.ListBoxMulti:
                    ListBox listBox = new ListBox();
                    listBox.Name          = "listBox" + itemOrder;
                    listBox.Location      = new Point(posX, curLocationY);
                    listBox.BackColor     = SystemColors.Window;
                    listBox.SelectionMode = SelectionMode.MultiSimple;
                    foreach (string selection in inputParam.ListSelections)
                    {
                        listBox.Items.Add(selection);
                    }
                    listBox.Size  = new Size(controlWidth, listBox.PreferredHeight);
                    inputControl  = listBox;
                    curLocationY += (listBox.PreferredHeight) + 2;
                    break;

                default:
                    throw new NotImplementedException("InputBoxType: " + inputParam.ParamType + " not implemented.");
                }
                inputControl.TabIndex = itemOrder;
                _listInputControls.Add(inputControl);
                minWidth = Math.Max(minWidth, inputControl.Width + 80);
            }
            Controls.AddRange(_listInputControls.ToArray());
            Height = curLocationY + 90;
            Width  = minWidth;
        }
示例#12
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(FormLabCaseEdit));
     this.label1           = new System.Windows.Forms.Label();
     this.textPatient      = new System.Windows.Forms.TextBox();
     this.textInstructions = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.textAppointment  = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.textPlanned      = new System.Windows.Forms.TextBox();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.textDateCreated  = new System.Windows.Forms.TextBox();
     this.textDateSent     = new System.Windows.Forms.TextBox();
     this.label7           = new System.Windows.Forms.Label();
     this.textDateRecd     = new System.Windows.Forms.TextBox();
     this.label8           = new System.Windows.Forms.Label();
     this.textDateChecked  = new System.Windows.Forms.TextBox();
     this.label9           = new System.Windows.Forms.Label();
     this.textDateDue      = new System.Windows.Forms.TextBox();
     this.label10          = new System.Windows.Forms.Label();
     this.comboProv        = new System.Windows.Forms.ComboBox();
     this.label11          = new System.Windows.Forms.Label();
     this.listLab          = new System.Windows.Forms.ListBox();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.butCheckedNow    = new OpenDental.UI.Button();
     this.butRecdNow       = new OpenDental.UI.Button();
     this.butSentNow       = new OpenDental.UI.Button();
     this.butCreatedNow    = new OpenDental.UI.Button();
     this.listTurnaround   = new System.Windows.Forms.ListBox();
     this.label12          = new System.Windows.Forms.Label();
     this.textWeekday      = new System.Windows.Forms.TextBox();
     this.butSlip          = new OpenDental.UI.Button();
     this.butDetachPlanned = new OpenDental.UI.Button();
     this.butDetach        = new OpenDental.UI.Button();
     this.butDelete        = new OpenDental.UI.Button();
     this.butOK            = new OpenDental.UI.Button();
     this.butCancel        = new OpenDental.UI.Button();
     this.labelLabFee      = new System.Windows.Forms.Label();
     this.textLabFee       = new OpenDental.ValidDouble();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(5, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(89, 17);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Patient";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textPatient
     //
     this.textPatient.Location = new System.Drawing.Point(94, 15);
     this.textPatient.Name     = "textPatient";
     this.textPatient.ReadOnly = true;
     this.textPatient.Size     = new System.Drawing.Size(319, 20);
     this.textPatient.TabIndex = 0;
     //
     // textInstructions
     //
     this.textInstructions.Location   = new System.Drawing.Point(94, 304);
     this.textInstructions.MaxLength  = 10000;
     this.textInstructions.Multiline  = true;
     this.textInstructions.Name       = "textInstructions";
     this.textInstructions.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textInstructions.Size       = new System.Drawing.Size(400, 127);
     this.textInstructions.TabIndex   = 1;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(5, 306);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(89, 17);
     this.label3.TabIndex  = 101;
     this.label3.Text      = "Instructions";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(91, 135);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(89, 17);
     this.label2.TabIndex  = 99;
     this.label2.Text      = "Lab";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textAppointment
     //
     this.textAppointment.Location = new System.Drawing.Point(94, 40);
     this.textAppointment.Name     = "textAppointment";
     this.textAppointment.ReadOnly = true;
     this.textAppointment.Size     = new System.Drawing.Size(319, 20);
     this.textAppointment.TabIndex = 103;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(5, 41);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(89, 17);
     this.label4.TabIndex  = 104;
     this.label4.Text      = "Appointment";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textPlanned
     //
     this.textPlanned.Location = new System.Drawing.Point(94, 65);
     this.textPlanned.Name     = "textPlanned";
     this.textPlanned.ReadOnly = true;
     this.textPlanned.Size     = new System.Drawing.Size(319, 20);
     this.textPlanned.TabIndex = 106;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(5, 66);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(89, 17);
     this.label5.TabIndex  = 107;
     this.label5.Text      = "Planned Appt";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(17, 20);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(81, 17);
     this.label6.TabIndex  = 110;
     this.label6.Text      = "Created";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateCreated
     //
     this.textDateCreated.Location = new System.Drawing.Point(100, 19);
     this.textDateCreated.Name     = "textDateCreated";
     this.textDateCreated.Size     = new System.Drawing.Size(147, 20);
     this.textDateCreated.TabIndex = 111;
     //
     // textDateSent
     //
     this.textDateSent.Location = new System.Drawing.Point(100, 44);
     this.textDateSent.Name     = "textDateSent";
     this.textDateSent.Size     = new System.Drawing.Size(147, 20);
     this.textDateSent.TabIndex = 113;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(17, 45);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(81, 17);
     this.label7.TabIndex  = 112;
     this.label7.Text      = "Sent";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateRecd
     //
     this.textDateRecd.Location = new System.Drawing.Point(100, 69);
     this.textDateRecd.Name     = "textDateRecd";
     this.textDateRecd.Size     = new System.Drawing.Size(147, 20);
     this.textDateRecd.TabIndex = 115;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(17, 70);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(81, 17);
     this.label8.TabIndex  = 114;
     this.label8.Text      = "Received";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateChecked
     //
     this.textDateChecked.Location = new System.Drawing.Point(100, 94);
     this.textDateChecked.Name     = "textDateChecked";
     this.textDateChecked.Size     = new System.Drawing.Size(147, 20);
     this.textDateChecked.TabIndex = 117;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(2, 95);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(96, 17);
     this.label9.TabIndex  = 116;
     this.label9.Text      = "Quality Checked";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateDue
     //
     this.textDateDue.Location     = new System.Drawing.Point(336, 280);
     this.textDateDue.Name         = "textDateDue";
     this.textDateDue.Size         = new System.Drawing.Size(158, 20);
     this.textDateDue.TabIndex     = 119;
     this.textDateDue.TextChanged += new System.EventHandler(this.textDateDue_TextChanged);
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(207, 281);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(89, 17);
     this.label10.TabIndex  = 118;
     this.label10.Text      = "Date Time Due";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboProv
     //
     this.comboProv.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProv.FormattingEnabled = true;
     this.comboProv.Location          = new System.Drawing.Point(94, 90);
     this.comboProv.MaxDropDownItems  = 25;
     this.comboProv.Name     = "comboProv";
     this.comboProv.Size     = new System.Drawing.Size(158, 21);
     this.comboProv.TabIndex = 121;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(5, 93);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(89, 17);
     this.label11.TabIndex  = 120;
     this.label11.Text      = "Provider";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listLab
     //
     this.listLab.FormattingEnabled = true;
     this.listLab.Location          = new System.Drawing.Point(94, 155);
     this.listLab.Name                  = "listLab";
     this.listLab.Size                  = new System.Drawing.Size(198, 121);
     this.listLab.TabIndex              = 0;
     this.listLab.SelectedIndexChanged += new System.EventHandler(this.listLab_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.butCheckedNow);
     this.groupBox1.Controls.Add(this.butRecdNow);
     this.groupBox1.Controls.Add(this.butSentNow);
     this.groupBox1.Controls.Add(this.butCreatedNow);
     this.groupBox1.Controls.Add(this.textDateCreated);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.textDateSent);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.textDateRecd);
     this.groupBox1.Controls.Add(this.textDateChecked);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Location = new System.Drawing.Point(523, 10);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(329, 123);
     this.groupBox1.TabIndex = 122;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Tracking";
     //
     // butCheckedNow
     //
     this.butCheckedNow.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCheckedNow.Autosize            = true;
     this.butCheckedNow.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCheckedNow.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCheckedNow.CornerRadius        = 4F;
     this.butCheckedNow.Location            = new System.Drawing.Point(248, 92);
     this.butCheckedNow.Name     = "butCheckedNow";
     this.butCheckedNow.Size     = new System.Drawing.Size(75, 24);
     this.butCheckedNow.TabIndex = 121;
     this.butCheckedNow.Text     = "Now";
     this.butCheckedNow.Click   += new System.EventHandler(this.butCheckedNow_Click);
     //
     // butRecdNow
     //
     this.butRecdNow.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRecdNow.Autosize            = true;
     this.butRecdNow.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRecdNow.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRecdNow.CornerRadius        = 4F;
     this.butRecdNow.Location            = new System.Drawing.Point(248, 67);
     this.butRecdNow.Name     = "butRecdNow";
     this.butRecdNow.Size     = new System.Drawing.Size(75, 24);
     this.butRecdNow.TabIndex = 120;
     this.butRecdNow.Text     = "Now";
     this.butRecdNow.Click   += new System.EventHandler(this.butRecdNow_Click);
     //
     // butSentNow
     //
     this.butSentNow.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butSentNow.Autosize            = true;
     this.butSentNow.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butSentNow.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butSentNow.CornerRadius        = 4F;
     this.butSentNow.Location            = new System.Drawing.Point(248, 42);
     this.butSentNow.Name     = "butSentNow";
     this.butSentNow.Size     = new System.Drawing.Size(75, 24);
     this.butSentNow.TabIndex = 119;
     this.butSentNow.Text     = "Now";
     this.butSentNow.Click   += new System.EventHandler(this.butSentNow_Click);
     //
     // butCreatedNow
     //
     this.butCreatedNow.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCreatedNow.Autosize            = true;
     this.butCreatedNow.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCreatedNow.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCreatedNow.CornerRadius        = 4F;
     this.butCreatedNow.Location            = new System.Drawing.Point(248, 17);
     this.butCreatedNow.Name     = "butCreatedNow";
     this.butCreatedNow.Size     = new System.Drawing.Size(75, 24);
     this.butCreatedNow.TabIndex = 118;
     this.butCreatedNow.Text     = "Now";
     this.butCreatedNow.Click   += new System.EventHandler(this.butCreatedNow_Click);
     //
     // listTurnaround
     //
     this.listTurnaround.FormattingEnabled = true;
     this.listTurnaround.Location          = new System.Drawing.Point(296, 155);
     this.listTurnaround.Name     = "listTurnaround";
     this.listTurnaround.Size     = new System.Drawing.Size(198, 121);
     this.listTurnaround.TabIndex = 124;
     this.listTurnaround.Click   += new System.EventHandler(this.listTurnaround_Click);
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(293, 135);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(89, 17);
     this.label12.TabIndex  = 125;
     this.label12.Text      = "Set Due Date";
     this.label12.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textWeekday
     //
     this.textWeekday.BackColor = System.Drawing.Color.White;
     this.textWeekday.Location  = new System.Drawing.Point(296, 280);
     this.textWeekday.Name      = "textWeekday";
     this.textWeekday.ReadOnly  = true;
     this.textWeekday.Size      = new System.Drawing.Size(40, 20);
     this.textWeekday.TabIndex  = 126;
     //
     // butSlip
     //
     this.butSlip.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butSlip.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butSlip.Autosize     = true;
     this.butSlip.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butSlip.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butSlip.CornerRadius = 4F;
     this.butSlip.Location     = new System.Drawing.Point(433, 443);
     this.butSlip.Name         = "butSlip";
     this.butSlip.Size         = new System.Drawing.Size(85, 24);
     this.butSlip.TabIndex     = 127;
     this.butSlip.Text         = "New Slip";
     this.butSlip.Click       += new System.EventHandler(this.butSlip_Click);
     //
     // butDetachPlanned
     //
     this.butDetachPlanned.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDetachPlanned.Autosize            = true;
     this.butDetachPlanned.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDetachPlanned.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDetachPlanned.CornerRadius        = 4F;
     this.butDetachPlanned.Location            = new System.Drawing.Point(419, 62);
     this.butDetachPlanned.Name     = "butDetachPlanned";
     this.butDetachPlanned.Size     = new System.Drawing.Size(75, 24);
     this.butDetachPlanned.TabIndex = 108;
     this.butDetachPlanned.Text     = "Detach";
     this.butDetachPlanned.Click   += new System.EventHandler(this.butDetachPlanned_Click);
     //
     // butDetach
     //
     this.butDetach.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDetach.Autosize            = true;
     this.butDetach.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDetach.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDetach.CornerRadius        = 4F;
     this.butDetach.Location            = new System.Drawing.Point(419, 37);
     this.butDetach.Name     = "butDetach";
     this.butDetach.Size     = new System.Drawing.Size(75, 24);
     this.butDetach.TabIndex = 105;
     this.butDetach.Text     = "Detach";
     this.butDetach.Click   += new System.EventHandler(this.butDetach_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(27, 443);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(81, 24);
     this.butDelete.TabIndex     = 4;
     this.butDelete.Text         = "Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(686, 443);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 2;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(777, 443);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 9;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // labelLabFee
     //
     this.labelLabFee.Location  = new System.Drawing.Point(5, 118);
     this.labelLabFee.Name      = "labelLabFee";
     this.labelLabFee.Size      = new System.Drawing.Size(89, 17);
     this.labelLabFee.TabIndex  = 128;
     this.labelLabFee.Text      = "Fee";
     this.labelLabFee.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textLabFee
     //
     this.textLabFee.Location = new System.Drawing.Point(94, 115);
     this.textLabFee.MaxVal   = 100000000D;
     this.textLabFee.MinVal   = -100000000D;
     this.textLabFee.Name     = "textLabFee";
     this.textLabFee.Size     = new System.Drawing.Size(68, 20);
     this.textLabFee.TabIndex = 129;
     //
     // FormLabCaseEdit
     //
     this.ClientSize = new System.Drawing.Size(878, 487);
     this.Controls.Add(this.textLabFee);
     this.Controls.Add(this.labelLabFee);
     this.Controls.Add(this.butSlip);
     this.Controls.Add(this.textWeekday);
     this.Controls.Add(this.listTurnaround);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.listLab);
     this.Controls.Add(this.comboProv);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.textDateDue);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.butDetachPlanned);
     this.Controls.Add(this.textPlanned);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.butDetach);
     this.Controls.Add(this.textAppointment);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textInstructions);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textPatient);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormLabCaseEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Lab Case";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormLabCaseEdit_FormClosing);
     this.Load         += new System.EventHandler(this.FormLabCaseEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#13
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(FormEtrans835ClaimPay));
			this.textInsPayAllowed = new System.Windows.Forms.TextBox();
			this.textClaimFee = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.gridClaimAdjustments = new OpenDental.UI.ODGrid();
			this.gridProcedureBreakdown = new OpenDental.UI.ODGrid();
			this.gridPayments = new OpenDental.UI.ODGrid();
			this.textDedApplied = new System.Windows.Forms.TextBox();
			this.textInsPayAmt = new System.Windows.Forms.TextBox();
			this.butViewEobDetails = new OpenDental.UI.Button();
			this.butWriteOff = new OpenDental.UI.Button();
			this.butDeductible = new OpenDental.UI.Button();
			this.textWriteOff = new OpenDental.ValidDouble();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textEobInsPayAmt = new System.Windows.Forms.TextBox();
			this.textEobDedApplied = new System.Windows.Forms.TextBox();
			this.textEobWriteOff = new OpenDental.ValidDouble();
			this.textEobInsPayAllowed = new System.Windows.Forms.TextBox();
			this.textEobClaimFee = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// textInsPayAllowed
			// 
			this.textInsPayAllowed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.textInsPayAllowed.Location = new System.Drawing.Point(455, 608);
			this.textInsPayAllowed.Name = "textInsPayAllowed";
			this.textInsPayAllowed.ReadOnly = true;
			this.textInsPayAllowed.Size = new System.Drawing.Size(62, 20);
			this.textInsPayAllowed.TabIndex = 116;
			this.textInsPayAllowed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textClaimFee
			// 
			this.textClaimFee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.textClaimFee.Location = new System.Drawing.Point(331, 608);
			this.textClaimFee.Name = "textClaimFee";
			this.textClaimFee.ReadOnly = true;
			this.textClaimFee.Size = new System.Drawing.Size(62, 20);
			this.textClaimFee.TabIndex = 118;
			this.textClaimFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label1.Location = new System.Drawing.Point(177, 611);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(150, 16);
			this.label1.TabIndex = 117;
			this.label1.Text = "Totals";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.label2.Location = new System.Drawing.Point(346, 658);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(348, 39);
			this.label2.TabIndex = 122;
			this.label2.Text = "Before you click OK, the Deductible and the Ins Pay amounts should exactly match " +
    "the insurance EOB.";
			// 
			// label3
			// 
			this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label3.Location = new System.Drawing.Point(20, 622);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(116, 34);
			this.label3.TabIndex = 123;
			this.label3.Text = "Assign to selected payment line:";
			this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label4
			// 
			this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label4.Location = new System.Drawing.Point(164, 627);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(108, 29);
			this.label4.TabIndex = 124;
			this.label4.Text = "On all unpaid procedure amounts:";
			this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// gridClaimAdjustments
			// 
			this.gridClaimAdjustments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.gridClaimAdjustments.HScrollVisible = false;
			this.gridClaimAdjustments.Location = new System.Drawing.Point(9, 12);
			this.gridClaimAdjustments.Name = "gridClaimAdjustments";
			this.gridClaimAdjustments.ScrollValue = 0;
			this.gridClaimAdjustments.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridClaimAdjustments.Size = new System.Drawing.Size(956, 100);
			this.gridClaimAdjustments.TabIndex = 200;
			this.gridClaimAdjustments.TabStop = false;
			this.gridClaimAdjustments.Title = "EOB Claim Adjustments";
			this.gridClaimAdjustments.TranslationName = "FormEtrans835Edit";
			this.gridClaimAdjustments.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridClaimAdjustments_CellDoubleClick);
			// 
			// gridProcedureBreakdown
			// 
			this.gridProcedureBreakdown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.gridProcedureBreakdown.HScrollVisible = false;
			this.gridProcedureBreakdown.Location = new System.Drawing.Point(9, 118);
			this.gridProcedureBreakdown.Name = "gridProcedureBreakdown";
			this.gridProcedureBreakdown.ScrollValue = 0;
			this.gridProcedureBreakdown.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridProcedureBreakdown.Size = new System.Drawing.Size(956, 168);
			this.gridProcedureBreakdown.TabIndex = 199;
			this.gridProcedureBreakdown.TabStop = false;
			this.gridProcedureBreakdown.Title = "EOB Procedure Breakdown";
			this.gridProcedureBreakdown.TranslationName = "FormEtrans835Edit";
			this.gridProcedureBreakdown.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProcedureBreakdown_CellDoubleClick);
			// 
			// gridPayments
			// 
			this.gridPayments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.gridPayments.HScrollVisible = false;
			this.gridPayments.Location = new System.Drawing.Point(9, 345);
			this.gridPayments.Name = "gridPayments";
			this.gridPayments.ScrollValue = 0;
			this.gridPayments.SelectionMode = OpenDental.UI.GridSelectionMode.OneCell;
			this.gridPayments.Size = new System.Drawing.Size(956, 257);
			this.gridPayments.TabIndex = 125;
			this.gridPayments.Title = "Enter Payments";
			this.gridPayments.TranslationName = "TableClaimProc";
			this.gridPayments.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
			this.gridPayments.CellTextChanged += new System.EventHandler(this.gridMain_CellTextChanged);
			// 
			// textDedApplied
			// 
			this.textDedApplied.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.textDedApplied.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.textDedApplied.Location = new System.Drawing.Point(393, 608);
			this.textDedApplied.Name = "textDedApplied";
			this.textDedApplied.ReadOnly = true;
			this.textDedApplied.Size = new System.Drawing.Size(62, 20);
			this.textDedApplied.TabIndex = 202;
			this.textDedApplied.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textInsPayAmt
			// 
			this.textInsPayAmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.textInsPayAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.textInsPayAmt.Location = new System.Drawing.Point(517, 608);
			this.textInsPayAmt.Name = "textInsPayAmt";
			this.textInsPayAmt.ReadOnly = true;
			this.textInsPayAmt.Size = new System.Drawing.Size(62, 20);
			this.textInsPayAmt.TabIndex = 203;
			this.textInsPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// butViewEobDetails
			// 
			this.butViewEobDetails.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butViewEobDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butViewEobDetails.Autosize = true;
			this.butViewEobDetails.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butViewEobDetails.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butViewEobDetails.CornerRadius = 4F;
			this.butViewEobDetails.Location = new System.Drawing.Point(703, 659);
			this.butViewEobDetails.Name = "butViewEobDetails";
			this.butViewEobDetails.Size = new System.Drawing.Size(100, 25);
			this.butViewEobDetails.TabIndex = 201;
			this.butViewEobDetails.Text = "EOB Details";
			this.butViewEobDetails.Click += new System.EventHandler(this.butViewEobDetails_Click);
			// 
			// butWriteOff
			// 
			this.butWriteOff.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butWriteOff.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butWriteOff.Autosize = true;
			this.butWriteOff.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butWriteOff.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butWriteOff.CornerRadius = 4F;
			this.butWriteOff.Location = new System.Drawing.Point(163, 659);
			this.butWriteOff.Name = "butWriteOff";
			this.butWriteOff.Size = new System.Drawing.Size(90, 25);
			this.butWriteOff.TabIndex = 121;
			this.butWriteOff.Text = "&Write Off";
			this.butWriteOff.Click += new System.EventHandler(this.butWriteOff_Click);
			// 
			// butDeductible
			// 
			this.butDeductible.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDeductible.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDeductible.Autosize = true;
			this.butDeductible.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDeductible.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDeductible.CornerRadius = 4F;
			this.butDeductible.Location = new System.Drawing.Point(23, 659);
			this.butDeductible.Name = "butDeductible";
			this.butDeductible.Size = new System.Drawing.Size(92, 25);
			this.butDeductible.TabIndex = 120;
			this.butDeductible.Text = "&Deductible";
			this.butDeductible.Click += new System.EventHandler(this.butDeductible_Click);
			// 
			// textWriteOff
			// 
			this.textWriteOff.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.textWriteOff.Location = new System.Drawing.Point(579, 608);
			this.textWriteOff.MaxVal = 100000000D;
			this.textWriteOff.MinVal = -100000000D;
			this.textWriteOff.Name = "textWriteOff";
			this.textWriteOff.ReadOnly = true;
			this.textWriteOff.Size = new System.Drawing.Size(62, 20);
			this.textWriteOff.TabIndex = 119;
			this.textWriteOff.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(890, 659);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 25);
			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(809, 659);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 25);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textEobInsPayAmt
			// 
			this.textEobInsPayAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.textEobInsPayAmt.Location = new System.Drawing.Point(517, 292);
			this.textEobInsPayAmt.Name = "textEobInsPayAmt";
			this.textEobInsPayAmt.ReadOnly = true;
			this.textEobInsPayAmt.Size = new System.Drawing.Size(62, 20);
			this.textEobInsPayAmt.TabIndex = 209;
			this.textEobInsPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textEobDedApplied
			// 
			this.textEobDedApplied.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.textEobDedApplied.Location = new System.Drawing.Point(393, 292);
			this.textEobDedApplied.Name = "textEobDedApplied";
			this.textEobDedApplied.ReadOnly = true;
			this.textEobDedApplied.Size = new System.Drawing.Size(62, 20);
			this.textEobDedApplied.TabIndex = 208;
			this.textEobDedApplied.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textEobWriteOff
			// 
			this.textEobWriteOff.Location = new System.Drawing.Point(579, 292);
			this.textEobWriteOff.MaxVal = 100000000D;
			this.textEobWriteOff.MinVal = -100000000D;
			this.textEobWriteOff.Name = "textEobWriteOff";
			this.textEobWriteOff.ReadOnly = true;
			this.textEobWriteOff.Size = new System.Drawing.Size(62, 20);
			this.textEobWriteOff.TabIndex = 207;
			this.textEobWriteOff.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textEobInsPayAllowed
			// 
			this.textEobInsPayAllowed.Location = new System.Drawing.Point(455, 292);
			this.textEobInsPayAllowed.Name = "textEobInsPayAllowed";
			this.textEobInsPayAllowed.ReadOnly = true;
			this.textEobInsPayAllowed.Size = new System.Drawing.Size(62, 20);
			this.textEobInsPayAllowed.TabIndex = 204;
			this.textEobInsPayAllowed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textEobClaimFee
			// 
			this.textEobClaimFee.Location = new System.Drawing.Point(331, 292);
			this.textEobClaimFee.Name = "textEobClaimFee";
			this.textEobClaimFee.ReadOnly = true;
			this.textEobClaimFee.Size = new System.Drawing.Size(62, 20);
			this.textEobClaimFee.TabIndex = 206;
			this.textEobClaimFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label5
			// 
			this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label5.Location = new System.Drawing.Point(177, 295);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(150, 16);
			this.label5.TabIndex = 205;
			this.label5.Text = "EOB Totals";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// FormEtrans835ClaimPay
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(974, 696);
			this.Controls.Add(this.textEobInsPayAmt);
			this.Controls.Add(this.textEobDedApplied);
			this.Controls.Add(this.textEobWriteOff);
			this.Controls.Add(this.textEobInsPayAllowed);
			this.Controls.Add(this.textEobClaimFee);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.textInsPayAmt);
			this.Controls.Add(this.textDedApplied);
			this.Controls.Add(this.butViewEobDetails);
			this.Controls.Add(this.gridClaimAdjustments);
			this.Controls.Add(this.gridProcedureBreakdown);
			this.Controls.Add(this.gridPayments);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.butWriteOff);
			this.Controls.Add(this.butDeductible);
			this.Controls.Add(this.textWriteOff);
			this.Controls.Add(this.textInsPayAllowed);
			this.Controls.Add(this.textClaimFee);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.MinimumSize = new System.Drawing.Size(990, 734);
			this.Name = "FormEtrans835ClaimPay";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = " ";
			this.Load += new System.EventHandler(this.FormEtrans835ClaimPay_Load);
			this.Shown += new System.EventHandler(this.FormEtrans835ClaimPay_Shown);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
示例#14
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpTreatmentFinder));
     this.label1                    = new System.Windows.Forms.Label();
     this.checkIncludeNoIns         = new System.Windows.Forms.CheckBox();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.comboClinics              = new OpenDental.UI.ComboBoxClinicPicker();
     this.codeRangeFilter           = new OpenDental.UI.ODCodeRangeFilter();
     this.checkBenefitAssumeGeneral = new System.Windows.Forms.CheckBox();
     this.comboBoxMultiBilling      = new OpenDental.UI.ComboBoxMulti();
     this.comboBoxMultiProv         = new OpenDental.UI.ComboBoxMulti();
     this.textOverAmount            = new OpenDental.ValidDouble();
     this.comboMonthStart           = new System.Windows.Forms.ComboBox();
     this.label8                    = new System.Windows.Forms.Label();
     this.label7                    = new System.Windows.Forms.Label();
     this.label3                    = new System.Windows.Forms.Label();
     this.labelCodeRange            = new System.Windows.Forms.Label();
     this.label4                    = new System.Windows.Forms.Label();
     this.textDateStart             = new OpenDental.ValidDate();
     this.label2                    = new System.Windows.Forms.Label();
     this.butRefresh                = new OpenDental.UI.Button();
     this.checkIncludePatsWithApts  = new System.Windows.Forms.CheckBox();
     this.contextRightClick         = new System.Windows.Forms.ContextMenu();
     this.menuItemFamily            = new System.Windows.Forms.MenuItem();
     this.menuItemAccount           = new System.Windows.Forms.MenuItem();
     this.gridMain                  = new OpenDental.UI.ODGrid();
     this.buttonExport              = new OpenDental.UI.Button();
     this.butLettersPreview         = new OpenDental.UI.Button();
     this.butLabelSingle            = new OpenDental.UI.Button();
     this.butLabelPreview           = new OpenDental.UI.Button();
     this.butGotoAccount            = new OpenDental.UI.Button();
     this.butGotoFamily             = new OpenDental.UI.Button();
     this.butPrint                  = new OpenDental.UI.Button();
     this.butCancel                 = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(22, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(872, 29);
     this.label1.TabIndex = 29;
     this.label1.Text     = resources.GetString("label1.Text");
     //
     // checkIncludeNoIns
     //
     this.checkIncludeNoIns.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludeNoIns.Location   = new System.Drawing.Point(31, 14);
     this.checkIncludeNoIns.Name       = "checkIncludeNoIns";
     this.checkIncludeNoIns.Size       = new System.Drawing.Size(214, 18);
     this.checkIncludeNoIns.TabIndex   = 30;
     this.checkIncludeNoIns.Text       = "Include patients without insurance";
     this.checkIncludeNoIns.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludeNoIns.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.comboClinics);
     this.groupBox1.Controls.Add(this.codeRangeFilter);
     this.groupBox1.Controls.Add(this.checkBenefitAssumeGeneral);
     this.groupBox1.Controls.Add(this.comboBoxMultiBilling);
     this.groupBox1.Controls.Add(this.comboBoxMultiProv);
     this.groupBox1.Controls.Add(this.textOverAmount);
     this.groupBox1.Controls.Add(this.comboMonthStart);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.labelCodeRange);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textDateStart);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.butRefresh);
     this.groupBox1.Controls.Add(this.checkIncludePatsWithApts);
     this.groupBox1.Controls.Add(this.checkIncludeNoIns);
     this.groupBox1.Location = new System.Drawing.Point(5, 41);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1040, 83);
     this.groupBox1.TabIndex = 33;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "View";
     //
     // comboClinics
     //
     this.comboClinics.IncludeUnassigned = true;
     this.comboClinics.Location          = new System.Drawing.Point(478, 54);
     this.comboClinics.Name     = "comboClinics";
     this.comboClinics.Size     = new System.Drawing.Size(197, 21);
     this.comboClinics.TabIndex = 77;
     //
     // codeRangeFilter
     //
     this.codeRangeFilter.HideExampleText = false;
     this.codeRangeFilter.Location        = new System.Drawing.Point(755, 11);
     this.codeRangeFilter.MaximumSize     = new System.Drawing.Size(300, 37);
     this.codeRangeFilter.MinimumSize     = new System.Drawing.Size(0, 20);
     this.codeRangeFilter.Name            = "codeRangeFilter";
     this.codeRangeFilter.Size            = new System.Drawing.Size(150, 37);
     this.codeRangeFilter.TabIndex        = 76;
     //
     // checkBenefitAssumeGeneral
     //
     this.checkBenefitAssumeGeneral.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBenefitAssumeGeneral.Location   = new System.Drawing.Point(682, 50);
     this.checkBenefitAssumeGeneral.Name       = "checkBenefitAssumeGeneral";
     this.checkBenefitAssumeGeneral.Size       = new System.Drawing.Size(226, 18);
     this.checkBenefitAssumeGeneral.TabIndex   = 75;
     this.checkBenefitAssumeGeneral.Text       = "Assume procedures are General";
     this.checkBenefitAssumeGeneral.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBenefitAssumeGeneral.UseVisualStyleBackColor = true;
     //
     // comboBoxMultiBilling
     //
     this.comboBoxMultiBilling.ArraySelectedIndices = new int[0];
     this.comboBoxMultiBilling.BackColor            = System.Drawing.SystemColors.Window;
     this.comboBoxMultiBilling.Items           = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiBilling.Items")));
     this.comboBoxMultiBilling.Location        = new System.Drawing.Point(515, 32);
     this.comboBoxMultiBilling.Name            = "comboBoxMultiBilling";
     this.comboBoxMultiBilling.SelectedIndices = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiBilling.SelectedIndices")));
     this.comboBoxMultiBilling.Size            = new System.Drawing.Size(160, 21);
     this.comboBoxMultiBilling.TabIndex        = 50;
     this.comboBoxMultiBilling.Leave          += new System.EventHandler(this.comboBoxMultiBilling_Leave);
     //
     // comboBoxMultiProv
     //
     this.comboBoxMultiProv.ArraySelectedIndices = new int[0];
     this.comboBoxMultiProv.BackColor            = System.Drawing.SystemColors.Window;
     this.comboBoxMultiProv.Items           = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiProv.Items")));
     this.comboBoxMultiProv.Location        = new System.Drawing.Point(515, 10);
     this.comboBoxMultiProv.Name            = "comboBoxMultiProv";
     this.comboBoxMultiProv.SelectedIndices = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiProv.SelectedIndices")));
     this.comboBoxMultiProv.Size            = new System.Drawing.Size(160, 21);
     this.comboBoxMultiProv.TabIndex        = 49;
     this.comboBoxMultiProv.Leave          += new System.EventHandler(this.comboBoxMultiProv_Leave);
     //
     // textOverAmount
     //
     this.textOverAmount.Location = new System.Drawing.Point(177, 55);
     this.textOverAmount.MaxVal   = 100000000D;
     this.textOverAmount.MinVal   = -100000000D;
     this.textOverAmount.Name     = "textOverAmount";
     this.textOverAmount.Size     = new System.Drawing.Size(68, 20);
     this.textOverAmount.TabIndex = 48;
     //
     // comboMonthStart
     //
     this.comboMonthStart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboMonthStart.Items.AddRange(new object[] {
         "Calendar Year",
         "01 - January",
         "02 - February",
         "03 - March",
         "04 - April",
         "05 - May",
         "06 - June",
         "07 - July",
         "08 - August",
         "09 - September",
         "10 - October",
         "11 - November",
         "12 - December"
     });
     this.comboMonthStart.Location         = new System.Drawing.Point(346, 32);
     this.comboMonthStart.MaxDropDownItems = 40;
     this.comboMonthStart.Name             = "comboMonthStart";
     this.comboMonthStart.Size             = new System.Drawing.Size(98, 21);
     this.comboMonthStart.TabIndex         = 47;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(31, 58);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(140, 14);
     this.label8.TabIndex  = 46;
     this.label8.Text      = "Amount remaining over";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(445, 35);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(70, 14);
     this.label7.TabIndex  = 43;
     this.label7.Text      = "Billing Type";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(249, 36);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(93, 14);
     this.label3.TabIndex  = 37;
     this.label3.Text      = "Ins Month Start";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelCodeRange
     //
     this.labelCodeRange.Location  = new System.Drawing.Point(679, 12);
     this.labelCodeRange.Name      = "labelCodeRange";
     this.labelCodeRange.Size      = new System.Drawing.Size(77, 17);
     this.labelCodeRange.TabIndex  = 40;
     this.labelCodeRange.Text      = "Code Range";
     this.labelCodeRange.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(445, 14);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(70, 14);
     this.label4.TabIndex  = 35;
     this.label4.Text      = "Provider";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateStart
     //
     this.textDateStart.Location = new System.Drawing.Point(367, 11);
     this.textDateStart.Name     = "textDateStart";
     this.textDateStart.Size     = new System.Drawing.Size(77, 20);
     this.textDateStart.TabIndex = 34;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(246, 14);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(119, 14);
     this.label2.TabIndex  = 33;
     this.label2.Text      = "TP Date Since";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butRefresh
     //
     this.butRefresh.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butRefresh.Location = new System.Drawing.Point(346, 55);
     this.butRefresh.Name     = "butRefresh";
     this.butRefresh.Size     = new System.Drawing.Size(98, 24);
     this.butRefresh.TabIndex = 32;
     this.butRefresh.Text     = "&Refresh List";
     this.butRefresh.Click   += new System.EventHandler(this.butRefresh_Click);
     //
     // checkIncludePatsWithApts
     //
     this.checkIncludePatsWithApts.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludePatsWithApts.Location   = new System.Drawing.Point(6, 33);
     this.checkIncludePatsWithApts.Name       = "checkIncludePatsWithApts";
     this.checkIncludePatsWithApts.Size       = new System.Drawing.Size(239, 18);
     this.checkIncludePatsWithApts.TabIndex   = 30;
     this.checkIncludePatsWithApts.Text       = "Include patients with upcoming appointments";
     this.checkIncludePatsWithApts.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludePatsWithApts.UseVisualStyleBackColor = true;
     //
     // contextRightClick
     //
     this.contextRightClick.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemFamily,
         this.menuItemAccount
     });
     //
     // menuItemFamily
     //
     this.menuItemFamily.Index  = 0;
     this.menuItemFamily.Text   = "See Family";
     this.menuItemFamily.Click += new System.EventHandler(this.menuItemFamily_Click);
     //
     // menuItemAccount
     //
     this.menuItemAccount.Index  = 1;
     this.menuItemAccount.Text   = "See Account";
     this.menuItemAccount.Click += new System.EventHandler(this.menuItemAccount_Click);
     //
     // gridMain
     //
     this.gridMain.AllowSortingByColumn = true;
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible   = true;
     this.gridMain.Location         = new System.Drawing.Point(3, 130);
     this.gridMain.Name             = "gridMain";
     this.gridMain.SelectionMode    = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridMain.Size             = new System.Drawing.Size(1043, 453);
     this.gridMain.TabIndex         = 31;
     this.gridMain.Title            = "Treatment Finder";
     this.gridMain.TranslationName  = "TableTreatmentFinder";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     this.gridMain.CellClick       += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     //
     // buttonExport
     //
     this.buttonExport.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonExport.Location   = new System.Drawing.Point(7, 613);
     this.buttonExport.Name       = "buttonExport";
     this.buttonExport.Size       = new System.Drawing.Size(119, 24);
     this.buttonExport.TabIndex   = 72;
     this.buttonExport.Text       = "Export to File";
     this.buttonExport.Click     += new System.EventHandler(this.buttonExport_Click);
     //
     // butLettersPreview
     //
     this.butLettersPreview.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butLettersPreview.Image      = global::OpenDental.Properties.Resources.butPreview;
     this.butLettersPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLettersPreview.Location   = new System.Drawing.Point(7, 587);
     this.butLettersPreview.Name       = "butLettersPreview";
     this.butLettersPreview.Size       = new System.Drawing.Size(119, 24);
     this.butLettersPreview.TabIndex   = 71;
     this.butLettersPreview.Text       = "Letters Preview";
     this.butLettersPreview.Click     += new System.EventHandler(this.butLettersPreview_Click);
     //
     // butLabelSingle
     //
     this.butLabelSingle.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butLabelSingle.Image      = global::OpenDental.Properties.Resources.butLabel;
     this.butLabelSingle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLabelSingle.Location   = new System.Drawing.Point(132, 587);
     this.butLabelSingle.Name       = "butLabelSingle";
     this.butLabelSingle.Size       = new System.Drawing.Size(119, 24);
     this.butLabelSingle.TabIndex   = 70;
     this.butLabelSingle.Text       = "Single Labels";
     this.butLabelSingle.Click     += new System.EventHandler(this.butLabelSingle_Click);
     //
     // butLabelPreview
     //
     this.butLabelPreview.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butLabelPreview.Image      = global::OpenDental.Properties.Resources.butLabel;
     this.butLabelPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLabelPreview.Location   = new System.Drawing.Point(132, 613);
     this.butLabelPreview.Name       = "butLabelPreview";
     this.butLabelPreview.Size       = new System.Drawing.Size(119, 24);
     this.butLabelPreview.TabIndex   = 69;
     this.butLabelPreview.Text       = "Label Preview";
     this.butLabelPreview.Click     += new System.EventHandler(this.butLabelPreview_Click);
     //
     // butGotoAccount
     //
     this.butGotoAccount.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butGotoAccount.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butGotoAccount.Location   = new System.Drawing.Point(787, 613);
     this.butGotoAccount.Name       = "butGotoAccount";
     this.butGotoAccount.Size       = new System.Drawing.Size(96, 24);
     this.butGotoAccount.TabIndex   = 68;
     this.butGotoAccount.Text       = "Go to Account";
     this.butGotoAccount.Click     += new System.EventHandler(this.butGotoAccount_Click);
     //
     // butGotoFamily
     //
     this.butGotoFamily.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butGotoFamily.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butGotoFamily.Location   = new System.Drawing.Point(787, 587);
     this.butGotoFamily.Name       = "butGotoFamily";
     this.butGotoFamily.Size       = new System.Drawing.Size(96, 24);
     this.butGotoFamily.TabIndex   = 67;
     this.butGotoFamily.Text       = "Go to Family";
     this.butGotoFamily.Click     += new System.EventHandler(this.butGotoFamily_Click);
     //
     // butPrint
     //
     this.butPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.Image      = global::OpenDental.Properties.Resources.butPrintSmall;
     this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location   = new System.Drawing.Point(544, 613);
     this.butPrint.Name       = "butPrint";
     this.butPrint.Size       = new System.Drawing.Size(87, 24);
     this.butPrint.TabIndex   = 34;
     this.butPrint.Text       = "Print List";
     this.butPrint.Click     += new System.EventHandler(this.butPrint_Click);
     //
     // butCancel
     //
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(970, 613);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // FormRpTreatmentFinder
     //
     this.ClientSize = new System.Drawing.Size(1049, 641);
     this.Controls.Add(this.buttonExport);
     this.Controls.Add(this.butLettersPreview);
     this.Controls.Add(this.butLabelSingle);
     this.Controls.Add(this.butLabelPreview);
     this.Controls.Add(this.butGotoAccount);
     this.Controls.Add(this.butGotoFamily);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butCancel);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(1065, 309);
     this.Name        = "FormRpTreatmentFinder";
     this.Text        = "Treatment Finder";
     this.Load       += new System.EventHandler(this.FormRpTreatmentFinder_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#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(FormPayPlan));
     this.labelGuarantor = new System.Windows.Forms.Label();
     this.textGuarantor = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.radioQuarterly = new System.Windows.Forms.RadioButton();
     this.radioMonthly = new System.Windows.Forms.RadioButton();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label11 = new System.Windows.Forms.Label();
     this.textTotalCost = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.textPatient = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.pd2 = new System.Drawing.Printing.PrintDocument();
     this.label12 = new System.Windows.Forms.Label();
     this.textAmtPaid = new System.Windows.Forms.TextBox();
     this.textAccumulatedDue = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.textInsPlan = new System.Windows.Forms.TextBox();
     this.labelInsPlan = new System.Windows.Forms.Label();
     this.checkIns = new System.Windows.Forms.CheckBox();
     this.textPrincPaid = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.comboProv = new System.Windows.Forms.ComboBox();
     this.comboClinic = new System.Windows.Forms.ComboBox();
     this.labelClinic = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.butPickProv = new OpenDental.UI.Button();
     this.textCompletedAmt = new OpenDental.ValidDouble();
     this.butAdd = new OpenDental.UI.Button();
     this.butClear = new OpenDental.UI.Button();
     this.butChangePlan = new OpenDental.UI.Button();
     this.gridCharges = new OpenDental.UI.ODGrid();
     this.textNote = new OpenDental.ODtextBox();
     this.butDelete = new OpenDental.UI.Button();
     this.butGoToPat = new OpenDental.UI.Button();
     this.butGoToGuar = new OpenDental.UI.Button();
     this.textDate = new OpenDental.ValidDate();
     this.butChangeGuar = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.textAPR = new OpenDental.ValidDouble();
     this.textPeriodPayment = new OpenDental.ValidDouble();
     this.textTerm = new OpenDental.ValidNum();
     this.textDownPayment = new OpenDental.ValidDouble();
     this.textDateFirstPay = new OpenDental.ValidDate();
     this.textAmount = new OpenDental.ValidDouble();
     this.butCreateSched = new OpenDental.UI.Button();
     this.butPrint = new OpenDental.UI.Button();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // labelGuarantor
     //
     this.labelGuarantor.Location = new System.Drawing.Point(28,32);
     this.labelGuarantor.Name = "labelGuarantor";
     this.labelGuarantor.Size = new System.Drawing.Size(126,17);
     this.labelGuarantor.TabIndex = 2;
     this.labelGuarantor.Text = "Guarantor";
     this.labelGuarantor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textGuarantor
     //
     this.textGuarantor.Location = new System.Drawing.Point(156,32);
     this.textGuarantor.Name = "textGuarantor";
     this.textGuarantor.ReadOnly = true;
     this.textGuarantor.Size = new System.Drawing.Size(199,20);
     this.textGuarantor.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(21,190);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(133,17);
     this.label2.TabIndex = 5;
     this.label2.Text = "Date of Agreement";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(5,14);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(134,17);
     this.label4.TabIndex = 10;
     this.label4.Text = "Total Amount";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(5,36);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(135,17);
     this.label5.TabIndex = 12;
     this.label5.Text = "Date of First Payment";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(3,80);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(138,17);
     this.label6.TabIndex = 14;
     this.label6.Text = "APR (for example 0 or 18)";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8,40);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(122,17);
     this.label7.TabIndex = 16;
     this.label7.Text = "Payment Amt";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(7,16);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(124,17);
     this.label8.TabIndex = 19;
     this.label8.Text = "Number of Payments";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.radioQuarterly);
     this.groupBox2.Controls.Add(this.radioMonthly);
     this.groupBox2.Controls.Add(this.textAPR);
     this.groupBox2.Controls.Add(this.groupBox3);
     this.groupBox2.Controls.Add(this.textDownPayment);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.textDateFirstPay);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.textAmount);
     this.groupBox2.Controls.Add(this.butCreateSched);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(14,210);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(355,170);
     this.groupBox2.TabIndex = 22;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Terms";
     //
     // radioQuarterly
     //
     this.radioQuarterly.Location = new System.Drawing.Point(243,120);
     this.radioQuarterly.Name = "radioQuarterly";
     this.radioQuarterly.Size = new System.Drawing.Size(104,17);
     this.radioQuarterly.TabIndex = 44;
     this.radioQuarterly.Text = "Quarterly";
     //
     // radioMonthly
     //
     this.radioMonthly.Checked = true;
     this.radioMonthly.Location = new System.Drawing.Point(243,103);
     this.radioMonthly.Name = "radioMonthly";
     this.radioMonthly.Size = new System.Drawing.Size(104,17);
     this.radioMonthly.TabIndex = 43;
     this.radioMonthly.TabStop = true;
     this.radioMonthly.Text = "Monthly";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.textPeriodPayment);
     this.groupBox3.Controls.Add(this.textTerm);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location = new System.Drawing.Point(9,101);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(225,64);
     this.groupBox3.TabIndex = 23;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Either";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(4,59);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(136,17);
     this.label11.TabIndex = 21;
     this.label11.Text = "Down Payment";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textTotalCost
     //
     this.textTotalCost.Location = new System.Drawing.Point(156,385);
     this.textTotalCost.Name = "textTotalCost";
     this.textTotalCost.ReadOnly = true;
     this.textTotalCost.Size = new System.Drawing.Size(85,20);
     this.textTotalCost.TabIndex = 35;
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(19,385);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(134,17);
     this.label15.TabIndex = 34;
     this.label15.Text = "Total Cost of Loan";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textPatient
     //
     this.textPatient.Location = new System.Drawing.Point(156,10);
     this.textPatient.Name = "textPatient";
     this.textPatient.ReadOnly = true;
     this.textPatient.Size = new System.Drawing.Size(199,20);
     this.textPatient.TabIndex = 25;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(30,10);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(124,17);
     this.label9.TabIndex = 24;
     this.label9.Text = "Patient";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(22,431);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(133,17);
     this.label12.TabIndex = 30;
     this.label12.Text = "Paid so far";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textAmtPaid
     //
     this.textAmtPaid.Location = new System.Drawing.Point(156,429);
     this.textAmtPaid.Name = "textAmtPaid";
     this.textAmtPaid.ReadOnly = true;
     this.textAmtPaid.Size = new System.Drawing.Size(85,20);
     this.textAmtPaid.TabIndex = 31;
     //
     // textAccumulatedDue
     //
     this.textAccumulatedDue.Location = new System.Drawing.Point(156,407);
     this.textAccumulatedDue.Name = "textAccumulatedDue";
     this.textAccumulatedDue.ReadOnly = true;
     this.textAccumulatedDue.Size = new System.Drawing.Size(85,20);
     this.textAccumulatedDue.TabIndex = 33;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(20,409);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(135,17);
     this.label13.TabIndex = 32;
     this.label13.Text = "Accumulated Due";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(23,507);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(148,17);
     this.label10.TabIndex = 37;
     this.label10.Text = "Note";
     this.label10.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textInsPlan
     //
     this.textInsPlan.Location = new System.Drawing.Point(156,167);
     this.textInsPlan.Name = "textInsPlan";
     this.textInsPlan.ReadOnly = true;
     this.textInsPlan.Size = new System.Drawing.Size(199,20);
     this.textInsPlan.TabIndex = 43;
     //
     // labelInsPlan
     //
     this.labelInsPlan.Location = new System.Drawing.Point(21,167);
     this.labelInsPlan.Name = "labelInsPlan";
     this.labelInsPlan.Size = new System.Drawing.Size(132,17);
     this.labelInsPlan.TabIndex = 42;
     this.labelInsPlan.Text = "Insurance Plan";
     this.labelInsPlan.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkIns
     //
     this.checkIns.Location = new System.Drawing.Point(156,148);
     this.checkIns.Name = "checkIns";
     this.checkIns.Size = new System.Drawing.Size(268,18);
     this.checkIns.TabIndex = 46;
     this.checkIns.Text = "Use for tracking expected insurance payments";
     this.checkIns.Click += new System.EventHandler(this.checkIns_Click);
     //
     // textPrincPaid
     //
     this.textPrincPaid.Location = new System.Drawing.Point(156,451);
     this.textPrincPaid.Name = "textPrincPaid";
     this.textPrincPaid.ReadOnly = true;
     this.textPrincPaid.Size = new System.Drawing.Size(85,20);
     this.textPrincPaid.TabIndex = 56;
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(22,453);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(133,17);
     this.label14.TabIndex = 55;
     this.label14.Text = "Principal paid so far";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4,475);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(151,17);
     this.label1.TabIndex = 57;
     this.label1.Text = "Tx Completed Amt";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(244,474);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(180,40);
     this.label3.TabIndex = 59;
     this.label3.Text = "This should usually match the total amount of the pay plan.";
     //
     // comboProv
     //
     this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProv.Location = new System.Drawing.Point(142,14);
     this.comboProv.MaxDropDownItems = 30;
     this.comboProv.Name = "comboProv";
     this.comboProv.Size = new System.Drawing.Size(158,21);
     this.comboProv.TabIndex = 169;
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location = new System.Drawing.Point(142,39);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name = "comboClinic";
     this.comboClinic.Size = new System.Drawing.Size(177,21);
     this.comboClinic.TabIndex = 167;
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(26,41);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(114,16);
     this.labelClinic.TabIndex = 168;
     this.labelClinic.Text = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(41,18);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(100,16);
     this.label16.TabIndex = 166;
     this.label16.Text = "Provider";
     this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.comboClinic);
     this.groupBox1.Controls.Add(this.butPickProv);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.comboProv);
     this.groupBox1.Controls.Add(this.labelClinic);
     this.groupBox1.Location = new System.Drawing.Point(14,76);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(347,65);
     this.groupBox1.TabIndex = 171;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Same for all charges";
     //
     // 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(301,14);
     this.butPickProv.Name = "butPickProv";
     this.butPickProv.Size = new System.Drawing.Size(18,21);
     this.butPickProv.TabIndex = 170;
     this.butPickProv.Text = "...";
     //
     // textCompletedAmt
     //
     this.textCompletedAmt.Location = new System.Drawing.Point(156,473);
     this.textCompletedAmt.Name = "textCompletedAmt";
     this.textCompletedAmt.Size = new System.Drawing.Size(85,20);
     this.textCompletedAmt.TabIndex = 58;
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius = 4F;
     this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(435,611);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(84,24);
     this.butAdd.TabIndex = 54;
     this.butAdd.Text = "Add";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // butClear
     //
     this.butClear.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butClear.Autosize = true;
     this.butClear.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClear.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClear.CornerRadius = 4F;
     this.butClear.Location = new System.Drawing.Point(534,611);
     this.butClear.Name = "butClear";
     this.butClear.Size = new System.Drawing.Size(99,24);
     this.butClear.TabIndex = 53;
     this.butClear.Text = "Clear Schedule";
     this.butClear.Click += new System.EventHandler(this.butClear_Click);
     //
     // butChangePlan
     //
     this.butChangePlan.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butChangePlan.Autosize = true;
     this.butChangePlan.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butChangePlan.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butChangePlan.CornerRadius = 4F;
     this.butChangePlan.Location = new System.Drawing.Point(354,166);
     this.butChangePlan.Name = "butChangePlan";
     this.butChangePlan.Size = new System.Drawing.Size(75,22);
     this.butChangePlan.TabIndex = 44;
     this.butChangePlan.Text = "C&hange";
     this.butChangePlan.Click += new System.EventHandler(this.butChangePlan_Click);
     //
     // gridCharges
     //
     this.gridCharges.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridCharges.HScrollVisible = false;
     this.gridCharges.Location = new System.Drawing.Point(435,9);
     this.gridCharges.Name = "gridCharges";
     this.gridCharges.ScrollValue = 0;
     this.gridCharges.Size = new System.Drawing.Size(536,596);
     this.gridCharges.TabIndex = 41;
     this.gridCharges.Title = "Amortization Schedule";
     this.gridCharges.TranslationName = "PayPlanAmortization";
     this.gridCharges.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridCharges_CellDoubleClick);
     //
     // textNote
     //
     this.textNote.AcceptsReturn = true;
     this.textNote.Location = new System.Drawing.Point(22,528);
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.PayPlan;
     this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size = new System.Drawing.Size(392,121);
     this.textNote.TabIndex = 40;
     //
     // 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(22,660);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(84,24);
     this.butDelete.TabIndex = 38;
     this.butDelete.Text = "&Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // butGoToPat
     //
     this.butGoToPat.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butGoToPat.Autosize = true;
     this.butGoToPat.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butGoToPat.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butGoToPat.CornerRadius = 4F;
     this.butGoToPat.Location = new System.Drawing.Point(354,9);
     this.butGoToPat.Name = "butGoToPat";
     this.butGoToPat.Size = new System.Drawing.Size(75,22);
     this.butGoToPat.TabIndex = 27;
     this.butGoToPat.Text = "&Go To";
     this.butGoToPat.Click += new System.EventHandler(this.butGoToPat_Click);
     //
     // butGoToGuar
     //
     this.butGoToGuar.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butGoToGuar.Autosize = true;
     this.butGoToGuar.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butGoToGuar.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butGoToGuar.CornerRadius = 4F;
     this.butGoToGuar.Location = new System.Drawing.Point(354,31);
     this.butGoToGuar.Name = "butGoToGuar";
     this.butGoToGuar.Size = new System.Drawing.Size(75,22);
     this.butGoToGuar.TabIndex = 23;
     this.butGoToGuar.Text = "Go &To";
     this.butGoToGuar.Click += new System.EventHandler(this.butGoTo_Click);
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(156,189);
     this.textDate.Name = "textDate";
     this.textDate.Size = new System.Drawing.Size(85,20);
     this.textDate.TabIndex = 7;
     //
     // butChangeGuar
     //
     this.butChangeGuar.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butChangeGuar.Autosize = true;
     this.butChangeGuar.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butChangeGuar.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butChangeGuar.CornerRadius = 4F;
     this.butChangeGuar.Location = new System.Drawing.Point(354,53);
     this.butChangeGuar.Name = "butChangeGuar";
     this.butChangeGuar.Size = new System.Drawing.Size(75,22);
     this.butChangeGuar.TabIndex = 4;
     this.butChangeGuar.Text = "C&hange";
     this.butChangeGuar.Click += new System.EventHandler(this.butChangeGuar_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(787,660);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 1;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(880,660);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 0;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // textAPR
     //
     this.textAPR.Location = new System.Drawing.Point(142,78);
     this.textAPR.Name = "textAPR";
     this.textAPR.Size = new System.Drawing.Size(47,20);
     this.textAPR.TabIndex = 15;
     //
     // textPeriodPayment
     //
     this.textPeriodPayment.Location = new System.Drawing.Point(133,39);
     this.textPeriodPayment.Name = "textPeriodPayment";
     this.textPeriodPayment.Size = new System.Drawing.Size(85,20);
     this.textPeriodPayment.TabIndex = 17;
     this.textPeriodPayment.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textPeriodPayment_KeyPress);
     //
     // textTerm
     //
     this.textTerm.Location = new System.Drawing.Point(133,17);
     this.textTerm.MaxVal = 255;
     this.textTerm.MinVal = 0;
     this.textTerm.Name = "textTerm";
     this.textTerm.Size = new System.Drawing.Size(47,20);
     this.textTerm.TabIndex = 18;
     this.textTerm.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textTerm_KeyPress);
     //
     // textDownPayment
     //
     this.textDownPayment.Location = new System.Drawing.Point(142,56);
     this.textDownPayment.Name = "textDownPayment";
     this.textDownPayment.Size = new System.Drawing.Size(85,20);
     this.textDownPayment.TabIndex = 22;
     //
     // textDateFirstPay
     //
     this.textDateFirstPay.Location = new System.Drawing.Point(142,34);
     this.textDateFirstPay.Name = "textDateFirstPay";
     this.textDateFirstPay.Size = new System.Drawing.Size(85,20);
     this.textDateFirstPay.TabIndex = 13;
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(142,13);
     this.textAmount.Name = "textAmount";
     this.textAmount.Size = new System.Drawing.Size(85,20);
     this.textAmount.TabIndex = 11;
     this.textAmount.Validating += new System.ComponentModel.CancelEventHandler(this.textAmount_Validating);
     //
     // butCreateSched
     //
     this.butCreateSched.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCreateSched.Autosize = true;
     this.butCreateSched.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCreateSched.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCreateSched.CornerRadius = 4F;
     this.butCreateSched.Location = new System.Drawing.Point(242,140);
     this.butCreateSched.Name = "butCreateSched";
     this.butCreateSched.Size = new System.Drawing.Size(99,24);
     this.butCreateSched.TabIndex = 42;
     this.butCreateSched.Text = "Create Schedule";
     this.butCreateSched.Click += new System.EventHandler(this.butCreateSched_Click);
     //
     // butPrint
     //
     this.butPrint.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPrint.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.butPrint.Autosize = true;
     this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPrint.CornerRadius = 4F;
     this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall;
     this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location = new System.Drawing.Point(563,660);
     this.butPrint.Name = "butPrint";
     this.butPrint.Size = new System.Drawing.Size(85,24);
     this.butPrint.TabIndex = 20;
     this.butPrint.Text = "&Print";
     this.butPrint.Click += new System.EventHandler(this.butPrint_Click);
     //
     // FormPayPlan
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(974,698);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textCompletedAmt);
     this.Controls.Add(this.textPrincPaid);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.butClear);
     this.Controls.Add(this.checkIns);
     this.Controls.Add(this.butChangePlan);
     this.Controls.Add(this.textInsPlan);
     this.Controls.Add(this.labelInsPlan);
     this.Controls.Add(this.gridCharges);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textAccumulatedDue);
     this.Controls.Add(this.textAmtPaid);
     this.Controls.Add(this.butGoToPat);
     this.Controls.Add(this.textPatient);
     this.Controls.Add(this.butGoToGuar);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.butChangeGuar);
     this.Controls.Add(this.textGuarantor);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.labelGuarantor);
     this.Controls.Add(this.textTotalCost);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.butPrint);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormPayPlan";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Payment Plan";
     this.Load += new System.EventHandler(this.FormPayPlan_Load);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormPayPlan_Closing);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#16
0
        ///<summary>Adds the requested controls to the form.</summary>
        private void AddInputControls()
        {
            _listInputControls = new List <Control>();
            List <Label> listLabels   = new List <Label>();
            int          curLocationY = 2;
            int          controlWidth = 385;
            int          minWidth     = 250;
            int          posX         = 32;
            int          itemOrder    = 1;

            foreach (InputBoxParam inputParam in _listInputParams)
            {
                if (inputParam == null)
                {
                    continue;
                }
                if (!string.IsNullOrEmpty(inputParam.LabelText))
                {
                    Label label = new Label();
                    label.AutoSize  = false;
                    label.Size      = new Size(inputParam.ParamSize == Size.Empty ? controlWidth : inputParam.ParamSize.Width, 36);
                    label.Text      = inputParam.LabelText;
                    label.Name      = "labelPrompt" + itemOrder;
                    label.TextAlign = ContentAlignment.BottomLeft;
                    label.Location  = new Point(posX, curLocationY);
                    label.Tag       = inputParam;
                    listLabels.Add(label);
                    curLocationY += 38;
                }
                Control inputControl;
                switch (inputParam.ParamType)
                {
                case InputBoxType.TextBox:
                    TextBox textBox = new TextBox();
                    textBox.Name     = "textBox" + itemOrder;
                    textBox.Location = new Point(posX, curLocationY);
                    textBox.Size     = new Size(controlWidth, 20);
                    textBox.Anchor   = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
                    textBox.Text     = inputParam.Text;
                    if (!String.IsNullOrEmpty(textBox.Text))
                    {
                        textBox.SelectionStart  = 0;
                        textBox.SelectionLength = textBox.Text.Length;
                    }
                    inputControl  = textBox;
                    curLocationY += 22;
                    break;

                case InputBoxType.TextBoxMultiLine:
                    TextBox textBoxMulti = new TextBox();
                    textBoxMulti.Name       = "textBox" + itemOrder;
                    textBoxMulti.Location   = new Point(posX, curLocationY);
                    textBoxMulti.Size       = new Size(controlWidth, 100);
                    textBoxMulti.Multiline  = true;
                    textBoxMulti.Text       = inputParam.Text;
                    this.AcceptButton       = null;
                    textBoxMulti.ScrollBars = ScrollBars.Vertical;
                    inputControl            = textBoxMulti;
                    curLocationY           += 102;
                    break;

                case InputBoxType.CheckBox:
                    CheckBox checkBox = new CheckBox();
                    checkBox.Name      = "checkBox" + itemOrder;
                    checkBox.Location  = new Point(posX + inputParam.Position.X, curLocationY + inputParam.Position.Y);
                    checkBox.Size      = inputParam.ParamSize == Size.Empty ? new Size(controlWidth, 20) : inputParam.ParamSize;
                    checkBox.Text      = inputParam.Text;
                    checkBox.FlatStyle = FlatStyle.System;
                    inputControl       = checkBox;
                    if (inputParam.HasTimeout)
                    {
                        _hasTimeout = true;
                    }
                    curLocationY += checkBox.Size.Height + 2;
                    break;

                case InputBoxType.ComboSelect:
                    UI.ComboBoxPlus comboBoxPlus = new UI.ComboBoxPlus();
                    comboBoxPlus.Name     = "comboBox" + itemOrder;
                    comboBoxPlus.Location = new Point(posX, curLocationY);
                    comboBoxPlus.Size     = inputParam.ParamSize == Size.Empty ? new Size(controlWidth, 21) : inputParam.ParamSize;
                    comboBoxPlus.Items.AddList <string>(inputParam.ListSelections, x => x);
                    if (inputParam.ListSelectedIndices.Count > 0 && inputParam.ListSelectedIndices[0].Between(0, comboBoxPlus.Items.Count - 1))
                    {
                        comboBoxPlus.SetSelected(inputParam.ListSelectedIndices[0]);                                //If there is a valid initial selection, select it.
                    }
                    inputControl  = comboBoxPlus;
                    curLocationY += 23;
                    break;

                case InputBoxType.ComboMultiSelect:
                    UI.ComboBoxPlus comboBoxPlus2 = new UI.ComboBoxPlus();
                    comboBoxPlus2.SelectionModeMulti = true;
                    comboBoxPlus2.Name      = "comboBox" + itemOrder;
                    comboBoxPlus2.Location  = new Point(posX, curLocationY);
                    comboBoxPlus2.Size      = new Size(controlWidth, 21);
                    comboBoxPlus2.BackColor = SystemColors.Window;
                    foreach (string selection in inputParam.ListSelections)
                    {
                        comboBoxPlus2.Items.Add(selection);
                    }
                    foreach (int selection in inputParam.ListSelectedIndices)
                    {
                        if (selection.Between(0, comboBoxPlus2.Items.Count - 1))
                        {
                            comboBoxPlus2.SetSelected(selection);                                    //If there is a valid initial selection, select it.
                        }
                    }
                    inputControl  = comboBoxPlus2;
                    curLocationY += 23;
                    break;

                case InputBoxType.ValidDate:
                    ValidDate validDate = new ValidDate();
                    validDate.Name     = "validDate" + itemOrder;
                    validDate.Location = new Point(posX, curLocationY);
                    validDate.Size     = new Size(100, 20);
                    validDate.Text     = inputParam.Text;
                    inputControl       = validDate;
                    Label label = new Label();
                    label.Size      = new Size(label.Width, validDate.Height);
                    label.Text      = $"({CultureInfo.CurrentCulture.DateTimeFormat.ShortDatePattern})";
                    label.Name      = "labelDateFormat" + itemOrder;
                    label.TextAlign = ContentAlignment.MiddleLeft;
                    label.Location  = new Point(validDate.Location.X + validDate.Width + 12, curLocationY);
                    label.Tag       = inputParam;
                    listLabels.Add(label);
                    curLocationY += 22;
                    break;

                case InputBoxType.ValidTime:
                    ValidTime validTime = new ValidTime();
                    validTime.Name     = "validTime" + itemOrder;
                    validTime.Location = new Point(posX, curLocationY);
                    validTime.Size     = new Size(120, 20);
                    inputControl       = validTime;
                    curLocationY      += 22;
                    break;

                case InputBoxType.ValidDouble:
                    ValidDouble validDouble = new ValidDouble();
                    validDouble.Name     = "validDouble" + itemOrder;
                    validDouble.Location = new Point(posX, curLocationY);
                    validDouble.Size     = new Size(120, 20);
                    inputControl         = validDouble;
                    curLocationY        += 22;
                    break;

                case InputBoxType.ValidPhone:
                    ValidPhone validPhone = new ValidPhone();
                    validPhone.Name     = "validPhone" + itemOrder;
                    validPhone.Location = new Point(posX, curLocationY);
                    validPhone.Size     = new Size(140, 20);
                    validPhone.Text     = inputParam.Text;
                    if (!String.IsNullOrEmpty(validPhone.Text))
                    {
                        validPhone.SelectionStart  = 0;
                        validPhone.SelectionLength = validPhone.Text.Length;
                    }
                    inputControl  = validPhone;
                    curLocationY += 22;
                    break;

                case InputBoxType.ListBoxMulti:
                    ListBox listBox = new ListBox();
                    listBox.Name          = "listBox" + itemOrder;
                    listBox.Location      = new Point(posX, curLocationY);
                    listBox.BackColor     = SystemColors.Window;
                    listBox.SelectionMode = SelectionMode.MultiSimple;
                    foreach (string selection in inputParam.ListSelections)
                    {
                        listBox.Items.Add(selection);
                    }
                    listBox.Size  = new Size(controlWidth, listBox.PreferredHeight);
                    inputControl  = listBox;
                    curLocationY += (listBox.PreferredHeight) + 2;
                    break;

                default:
                    throw new NotImplementedException("InputBoxType: " + inputParam.ParamType + " not implemented.");
                }
                inputControl.TabIndex = itemOrder;
                inputControl.Tag      = inputParam;
                _listInputControls.Add(inputControl);
                minWidth = Math.Max(minWidth, inputControl.Width + 80);
            }
            //Now that we know the minWidth, we can center any controls that need to be centered.
            foreach (Control inputControl in _listInputControls.Union(listLabels))
            {
                InputBoxParam inputParam = (InputBoxParam)inputControl.Tag;
                if (inputParam.HorizontalAlign != HorizontalAlignment.Left)
                {
                    inputControl.Location = new Point((minWidth - inputControl.Width) / 2, inputControl.Location.Y);
                }
            }
            Controls.AddRange(listLabels.ToArray());
            Controls.AddRange(_listInputControls.ToArray());
            Height = curLocationY + 90;
            Width  = minWidth;
        }
示例#17
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(FormRecallSetup));
     this.textPostcardsPerSheet = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.checkReturnAdd = new System.Windows.Forms.CheckBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.textDown = new OpenDental.ValidDouble();
     this.label12 = new System.Windows.Forms.Label();
     this.textRight = new OpenDental.ValidDouble();
     this.label13 = new System.Windows.Forms.Label();
     this.checkGroupFamilies = new System.Windows.Forms.CheckBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.textDaysFuture = new OpenDental.ValidNumber();
     this.textDaysPast = new OpenDental.ValidNumber();
     this.label25 = new System.Windows.Forms.Label();
     this.comboStatusMailedRecall = new System.Windows.Forms.ComboBox();
     this.comboStatusEmailedRecall = new System.Windows.Forms.ComboBox();
     this.label26 = new System.Windows.Forms.Label();
     this.listTypes = new System.Windows.Forms.ListBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textMaxReminders = new OpenDental.ValidNumber();
     this.label4 = new System.Windows.Forms.Label();
     this.textDaysSecondReminder = new OpenDental.ValidNumber();
     this.textDaysFirstReminder = new OpenDental.ValidNumber();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.comboStatusEmailedConfirm = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.radioUseEmailFalse = new System.Windows.Forms.RadioButton();
     this.radioUseEmailTrue = new System.Windows.Forms.RadioButton();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // textPostcardsPerSheet
     //
     this.textPostcardsPerSheet.Location = new System.Drawing.Point(194,490);
     this.textPostcardsPerSheet.Name = "textPostcardsPerSheet";
     this.textPostcardsPerSheet.Size = new System.Drawing.Size(34,20);
     this.textPostcardsPerSheet.TabIndex = 18;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(18,493);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(176,16);
     this.label8.TabIndex = 19;
     this.label8.Text = "Postcards per sheet (1,3,or 4)";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkReturnAdd
     //
     this.checkReturnAdd.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkReturnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkReturnAdd.Location = new System.Drawing.Point(60,511);
     this.checkReturnAdd.Name = "checkReturnAdd";
     this.checkReturnAdd.Size = new System.Drawing.Size(147,19);
     this.checkReturnAdd.TabIndex = 43;
     this.checkReturnAdd.Text = "Show return address";
     this.checkReturnAdd.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textDown);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.textRight);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Location = new System.Drawing.Point(687,428);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(191,67);
     this.groupBox2.TabIndex = 48;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Adjust Postcard Position in Inches";
     //
     // textDown
     //
     this.textDown.Location = new System.Drawing.Point(110,43);
     this.textDown.Name = "textDown";
     this.textDown.Size = new System.Drawing.Size(73,20);
     this.textDown.TabIndex = 6;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(48,42);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(60,20);
     this.label12.TabIndex = 5;
     this.label12.Text = "Down";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textRight
     //
     this.textRight.Location = new System.Drawing.Point(110,18);
     this.textRight.Name = "textRight";
     this.textRight.Size = new System.Drawing.Size(73,20);
     this.textRight.TabIndex = 4;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(48,17);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(60,20);
     this.label13.TabIndex = 4;
     this.label13.Text = "Right";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkGroupFamilies
     //
     this.checkGroupFamilies.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkGroupFamilies.Location = new System.Drawing.Point(85,15);
     this.checkGroupFamilies.Name = "checkGroupFamilies";
     this.checkGroupFamilies.Size = new System.Drawing.Size(121,18);
     this.checkGroupFamilies.TabIndex = 49;
     this.checkGroupFamilies.Text = "Group Families";
     this.checkGroupFamilies.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkGroupFamilies.UseVisualStyleBackColor = true;
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(6,32);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(184,20);
     this.label14.TabIndex = 50;
     this.label14.Text = "Days Past (e.g. 1095, blank, etc)";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(9,53);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(181,20);
     this.label15.TabIndex = 52;
     this.label15.Text = "Days Future (e.g. 7)";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textDaysFuture);
     this.groupBox3.Controls.Add(this.textDaysPast);
     this.groupBox3.Controls.Add(this.checkGroupFamilies);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Location = new System.Drawing.Point(415,442);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(253,78);
     this.groupBox3.TabIndex = 54;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Recall List Default View";
     //
     // textDaysFuture
     //
     this.textDaysFuture.Location = new System.Drawing.Point(192,54);
     this.textDaysFuture.MaxVal = 10000;
     this.textDaysFuture.MinVal = 0;
     this.textDaysFuture.Name = "textDaysFuture";
     this.textDaysFuture.Size = new System.Drawing.Size(53,20);
     this.textDaysFuture.TabIndex = 66;
     //
     // textDaysPast
     //
     this.textDaysPast.Location = new System.Drawing.Point(192,32);
     this.textDaysPast.MaxVal = 10000;
     this.textDaysPast.MinVal = 0;
     this.textDaysPast.Name = "textDaysPast";
     this.textDaysPast.Size = new System.Drawing.Size(53,20);
     this.textDaysPast.TabIndex = 65;
     //
     // label25
     //
     this.label25.Location = new System.Drawing.Point(35,427);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(157,16);
     this.label25.TabIndex = 57;
     this.label25.Text = "Status for mailed recall";
     this.label25.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboStatusMailedRecall
     //
     this.comboStatusMailedRecall.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStatusMailedRecall.FormattingEnabled = true;
     this.comboStatusMailedRecall.Location = new System.Drawing.Point(194,423);
     this.comboStatusMailedRecall.MaxDropDownItems = 20;
     this.comboStatusMailedRecall.Name = "comboStatusMailedRecall";
     this.comboStatusMailedRecall.Size = new System.Drawing.Size(206,21);
     this.comboStatusMailedRecall.TabIndex = 58;
     //
     // comboStatusEmailedRecall
     //
     this.comboStatusEmailedRecall.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStatusEmailedRecall.FormattingEnabled = true;
     this.comboStatusEmailedRecall.Location = new System.Drawing.Point(194,445);
     this.comboStatusEmailedRecall.MaxDropDownItems = 20;
     this.comboStatusEmailedRecall.Name = "comboStatusEmailedRecall";
     this.comboStatusEmailedRecall.Size = new System.Drawing.Size(206,21);
     this.comboStatusEmailedRecall.TabIndex = 60;
     //
     // label26
     //
     this.label26.Location = new System.Drawing.Point(35,449);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(157,16);
     this.label26.TabIndex = 59;
     this.label26.Text = "Status for e-mailed recall";
     this.label26.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listTypes
     //
     this.listTypes.FormattingEnabled = true;
     this.listTypes.Location = new System.Drawing.Point(194,532);
     this.listTypes.Name = "listTypes";
     this.listTypes.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listTypes.Size = new System.Drawing.Size(120,108);
     this.listTypes.TabIndex = 64;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(37,534);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(157,65);
     this.label1.TabIndex = 63;
     this.label1.Text = "Types to show in recall list (typically just prophy, perio, and user-added types)" +
     "";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textMaxReminders);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textDaysSecondReminder);
     this.groupBox1.Controls.Add(this.textDaysFirstReminder);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(415,533);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(253,99);
     this.groupBox1.TabIndex = 65;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Also show in list if # of days since";
     //
     // textMaxReminders
     //
     this.textMaxReminders.Location = new System.Drawing.Point(192,66);
     this.textMaxReminders.MaxVal = 10000;
     this.textMaxReminders.MinVal = 0;
     this.textMaxReminders.Name = "textMaxReminders";
     this.textMaxReminders.Size = new System.Drawing.Size(53,20);
     this.textMaxReminders.TabIndex = 68;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(44,65);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(146,20);
     this.label4.TabIndex = 67;
     this.label4.Text = "Max # Reminders (e.g. 4)";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDaysSecondReminder
     //
     this.textDaysSecondReminder.Location = new System.Drawing.Point(192,44);
     this.textDaysSecondReminder.MaxVal = 10000;
     this.textDaysSecondReminder.MinVal = 0;
     this.textDaysSecondReminder.Name = "textDaysSecondReminder";
     this.textDaysSecondReminder.Size = new System.Drawing.Size(53,20);
     this.textDaysSecondReminder.TabIndex = 66;
     //
     // textDaysFirstReminder
     //
     this.textDaysFirstReminder.Location = new System.Drawing.Point(192,22);
     this.textDaysFirstReminder.MaxVal = 10000;
     this.textDaysFirstReminder.MinVal = 0;
     this.textDaysFirstReminder.Name = "textDaysFirstReminder";
     this.textDaysFirstReminder.Size = new System.Drawing.Size(53,20);
     this.textDaysFirstReminder.TabIndex = 65;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(89,21);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(101,20);
     this.label2.TabIndex = 50;
     this.label2.Text = "Initial Reminder";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(44,43);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(146,20);
     this.label3.TabIndex = 52;
     this.label3.Text = "Second (or more) Reminder";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(9,8);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(869,411);
     this.gridMain.TabIndex = 67;
     this.gridMain.Title = "Messages";
     this.gridMain.TranslationName = "TableRecallMsgs";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // 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(787,570);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(787,608);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 4;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // comboStatusEmailedConfirm
     //
     this.comboStatusEmailedConfirm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStatusEmailedConfirm.FormattingEnabled = true;
     this.comboStatusEmailedConfirm.Location = new System.Drawing.Point(194,467);
     this.comboStatusEmailedConfirm.MaxDropDownItems = 20;
     this.comboStatusEmailedConfirm.Name = "comboStatusEmailedConfirm";
     this.comboStatusEmailedConfirm.Size = new System.Drawing.Size(206,21);
     this.comboStatusEmailedConfirm.TabIndex = 69;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(3,471);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(189,16);
     this.label5.TabIndex = 68;
     this.label5.Text = "Status for e-mailed confirmation";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.radioUseEmailFalse);
     this.groupBox4.Controls.Add(this.radioUseEmailTrue);
     this.groupBox4.Location = new System.Drawing.Point(687,501);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(191,57);
     this.groupBox4.TabIndex = 70;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Use e-mail if";
     //
     // radioUseEmailFalse
     //
     this.radioUseEmailFalse.Location = new System.Drawing.Point(7,34);
     this.radioUseEmailFalse.Name = "radioUseEmailFalse";
     this.radioUseEmailFalse.Size = new System.Drawing.Size(181,18);
     this.radioUseEmailFalse.TabIndex = 1;
     this.radioUseEmailFalse.Text = "E-mail is preferred recall method";
     this.radioUseEmailFalse.UseVisualStyleBackColor = true;
     //
     // radioUseEmailTrue
     //
     this.radioUseEmailTrue.Location = new System.Drawing.Point(7,17);
     this.radioUseEmailTrue.Name = "radioUseEmailTrue";
     this.radioUseEmailTrue.Size = new System.Drawing.Size(181,18);
     this.radioUseEmailTrue.TabIndex = 0;
     this.radioUseEmailTrue.Text = "Has e-mail address";
     this.radioUseEmailTrue.UseVisualStyleBackColor = true;
     //
     // FormRecallSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(886,649);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.comboStatusEmailedConfirm);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.listTypes);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboStatusEmailedRecall);
     this.Controls.Add(this.label26);
     this.Controls.Add(this.comboStatusMailedRecall);
     this.Controls.Add(this.label25);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.checkReturnAdd);
     this.Controls.Add(this.textPostcardsPerSheet);
     this.Controls.Add(this.label8);
     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 = "FormRecallSetup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Setup Recall and Confirmation";
     this.Load += new System.EventHandler(this.FormRecallSetup_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormRecallSetup_FormClosing);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTransactionEdit));
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.textDateTimeEntry = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.textDebit = new System.Windows.Forms.TextBox();
			this.textCredit = new System.Windows.Forms.TextBox();
			this.checkMemoSame = new System.Windows.Forms.CheckBox();
			this.checkSimple = new System.Windows.Forms.CheckBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.panelSimple = new System.Windows.Forms.Panel();
			this.butChange = new OpenDental.UI.Button();
			this.textAccount = new System.Windows.Forms.TextBox();
			this.textMemo = new System.Windows.Forms.TextBox();
			this.textCheckNumber = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.textAmount = new OpenDental.ValidDouble();
			this.panelCompound = new System.Windows.Forms.Panel();
			this.butAdd = new OpenDental.UI.Button();
			this.gridMain = new OpenDental.UI.ODGrid();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.label9 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.textSourcePay = new System.Windows.Forms.TextBox();
			this.butAttachPay = new OpenDental.UI.Button();
			this.textSourceDeposit = new System.Windows.Forms.TextBox();
			this.butAttachDep = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.textDate = new OpenDental.ValidDate();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.labelReconcile = new System.Windows.Forms.Label();
			this.textReconcile = new System.Windows.Forms.TextBox();
			this.panelSimple.SuspendLayout();
			this.panelCompound.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(28,34);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100,20);
			this.label1.TabIndex = 4;
			this.label1.Text = "Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(6,10);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(123,20);
			this.label2.TabIndex = 5;
			this.label2.Text = "Date/Time  Entered";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDateTimeEntry
			// 
			this.textDateTimeEntry.Location = new System.Drawing.Point(132,7);
			this.textDateTimeEntry.Name = "textDateTimeEntry";
			this.textDateTimeEntry.ReadOnly = true;
			this.textDateTimeEntry.Size = new System.Drawing.Size(147,20);
			this.textDateTimeEntry.TabIndex = 6;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(74,221);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(77,20);
			this.label3.TabIndex = 9;
			this.label3.Text = "Totals";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDebit
			// 
			this.textDebit.Location = new System.Drawing.Point(153,218);
			this.textDebit.Name = "textDebit";
			this.textDebit.ReadOnly = true;
			this.textDebit.Size = new System.Drawing.Size(70,20);
			this.textDebit.TabIndex = 10;
			// 
			// textCredit
			// 
			this.textCredit.Location = new System.Drawing.Point(223,218);
			this.textCredit.Name = "textCredit";
			this.textCredit.ReadOnly = true;
			this.textCredit.Size = new System.Drawing.Size(70,20);
			this.textCredit.TabIndex = 11;
			// 
			// checkMemoSame
			// 
			this.checkMemoSame.Location = new System.Drawing.Point(328,218);
			this.checkMemoSame.Name = "checkMemoSame";
			this.checkMemoSame.Size = new System.Drawing.Size(165,20);
			this.checkMemoSame.TabIndex = 12;
			this.checkMemoSame.Text = "Memo Same For All";
			this.checkMemoSame.UseVisualStyleBackColor = true;
			// 
			// checkSimple
			// 
			this.checkSimple.Location = new System.Drawing.Point(392,7);
			this.checkSimple.Name = "checkSimple";
			this.checkSimple.Size = new System.Drawing.Size(154,20);
			this.checkSimple.TabIndex = 14;
			this.checkSimple.Text = "Simple";
			this.checkSimple.UseVisualStyleBackColor = true;
			this.checkSimple.Click += new System.EventHandler(this.checkSimple_Click);
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(8,37);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100,20);
			this.label5.TabIndex = 21;
			this.label5.Text = "Other Account";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8,65);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100,20);
			this.label4.TabIndex = 19;
			this.label4.Text = "Memo";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(7,11);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(100,20);
			this.label6.TabIndex = 17;
			this.label6.Text = "Amount";
			this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// panelSimple
			// 
			this.panelSimple.Controls.Add(this.butChange);
			this.panelSimple.Controls.Add(this.textAccount);
			this.panelSimple.Controls.Add(this.textMemo);
			this.panelSimple.Controls.Add(this.textCheckNumber);
			this.panelSimple.Controls.Add(this.label7);
			this.panelSimple.Controls.Add(this.textAmount);
			this.panelSimple.Controls.Add(this.label5);
			this.panelSimple.Controls.Add(this.label6);
			this.panelSimple.Controls.Add(this.label4);
			this.panelSimple.Location = new System.Drawing.Point(21,81);
			this.panelSimple.Name = "panelSimple";
			this.panelSimple.Size = new System.Drawing.Size(494,186);
			this.panelSimple.TabIndex = 16;
			// 
			// 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(347,31);
			this.butChange.Name = "butChange";
			this.butChange.Size = new System.Drawing.Size(75,26);
			this.butChange.TabIndex = 28;
			this.butChange.Text = "Change";
			this.butChange.Click += new System.EventHandler(this.butChange_Click);
			// 
			// textAccount
			// 
			this.textAccount.Location = new System.Drawing.Point(111,34);
			this.textAccount.Name = "textAccount";
			this.textAccount.ReadOnly = true;
			this.textAccount.Size = new System.Drawing.Size(230,20);
			this.textAccount.TabIndex = 27;
			// 
			// textMemo
			// 
			this.textMemo.Location = new System.Drawing.Point(111,62);
			this.textMemo.Multiline = true;
			this.textMemo.Name = "textMemo";
			this.textMemo.Size = new System.Drawing.Size(230,43);
			this.textMemo.TabIndex = 25;
			// 
			// textCheckNumber
			// 
			this.textCheckNumber.Location = new System.Drawing.Point(111,111);
			this.textCheckNumber.Name = "textCheckNumber";
			this.textCheckNumber.Size = new System.Drawing.Size(133,20);
			this.textCheckNumber.TabIndex = 24;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(8,114);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(100,20);
			this.label7.TabIndex = 23;
			this.label7.Text = "Check Number";
			this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textAmount
			// 
			this.textAmount.Location = new System.Drawing.Point(111,8);
			this.textAmount.Name = "textAmount";
			this.textAmount.Size = new System.Drawing.Size(89,20);
			this.textAmount.TabIndex = 18;
			// 
			// panelCompound
			// 
			this.panelCompound.Controls.Add(this.butAdd);
			this.panelCompound.Controls.Add(this.gridMain);
			this.panelCompound.Controls.Add(this.label3);
			this.panelCompound.Controls.Add(this.textDebit);
			this.panelCompound.Controls.Add(this.textCredit);
			this.panelCompound.Controls.Add(this.checkMemoSame);
			this.panelCompound.Location = new System.Drawing.Point(42,81);
			this.panelCompound.Name = "panelCompound";
			this.panelCompound.Size = new System.Drawing.Size(504,262);
			this.panelCompound.TabIndex = 17;
			// 
			// butAdd
			// 
			this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAdd.Autosize = true;
			this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAdd.CornerRadius = 4F;
			this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
			this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAdd.Location = new System.Drawing.Point(3,216);
			this.butAdd.Name = "butAdd";
			this.butAdd.Size = new System.Drawing.Size(75,26);
			this.butAdd.TabIndex = 13;
			this.butAdd.Text = "Add";
			this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
			// 
			// gridMain
			// 
			this.gridMain.HScrollVisible = false;
			this.gridMain.Location = new System.Drawing.Point(3,10);
			this.gridMain.Name = "gridMain";
			this.gridMain.ScrollValue = 0;
			this.gridMain.Size = new System.Drawing.Size(490,199);
			this.gridMain.TabIndex = 2;
			this.gridMain.Title = "Splits";
			this.gridMain.TranslationName = "TableTransSplits";
			this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.groupBox1.Controls.Add(this.label9);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.textSourcePay);
			this.groupBox1.Controls.Add(this.butAttachPay);
			this.groupBox1.Controls.Add(this.textSourceDeposit);
			this.groupBox1.Controls.Add(this.butAttachDep);
			this.groupBox1.Location = new System.Drawing.Point(119,367);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(416,80);
			this.groupBox1.TabIndex = 18;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Source Documents";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(6,48);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(87,20);
			this.label9.TabIndex = 12;
			this.label9.Text = "Payment";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(6,19);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(87,20);
			this.label8.TabIndex = 11;
			this.label8.Text = "Deposit";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textSourcePay
			// 
			this.textSourcePay.Location = new System.Drawing.Point(95,49);
			this.textSourcePay.Multiline = true;
			this.textSourcePay.Name = "textSourcePay";
			this.textSourcePay.ReadOnly = true;
			this.textSourcePay.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.textSourcePay.Size = new System.Drawing.Size(231,20);
			this.textSourcePay.TabIndex = 10;
			// 
			// butAttachPay
			// 
			this.butAttachPay.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAttachPay.Autosize = true;
			this.butAttachPay.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAttachPay.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAttachPay.CornerRadius = 4F;
			this.butAttachPay.Location = new System.Drawing.Point(329,46);
			this.butAttachPay.Name = "butAttachPay";
			this.butAttachPay.Size = new System.Drawing.Size(80,26);
			this.butAttachPay.TabIndex = 9;
			this.butAttachPay.Text = "Attach";
			this.butAttachPay.Click += new System.EventHandler(this.butAttachPay_Click);
			// 
			// textSourceDeposit
			// 
			this.textSourceDeposit.Location = new System.Drawing.Point(95,20);
			this.textSourceDeposit.Name = "textSourceDeposit";
			this.textSourceDeposit.ReadOnly = true;
			this.textSourceDeposit.Size = new System.Drawing.Size(231,20);
			this.textSourceDeposit.TabIndex = 8;
			// 
			// butAttachDep
			// 
			this.butAttachDep.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAttachDep.Autosize = true;
			this.butAttachDep.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAttachDep.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAttachDep.CornerRadius = 4F;
			this.butAttachDep.Location = new System.Drawing.Point(329,17);
			this.butAttachDep.Name = "butAttachDep";
			this.butAttachDep.Size = new System.Drawing.Size(80,26);
			this.butAttachDep.TabIndex = 7;
			this.butAttachDep.Text = "Attach";
			this.butAttachDep.Click += new System.EventHandler(this.butAttachDep_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(31,414);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(75,26);
			this.butDelete.TabIndex = 8;
			this.butDelete.Text = "Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(132,31);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(100,20);
			this.textDate.TabIndex = 3;
			// 
			// 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(568,384);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(568,413);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// labelReconcile
			// 
			this.labelReconcile.Location = new System.Drawing.Point(9,57);
			this.labelReconcile.Name = "labelReconcile";
			this.labelReconcile.Size = new System.Drawing.Size(120,20);
			this.labelReconcile.TabIndex = 19;
			this.labelReconcile.Text = "Reconcile Date";
			this.labelReconcile.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.labelReconcile.Visible = false;
			// 
			// textReconcile
			// 
			this.textReconcile.Location = new System.Drawing.Point(132,54);
			this.textReconcile.Name = "textReconcile";
			this.textReconcile.ReadOnly = true;
			this.textReconcile.Size = new System.Drawing.Size(100,20);
			this.textReconcile.TabIndex = 20;
			this.textReconcile.Visible = false;
			// 
			// FormTransactionEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(677,459);
			this.Controls.Add(this.textReconcile);
			this.Controls.Add(this.labelReconcile);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.panelSimple);
			this.Controls.Add(this.panelCompound);
			this.Controls.Add(this.checkSimple);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.textDateTimeEntry);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormTransactionEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Transaction";
			this.Load += new System.EventHandler(this.FormTransactionEdit_Load);
			this.panelSimple.ResumeLayout(false);
			this.panelSimple.PerformLayout();
			this.panelCompound.ResumeLayout(false);
			this.panelCompound.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
示例#19
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(FormJournal));
     this.imageListMain = new System.Windows.Forms.ImageList(this.components);
     this.gridMain      = new OpenDental.UI.ODGrid();
     this.ToolBarMain   = new OpenDental.UI.ODToolBar();
     this.label1        = new System.Windows.Forms.Label();
     this.textDateFrom  = new OpenDental.ValidDate();
     this.textDateTo    = new OpenDental.ValidDate();
     this.label2        = new System.Windows.Forms.Label();
     this.butRefresh    = new OpenDental.UI.Button();
     this.calendarFrom  = new System.Windows.Forms.MonthCalendar();
     this.butDropFrom   = new OpenDental.UI.Button();
     this.butDropTo     = new OpenDental.UI.Button();
     this.calendarTo    = new System.Windows.Forms.MonthCalendar();
     this.textAmt       = new OpenDental.ValidDouble();
     this.label3        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.textFindText  = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // imageListMain
     //
     this.imageListMain.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMain.ImageStream")));
     this.imageListMain.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListMain.Images.SetKeyName(0, "Add.gif");
     this.imageListMain.Images.SetKeyName(1, "print.gif");
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible   = false;
     this.gridMain.Location         = new System.Drawing.Point(0, 56);
     this.gridMain.Name             = "gridMain";
     this.gridMain.ScrollValue      = 0;
     this.gridMain.Size             = new System.Drawing.Size(844, 615);
     this.gridMain.TabIndex         = 1;
     this.gridMain.Title            = null;
     this.gridMain.TranslationName  = "TableJournal";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // ToolBarMain
     //
     this.ToolBarMain.Dock         = System.Windows.Forms.DockStyle.Top;
     this.ToolBarMain.ImageList    = this.imageListMain;
     this.ToolBarMain.Location     = new System.Drawing.Point(0, 0);
     this.ToolBarMain.Name         = "ToolBarMain";
     this.ToolBarMain.Size         = new System.Drawing.Size(844, 29);
     this.ToolBarMain.TabIndex     = 0;
     this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(2, 31);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(75, 18);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "From";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // textDateFrom
     //
     this.textDateFrom.Location = new System.Drawing.Point(78, 32);
     this.textDateFrom.Name     = "textDateFrom";
     this.textDateFrom.Size     = new System.Drawing.Size(81, 20);
     this.textDateFrom.TabIndex = 3;
     //
     // textDateTo
     //
     this.textDateTo.Location = new System.Drawing.Point(268, 32);
     this.textDateTo.Name     = "textDateTo";
     this.textDateTo.Size     = new System.Drawing.Size(81, 20);
     this.textDateTo.TabIndex = 5;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(195, 31);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 18);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "To";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // butRefresh
     //
     this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRefresh.Autosize            = true;
     this.butRefresh.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRefresh.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRefresh.CornerRadius        = 4F;
     this.butRefresh.Location            = new System.Drawing.Point(711, 31);
     this.butRefresh.Name     = "butRefresh";
     this.butRefresh.Size     = new System.Drawing.Size(75, 23);
     this.butRefresh.TabIndex = 6;
     this.butRefresh.Text     = "Refresh";
     this.butRefresh.UseVisualStyleBackColor = true;
     this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click);
     //
     // calendarFrom
     //
     this.calendarFrom.Location          = new System.Drawing.Point(5, 56);
     this.calendarFrom.MaxSelectionCount = 1;
     this.calendarFrom.Name          = "calendarFrom";
     this.calendarFrom.TabIndex      = 7;
     this.calendarFrom.Visible       = false;
     this.calendarFrom.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.calendarFrom_DateSelected);
     //
     // butDropFrom
     //
     this.butDropFrom.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDropFrom.Autosize            = true;
     this.butDropFrom.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDropFrom.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDropFrom.CornerRadius        = 4F;
     this.butDropFrom.Location            = new System.Drawing.Point(161, 30);
     this.butDropFrom.Name     = "butDropFrom";
     this.butDropFrom.Size     = new System.Drawing.Size(22, 23);
     this.butDropFrom.TabIndex = 8;
     this.butDropFrom.Text     = "V";
     this.butDropFrom.UseVisualStyleBackColor = true;
     this.butDropFrom.Click += new System.EventHandler(this.butDropFrom_Click);
     //
     // butDropTo
     //
     this.butDropTo.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDropTo.Autosize            = true;
     this.butDropTo.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDropTo.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDropTo.CornerRadius        = 4F;
     this.butDropTo.Location            = new System.Drawing.Point(351, 30);
     this.butDropTo.Name     = "butDropTo";
     this.butDropTo.Size     = new System.Drawing.Size(22, 23);
     this.butDropTo.TabIndex = 9;
     this.butDropTo.Text     = "V";
     this.butDropTo.UseVisualStyleBackColor = true;
     this.butDropTo.Click += new System.EventHandler(this.butDropTo_Click);
     //
     // calendarTo
     //
     this.calendarTo.Location          = new System.Drawing.Point(195, 56);
     this.calendarTo.MaxSelectionCount = 1;
     this.calendarTo.Name          = "calendarTo";
     this.calendarTo.TabIndex      = 10;
     this.calendarTo.Visible       = false;
     this.calendarTo.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.calendarTo_DateSelected);
     //
     // textAmt
     //
     this.textAmt.ForeColor = System.Drawing.SystemColors.WindowText;
     this.textAmt.Location  = new System.Drawing.Point(450, 32);
     this.textAmt.Name      = "textAmt";
     this.textAmt.Size      = new System.Drawing.Size(81, 20);
     this.textAmt.TabIndex  = 11;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(387, 32);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(63, 18);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "Find Amt";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(537, 32);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(68, 18);
     this.label4.TabIndex  = 13;
     this.label4.Text      = "Find Text";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // textFindText
     //
     this.textFindText.Location = new System.Drawing.Point(605, 32);
     this.textFindText.Name     = "textFindText";
     this.textFindText.Size     = new System.Drawing.Size(78, 20);
     this.textFindText.TabIndex = 14;
     //
     // FormJournal
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(844, 671);
     this.Controls.Add(this.textFindText);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textAmt);
     this.Controls.Add(this.calendarTo);
     this.Controls.Add(this.butDropTo);
     this.Controls.Add(this.butDropFrom);
     this.Controls.Add(this.calendarFrom);
     this.Controls.Add(this.butRefresh);
     this.Controls.Add(this.textDateTo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textDateFrom);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.ToolBarMain);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormJournal";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Transaction History";
     this.Load         += new System.EventHandler(this.FormJournal_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#20
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRecallEdit));
			this.textDatePrevious = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.textDateDueCalc = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.textWeeks = new OpenDental.ValidNum();
			this.label7 = new System.Windows.Forms.Label();
			this.textDays = new OpenDental.ValidNum();
			this.label6 = new System.Windows.Forms.Label();
			this.textMonths = new OpenDental.ValidNum();
			this.label5 = new System.Windows.Forms.Label();
			this.textYears = new OpenDental.ValidNum();
			this.label4 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.comboStatus = new System.Windows.Forms.ComboBox();
			this.checkIsDisabled = new System.Windows.Forms.CheckBox();
			this.label9 = new System.Windows.Forms.Label();
			this.comboType = new System.Windows.Forms.ComboBox();
			this.label10 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.textBalance = new OpenDental.ValidDouble();
			this.textDisableDate = new OpenDental.ValidDate();
			this.label12 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.textScheduledDate = new System.Windows.Forms.TextBox();
			this.label13 = new System.Windows.Forms.Label();
			this.textNote = new OpenDental.ODtextBox();
			this.butDelete = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textDateDue = new OpenDental.ValidDate();
			this.butCancel = new OpenDental.UI.Button();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// textDatePrevious
			// 
			this.textDatePrevious.Location = new System.Drawing.Point(184,171);
			this.textDatePrevious.Name = "textDatePrevious";
			this.textDatePrevious.ReadOnly = true;
			this.textDatePrevious.Size = new System.Drawing.Size(85,20);
			this.textDatePrevious.TabIndex = 1;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(11,170);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(170,19);
			this.label1.TabIndex = 2;
			this.label1.Text = "Previous Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(11,196);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(170,19);
			this.label2.TabIndex = 4;
			this.label2.Text = "Calculated Due Date";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDateDueCalc
			// 
			this.textDateDueCalc.Location = new System.Drawing.Point(184,197);
			this.textDateDueCalc.Name = "textDateDueCalc";
			this.textDateDueCalc.ReadOnly = true;
			this.textDateDueCalc.Size = new System.Drawing.Size(85,20);
			this.textDateDueCalc.TabIndex = 3;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(12,223);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(170,19);
			this.label3.TabIndex = 5;
			this.label3.Text = "Actual Due Date";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.textWeeks);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.textDays);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.textMonths);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.textYears);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(78,50);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(170,115);
			this.groupBox1.TabIndex = 7;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Recall Interval";
			// 
			// textWeeks
			// 
			this.textWeeks.Location = new System.Drawing.Point(105,63);
			this.textWeeks.MaxVal = 255;
			this.textWeeks.MinVal = 0;
			this.textWeeks.Name = "textWeeks";
			this.textWeeks.Size = new System.Drawing.Size(51,20);
			this.textWeeks.TabIndex = 12;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(11,63);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(92,19);
			this.label7.TabIndex = 11;
			this.label7.Text = "Weeks";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDays
			// 
			this.textDays.Location = new System.Drawing.Point(105,85);
			this.textDays.MaxVal = 255;
			this.textDays.MinVal = 0;
			this.textDays.Name = "textDays";
			this.textDays.Size = new System.Drawing.Size(51,20);
			this.textDays.TabIndex = 10;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(11,85);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(92,19);
			this.label6.TabIndex = 9;
			this.label6.Text = "Days";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textMonths
			// 
			this.textMonths.Location = new System.Drawing.Point(105,40);
			this.textMonths.MaxVal = 255;
			this.textMonths.MinVal = 0;
			this.textMonths.Name = "textMonths";
			this.textMonths.Size = new System.Drawing.Size(51,20);
			this.textMonths.TabIndex = 8;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(11,40);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(92,19);
			this.label5.TabIndex = 7;
			this.label5.Text = "Months";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textYears
			// 
			this.textYears.Location = new System.Drawing.Point(105,17);
			this.textYears.MaxVal = 127;
			this.textYears.MinVal = 0;
			this.textYears.Name = "textYears";
			this.textYears.Size = new System.Drawing.Size(51,20);
			this.textYears.TabIndex = 6;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(11,17);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(92,19);
			this.label4.TabIndex = 5;
			this.label4.Text = "Years";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(12,275);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(170,19);
			this.label8.TabIndex = 8;
			this.label8.Text = "Status";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboStatus
			// 
			this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboStatus.Location = new System.Drawing.Point(184,275);
			this.comboStatus.MaxDropDownItems = 50;
			this.comboStatus.Name = "comboStatus";
			this.comboStatus.Size = new System.Drawing.Size(188,21);
			this.comboStatus.TabIndex = 9;
			// 
			// checkIsDisabled
			// 
			this.checkIsDisabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsDisabled.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsDisabled.Location = new System.Drawing.Point(24,20);
			this.checkIsDisabled.Name = "checkIsDisabled";
			this.checkIsDisabled.Size = new System.Drawing.Size(132,18);
			this.checkIsDisabled.TabIndex = 10;
			this.checkIsDisabled.Text = "Always Disabled";
			this.checkIsDisabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsDisabled.Click += new System.EventHandler(this.checkIsDisabled_Click);
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(65,301);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(117,92);
			this.label9.TabIndex = 11;
			this.label9.Text = "Administrative Note (this note will get deleted every time recall gets reset)";
			this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboType
			// 
			this.comboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboType.Location = new System.Drawing.Point(184,18);
			this.comboType.MaxDropDownItems = 50;
			this.comboType.Name = "comboType";
			this.comboType.Size = new System.Drawing.Size(188,21);
			this.comboType.TabIndex = 17;
			this.comboType.SelectionChangeCommitted += new System.EventHandler(this.comboType_SelectionChangeCommitted);
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(12,18);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(170,19);
			this.label10.TabIndex = 16;
			this.label10.Text = "Type";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.textBalance);
			this.groupBox2.Controls.Add(this.textDisableDate);
			this.groupBox2.Controls.Add(this.label12);
			this.groupBox2.Controls.Add(this.label11);
			this.groupBox2.Controls.Add(this.checkIsDisabled);
			this.groupBox2.Location = new System.Drawing.Point(423,50);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(243,115);
			this.groupBox2.TabIndex = 18;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Disable Recall";
			// 
			// textBalance
			// 
			this.textBalance.BackColor = System.Drawing.SystemColors.Window;
			this.textBalance.ForeColor = System.Drawing.SystemColors.WindowText;
			this.textBalance.Location = new System.Drawing.Point(141,48);
			this.textBalance.Name = "textBalance";
			this.textBalance.Size = new System.Drawing.Size(86,20);
			this.textBalance.TabIndex = 19;
			// 
			// textDisableDate
			// 
			this.textDisableDate.Location = new System.Drawing.Point(141,80);
			this.textDisableDate.Name = "textDisableDate";
			this.textDisableDate.Size = new System.Drawing.Size(86,20);
			this.textDisableDate.TabIndex = 13;
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(40,80);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(101,18);
			this.label12.TabIndex = 12;
			this.label12.Text = "Until Date";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(3,39);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(138,37);
			this.label11.TabIndex = 11;
			this.label11.Text = "Until family Account balance is below";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textScheduledDate
			// 
			this.textScheduledDate.Location = new System.Drawing.Point(184,249);
			this.textScheduledDate.Name = "textScheduledDate";
			this.textScheduledDate.ReadOnly = true;
			this.textScheduledDate.Size = new System.Drawing.Size(85,20);
			this.textScheduledDate.TabIndex = 19;
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(11,248);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(170,19);
			this.label13.TabIndex = 20;
			this.label13.Text = "Scheduled Date";
			this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textNote
			// 
			this.textNote.Location = new System.Drawing.Point(184,303);
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Recall;
			this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textNote.Size = new System.Drawing.Size(350,112);
			this.textNote.TabIndex = 15;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(26,442);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(83,24);
			this.butDelete.TabIndex = 14;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(640,400);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,24);
			this.butOK.TabIndex = 13;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textDateDue
			// 
			this.textDateDue.Location = new System.Drawing.Point(184,223);
			this.textDateDue.Name = "textDateDue";
			this.textDateDue.Size = new System.Drawing.Size(85,20);
			this.textDateDue.TabIndex = 6;
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(640,442);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,24);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormRecallEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(736,491);
			this.Controls.Add(this.textScheduledDate);
			this.Controls.Add(this.label13);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.comboType);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.textDateDue);
			this.Controls.Add(this.textDateDueCalc);
			this.Controls.Add(this.textDatePrevious);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.comboStatus);
			this.Controls.Add(this.label8);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormRecallEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Recall";
			this.Load += new System.EventHandler(this.FormRecallEdit_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

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

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

		}
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimPayBatch));
			this.textBankBranch = new System.Windows.Forms.TextBox();
			this.textCheckNum = new System.Windows.Forms.TextBox();
			this.textNote = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.labelClinic = new System.Windows.Forms.Label();
			this.textCarrierName = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.gridAttached = new OpenDental.UI.ODGrid();
			this.labelDateIssued = new System.Windows.Forms.Label();
			this.textClinic = new System.Windows.Forms.TextBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.gridOut = new OpenDental.UI.ODGrid();
			this.labelInstruct1 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.labelInstruct2 = new System.Windows.Forms.Label();
			this.menuRightAttached = new System.Windows.Forms.ContextMenu();
			this.menuItemGotoAccount = new System.Windows.Forms.MenuItem();
			this.menuRightOut = new System.Windows.Forms.ContextMenu();
			this.menuItemGotoOut = new System.Windows.Forms.MenuItem();
			this.label1 = new System.Windows.Forms.Label();
			this.textEobIsScanned = new System.Windows.Forms.TextBox();
			this.textShow = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.butRefresh = new OpenDental.UI.Button();
			this.butDown = new OpenDental.UI.Button();
			this.textTotal = new OpenDental.ValidDouble();
			this.butAttach = new OpenDental.UI.Button();
			this.butView = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.butUp = new OpenDental.UI.Button();
			this.butDetach = new OpenDental.UI.Button();
			this.textDateIssued = new OpenDental.ValidDate();
			this.butClaimPayEdit = new OpenDental.UI.Button();
			this.textAmount = new OpenDental.ValidDouble();
			this.textDate = new OpenDental.ValidDate();
			this.butDelete = new OpenDental.UI.Button();
			this.butClose = new OpenDental.UI.Button();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// textBankBranch
			// 
			this.textBankBranch.Location = new System.Drawing.Point(362,82);
			this.textBankBranch.MaxLength = 25;
			this.textBankBranch.Name = "textBankBranch";
			this.textBankBranch.ReadOnly = true;
			this.textBankBranch.Size = new System.Drawing.Size(100,20);
			this.textBankBranch.TabIndex = 2;
			// 
			// textCheckNum
			// 
			this.textCheckNum.Location = new System.Drawing.Point(362,61);
			this.textCheckNum.MaxLength = 25;
			this.textCheckNum.Name = "textCheckNum";
			this.textCheckNum.ReadOnly = true;
			this.textCheckNum.Size = new System.Drawing.Size(100,20);
			this.textCheckNum.TabIndex = 1;
			// 
			// textNote
			// 
			this.textNote.Location = new System.Drawing.Point(362,40);
			this.textNote.MaxLength = 255;
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.ReadOnly = true;
			this.textNote.Size = new System.Drawing.Size(288,20);
			this.textNote.TabIndex = 3;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(23,44);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(96,16);
			this.label6.TabIndex = 37;
			this.label6.Text = "Payment Date";
			this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(24,86);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(95,16);
			this.label5.TabIndex = 36;
			this.label5.Text = "Amount";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(269,63);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(90,16);
			this.label4.TabIndex = 35;
			this.label4.Text = "Check #";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(270,85);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(91,16);
			this.label3.TabIndex = 34;
			this.label3.Text = "Bank-Branch";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(254,41);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(104,16);
			this.label2.TabIndex = 33;
			this.label2.Text = "Note";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(32,22);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(86,14);
			this.labelClinic.TabIndex = 91;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textCarrierName
			// 
			this.textCarrierName.Location = new System.Drawing.Point(362,19);
			this.textCarrierName.MaxLength = 25;
			this.textCarrierName.Name = "textCarrierName";
			this.textCarrierName.ReadOnly = true;
			this.textCarrierName.Size = new System.Drawing.Size(288,20);
			this.textCarrierName.TabIndex = 93;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(252,21);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(109,16);
			this.label7.TabIndex = 94;
			this.label7.Text = "Carrier Name";
			this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// gridAttached
			// 
			this.gridAttached.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.gridAttached.HScrollVisible = false;
			this.gridAttached.Location = new System.Drawing.Point(230,125);
			this.gridAttached.Name = "gridAttached";
			this.gridAttached.ScrollValue = 0;
			this.gridAttached.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridAttached.Size = new System.Drawing.Size(660,226);
			this.gridAttached.TabIndex = 95;
			this.gridAttached.Title = "Attached to this Payment";
			this.gridAttached.TranslationName = "TableClaimPaySplits";
			this.gridAttached.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAttached_CellDoubleClick);
			this.gridAttached.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridAttached_MouseUp);
			// 
			// labelDateIssued
			// 
			this.labelDateIssued.Location = new System.Drawing.Point(23,65);
			this.labelDateIssued.Name = "labelDateIssued";
			this.labelDateIssued.Size = new System.Drawing.Size(96,16);
			this.labelDateIssued.TabIndex = 97;
			this.labelDateIssued.Text = "Date Issued";
			this.labelDateIssued.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textClinic
			// 
			this.textClinic.Location = new System.Drawing.Point(121,19);
			this.textClinic.MaxLength = 25;
			this.textClinic.Name = "textClinic";
			this.textClinic.ReadOnly = true;
			this.textClinic.Size = new System.Drawing.Size(123,20);
			this.textClinic.TabIndex = 93;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.labelClinic);
			this.groupBox1.Controls.Add(this.textDateIssued);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.labelDateIssued);
			this.groupBox1.Controls.Add(this.butClaimPayEdit);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.textClinic);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.textCarrierName);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.textNote);
			this.groupBox1.Controls.Add(this.textCheckNum);
			this.groupBox1.Controls.Add(this.textBankBranch);
			this.groupBox1.Controls.Add(this.textAmount);
			this.groupBox1.Controls.Add(this.textDate);
			this.groupBox1.Location = new System.Drawing.Point(230,6);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(660,110);
			this.groupBox1.TabIndex = 98;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Payment Details";
			// 
			// gridOut
			// 
			this.gridOut.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.gridOut.HScrollVisible = false;
			this.gridOut.Location = new System.Drawing.Point(230,387);
			this.gridOut.Name = "gridOut";
			this.gridOut.ScrollValue = 0;
			this.gridOut.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridOut.Size = new System.Drawing.Size(660,243);
			this.gridOut.TabIndex = 99;
			this.gridOut.Title = "All Outstanding Claims";
			this.gridOut.TranslationName = "TableClaimPaySplits";
			this.gridOut.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridOut_CellDoubleClick);
			this.gridOut.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridOut_MouseUp);
			// 
			// labelInstruct1
			// 
			this.labelInstruct1.Font = new System.Drawing.Font("Microsoft Sans Serif",10F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelInstruct1.Location = new System.Drawing.Point(9,1);
			this.labelInstruct1.Name = "labelInstruct1";
			this.labelInstruct1.Size = new System.Drawing.Size(177,20);
			this.labelInstruct1.TabIndex = 102;
			this.labelInstruct1.Text = "Instructions";
			this.labelInstruct1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(701,362);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(92,16);
			this.label8.TabIndex = 36;
			this.label8.Text = "Total Payments";
			this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelInstruct2
			// 
			this.labelInstruct2.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelInstruct2.Location = new System.Drawing.Point(10,27);
			this.labelInstruct2.Name = "labelInstruct2";
			this.labelInstruct2.Size = new System.Drawing.Size(207,527);
			this.labelInstruct2.TabIndex = 105;
			this.labelInstruct2.Text = resources.GetString("labelInstruct2.Text");
			// 
			// menuRightAttached
			// 
			this.menuRightAttached.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemGotoAccount});
			// 
			// menuItemGotoAccount
			// 
			this.menuItemGotoAccount.Index = 0;
			this.menuItemGotoAccount.Text = "Go to Account";
			this.menuItemGotoAccount.Click += new System.EventHandler(this.menuItemGotoAccount_Click);
			// 
			// menuRightOut
			// 
			this.menuRightOut.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemGotoOut});
			// 
			// menuItemGotoOut
			// 
			this.menuItemGotoOut.Index = 0;
			this.menuItemGotoOut.Text = "Go to Account";
			this.menuItemGotoOut.Click += new System.EventHandler(this.menuItemGotoOut_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(21,583);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(123,16);
			this.label1.TabIndex = 108;
			this.label1.Text = "EOB is Scanned";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textEobIsScanned
			// 
			this.textEobIsScanned.Location = new System.Drawing.Point(145,580);
			this.textEobIsScanned.MaxLength = 25;
			this.textEobIsScanned.Name = "textEobIsScanned";
			this.textEobIsScanned.ReadOnly = true;
			this.textEobIsScanned.Size = new System.Drawing.Size(72,20);
			this.textEobIsScanned.TabIndex = 110;
			// 
			// textShow
			// 
			this.textShow.Location = new System.Drawing.Point(359,359);
			this.textShow.Name = "textShow";
			this.textShow.Size = new System.Drawing.Size(132,20);
			this.textShow.TabIndex = 112;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(313,361);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(46,16);
			this.label9.TabIndex = 113;
			this.label9.Text = "Show";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butRefresh
			// 
			this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butRefresh.Autosize = true;
			this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butRefresh.CornerRadius = 4F;
			this.butRefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butRefresh.Location = new System.Drawing.Point(494,357);
			this.butRefresh.Name = "butRefresh";
			this.butRefresh.Size = new System.Drawing.Size(54,24);
			this.butRefresh.TabIndex = 114;
			this.butRefresh.Text = "Refresh";
			this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click);
			// 
			// butDown
			// 
			this.butDown.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDown.Autosize = true;
			this.butDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDown.CornerRadius = 4F;
			this.butDown.Image = global::OpenDental.Properties.Resources.down;
			this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDown.Location = new System.Drawing.Point(271,357);
			this.butDown.Name = "butDown";
			this.butDown.Size = new System.Drawing.Size(39,24);
			this.butDown.TabIndex = 104;
			this.butDown.Text = "#";
			this.butDown.Click += new System.EventHandler(this.butDown_Click);
			// 
			// textTotal
			// 
			this.textTotal.Location = new System.Drawing.Point(792,359);
			this.textTotal.Name = "textTotal";
			this.textTotal.ReadOnly = true;
			this.textTotal.Size = new System.Drawing.Size(81,20);
			this.textTotal.TabIndex = 0;
			this.textTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// butAttach
			// 
			this.butAttach.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAttach.Autosize = true;
			this.butAttach.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAttach.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAttach.CornerRadius = 4F;
			this.butAttach.Image = global::OpenDental.Properties.Resources.up;
			this.butAttach.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAttach.Location = new System.Drawing.Point(554,357);
			this.butAttach.Name = "butAttach";
			this.butAttach.Size = new System.Drawing.Size(71,24);
			this.butAttach.TabIndex = 111;
			this.butAttach.Text = "Attach";
			this.butAttach.Click += new System.EventHandler(this.butAttach_Click);
			// 
			// butView
			// 
			this.butView.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butView.Autosize = true;
			this.butView.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butView.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butView.CornerRadius = 4F;
			this.butView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butView.Location = new System.Drawing.Point(145,606);
			this.butView.Name = "butView";
			this.butView.Size = new System.Drawing.Size(72,24);
			this.butView.TabIndex = 109;
			this.butView.Text = "View";
			this.butView.Click += new System.EventHandler(this.butView_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(734,646);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,24);
			this.butOK.TabIndex = 107;
			this.butOK.Text = "OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butUp
			// 
			this.butUp.AdjustImageLocation = new System.Drawing.Point(0,1);
			this.butUp.Autosize = true;
			this.butUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butUp.CornerRadius = 4F;
			this.butUp.Image = global::OpenDental.Properties.Resources.up;
			this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butUp.Location = new System.Drawing.Point(230,357);
			this.butUp.Name = "butUp";
			this.butUp.Size = new System.Drawing.Size(39,24);
			this.butUp.TabIndex = 103;
			this.butUp.Text = "#";
			this.butUp.Click += new System.EventHandler(this.butUp_Click);
			// 
			// butDetach
			// 
			this.butDetach.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDetach.Autosize = true;
			this.butDetach.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDetach.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDetach.CornerRadius = 4F;
			this.butDetach.Image = global::OpenDental.Properties.Resources.down;
			this.butDetach.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDetach.Location = new System.Drawing.Point(627,357);
			this.butDetach.Name = "butDetach";
			this.butDetach.Size = new System.Drawing.Size(71,24);
			this.butDetach.TabIndex = 101;
			this.butDetach.Text = "Detach";
			this.butDetach.Click += new System.EventHandler(this.butDetach_Click);
			// 
			// textDateIssued
			// 
			this.textDateIssued.Location = new System.Drawing.Point(121,61);
			this.textDateIssued.Name = "textDateIssued";
			this.textDateIssued.ReadOnly = true;
			this.textDateIssued.Size = new System.Drawing.Size(68,20);
			this.textDateIssued.TabIndex = 96;
			this.textDateIssued.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// butClaimPayEdit
			// 
			this.butClaimPayEdit.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClaimPayEdit.Autosize = true;
			this.butClaimPayEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClaimPayEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClaimPayEdit.CornerRadius = 4F;
			this.butClaimPayEdit.Location = new System.Drawing.Point(575,78);
			this.butClaimPayEdit.Name = "butClaimPayEdit";
			this.butClaimPayEdit.Size = new System.Drawing.Size(75,24);
			this.butClaimPayEdit.TabIndex = 6;
			this.butClaimPayEdit.Text = "Edit";
			this.butClaimPayEdit.Click += new System.EventHandler(this.butClaimPayEdit_Click);
			// 
			// textAmount
			// 
			this.textAmount.Location = new System.Drawing.Point(121,82);
			this.textAmount.Name = "textAmount";
			this.textAmount.ReadOnly = true;
			this.textAmount.Size = new System.Drawing.Size(68,20);
			this.textAmount.TabIndex = 0;
			this.textAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(121,40);
			this.textDate.Name = "textDate";
			this.textDate.ReadOnly = true;
			this.textDate.Size = new System.Drawing.Size(68,20);
			this.textDate.TabIndex = 3;
			this.textDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(13,646);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(79,24);
			this.butDelete.TabIndex = 52;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butClose
			// 
			this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClose.Autosize = true;
			this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClose.CornerRadius = 4F;
			this.butClose.Location = new System.Drawing.Point(815,646);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(75,24);
			this.butClose.TabIndex = 0;
			this.butClose.Text = "Cancel";
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// FormClaimPayBatch
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(902,676);
			this.Controls.Add(this.butRefresh);
			this.Controls.Add(this.textShow);
			this.Controls.Add(this.butDown);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.textTotal);
			this.Controls.Add(this.butAttach);
			this.Controls.Add(this.textEobIsScanned);
			this.Controls.Add(this.butView);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.labelInstruct2);
			this.Controls.Add(this.butUp);
			this.Controls.Add(this.labelInstruct1);
			this.Controls.Add(this.butDetach);
			this.Controls.Add(this.gridOut);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.gridAttached);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butClose);
			this.Controls.Add(this.label8);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormClaimPayBatch";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Insurance Payment (EOB)";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormClaimPayBatch_FormClosing);
			this.Load += new System.EventHandler(this.FormClaimPayEdit_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
示例#27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProcTPEdit));
     this.butCancel      = new OpenDental.UI.Button();
     this.butOK          = new OpenDental.UI.Button();
     this.textToothNumTP = new System.Windows.Forms.TextBox();
     this.butDelete      = new OpenDental.UI.Button();
     this.label1         = new System.Windows.Forms.Label();
     this.label4         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.label6         = new System.Windows.Forms.Label();
     this.label7         = new System.Windows.Forms.Label();
     this.label8         = new System.Windows.Forms.Label();
     this.label9         = new System.Windows.Forms.Label();
     this.label10        = new System.Windows.Forms.Label();
     this.label11        = new System.Windows.Forms.Label();
     this.comboPriority  = new System.Windows.Forms.ComboBox();
     this.textSurf       = new System.Windows.Forms.TextBox();
     this.textCode       = new System.Windows.Forms.TextBox();
     this.textDescript   = new System.Windows.Forms.TextBox();
     this.textFeeAmt     = new OpenDental.ValidDouble();
     this.textPriInsAmt  = new OpenDental.ValidDouble();
     this.textSecInsAmt  = new OpenDental.ValidDouble();
     this.textPatAmt     = new OpenDental.ValidDouble();
     this.textDiscount   = new OpenDental.ValidDouble();
     this.label2         = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(480, 330);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(480, 292);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // textToothNumTP
     //
     this.textToothNumTP.Location = new System.Drawing.Point(175, 63);
     this.textToothNumTP.Name     = "textToothNumTP";
     this.textToothNumTP.Size     = new System.Drawing.Size(50, 20);
     this.textToothNumTP.TabIndex = 4;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(24, 330);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(86, 26);
     this.butDelete.TabIndex     = 8;
     this.butDelete.Text         = "Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(82, 41);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(89, 16);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Priority";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(34, 65);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(137, 16);
     this.label4.TabIndex  = 10;
     this.label4.Text      = "Tooth Num";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(82, 89);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(89, 16);
     this.label5.TabIndex  = 11;
     this.label5.Text      = "Surf";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(82, 113);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(89, 16);
     this.label6.TabIndex  = 12;
     this.label6.Text      = "Code";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(82, 137);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(89, 16);
     this.label7.TabIndex  = 13;
     this.label7.Text      = "Description";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(82, 190);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(89, 16);
     this.label8.TabIndex  = 14;
     this.label8.Text      = "Fee";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(82, 214);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(89, 16);
     this.label9.TabIndex  = 15;
     this.label9.Text      = "Pri Ins";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(82, 238);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(89, 16);
     this.label10.TabIndex  = 16;
     this.label10.Text      = "Sec Ins";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(43, 286);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(128, 16);
     this.label11.TabIndex  = 17;
     this.label11.Text      = "Patient Portion";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboPriority
     //
     this.comboPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboPriority.Location      = new System.Drawing.Point(175, 38);
     this.comboPriority.Name          = "comboPriority";
     this.comboPriority.Size          = new System.Drawing.Size(94, 21);
     this.comboPriority.TabIndex      = 59;
     //
     // textSurf
     //
     this.textSurf.Location = new System.Drawing.Point(175, 87);
     this.textSurf.Name     = "textSurf";
     this.textSurf.Size     = new System.Drawing.Size(50, 20);
     this.textSurf.TabIndex = 60;
     //
     // textCode
     //
     this.textCode.Location = new System.Drawing.Point(175, 111);
     this.textCode.Name     = "textCode";
     this.textCode.Size     = new System.Drawing.Size(77, 20);
     this.textCode.TabIndex = 61;
     //
     // textDescript
     //
     this.textDescript.AcceptsReturn = true;
     this.textDescript.Location      = new System.Drawing.Point(175, 135);
     this.textDescript.Multiline     = true;
     this.textDescript.Name          = "textDescript";
     this.textDescript.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textDescript.Size          = new System.Drawing.Size(377, 48);
     this.textDescript.TabIndex      = 62;
     //
     // textFeeAmt
     //
     this.textFeeAmt.Location = new System.Drawing.Point(175, 188);
     this.textFeeAmt.Name     = "textFeeAmt";
     this.textFeeAmt.Size     = new System.Drawing.Size(81, 20);
     this.textFeeAmt.TabIndex = 63;
     //
     // textPriInsAmt
     //
     this.textPriInsAmt.Location = new System.Drawing.Point(175, 212);
     this.textPriInsAmt.Name     = "textPriInsAmt";
     this.textPriInsAmt.Size     = new System.Drawing.Size(81, 20);
     this.textPriInsAmt.TabIndex = 64;
     //
     // textSecInsAmt
     //
     this.textSecInsAmt.Location = new System.Drawing.Point(175, 236);
     this.textSecInsAmt.Name     = "textSecInsAmt";
     this.textSecInsAmt.Size     = new System.Drawing.Size(81, 20);
     this.textSecInsAmt.TabIndex = 65;
     //
     // textPatAmt
     //
     this.textPatAmt.Location = new System.Drawing.Point(175, 284);
     this.textPatAmt.Name     = "textPatAmt";
     this.textPatAmt.Size     = new System.Drawing.Size(81, 20);
     this.textPatAmt.TabIndex = 66;
     //
     // textDiscount
     //
     this.textDiscount.Location = new System.Drawing.Point(175, 260);
     this.textDiscount.Name     = "textDiscount";
     this.textDiscount.Size     = new System.Drawing.Size(81, 20);
     this.textDiscount.TabIndex = 68;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(43, 262);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(128, 16);
     this.label2.TabIndex  = 67;
     this.label2.Text      = "Discount";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormProcTPEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(607, 384);
     this.Controls.Add(this.textDiscount);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textPatAmt);
     this.Controls.Add(this.textSecInsAmt);
     this.Controls.Add(this.textPriInsAmt);
     this.Controls.Add(this.textFeeAmt);
     this.Controls.Add(this.textDescript);
     this.Controls.Add(this.textCode);
     this.Controls.Add(this.textSurf);
     this.Controls.Add(this.comboPriority);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textToothNumTP);
     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          = "FormProcTPEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Treatment Plan Procedure";
     this.Load         += new System.EventHandler(this.FormProcTPEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTimeAdjustEdit));
     this.butDelete     = new OpenDental.UI.Button();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.textTimeEntry = new System.Windows.Forms.TextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.textNote      = new System.Windows.Forms.TextBox();
     this.textHours     = new OpenDental.ValidDouble();
     this.butOK         = new OpenDental.UI.Button();
     this.butCancel     = new OpenDental.UI.Button();
     this.checkOvertime = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(37, 269);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(75, 26);
     this.butDelete.TabIndex     = 16;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(11, 22);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(126, 20);
     this.label1.TabIndex  = 11;
     this.label1.Text      = "Date/Time Entry";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(11, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(126, 20);
     this.label2.TabIndex  = 13;
     this.label2.Text      = "Hours";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textTimeEntry
     //
     this.textTimeEntry.Location = new System.Drawing.Point(137, 23);
     this.textTimeEntry.Name     = "textTimeEntry";
     this.textTimeEntry.Size     = new System.Drawing.Size(155, 20);
     this.textTimeEntry.TabIndex = 17;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(10, 76);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(126, 20);
     this.label4.TabIndex  = 18;
     this.label4.Text      = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(137, 77);
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(377, 96);
     this.textNote.TabIndex  = 21;
     //
     // textHours
     //
     this.textHours.Location = new System.Drawing.Point(137, 49);
     this.textHours.Name     = "textHours";
     this.textHours.Size     = new System.Drawing.Size(66, 20);
     this.textHours.TabIndex = 19;
     //
     // 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(439, 237);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 8;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // 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(439, 269);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 9;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // checkOvertime
     //
     this.checkOvertime.AutoSize = true;
     this.checkOvertime.Location = new System.Drawing.Point(212, 51);
     this.checkOvertime.Name     = "checkOvertime";
     this.checkOvertime.Size     = new System.Drawing.Size(123, 17);
     this.checkOvertime.TabIndex = 22;
     this.checkOvertime.Text     = "Overtime Adjustment";
     this.checkOvertime.UseVisualStyleBackColor = true;
     //
     // FormTimeAdjustEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(540, 313);
     this.Controls.Add(this.checkOvertime);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.textHours);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textTimeEntry);
     this.Controls.Add(this.butDelete);
     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          = "FormTimeAdjustEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Time Adjustment";
     this.Load         += new System.EventHandler(this.FormTimeAdjustEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#29
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(FormReconcileEdit));
     this.labelDate      = new System.Windows.Forms.Label();
     this.labelStart     = new System.Windows.Forms.Label();
     this.labelEnd       = new System.Windows.Forms.Label();
     this.textTarget     = new System.Windows.Forms.TextBox();
     this.labelTarget    = new System.Windows.Forms.Label();
     this.labelSum       = new System.Windows.Forms.Label();
     this.textSum        = new System.Windows.Forms.TextBox();
     this.checkLocked    = new System.Windows.Forms.CheckBox();
     this.textFindAmount = new System.Windows.Forms.TextBox();
     this.label6         = new System.Windows.Forms.Label();
     this.butPrint       = new OpenDental.UI.Button();
     this.butDelete      = new OpenDental.UI.Button();
     this.gridMain       = new OpenDental.UI.ODGrid();
     this.textEnd        = new OpenDental.ValidDouble();
     this.textStart      = new OpenDental.ValidDouble();
     this.textDate       = new OpenDental.ValidDate();
     this.butOK          = new OpenDental.UI.Button();
     this.butCancel      = new OpenDental.UI.Button();
     this.butExport      = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // labelDate
     //
     this.labelDate.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelDate.Location  = new System.Drawing.Point(350, 8);
     this.labelDate.Name      = "labelDate";
     this.labelDate.Size      = new System.Drawing.Size(116, 17);
     this.labelDate.TabIndex  = 3;
     this.labelDate.Text      = "Date";
     this.labelDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelStart
     //
     this.labelStart.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelStart.Location  = new System.Drawing.Point(350, 51);
     this.labelStart.Name      = "labelStart";
     this.labelStart.Size      = new System.Drawing.Size(116, 17);
     this.labelStart.TabIndex  = 5;
     this.labelStart.Text      = "Starting Balance";
     this.labelStart.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelEnd
     //
     this.labelEnd.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelEnd.Location  = new System.Drawing.Point(350, 72);
     this.labelEnd.Name      = "labelEnd";
     this.labelEnd.Size      = new System.Drawing.Size(116, 17);
     this.labelEnd.TabIndex  = 7;
     this.labelEnd.Text      = "Ending Balance";
     this.labelEnd.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textTarget
     //
     this.textTarget.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textTarget.Location  = new System.Drawing.Point(467, 91);
     this.textTarget.Name      = "textTarget";
     this.textTarget.ReadOnly  = true;
     this.textTarget.Size      = new System.Drawing.Size(114, 20);
     this.textTarget.TabIndex  = 9;
     this.textTarget.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelTarget
     //
     this.labelTarget.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelTarget.Location  = new System.Drawing.Point(350, 93);
     this.labelTarget.Name      = "labelTarget";
     this.labelTarget.Size      = new System.Drawing.Size(116, 17);
     this.labelTarget.TabIndex  = 10;
     this.labelTarget.Text      = "Target Change";
     this.labelTarget.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelSum
     //
     this.labelSum.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelSum.Location  = new System.Drawing.Point(350, 114);
     this.labelSum.Name      = "labelSum";
     this.labelSum.Size      = new System.Drawing.Size(116, 17);
     this.labelSum.TabIndex  = 13;
     this.labelSum.Text      = "Sum of Transactions";
     this.labelSum.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textSum
     //
     this.textSum.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textSum.Location  = new System.Drawing.Point(467, 112);
     this.textSum.Name      = "textSum";
     this.textSum.ReadOnly  = true;
     this.textSum.Size      = new System.Drawing.Size(114, 20);
     this.textSum.TabIndex  = 12;
     this.textSum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // checkLocked
     //
     this.checkLocked.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkLocked.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkLocked.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkLocked.Location   = new System.Drawing.Point(350, 29);
     this.checkLocked.Name       = "checkLocked";
     this.checkLocked.Size       = new System.Drawing.Size(130, 17);
     this.checkLocked.TabIndex   = 14;
     this.checkLocked.Text       = "Locked";
     this.checkLocked.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkLocked.UseVisualStyleBackColor = true;
     this.checkLocked.Click += new System.EventHandler(this.checkLocked_Click);
     //
     // textFindAmount
     //
     this.textFindAmount.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textFindAmount.Location     = new System.Drawing.Point(467, 187);
     this.textFindAmount.Name         = "textFindAmount";
     this.textFindAmount.Size         = new System.Drawing.Size(114, 20);
     this.textFindAmount.TabIndex     = 16;
     this.textFindAmount.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.textFindAmount.TextChanged += new System.EventHandler(this.textFindAmount_TextChanged);
     this.textFindAmount.Leave       += new System.EventHandler(this.textFindAmount_Leave);
     //
     // label6
     //
     this.label6.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label6.Location  = new System.Drawing.Point(350, 189);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(116, 17);
     this.label6.TabIndex  = 17;
     this.label6.Text      = "Find Amount";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butPrint
     //
     this.butPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.Image      = global::OpenDental.Properties.Resources.butPrint;
     this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location   = new System.Drawing.Point(269, 648);
     this.butPrint.Name       = "butPrint";
     this.butPrint.Size       = new System.Drawing.Size(75, 26);
     this.butPrint.TabIndex   = 19;
     this.butPrint.Text       = "Print";
     this.butPrint.Click     += new System.EventHandler(this.butPrint_Click);
     //
     // 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(6, 648);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(75, 26);
     this.butDelete.TabIndex   = 15;
     this.butDelete.Text       = "Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.Location        = new System.Drawing.Point(6, 6);
     this.gridMain.Name            = "gridMain";
     this.gridMain.Size            = new System.Drawing.Size(338, 636);
     this.gridMain.TabIndex        = 11;
     this.gridMain.Title           = "Transactions";
     this.gridMain.TranslationName = "TableJournal";
     this.gridMain.CellClick      += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     //
     // textEnd
     //
     this.textEnd.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textEnd.Location     = new System.Drawing.Point(467, 70);
     this.textEnd.MaxVal       = 100000000D;
     this.textEnd.MinVal       = -100000000D;
     this.textEnd.Name         = "textEnd";
     this.textEnd.Size         = new System.Drawing.Size(114, 20);
     this.textEnd.TabIndex     = 8;
     this.textEnd.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.textEnd.TextChanged += new System.EventHandler(this.textEnd_TextChanged);
     //
     // textStart
     //
     this.textStart.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textStart.Location     = new System.Drawing.Point(467, 49);
     this.textStart.MaxVal       = 100000000D;
     this.textStart.MinVal       = -100000000D;
     this.textStart.Name         = "textStart";
     this.textStart.Size         = new System.Drawing.Size(114, 20);
     this.textStart.TabIndex     = 6;
     this.textStart.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.textStart.TextChanged += new System.EventHandler(this.textStart_TextChanged);
     //
     // textDate
     //
     this.textDate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textDate.Location = new System.Drawing.Point(467, 6);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(114, 20);
     this.textDate.TabIndex = 2;
     //
     // butOK
     //
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(425, 648);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 1;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Location = new System.Drawing.Point(506, 648);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 0;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // butExport
     //
     this.butExport.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butExport.Image      = global::OpenDental.Properties.Resources.butExport;
     this.butExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butExport.Location   = new System.Drawing.Point(188, 648);
     this.butExport.Name       = "butExport";
     this.butExport.Size       = new System.Drawing.Size(75, 26);
     this.butExport.TabIndex   = 20;
     this.butExport.Text       = "Export";
     this.butExport.Click     += new System.EventHandler(this.butExport_Click);
     //
     // FormReconcileEdit
     //
     this.ClientSize = new System.Drawing.Size(587, 680);
     this.Controls.Add(this.butExport);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textFindAmount);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.checkLocked);
     this.Controls.Add(this.labelSum);
     this.Controls.Add(this.textSum);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.labelTarget);
     this.Controls.Add(this.textTarget);
     this.Controls.Add(this.textEnd);
     this.Controls.Add(this.labelEnd);
     this.Controls.Add(this.textStart);
     this.Controls.Add(this.labelStart);
     this.Controls.Add(this.labelDate);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(585, 285);
     this.Name          = "FormReconcileEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Reconcile";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormReconcileEdit_FormClosing);
     this.Load         += new System.EventHandler(this.FormReconcileEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#30
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFinanceCharges));
     this.textDate           = new OpenDental.ValidDate();
     this.label1             = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.radio30            = new System.Windows.Forms.RadioButton();
     this.radio90            = new System.Windows.Forms.RadioButton();
     this.radio60            = new System.Windows.Forms.RadioButton();
     this.butCancel          = new OpenDental.UI.Button();
     this.butOK              = new OpenDental.UI.Button();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.textAPR            = new OpenDental.ValidNum();
     this.textDateLastRun    = new OpenDental.ValidDate();
     this.label5             = new System.Windows.Forms.Label();
     this.butUndo            = new OpenDental.UI.Button();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.textDateUndo       = new OpenDental.ValidDate();
     this.label6             = new System.Windows.Forms.Label();
     this.listBillType       = new System.Windows.Forms.ListBox();
     this.label7             = new System.Windows.Forms.Label();
     this.panel1             = new System.Windows.Forms.Panel();
     this.label8             = new System.Windows.Forms.Label();
     this.textBillingCharge  = new OpenDental.ValidDouble();
     this.radioBillingCharge = new System.Windows.Forms.RadioButton();
     this.radioFinanceCharge = new System.Windows.Forms.RadioButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(171, 42);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(78, 20);
     this.textDate.TabIndex = 15;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(15, 46);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(154, 14);
     this.label1.TabIndex  = 20;
     this.label1.Text      = "Date of new charges";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radio30);
     this.groupBox1.Controls.Add(this.radio90);
     this.groupBox1.Controls.Add(this.radio60);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(58, 154);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(167, 98);
     this.groupBox1.TabIndex  = 16;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Calculate on balances aged";
     //
     // radio30
     //
     this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio30.Location  = new System.Drawing.Point(13, 24);
     this.radio30.Name      = "radio30";
     this.radio30.Size      = new System.Drawing.Size(104, 16);
     this.radio30.TabIndex  = 1;
     this.radio30.Text      = "Over 30 Days";
     //
     // radio90
     //
     this.radio90.Checked   = true;
     this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio90.Location  = new System.Drawing.Point(13, 70);
     this.radio90.Name      = "radio90";
     this.radio90.Size      = new System.Drawing.Size(104, 18);
     this.radio90.TabIndex  = 3;
     this.radio90.TabStop   = true;
     this.radio90.Text      = "Over 90 Days";
     //
     // radio60
     //
     this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio60.Location  = new System.Drawing.Point(13, 46);
     this.radio60.Name      = "radio60";
     this.radio60.Size      = new System.Drawing.Size(104, 18);
     this.radio60.TabIndex  = 2;
     this.radio60.Text      = "Over 60 Days";
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(588, 380);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 25);
     this.butCancel.TabIndex     = 19;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(588, 346);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 25);
     this.butOK.TabIndex     = 18;
     this.butOK.Text         = "Run";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(69, 14);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 14);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "APR";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(196, 14);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(12, 14);
     this.label3.TabIndex  = 23;
     this.label3.Text      = "%";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(214, 14);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(102, 14);
     this.label4.TabIndex = 24;
     this.label4.Text     = "(For Example: 18)";
     //
     // textAPR
     //
     this.textAPR.Location = new System.Drawing.Point(149, 11);
     this.textAPR.MaxVal   = 255;
     this.textAPR.MinVal   = 0;
     this.textAPR.Name     = "textAPR";
     this.textAPR.Size     = new System.Drawing.Size(42, 20);
     this.textAPR.TabIndex = 26;
     //
     // textDateLastRun
     //
     this.textDateLastRun.Location = new System.Drawing.Point(171, 16);
     this.textDateLastRun.Name     = "textDateLastRun";
     this.textDateLastRun.ReadOnly = true;
     this.textDateLastRun.Size     = new System.Drawing.Size(78, 20);
     this.textDateLastRun.TabIndex = 27;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(12, 20);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(157, 14);
     this.label5.TabIndex  = 28;
     this.label5.Text      = "Date last run";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butUndo
     //
     this.butUndo.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butUndo.Autosize            = true;
     this.butUndo.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butUndo.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butUndo.CornerRadius        = 4F;
     this.butUndo.Location            = new System.Drawing.Point(113, 48);
     this.butUndo.Name     = "butUndo";
     this.butUndo.Size     = new System.Drawing.Size(78, 25);
     this.butUndo.TabIndex = 30;
     this.butUndo.Text     = "Undo";
     this.butUndo.Click   += new System.EventHandler(this.butUndo_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textDateUndo);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.butUndo);
     this.groupBox2.Location = new System.Drawing.Point(58, 318);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(263, 87);
     this.groupBox2.TabIndex = 31;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Undo finance/billing charges";
     //
     // textDateUndo
     //
     this.textDateUndo.Location = new System.Drawing.Point(113, 19);
     this.textDateUndo.Name     = "textDateUndo";
     this.textDateUndo.ReadOnly = true;
     this.textDateUndo.Size     = new System.Drawing.Size(78, 20);
     this.textDateUndo.TabIndex = 31;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(16, 23);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(95, 14);
     this.label6.TabIndex  = 32;
     this.label6.Text      = "Date to undo";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listBillType
     //
     this.listBillType.Location      = new System.Drawing.Point(388, 34);
     this.listBillType.Name          = "listBillType";
     this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBillType.Size          = new System.Drawing.Size(158, 186);
     this.listBillType.TabIndex      = 32;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(387, 16);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(214, 16);
     this.label7.TabIndex = 33;
     this.label7.Text     = "Only apply to these Billing Types";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.textBillingCharge);
     this.panel1.Controls.Add(this.radioBillingCharge);
     this.panel1.Controls.Add(this.radioFinanceCharge);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.textAPR);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Location = new System.Drawing.Point(58, 68);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(319, 70);
     this.panel1.TabIndex = 34;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(136, 42);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(12, 14);
     this.label8.TabIndex  = 28;
     this.label8.Text      = "$";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textBillingCharge
     //
     this.textBillingCharge.BackColor = System.Drawing.SystemColors.Window;
     this.textBillingCharge.Location  = new System.Drawing.Point(149, 39);
     this.textBillingCharge.Name      = "textBillingCharge";
     this.textBillingCharge.ReadOnly  = true;
     this.textBillingCharge.Size      = new System.Drawing.Size(42, 20);
     this.textBillingCharge.TabIndex  = 27;
     //
     // radioBillingCharge
     //
     this.radioBillingCharge.AutoSize = true;
     this.radioBillingCharge.Location = new System.Drawing.Point(13, 40);
     this.radioBillingCharge.Name     = "radioBillingCharge";
     this.radioBillingCharge.Size     = new System.Drawing.Size(89, 17);
     this.radioBillingCharge.TabIndex = 1;
     this.radioBillingCharge.TabStop  = true;
     this.radioBillingCharge.Text     = "Billing Charge";
     this.radioBillingCharge.UseVisualStyleBackColor = true;
     this.radioBillingCharge.CheckedChanged         += new System.EventHandler(this.radioBillingCharge_CheckedChanged);
     //
     // radioFinanceCharge
     //
     this.radioFinanceCharge.AutoSize = true;
     this.radioFinanceCharge.Checked  = true;
     this.radioFinanceCharge.Location = new System.Drawing.Point(13, 12);
     this.radioFinanceCharge.Name     = "radioFinanceCharge";
     this.radioFinanceCharge.Size     = new System.Drawing.Size(100, 17);
     this.radioFinanceCharge.TabIndex = 0;
     this.radioFinanceCharge.TabStop  = true;
     this.radioFinanceCharge.Text     = "Finance Charge";
     this.radioFinanceCharge.UseVisualStyleBackColor = true;
     this.radioFinanceCharge.CheckedChanged         += new System.EventHandler(this.radioFinanceCharge_CheckedChanged);
     //
     // FormFinanceCharges
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(692, 440);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.listBillType);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.textDateLastRun);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormFinanceCharges";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Finance/Billing Charges";
     this.Load         += new System.EventHandler(this.FormFinanceCharges_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#31
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReconcileEdit));
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.textTarget = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.textSum = new System.Windows.Forms.TextBox();
			this.checkLocked = new System.Windows.Forms.CheckBox();
			this.textFindAmount = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.butPrint = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.gridMain = new OpenDental.UI.ODGrid();
			this.textEnd = new OpenDental.ValidDouble();
			this.textStart = new OpenDental.ValidDouble();
			this.textDate = new OpenDental.ValidDate();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(370,4);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(96,20);
			this.label1.TabIndex = 3;
			this.label1.Text = "Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(342,47);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(124,20);
			this.label2.TabIndex = 5;
			this.label2.Text = "Starting Balance";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(342,68);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(124,20);
			this.label3.TabIndex = 7;
			this.label3.Text = "Ending Balance";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textTarget
			// 
			this.textTarget.Location = new System.Drawing.Point(467,90);
			this.textTarget.Name = "textTarget";
			this.textTarget.ReadOnly = true;
			this.textTarget.Size = new System.Drawing.Size(100,20);
			this.textTarget.TabIndex = 9;
			this.textTarget.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(353,89);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(113,20);
			this.label4.TabIndex = 10;
			this.label4.Text = "Target Change";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(353,110);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(113,20);
			this.label5.TabIndex = 13;
			this.label5.Text = "Sum of Transactions";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textSum
			// 
			this.textSum.Location = new System.Drawing.Point(467,111);
			this.textSum.Name = "textSum";
			this.textSum.ReadOnly = true;
			this.textSum.Size = new System.Drawing.Size(100,20);
			this.textSum.TabIndex = 12;
			this.textSum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// checkLocked
			// 
			this.checkLocked.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkLocked.Location = new System.Drawing.Point(374,28);
			this.checkLocked.Name = "checkLocked";
			this.checkLocked.Size = new System.Drawing.Size(108,18);
			this.checkLocked.TabIndex = 14;
			this.checkLocked.Text = "Locked";
			this.checkLocked.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkLocked.UseVisualStyleBackColor = true;
			this.checkLocked.Click += new System.EventHandler(this.checkLocked_Click);
			// 
			// textFindAmount
			// 
			this.textFindAmount.Location = new System.Drawing.Point(467,186);
			this.textFindAmount.Name = "textFindAmount";
			this.textFindAmount.Size = new System.Drawing.Size(100,20);
			this.textFindAmount.TabIndex = 16;
			this.textFindAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.textFindAmount.TextChanged += new System.EventHandler(this.textFindAmount_TextChanged);
			this.textFindAmount.Leave += new System.EventHandler(this.textFindAmount_Leave);
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(399,190);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(66,13);
			this.label6.TabIndex = 17;
			this.label6.Text = "Find Amount";
			// 
			// butPrint
			// 
			this.butPrint.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butPrint.Autosize = true;
			this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPrint.CornerRadius = 4F;
			this.butPrint.Image = global::OpenDental.Properties.Resources.butPrint;
			this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butPrint.Location = new System.Drawing.Point(413,616);
			this.butPrint.Name = "butPrint";
			this.butPrint.Size = new System.Drawing.Size(75,26);
			this.butPrint.TabIndex = 19;
			this.butPrint.Text = "Print";
			this.butPrint.Click += new System.EventHandler(this.butPrint_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(4,648);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(84,26);
			this.butDelete.TabIndex = 15;
			this.butDelete.Text = "Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// gridMain
			// 
			this.gridMain.HScrollVisible = false;
			this.gridMain.Location = new System.Drawing.Point(4,5);
			this.gridMain.Name = "gridMain";
			this.gridMain.ScrollValue = 0;
			this.gridMain.Size = new System.Drawing.Size(338,637);
			this.gridMain.TabIndex = 11;
			this.gridMain.Title = "Transactions";
			this.gridMain.TranslationName = "TableJournal";
			this.gridMain.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
			// 
			// textEnd
			// 
			this.textEnd.Location = new System.Drawing.Point(467,69);
			this.textEnd.Name = "textEnd";
			this.textEnd.Size = new System.Drawing.Size(100,20);
			this.textEnd.TabIndex = 8;
			this.textEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.textEnd.TextChanged += new System.EventHandler(this.textEnd_TextChanged);
			// 
			// textStart
			// 
			this.textStart.Location = new System.Drawing.Point(467,48);
			this.textStart.Name = "textStart";
			this.textStart.Size = new System.Drawing.Size(100,20);
			this.textStart.TabIndex = 6;
			this.textStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.textStart.TextChanged += new System.EventHandler(this.textStart_TextChanged);
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(467,5);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(100,20);
			this.textDate.TabIndex = 2;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(494,616);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(494,648);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormReconcileEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(587,677);
			this.Controls.Add(this.butPrint);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.textFindAmount);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.checkLocked);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.textSum);
			this.Controls.Add(this.gridMain);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.textTarget);
			this.Controls.Add(this.textEnd);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textStart);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormReconcileEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Reconcile";
			this.Load += new System.EventHandler(this.FormReconcileEdit_Load);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormReconcileEdit_FormClosing);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
示例#32
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(FormProcTPEdit));
     this.textToothNumTP  = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.labelToothNum   = new System.Windows.Forms.Label();
     this.labelSurface    = new System.Windows.Forms.Label();
     this.label6          = new System.Windows.Forms.Label();
     this.label7          = new System.Windows.Forms.Label();
     this.label8          = new System.Windows.Forms.Label();
     this.label9          = new System.Windows.Forms.Label();
     this.label10         = new System.Windows.Forms.Label();
     this.label11         = new System.Windows.Forms.Label();
     this.comboPriority   = new System.Windows.Forms.ComboBox();
     this.textSurf        = new System.Windows.Forms.TextBox();
     this.textCode        = new System.Windows.Forms.TextBox();
     this.textDescript    = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.textPrognosis   = new System.Windows.Forms.TextBox();
     this.textDx          = new System.Windows.Forms.TextBox();
     this.labelDx         = new System.Windows.Forms.Label();
     this.labelWarning    = new System.Windows.Forms.Label();
     this.textDiscount    = new OpenDental.ValidDouble();
     this.textPatAmt      = new OpenDental.ValidDouble();
     this.textSecInsAmt   = new OpenDental.ValidDouble();
     this.textPriInsAmt   = new OpenDental.ValidDouble();
     this.textFeeAmt      = new OpenDental.ValidDouble();
     this.butDelete       = new OpenDental.UI.Button();
     this.butOK           = new OpenDental.UI.Button();
     this.butCancel       = new OpenDental.UI.Button();
     this.textProcAbbr    = new System.Windows.Forms.TextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.textFeeAllowed  = new OpenDental.ValidDouble();
     this.labelFeeAllowed = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textToothNumTP
     //
     this.textToothNumTP.Location = new System.Drawing.Point(175, 63);
     this.textToothNumTP.Name     = "textToothNumTP";
     this.textToothNumTP.Size     = new System.Drawing.Size(50, 20);
     this.textToothNumTP.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(82, 41);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(89, 16);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Priority";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelToothNum
     //
     this.labelToothNum.Location  = new System.Drawing.Point(34, 65);
     this.labelToothNum.Name      = "labelToothNum";
     this.labelToothNum.Size      = new System.Drawing.Size(137, 16);
     this.labelToothNum.TabIndex  = 10;
     this.labelToothNum.Text      = "Tooth Num";
     this.labelToothNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelSurface
     //
     this.labelSurface.Location  = new System.Drawing.Point(82, 89);
     this.labelSurface.Name      = "labelSurface";
     this.labelSurface.Size      = new System.Drawing.Size(89, 16);
     this.labelSurface.TabIndex  = 11;
     this.labelSurface.Text      = "Surf";
     this.labelSurface.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(82, 113);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(89, 16);
     this.label6.TabIndex  = 12;
     this.label6.Text      = "Code";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(82, 207);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(89, 16);
     this.label7.TabIndex  = 13;
     this.label7.Text      = "Description";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(82, 259);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(89, 16);
     this.label8.TabIndex  = 14;
     this.label8.Text      = "Fee";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(82, 283);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(89, 16);
     this.label9.TabIndex  = 15;
     this.label9.Text      = "Pri Ins";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(82, 307);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(89, 16);
     this.label10.TabIndex  = 16;
     this.label10.Text      = "Sec Ins";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(43, 355);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(128, 16);
     this.label11.TabIndex  = 17;
     this.label11.Text      = "Patient Portion";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboPriority
     //
     this.comboPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboPriority.Location      = new System.Drawing.Point(175, 38);
     this.comboPriority.Name          = "comboPriority";
     this.comboPriority.Size          = new System.Drawing.Size(94, 21);
     this.comboPriority.TabIndex      = 15;
     //
     // textSurf
     //
     this.textSurf.Location = new System.Drawing.Point(175, 87);
     this.textSurf.Name     = "textSurf";
     this.textSurf.Size     = new System.Drawing.Size(50, 20);
     this.textSurf.TabIndex = 1;
     //
     // textCode
     //
     this.textCode.Location = new System.Drawing.Point(175, 111);
     this.textCode.Name     = "textCode";
     this.textCode.Size     = new System.Drawing.Size(81, 20);
     this.textCode.TabIndex = 2;
     //
     // textDescript
     //
     this.textDescript.AcceptsReturn = true;
     this.textDescript.Location      = new System.Drawing.Point(175, 205);
     this.textDescript.Multiline     = true;
     this.textDescript.Name          = "textDescript";
     this.textDescript.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textDescript.Size          = new System.Drawing.Size(377, 48);
     this.textDescript.TabIndex      = 6;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(43, 331);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(128, 16);
     this.label2.TabIndex  = 67;
     this.label2.Text      = "Discount";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(43, 158);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(128, 16);
     this.label3.TabIndex  = 69;
     this.label3.Text      = "Prognosis";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textPrognosis
     //
     this.textPrognosis.Location = new System.Drawing.Point(175, 157);
     this.textPrognosis.Name     = "textPrognosis";
     this.textPrognosis.Size     = new System.Drawing.Size(81, 20);
     this.textPrognosis.TabIndex = 4;
     //
     // textDx
     //
     this.textDx.Location = new System.Drawing.Point(175, 181);
     this.textDx.Name     = "textDx";
     this.textDx.Size     = new System.Drawing.Size(81, 20);
     this.textDx.TabIndex = 5;
     //
     // labelDx
     //
     this.labelDx.Location  = new System.Drawing.Point(43, 182);
     this.labelDx.Name      = "labelDx";
     this.labelDx.Size      = new System.Drawing.Size(128, 16);
     this.labelDx.TabIndex  = 71;
     this.labelDx.Text      = "Dx";
     this.labelDx.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelWarning
     //
     this.labelWarning.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelWarning.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelWarning.Location  = new System.Drawing.Point(116, 435);
     this.labelWarning.Name      = "labelWarning";
     this.labelWarning.Size      = new System.Drawing.Size(358, 16);
     this.labelWarning.TabIndex  = 73;
     this.labelWarning.Text      = "Not allowed to edit signed Treatment Plan Procedures.";
     this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelWarning.Visible   = false;
     //
     // textDiscount
     //
     this.textDiscount.Location = new System.Drawing.Point(175, 329);
     this.textDiscount.MaxVal   = 100000000D;
     this.textDiscount.MinVal   = -100000000D;
     this.textDiscount.Name     = "textDiscount";
     this.textDiscount.Size     = new System.Drawing.Size(81, 20);
     this.textDiscount.TabIndex = 10;
     //
     // textPatAmt
     //
     this.textPatAmt.Location = new System.Drawing.Point(175, 353);
     this.textPatAmt.MaxVal   = 100000000D;
     this.textPatAmt.MinVal   = -100000000D;
     this.textPatAmt.Name     = "textPatAmt";
     this.textPatAmt.Size     = new System.Drawing.Size(81, 20);
     this.textPatAmt.TabIndex = 11;
     //
     // textSecInsAmt
     //
     this.textSecInsAmt.Location = new System.Drawing.Point(175, 305);
     this.textSecInsAmt.MaxVal   = 100000000D;
     this.textSecInsAmt.MinVal   = -100000000D;
     this.textSecInsAmt.Name     = "textSecInsAmt";
     this.textSecInsAmt.Size     = new System.Drawing.Size(81, 20);
     this.textSecInsAmt.TabIndex = 9;
     //
     // textPriInsAmt
     //
     this.textPriInsAmt.Location = new System.Drawing.Point(175, 281);
     this.textPriInsAmt.MaxVal   = 100000000D;
     this.textPriInsAmt.MinVal   = -100000000D;
     this.textPriInsAmt.Name     = "textPriInsAmt";
     this.textPriInsAmt.Size     = new System.Drawing.Size(81, 20);
     this.textPriInsAmt.TabIndex = 8;
     //
     // textFeeAmt
     //
     this.textFeeAmt.Location = new System.Drawing.Point(175, 257);
     this.textFeeAmt.MaxVal   = 100000000D;
     this.textFeeAmt.MinVal   = -100000000D;
     this.textFeeAmt.Name     = "textFeeAmt";
     this.textFeeAmt.Size     = new System.Drawing.Size(81, 20);
     this.textFeeAmt.TabIndex = 7;
     //
     // 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(24, 430);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(86, 26);
     this.butDelete.TabIndex   = 14;
     this.butDelete.Text       = "Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_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(479, 392);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 12;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Location = new System.Drawing.Point(479, 430);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 13;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // textProcAbbr
     //
     this.textProcAbbr.Location = new System.Drawing.Point(175, 134);
     this.textProcAbbr.Name     = "textProcAbbr";
     this.textProcAbbr.Size     = new System.Drawing.Size(81, 20);
     this.textProcAbbr.TabIndex = 3;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(68, 136);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(103, 16);
     this.label4.TabIndex  = 74;
     this.label4.Text      = "Abbreviation";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textFeeAllowed
     //
     this.textFeeAllowed.Location = new System.Drawing.Point(175, 378);
     this.textFeeAllowed.MaxVal   = 100000000D;
     this.textFeeAllowed.MinVal   = -100000000D;
     this.textFeeAllowed.Name     = "textFeeAllowed";
     this.textFeeAllowed.Size     = new System.Drawing.Size(81, 20);
     this.textFeeAllowed.TabIndex = 75;
     //
     // labelFeeAllowed
     //
     this.labelFeeAllowed.Location  = new System.Drawing.Point(43, 380);
     this.labelFeeAllowed.Name      = "labelFeeAllowed";
     this.labelFeeAllowed.Size      = new System.Drawing.Size(128, 16);
     this.labelFeeAllowed.TabIndex  = 76;
     this.labelFeeAllowed.Text      = "Allowed";
     this.labelFeeAllowed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormProcTPEdit
     //
     this.ClientSize = new System.Drawing.Size(606, 484);
     this.Controls.Add(this.textFeeAllowed);
     this.Controls.Add(this.labelFeeAllowed);
     this.Controls.Add(this.textProcAbbr);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.labelWarning);
     this.Controls.Add(this.textDx);
     this.Controls.Add(this.labelDx);
     this.Controls.Add(this.textPrognosis);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDiscount);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textPatAmt);
     this.Controls.Add(this.textSecInsAmt);
     this.Controls.Add(this.textPriInsAmt);
     this.Controls.Add(this.textFeeAmt);
     this.Controls.Add(this.textDescript);
     this.Controls.Add(this.textCode);
     this.Controls.Add(this.textSurf);
     this.Controls.Add(this.comboPriority);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.labelSurface);
     this.Controls.Add(this.labelToothNum);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textToothNumTP);
     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          = "FormProcTPEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Treatment Plan Procedure";
     this.Load         += new System.EventHandler(this.FormProcTPEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#33
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsBenefits));
			this.checkSimplified = new System.Windows.Forms.CheckBox();
			this.label1 = new System.Windows.Forms.Label();
			this.labelSubscNote = new System.Windows.Forms.Label();
			this.label2 = 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.groupBox1 = new System.Windows.Forms.GroupBox();
			this.comboExams = new System.Windows.Forms.ComboBox();
			this.label24 = new System.Windows.Forms.Label();
			this.textExams = new OpenDental.ValidNumber();
			this.label8 = new System.Windows.Forms.Label();
			this.comboPano = new System.Windows.Forms.ComboBox();
			this.textPano = new OpenDental.ValidNumber();
			this.label7 = new System.Windows.Forms.Label();
			this.comboBW = new System.Windows.Forms.ComboBox();
			this.textBW = new OpenDental.ValidNumber();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.textOrthoPercent = new OpenDental.ValidNumber();
			this.label11 = new System.Windows.Forms.Label();
			this.textOrthoMax = new OpenDental.ValidDouble();
			this.label10 = new System.Windows.Forms.Label();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.textDeductDiagFam = new OpenDental.ValidDouble();
			this.textDeductXrayFam = new OpenDental.ValidDouble();
			this.textDeductDiag = new OpenDental.ValidDouble();
			this.label3 = new System.Windows.Forms.Label();
			this.textDeductXray = new OpenDental.ValidDouble();
			this.label29 = new System.Windows.Forms.Label();
			this.label27 = new System.Windows.Forms.Label();
			this.label26 = new System.Windows.Forms.Label();
			this.textDeductPreventFam = new OpenDental.ValidDouble();
			this.textXray = new OpenDental.ValidNumber();
			this.label25 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.panel3 = new System.Windows.Forms.Panel();
			this.panel2 = new System.Windows.Forms.Panel();
			this.panel1 = new System.Windows.Forms.Panel();
			this.textStand4 = new OpenDental.ValidNumber();
			this.textAccident = new OpenDental.ValidNumber();
			this.label23 = new System.Windows.Forms.Label();
			this.textStand2 = new OpenDental.ValidNumber();
			this.textMaxProsth = new OpenDental.ValidNumber();
			this.textDeductPrevent = new OpenDental.ValidDouble();
			this.label22 = new System.Windows.Forms.Label();
			this.textStand1 = new OpenDental.ValidNumber();
			this.textProsth = new OpenDental.ValidNumber();
			this.label21 = new System.Windows.Forms.Label();
			this.textOralSurg = new OpenDental.ValidNumber();
			this.label20 = new System.Windows.Forms.Label();
			this.textPerio = new OpenDental.ValidNumber();
			this.label19 = new System.Windows.Forms.Label();
			this.textEndo = new OpenDental.ValidNumber();
			this.label18 = new System.Windows.Forms.Label();
			this.textRoutinePrev = new OpenDental.ValidNumber();
			this.label9 = new System.Windows.Forms.Label();
			this.textCrowns = new OpenDental.ValidNumber();
			this.label15 = new System.Windows.Forms.Label();
			this.textRestorative = new OpenDental.ValidNumber();
			this.label16 = new System.Windows.Forms.Label();
			this.textDiagnostic = new OpenDental.ValidNumber();
			this.label17 = new System.Windows.Forms.Label();
			this.panelSimple = new System.Windows.Forms.Panel();
			this.label14 = new System.Windows.Forms.Label();
			this.textAnnualMaxFam = new OpenDental.ValidDouble();
			this.textDeductibleFam = new OpenDental.ValidDouble();
			this.label13 = new System.Windows.Forms.Label();
			this.textAnnualMax = new OpenDental.ValidDouble();
			this.textFlo = new OpenDental.ValidNumber();
			this.textDeductible = new OpenDental.ValidDouble();
			this.label30 = new System.Windows.Forms.Label();
			this.groupYear = new System.Windows.Forms.GroupBox();
			this.checkCalendarYear = new System.Windows.Forms.CheckBox();
			this.textMonth = new OpenDental.ValidNumber();
			this.textSubscNote = new OpenDental.ODtextBox();
			this.gridBenefits = new OpenDental.UI.ODGrid();
			this.butDelete = new OpenDental.UI.Button();
			this.butAdd = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.groupBox1.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupBox4.SuspendLayout();
			this.panelSimple.SuspendLayout();
			this.groupYear.SuspendLayout();
			this.SuspendLayout();
			// 
			// checkSimplified
			// 
			this.checkSimplified.Checked = true;
			this.checkSimplified.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkSimplified.Location = new System.Drawing.Point(12, 10);
			this.checkSimplified.Name = "checkSimplified";
			this.checkSimplified.Size = new System.Drawing.Size(123, 17);
			this.checkSimplified.TabIndex = 40;
			this.checkSimplified.Text = "Simplified View";
			this.checkSimplified.UseVisualStyleBackColor = true;
			this.checkSimplified.Click += new System.EventHandler(this.checkSimplified_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(62, 39);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100, 21);
			this.label1.TabIndex = 159;
			this.label1.Text = "Annual Max";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelSubscNote
			// 
			this.labelSubscNote.Location = new System.Drawing.Point(38, 563);
			this.labelSubscNote.Name = "labelSubscNote";
			this.labelSubscNote.Size = new System.Drawing.Size(74, 41);
			this.labelSubscNote.TabIndex = 160;
			this.labelSubscNote.Text = "Notes";
			this.labelSubscNote.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(15, 59);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(147, 21);
			this.label2.TabIndex = 163;
			this.label2.Text = "General Deductible";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(62, 86);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100, 21);
			this.label4.TabIndex = 167;
			this.label4.Text = "Fluoride to Age";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(27, 46);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(70, 21);
			this.label5.TabIndex = 168;
			this.label5.Text = "BWs";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(99, 30);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(39, 15);
			this.label6.TabIndex = 170;
			this.label6.Text = "#";
			this.label6.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.comboExams);
			this.groupBox1.Controls.Add(this.label24);
			this.groupBox1.Controls.Add(this.textExams);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.comboPano);
			this.groupBox1.Controls.Add(this.textPano);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.comboBW);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.textBW);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Location = new System.Drawing.Point(67, 117);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(282, 114);
			this.groupBox1.TabIndex = 171;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Frequencies";
			// 
			// comboExams
			// 
			this.comboExams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboExams.FormattingEnabled = true;
			this.comboExams.Items.AddRange(new object[] {
            "Every # Years",
            "# Per Year",
            "Every # Months"});
			this.comboExams.Location = new System.Drawing.Point(142, 89);
			this.comboExams.Name = "comboExams";
			this.comboExams.Size = new System.Drawing.Size(136, 21);
			this.comboExams.TabIndex = 11;
			// 
			// label24
			// 
			this.label24.Location = new System.Drawing.Point(6, 17);
			this.label24.Name = "label24";
			this.label24.Size = new System.Drawing.Size(270, 13);
			this.label24.TabIndex = 180;
			this.label24.Text = "These do not affect estimate calculations.";
			this.label24.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			// 
			// textExams
			// 
			this.textExams.Location = new System.Drawing.Point(99, 89);
			this.textExams.MaxVal = 255;
			this.textExams.MinVal = 0;
			this.textExams.Name = "textExams";
			this.textExams.Size = new System.Drawing.Size(39, 20);
			this.textExams.TabIndex = 10;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(27, 88);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(70, 21);
			this.label8.TabIndex = 176;
			this.label8.Text = "Exams";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboPano
			// 
			this.comboPano.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPano.FormattingEnabled = true;
			this.comboPano.Items.AddRange(new object[] {
            "Every # Years",
            "# Per Year",
            "Every # Months"});
			this.comboPano.Location = new System.Drawing.Point(142, 68);
			this.comboPano.Name = "comboPano";
			this.comboPano.Size = new System.Drawing.Size(136, 21);
			this.comboPano.TabIndex = 9;
			// 
			// textPano
			// 
			this.textPano.Location = new System.Drawing.Point(99, 68);
			this.textPano.MaxVal = 255;
			this.textPano.MinVal = 0;
			this.textPano.Name = "textPano";
			this.textPano.Size = new System.Drawing.Size(39, 20);
			this.textPano.TabIndex = 8;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(27, 67);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(70, 21);
			this.label7.TabIndex = 173;
			this.label7.Text = "Pano/FMX";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboBW
			// 
			this.comboBW.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBW.FormattingEnabled = true;
			this.comboBW.Items.AddRange(new object[] {
            "Every # Years",
            "# Per Year",
            "Every # Months"});
			this.comboBW.Location = new System.Drawing.Point(142, 47);
			this.comboBW.Name = "comboBW";
			this.comboBW.Size = new System.Drawing.Size(136, 21);
			this.comboBW.TabIndex = 7;
			// 
			// textBW
			// 
			this.textBW.Location = new System.Drawing.Point(99, 47);
			this.textBW.MaxVal = 255;
			this.textBW.MinVal = 0;
			this.textBW.Name = "textBW";
			this.textBW.Size = new System.Drawing.Size(39, 20);
			this.textBW.TabIndex = 6;
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.textOrthoPercent);
			this.groupBox3.Controls.Add(this.label11);
			this.groupBox3.Controls.Add(this.textOrthoMax);
			this.groupBox3.Controls.Add(this.label10);
			this.groupBox3.Location = new System.Drawing.Point(67, 238);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(282, 63);
			this.groupBox3.TabIndex = 175;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Ortho";
			// 
			// textOrthoPercent
			// 
			this.textOrthoPercent.Location = new System.Drawing.Point(99, 36);
			this.textOrthoPercent.MaxVal = 255;
			this.textOrthoPercent.MinVal = 0;
			this.textOrthoPercent.Name = "textOrthoPercent";
			this.textOrthoPercent.Size = new System.Drawing.Size(60, 20);
			this.textOrthoPercent.TabIndex = 13;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(27, 35);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(70, 21);
			this.label11.TabIndex = 174;
			this.label11.Text = "Percentage";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textOrthoMax
			// 
			this.textOrthoMax.Location = new System.Drawing.Point(99, 16);
			this.textOrthoMax.Name = "textOrthoMax";
			this.textOrthoMax.Size = new System.Drawing.Size(73, 20);
			this.textOrthoMax.TabIndex = 12;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(2, 15);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(94, 21);
			this.label10.TabIndex = 163;
			this.label10.Text = "Lifetime Max";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.textDeductDiagFam);
			this.groupBox4.Controls.Add(this.textDeductXrayFam);
			this.groupBox4.Controls.Add(this.textDeductDiag);
			this.groupBox4.Controls.Add(this.label3);
			this.groupBox4.Controls.Add(this.textDeductXray);
			this.groupBox4.Controls.Add(this.label29);
			this.groupBox4.Controls.Add(this.label27);
			this.groupBox4.Controls.Add(this.label26);
			this.groupBox4.Controls.Add(this.textDeductPreventFam);
			this.groupBox4.Controls.Add(this.textXray);
			this.groupBox4.Controls.Add(this.label25);
			this.groupBox4.Controls.Add(this.label12);
			this.groupBox4.Controls.Add(this.panel3);
			this.groupBox4.Controls.Add(this.panel2);
			this.groupBox4.Controls.Add(this.panel1);
			this.groupBox4.Controls.Add(this.textStand4);
			this.groupBox4.Controls.Add(this.textAccident);
			this.groupBox4.Controls.Add(this.label23);
			this.groupBox4.Controls.Add(this.textStand2);
			this.groupBox4.Controls.Add(this.textMaxProsth);
			this.groupBox4.Controls.Add(this.textDeductPrevent);
			this.groupBox4.Controls.Add(this.label22);
			this.groupBox4.Controls.Add(this.textStand1);
			this.groupBox4.Controls.Add(this.textProsth);
			this.groupBox4.Controls.Add(this.label21);
			this.groupBox4.Controls.Add(this.textOralSurg);
			this.groupBox4.Controls.Add(this.label20);
			this.groupBox4.Controls.Add(this.textPerio);
			this.groupBox4.Controls.Add(this.label19);
			this.groupBox4.Controls.Add(this.textEndo);
			this.groupBox4.Controls.Add(this.label18);
			this.groupBox4.Controls.Add(this.textRoutinePrev);
			this.groupBox4.Controls.Add(this.label9);
			this.groupBox4.Controls.Add(this.textCrowns);
			this.groupBox4.Controls.Add(this.label15);
			this.groupBox4.Controls.Add(this.textRestorative);
			this.groupBox4.Controls.Add(this.label16);
			this.groupBox4.Controls.Add(this.textDiagnostic);
			this.groupBox4.Controls.Add(this.label17);
			this.groupBox4.Location = new System.Drawing.Point(357, 3);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(439, 298);
			this.groupBox4.TabIndex = 176;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "Categories";
			// 
			// textDeductDiagFam
			// 
			this.textDeductDiagFam.Location = new System.Drawing.Point(348, 47);
			this.textDeductDiagFam.Name = "textDeductDiagFam";
			this.textDeductDiagFam.Size = new System.Drawing.Size(62, 20);
			this.textDeductDiagFam.TabIndex = 21;
			// 
			// textDeductXrayFam
			// 
			this.textDeductXrayFam.Location = new System.Drawing.Point(348, 67);
			this.textDeductXrayFam.Name = "textDeductXrayFam";
			this.textDeductXrayFam.Size = new System.Drawing.Size(62, 20);
			this.textDeductXrayFam.TabIndex = 22;
			// 
			// textDeductDiag
			// 
			this.textDeductDiag.Location = new System.Drawing.Point(280, 47);
			this.textDeductDiag.Name = "textDeductDiag";
			this.textDeductDiag.Size = new System.Drawing.Size(62, 20);
			this.textDeductDiag.TabIndex = 18;
			// 
			// label3
			// 
			this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label3.Location = new System.Drawing.Point(275, 12);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(143, 15);
			this.label3.TabIndex = 206;
			this.label3.Text = "Deductibles (if different)";
			this.label3.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// textDeductXray
			// 
			this.textDeductXray.Location = new System.Drawing.Point(280, 67);
			this.textDeductXray.Name = "textDeductXray";
			this.textDeductXray.Size = new System.Drawing.Size(62, 20);
			this.textDeductXray.TabIndex = 19;
			// 
			// label29
			// 
			this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label29.Location = new System.Drawing.Point(348, 30);
			this.label29.Name = "label29";
			this.label29.Size = new System.Drawing.Size(58, 15);
			this.label29.TabIndex = 204;
			this.label29.Text = "Family";
			this.label29.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// label27
			// 
			this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label27.Location = new System.Drawing.Point(283, 30);
			this.label27.Name = "label27";
			this.label27.Size = new System.Drawing.Size(58, 15);
			this.label27.TabIndex = 203;
			this.label27.Text = "Individual";
			this.label27.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// 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(148, 23);
			this.label26.Name = "label26";
			this.label26.Size = new System.Drawing.Size(60, 22);
			this.label26.TabIndex = 202;
			this.label26.Text = "%";
			this.label26.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// textDeductPreventFam
			// 
			this.textDeductPreventFam.Location = new System.Drawing.Point(348, 87);
			this.textDeductPreventFam.Name = "textDeductPreventFam";
			this.textDeductPreventFam.Size = new System.Drawing.Size(62, 20);
			this.textDeductPreventFam.TabIndex = 23;
			// 
			// textXray
			// 
			this.textXray.Location = new System.Drawing.Point(148, 67);
			this.textXray.MaxVal = 255;
			this.textXray.MinVal = 0;
			this.textXray.Name = "textXray";
			this.textXray.Size = new System.Drawing.Size(60, 20);
			this.textXray.TabIndex = 15;
			// 
			// label25
			// 
			this.label25.Location = new System.Drawing.Point(26, 66);
			this.label25.Name = "label25";
			this.label25.Size = new System.Drawing.Size(120, 21);
			this.label25.TabIndex = 200;
			this.label25.Text = "X-Ray (if different)";
			this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label12
			// 
			this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label12.Location = new System.Drawing.Point(213, 23);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(67, 22);
			this.label12.TabIndex = 199;
			this.label12.Text = "Quick %";
			this.label12.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// panel3
			// 
			this.panel3.BackColor = System.Drawing.SystemColors.ControlDark;
			this.panel3.Location = new System.Drawing.Point(43, 244);
			this.panel3.Name = "panel3";
			this.panel3.Size = new System.Drawing.Size(246, 1);
			this.panel3.TabIndex = 198;
			// 
			// panel2
			// 
			this.panel2.BackColor = System.Drawing.SystemColors.ControlDark;
			this.panel2.Location = new System.Drawing.Point(43, 197);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(246, 1);
			this.panel2.TabIndex = 197;
			// 
			// panel1
			// 
			this.panel1.BackColor = System.Drawing.SystemColors.ControlDark;
			this.panel1.Location = new System.Drawing.Point(43, 110);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(380, 1);
			this.panel1.TabIndex = 196;
			// 
			// textStand4
			// 
			this.textStand4.Location = new System.Drawing.Point(214, 213);
			this.textStand4.MaxVal = 255;
			this.textStand4.MinVal = 0;
			this.textStand4.Name = "textStand4";
			this.textStand4.Size = new System.Drawing.Size(60, 20);
			this.textStand4.TabIndex = 31;
			this.textStand4.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textStand4_KeyUp);
			// 
			// textAccident
			// 
			this.textAccident.Location = new System.Drawing.Point(148, 268);
			this.textAccident.MaxVal = 255;
			this.textAccident.MinVal = 0;
			this.textAccident.Name = "textAccident";
			this.textAccident.Size = new System.Drawing.Size(60, 20);
			this.textAccident.TabIndex = 33;
			// 
			// label23
			// 
			this.label23.Location = new System.Drawing.Point(26, 267);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(120, 21);
			this.label23.TabIndex = 194;
			this.label23.Text = "Accident";
			this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textStand2
			// 
			this.textStand2.Location = new System.Drawing.Point(214, 144);
			this.textStand2.MaxVal = 255;
			this.textStand2.MinVal = 0;
			this.textStand2.Name = "textStand2";
			this.textStand2.Size = new System.Drawing.Size(60, 20);
			this.textStand2.TabIndex = 28;
			this.textStand2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textStand2_KeyUp);
			// 
			// textMaxProsth
			// 
			this.textMaxProsth.Location = new System.Drawing.Point(148, 248);
			this.textMaxProsth.MaxVal = 255;
			this.textMaxProsth.MinVal = 0;
			this.textMaxProsth.Name = "textMaxProsth";
			this.textMaxProsth.Size = new System.Drawing.Size(60, 20);
			this.textMaxProsth.TabIndex = 32;
			// 
			// textDeductPrevent
			// 
			this.textDeductPrevent.Location = new System.Drawing.Point(280, 87);
			this.textDeductPrevent.Name = "textDeductPrevent";
			this.textDeductPrevent.Size = new System.Drawing.Size(62, 20);
			this.textDeductPrevent.TabIndex = 20;
			// 
			// label22
			// 
			this.label22.Location = new System.Drawing.Point(26, 247);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(120, 21);
			this.label22.TabIndex = 192;
			this.label22.Text = "Maxillofacial Prosth";
			this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textStand1
			// 
			this.textStand1.Location = new System.Drawing.Point(214, 67);
			this.textStand1.MaxVal = 255;
			this.textStand1.MinVal = 0;
			this.textStand1.Name = "textStand1";
			this.textStand1.Size = new System.Drawing.Size(60, 20);
			this.textStand1.TabIndex = 17;
			this.textStand1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textStand1_KeyUp);
			// 
			// textProsth
			// 
			this.textProsth.Location = new System.Drawing.Point(148, 221);
			this.textProsth.MaxVal = 255;
			this.textProsth.MinVal = 0;
			this.textProsth.Name = "textProsth";
			this.textProsth.Size = new System.Drawing.Size(60, 20);
			this.textProsth.TabIndex = 30;
			// 
			// label21
			// 
			this.label21.Location = new System.Drawing.Point(26, 220);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(120, 21);
			this.label21.TabIndex = 190;
			this.label21.Text = "Prosthodontics";
			this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textOralSurg
			// 
			this.textOralSurg.Location = new System.Drawing.Point(148, 174);
			this.textOralSurg.MaxVal = 255;
			this.textOralSurg.MinVal = 0;
			this.textOralSurg.Name = "textOralSurg";
			this.textOralSurg.Size = new System.Drawing.Size(60, 20);
			this.textOralSurg.TabIndex = 27;
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(26, 173);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(120, 21);
			this.label20.TabIndex = 188;
			this.label20.Text = "Oral Surgery";
			this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textPerio
			// 
			this.textPerio.Location = new System.Drawing.Point(148, 154);
			this.textPerio.MaxVal = 255;
			this.textPerio.MinVal = 0;
			this.textPerio.Name = "textPerio";
			this.textPerio.Size = new System.Drawing.Size(60, 20);
			this.textPerio.TabIndex = 26;
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(26, 153);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(120, 21);
			this.label19.TabIndex = 186;
			this.label19.Text = "Perio";
			this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textEndo
			// 
			this.textEndo.Location = new System.Drawing.Point(148, 134);
			this.textEndo.MaxVal = 255;
			this.textEndo.MinVal = 0;
			this.textEndo.Name = "textEndo";
			this.textEndo.Size = new System.Drawing.Size(60, 20);
			this.textEndo.TabIndex = 25;
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(26, 133);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(120, 21);
			this.label18.TabIndex = 184;
			this.label18.Text = "Endo";
			this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textRoutinePrev
			// 
			this.textRoutinePrev.Location = new System.Drawing.Point(148, 87);
			this.textRoutinePrev.MaxVal = 255;
			this.textRoutinePrev.MinVal = 0;
			this.textRoutinePrev.Name = "textRoutinePrev";
			this.textRoutinePrev.Size = new System.Drawing.Size(60, 20);
			this.textRoutinePrev.TabIndex = 16;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(26, 86);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(120, 21);
			this.label9.TabIndex = 182;
			this.label9.Text = "Routine Preventive";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCrowns
			// 
			this.textCrowns.Location = new System.Drawing.Point(148, 201);
			this.textCrowns.MaxVal = 255;
			this.textCrowns.MinVal = 0;
			this.textCrowns.Name = "textCrowns";
			this.textCrowns.Size = new System.Drawing.Size(60, 20);
			this.textCrowns.TabIndex = 29;
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(26, 200);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(120, 21);
			this.label15.TabIndex = 180;
			this.label15.Text = "Crowns";
			this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textRestorative
			// 
			this.textRestorative.Location = new System.Drawing.Point(148, 114);
			this.textRestorative.MaxVal = 255;
			this.textRestorative.MinVal = 0;
			this.textRestorative.Name = "textRestorative";
			this.textRestorative.Size = new System.Drawing.Size(60, 20);
			this.textRestorative.TabIndex = 24;
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(26, 113);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(120, 21);
			this.label16.TabIndex = 178;
			this.label16.Text = "Restorative";
			this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDiagnostic
			// 
			this.textDiagnostic.Location = new System.Drawing.Point(148, 47);
			this.textDiagnostic.MaxVal = 255;
			this.textDiagnostic.MinVal = 0;
			this.textDiagnostic.Name = "textDiagnostic";
			this.textDiagnostic.Size = new System.Drawing.Size(60, 20);
			this.textDiagnostic.TabIndex = 14;
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(3, 46);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(143, 21);
			this.label17.TabIndex = 176;
			this.label17.Text = "Diagnostic (includes x-ray)";
			this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// panelSimple
			// 
			this.panelSimple.Controls.Add(this.label14);
			this.panelSimple.Controls.Add(this.textAnnualMaxFam);
			this.panelSimple.Controls.Add(this.textDeductibleFam);
			this.panelSimple.Controls.Add(this.label13);
			this.panelSimple.Controls.Add(this.textAnnualMax);
			this.panelSimple.Controls.Add(this.label1);
			this.panelSimple.Controls.Add(this.textFlo);
			this.panelSimple.Controls.Add(this.label2);
			this.panelSimple.Controls.Add(this.groupBox4);
			this.panelSimple.Controls.Add(this.textDeductible);
			this.panelSimple.Controls.Add(this.groupBox3);
			this.panelSimple.Controls.Add(this.groupBox1);
			this.panelSimple.Controls.Add(this.label4);
			this.panelSimple.Location = new System.Drawing.Point(-2, 26);
			this.panelSimple.Name = "panelSimple";
			this.panelSimple.Size = new System.Drawing.Size(804, 305);
			this.panelSimple.TabIndex = 179;
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(242, 23);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(76, 15);
			this.label14.TabIndex = 183;
			this.label14.Text = "Family";
			this.label14.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// textAnnualMaxFam
			// 
			this.textAnnualMaxFam.Location = new System.Drawing.Point(243, 39);
			this.textAnnualMaxFam.Name = "textAnnualMaxFam";
			this.textAnnualMaxFam.Size = new System.Drawing.Size(73, 20);
			this.textAnnualMaxFam.TabIndex = 2;
			// 
			// textDeductibleFam
			// 
			this.textDeductibleFam.Location = new System.Drawing.Point(243, 59);
			this.textDeductibleFam.Name = "textDeductibleFam";
			this.textDeductibleFam.Size = new System.Drawing.Size(73, 20);
			this.textDeductibleFam.TabIndex = 4;
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(165, 23);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(78, 15);
			this.label13.TabIndex = 179;
			this.label13.Text = "Individual";
			this.label13.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// textAnnualMax
			// 
			this.textAnnualMax.Location = new System.Drawing.Point(166, 39);
			this.textAnnualMax.Name = "textAnnualMax";
			this.textAnnualMax.Size = new System.Drawing.Size(73, 20);
			this.textAnnualMax.TabIndex = 1;
			// 
			// textFlo
			// 
			this.textFlo.Location = new System.Drawing.Point(166, 86);
			this.textFlo.MaxVal = 255;
			this.textFlo.MinVal = 0;
			this.textFlo.Name = "textFlo";
			this.textFlo.Size = new System.Drawing.Size(39, 20);
			this.textFlo.TabIndex = 5;
			// 
			// textDeductible
			// 
			this.textDeductible.Location = new System.Drawing.Point(166, 59);
			this.textDeductible.Name = "textDeductible";
			this.textDeductible.Size = new System.Drawing.Size(73, 20);
			this.textDeductible.TabIndex = 3;
			// 
			// label30
			// 
			this.label30.Location = new System.Drawing.Point(89, 15);
			this.label30.Name = "label30";
			this.label30.Size = new System.Drawing.Size(56, 16);
			this.label30.TabIndex = 190;
			this.label30.Text = "Month";
			this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupYear
			// 
			this.groupYear.Controls.Add(this.checkCalendarYear);
			this.groupYear.Controls.Add(this.textMonth);
			this.groupYear.Controls.Add(this.label30);
			this.groupYear.Location = new System.Drawing.Point(141, 3);
			this.groupYear.Name = "groupYear";
			this.groupYear.Size = new System.Drawing.Size(181, 36);
			this.groupYear.TabIndex = 192;
			this.groupYear.TabStop = false;
			this.groupYear.Text = "Benefit Year";
			// 
			// checkCalendarYear
			// 
			this.checkCalendarYear.Location = new System.Drawing.Point(8, 16);
			this.checkCalendarYear.Name = "checkCalendarYear";
			this.checkCalendarYear.Size = new System.Drawing.Size(82, 17);
			this.checkCalendarYear.TabIndex = 41;
			this.checkCalendarYear.Text = "Calendar";
			this.checkCalendarYear.UseVisualStyleBackColor = true;
			this.checkCalendarYear.Click += new System.EventHandler(this.checkCalendarYear_Click);
			// 
			// textMonth
			// 
			this.textMonth.Location = new System.Drawing.Point(145, 13);
			this.textMonth.MaxVal = 12;
			this.textMonth.MinVal = 1;
			this.textMonth.Name = "textMonth";
			this.textMonth.Size = new System.Drawing.Size(28, 20);
			this.textMonth.TabIndex = 42;
			// 
			// textSubscNote
			// 
			this.textSubscNote.AcceptsTab = true;
			this.textSubscNote.DetectUrls = false;
			this.textSubscNote.Location = new System.Drawing.Point(112, 560);
			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(485, 98);
			this.textSubscNote.TabIndex = 100;
			this.textSubscNote.Text = "1 - Benefits\n2\n3 lines will show here in 46 vert.\n4 lines will show here in 59 ve" +
    "rt.\n5 lines in 72 vert\n6 lines in 85 vert\n7 lines in 98";
			// 
			// gridBenefits
			// 
			this.gridBenefits.HScrollVisible = false;
			this.gridBenefits.Location = new System.Drawing.Point(23, 337);
			this.gridBenefits.Name = "gridBenefits";
			this.gridBenefits.ScrollValue = 0;
			this.gridBenefits.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridBenefits.Size = new System.Drawing.Size(574, 180);
			this.gridBenefits.TabIndex = 37;
			this.gridBenefits.Title = "Other Benefits";
			this.gridBenefits.TranslationName = "TableInsBenefits";
			this.gridBenefits.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridBenefits_CellDoubleClick);
			// 
			// 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(110, 524);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(78, 24);
			this.butDelete.TabIndex = 36;
			this.butDelete.Text = "Delete";
			this.butDelete.Click += new System.EventHandler(this.butClear_Click);
			// 
			// butAdd
			// 
			this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butAdd.Autosize = true;
			this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAdd.CornerRadius = 4F;
			this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
			this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAdd.Location = new System.Drawing.Point(23, 524);
			this.butAdd.Name = "butAdd";
			this.butAdd.Size = new System.Drawing.Size(78, 24);
			this.butAdd.TabIndex = 35;
			this.butAdd.Text = "Add";
			this.butAdd.Click += new System.EventHandler(this.butAdd_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(719, 591);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 24);
			this.butOK.TabIndex = 38;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(719, 632);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 24);
			this.butCancel.TabIndex = 39;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormInsBenefits
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(806, 670);
			this.Controls.Add(this.groupYear);
			this.Controls.Add(this.checkSimplified);
			this.Controls.Add(this.panelSimple);
			this.Controls.Add(this.textSubscNote);
			this.Controls.Add(this.labelSubscNote);
			this.Controls.Add(this.gridBenefits);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butAdd);
			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 = "FormInsBenefits";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Benefits";
			this.Load += new System.EventHandler(this.FormInsBenefits_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupBox3.ResumeLayout(false);
			this.groupBox3.PerformLayout();
			this.groupBox4.ResumeLayout(false);
			this.groupBox4.PerformLayout();
			this.panelSimple.ResumeLayout(false);
			this.panelSimple.PerformLayout();
			this.groupYear.ResumeLayout(false);
			this.groupYear.PerformLayout();
			this.ResumeLayout(false);

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

		}
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormJournalEntryEdit));
			this.labelMemo = new System.Windows.Forms.Label();
			this.labelDebit = new System.Windows.Forms.Label();
			this.textMemo = new System.Windows.Forms.TextBox();
			this.labelCredit = new System.Windows.Forms.Label();
			this.textCheckNumber = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.textAccount = new System.Windows.Forms.TextBox();
			this.butChange = new OpenDental.UI.Button();
			this.textCredit = new OpenDental.ValidDouble();
			this.textDebit = new OpenDental.ValidDouble();
			this.butDelete = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.labelReconcile = new System.Windows.Forms.Label();
			this.textReconcile = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// labelMemo
			// 
			this.labelMemo.Location = new System.Drawing.Point(16,94);
			this.labelMemo.Name = "labelMemo";
			this.labelMemo.Size = new System.Drawing.Size(93,16);
			this.labelMemo.TabIndex = 0;
			this.labelMemo.Text = "Memo";
			this.labelMemo.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelDebit
			// 
			this.labelDebit.Location = new System.Drawing.Point(110,14);
			this.labelDebit.Name = "labelDebit";
			this.labelDebit.Size = new System.Drawing.Size(90,16);
			this.labelDebit.TabIndex = 4;
			this.labelDebit.Text = "Debit";
			this.labelDebit.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// textMemo
			// 
			this.textMemo.Location = new System.Drawing.Point(110,90);
			this.textMemo.Multiline = true;
			this.textMemo.Name = "textMemo";
			this.textMemo.Size = new System.Drawing.Size(230,46);
			this.textMemo.TabIndex = 6;
			// 
			// labelCredit
			// 
			this.labelCredit.Location = new System.Drawing.Point(205,14);
			this.labelCredit.Name = "labelCredit";
			this.labelCredit.Size = new System.Drawing.Size(90,16);
			this.labelCredit.TabIndex = 19;
			this.labelCredit.Text = "Credit";
			this.labelCredit.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// textCheckNumber
			// 
			this.textCheckNumber.Location = new System.Drawing.Point(110,145);
			this.textCheckNumber.Name = "textCheckNumber";
			this.textCheckNumber.Size = new System.Drawing.Size(132,20);
			this.textCheckNumber.TabIndex = 21;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(5,149);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(104,16);
			this.label2.TabIndex = 20;
			this.label2.Text = "Check Number";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(7,63);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100,20);
			this.label5.TabIndex = 23;
			this.label5.Text = "Account";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textAccount
			// 
			this.textAccount.Location = new System.Drawing.Point(110,60);
			this.textAccount.Name = "textAccount";
			this.textAccount.ReadOnly = true;
			this.textAccount.Size = new System.Drawing.Size(230,20);
			this.textAccount.TabIndex = 25;
			// 
			// 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(346,57);
			this.butChange.Name = "butChange";
			this.butChange.Size = new System.Drawing.Size(75,26);
			this.butChange.TabIndex = 26;
			this.butChange.Text = "Change";
			this.butChange.Click += new System.EventHandler(this.butChange_Click);
			// 
			// textCredit
			// 
			this.textCredit.Location = new System.Drawing.Point(205,31);
			this.textCredit.Name = "textCredit";
			this.textCredit.Size = new System.Drawing.Size(90,20);
			this.textCredit.TabIndex = 18;
			// 
			// textDebit
			// 
			this.textDebit.Location = new System.Drawing.Point(110,31);
			this.textDebit.Name = "textDebit";
			this.textDebit.Size = new System.Drawing.Size(90,20);
			this.textDebit.TabIndex = 1;
			// 
			// 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(12,219);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(75,26);
			this.butDelete.TabIndex = 17;
			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(430,219);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 9;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(430,181);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 8;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// labelReconcile
			// 
			this.labelReconcile.Location = new System.Drawing.Point(110,199);
			this.labelReconcile.Name = "labelReconcile";
			this.labelReconcile.Size = new System.Drawing.Size(230,21);
			this.labelReconcile.TabIndex = 27;
			this.labelReconcile.Text = "Attached to Reconcile";
			this.labelReconcile.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textReconcile
			// 
			this.textReconcile.Location = new System.Drawing.Point(110,222);
			this.textReconcile.Name = "textReconcile";
			this.textReconcile.ReadOnly = true;
			this.textReconcile.Size = new System.Drawing.Size(112,20);
			this.textReconcile.TabIndex = 28;
			// 
			// FormJournalEntryEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(517,257);
			this.Controls.Add(this.textReconcile);
			this.Controls.Add(this.labelReconcile);
			this.Controls.Add(this.butChange);
			this.Controls.Add(this.textAccount);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.textCheckNumber);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textCredit);
			this.Controls.Add(this.labelCredit);
			this.Controls.Add(this.textMemo);
			this.Controls.Add(this.textDebit);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.labelDebit);
			this.Controls.Add(this.labelMemo);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormJournalEntryEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Journal Entry";
			this.Load += new System.EventHandler(this.FormJournalEntryEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
示例#37
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(FormRecallSetup));
     this.textPostcardsPerSheet = new System.Windows.Forms.TextBox();
     this.label8                   = new System.Windows.Forms.Label();
     this.checkReturnAdd           = new System.Windows.Forms.CheckBox();
     this.groupBox2                = new System.Windows.Forms.GroupBox();
     this.textDown                 = new OpenDental.ValidDouble();
     this.label12                  = new System.Windows.Forms.Label();
     this.textRight                = new OpenDental.ValidDouble();
     this.label13                  = new System.Windows.Forms.Label();
     this.checkGroupFamilies       = new System.Windows.Forms.CheckBox();
     this.label14                  = new System.Windows.Forms.Label();
     this.label15                  = new System.Windows.Forms.Label();
     this.groupBox3                = new System.Windows.Forms.GroupBox();
     this.textDaysFuture           = new OpenDental.ValidNumber();
     this.textDaysPast             = new OpenDental.ValidNumber();
     this.label25                  = new System.Windows.Forms.Label();
     this.comboStatusMailedRecall  = new System.Windows.Forms.ComboBox();
     this.comboStatusEmailedRecall = new System.Windows.Forms.ComboBox();
     this.label26                  = new System.Windows.Forms.Label();
     this.listTypes                = new System.Windows.Forms.ListBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.groupBox1                = new System.Windows.Forms.GroupBox();
     this.textMaxReminders         = new OpenDental.ValidNumber();
     this.label4                   = new System.Windows.Forms.Label();
     this.textDaysSecondReminder   = new OpenDental.ValidNumber();
     this.textDaysFirstReminder    = new OpenDental.ValidNumber();
     this.label2                   = new System.Windows.Forms.Label();
     this.label3                   = new System.Windows.Forms.Label();
     this.gridMain                 = new OpenDental.UI.ODGrid();
     this.butOK     = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.comboStatusEmailedConfirm = new System.Windows.Forms.ComboBox();
     this.label5             = new System.Windows.Forms.Label();
     this.groupBox4          = new System.Windows.Forms.GroupBox();
     this.radioUseEmailFalse = new System.Windows.Forms.RadioButton();
     this.radioUseEmailTrue  = new System.Windows.Forms.RadioButton();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // textPostcardsPerSheet
     //
     this.textPostcardsPerSheet.Location = new System.Drawing.Point(194, 490);
     this.textPostcardsPerSheet.Name     = "textPostcardsPerSheet";
     this.textPostcardsPerSheet.Size     = new System.Drawing.Size(34, 20);
     this.textPostcardsPerSheet.TabIndex = 18;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(18, 493);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(176, 16);
     this.label8.TabIndex  = 19;
     this.label8.Text      = "Postcards per sheet (1,3,or 4)";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkReturnAdd
     //
     this.checkReturnAdd.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkReturnAdd.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkReturnAdd.Location   = new System.Drawing.Point(60, 511);
     this.checkReturnAdd.Name       = "checkReturnAdd";
     this.checkReturnAdd.Size       = new System.Drawing.Size(147, 19);
     this.checkReturnAdd.TabIndex   = 43;
     this.checkReturnAdd.Text       = "Show return address";
     this.checkReturnAdd.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textDown);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.textRight);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Location = new System.Drawing.Point(687, 428);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(191, 67);
     this.groupBox2.TabIndex = 48;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Adjust Postcard Position in Inches";
     //
     // textDown
     //
     this.textDown.Location = new System.Drawing.Point(110, 43);
     this.textDown.Name     = "textDown";
     this.textDown.Size     = new System.Drawing.Size(73, 20);
     this.textDown.TabIndex = 6;
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(48, 42);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(60, 20);
     this.label12.TabIndex  = 5;
     this.label12.Text      = "Down";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textRight
     //
     this.textRight.Location = new System.Drawing.Point(110, 18);
     this.textRight.Name     = "textRight";
     this.textRight.Size     = new System.Drawing.Size(73, 20);
     this.textRight.TabIndex = 4;
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(48, 17);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(60, 20);
     this.label13.TabIndex  = 4;
     this.label13.Text      = "Right";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkGroupFamilies
     //
     this.checkGroupFamilies.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkGroupFamilies.Location   = new System.Drawing.Point(85, 15);
     this.checkGroupFamilies.Name       = "checkGroupFamilies";
     this.checkGroupFamilies.Size       = new System.Drawing.Size(121, 18);
     this.checkGroupFamilies.TabIndex   = 49;
     this.checkGroupFamilies.Text       = "Group Families";
     this.checkGroupFamilies.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkGroupFamilies.UseVisualStyleBackColor = true;
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(6, 32);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(184, 20);
     this.label14.TabIndex  = 50;
     this.label14.Text      = "Days Past (e.g. 1095, blank, etc)";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label15
     //
     this.label15.Location  = new System.Drawing.Point(9, 53);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(181, 20);
     this.label15.TabIndex  = 52;
     this.label15.Text      = "Days Future (e.g. 7)";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textDaysFuture);
     this.groupBox3.Controls.Add(this.textDaysPast);
     this.groupBox3.Controls.Add(this.checkGroupFamilies);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Location = new System.Drawing.Point(415, 442);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(253, 78);
     this.groupBox3.TabIndex = 54;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Recall List Default View";
     //
     // textDaysFuture
     //
     this.textDaysFuture.Location = new System.Drawing.Point(192, 54);
     this.textDaysFuture.MaxVal   = 10000;
     this.textDaysFuture.MinVal   = 0;
     this.textDaysFuture.Name     = "textDaysFuture";
     this.textDaysFuture.Size     = new System.Drawing.Size(53, 20);
     this.textDaysFuture.TabIndex = 66;
     //
     // textDaysPast
     //
     this.textDaysPast.Location = new System.Drawing.Point(192, 32);
     this.textDaysPast.MaxVal   = 10000;
     this.textDaysPast.MinVal   = 0;
     this.textDaysPast.Name     = "textDaysPast";
     this.textDaysPast.Size     = new System.Drawing.Size(53, 20);
     this.textDaysPast.TabIndex = 65;
     //
     // label25
     //
     this.label25.Location  = new System.Drawing.Point(35, 427);
     this.label25.Name      = "label25";
     this.label25.Size      = new System.Drawing.Size(157, 16);
     this.label25.TabIndex  = 57;
     this.label25.Text      = "Status for mailed recall";
     this.label25.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboStatusMailedRecall
     //
     this.comboStatusMailedRecall.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStatusMailedRecall.FormattingEnabled = true;
     this.comboStatusMailedRecall.Location          = new System.Drawing.Point(194, 423);
     this.comboStatusMailedRecall.MaxDropDownItems  = 20;
     this.comboStatusMailedRecall.Name     = "comboStatusMailedRecall";
     this.comboStatusMailedRecall.Size     = new System.Drawing.Size(206, 21);
     this.comboStatusMailedRecall.TabIndex = 58;
     //
     // comboStatusEmailedRecall
     //
     this.comboStatusEmailedRecall.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStatusEmailedRecall.FormattingEnabled = true;
     this.comboStatusEmailedRecall.Location          = new System.Drawing.Point(194, 445);
     this.comboStatusEmailedRecall.MaxDropDownItems  = 20;
     this.comboStatusEmailedRecall.Name     = "comboStatusEmailedRecall";
     this.comboStatusEmailedRecall.Size     = new System.Drawing.Size(206, 21);
     this.comboStatusEmailedRecall.TabIndex = 60;
     //
     // label26
     //
     this.label26.Location  = new System.Drawing.Point(35, 449);
     this.label26.Name      = "label26";
     this.label26.Size      = new System.Drawing.Size(157, 16);
     this.label26.TabIndex  = 59;
     this.label26.Text      = "Status for e-mailed recall";
     this.label26.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listTypes
     //
     this.listTypes.FormattingEnabled = true;
     this.listTypes.Location          = new System.Drawing.Point(194, 532);
     this.listTypes.Name          = "listTypes";
     this.listTypes.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listTypes.Size          = new System.Drawing.Size(120, 108);
     this.listTypes.TabIndex      = 64;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(37, 534);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(157, 65);
     this.label1.TabIndex = 63;
     this.label1.Text     = "Types to show in recall list (typically just prophy, perio, and user-added types)" +
                            "";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textMaxReminders);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textDaysSecondReminder);
     this.groupBox1.Controls.Add(this.textDaysFirstReminder);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(415, 533);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(253, 99);
     this.groupBox1.TabIndex = 65;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Also show in list if # of days since";
     //
     // textMaxReminders
     //
     this.textMaxReminders.Location = new System.Drawing.Point(192, 66);
     this.textMaxReminders.MaxVal   = 10000;
     this.textMaxReminders.MinVal   = 0;
     this.textMaxReminders.Name     = "textMaxReminders";
     this.textMaxReminders.Size     = new System.Drawing.Size(53, 20);
     this.textMaxReminders.TabIndex = 68;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(44, 65);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(146, 20);
     this.label4.TabIndex  = 67;
     this.label4.Text      = "Max # Reminders (e.g. 4)";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDaysSecondReminder
     //
     this.textDaysSecondReminder.Location = new System.Drawing.Point(192, 44);
     this.textDaysSecondReminder.MaxVal   = 10000;
     this.textDaysSecondReminder.MinVal   = 0;
     this.textDaysSecondReminder.Name     = "textDaysSecondReminder";
     this.textDaysSecondReminder.Size     = new System.Drawing.Size(53, 20);
     this.textDaysSecondReminder.TabIndex = 66;
     //
     // textDaysFirstReminder
     //
     this.textDaysFirstReminder.Location = new System.Drawing.Point(192, 22);
     this.textDaysFirstReminder.MaxVal   = 10000;
     this.textDaysFirstReminder.MinVal   = 0;
     this.textDaysFirstReminder.Name     = "textDaysFirstReminder";
     this.textDaysFirstReminder.Size     = new System.Drawing.Size(53, 20);
     this.textDaysFirstReminder.TabIndex = 65;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(89, 21);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(101, 20);
     this.label2.TabIndex  = 50;
     this.label2.Text      = "Initial Reminder";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(44, 43);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(146, 20);
     this.label3.TabIndex  = 52;
     this.label3.Text      = "Second (or more) Reminder";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible   = false;
     this.gridMain.Location         = new System.Drawing.Point(9, 8);
     this.gridMain.Name             = "gridMain";
     this.gridMain.ScrollValue      = 0;
     this.gridMain.Size             = new System.Drawing.Size(869, 411);
     this.gridMain.TabIndex         = 67;
     this.gridMain.Title            = "Messages";
     this.gridMain.TranslationName  = "TableRecallMsgs";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // 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(787, 570);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 3;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(787, 608);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // comboStatusEmailedConfirm
     //
     this.comboStatusEmailedConfirm.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStatusEmailedConfirm.FormattingEnabled = true;
     this.comboStatusEmailedConfirm.Location          = new System.Drawing.Point(194, 467);
     this.comboStatusEmailedConfirm.MaxDropDownItems  = 20;
     this.comboStatusEmailedConfirm.Name     = "comboStatusEmailedConfirm";
     this.comboStatusEmailedConfirm.Size     = new System.Drawing.Size(206, 21);
     this.comboStatusEmailedConfirm.TabIndex = 69;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(3, 471);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(189, 16);
     this.label5.TabIndex  = 68;
     this.label5.Text      = "Status for e-mailed confirmation";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.radioUseEmailFalse);
     this.groupBox4.Controls.Add(this.radioUseEmailTrue);
     this.groupBox4.Location = new System.Drawing.Point(687, 501);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(191, 57);
     this.groupBox4.TabIndex = 70;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Use e-mail if";
     //
     // radioUseEmailFalse
     //
     this.radioUseEmailFalse.Location = new System.Drawing.Point(7, 34);
     this.radioUseEmailFalse.Name     = "radioUseEmailFalse";
     this.radioUseEmailFalse.Size     = new System.Drawing.Size(181, 18);
     this.radioUseEmailFalse.TabIndex = 1;
     this.radioUseEmailFalse.Text     = "E-mail is preferred recall method";
     this.radioUseEmailFalse.UseVisualStyleBackColor = true;
     //
     // radioUseEmailTrue
     //
     this.radioUseEmailTrue.Location = new System.Drawing.Point(7, 17);
     this.radioUseEmailTrue.Name     = "radioUseEmailTrue";
     this.radioUseEmailTrue.Size     = new System.Drawing.Size(181, 18);
     this.radioUseEmailTrue.TabIndex = 0;
     this.radioUseEmailTrue.Text     = "Has e-mail address";
     this.radioUseEmailTrue.UseVisualStyleBackColor = true;
     //
     // FormRecallSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(886, 649);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.comboStatusEmailedConfirm);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.listTypes);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboStatusEmailedRecall);
     this.Controls.Add(this.label26);
     this.Controls.Add(this.comboStatusMailedRecall);
     this.Controls.Add(this.label25);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.checkReturnAdd);
     this.Controls.Add(this.textPostcardsPerSheet);
     this.Controls.Add(this.label8);
     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          = "FormRecallSetup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Setup Recall and Confirmation";
     this.Load         += new System.EventHandler(this.FormRecallSetup_Load);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormRecallSetup_FormClosing);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRecallEdit));
     this.textDatePrevious  = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.textDateDueCalc   = new System.Windows.Forms.TextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.textWeeks         = new OpenDental.ValidNum();
     this.label7            = new System.Windows.Forms.Label();
     this.textDays          = new OpenDental.ValidNum();
     this.label6            = new System.Windows.Forms.Label();
     this.textMonths        = new OpenDental.ValidNum();
     this.label5            = new System.Windows.Forms.Label();
     this.textYears         = new OpenDental.ValidNum();
     this.label4            = new System.Windows.Forms.Label();
     this.label8            = new System.Windows.Forms.Label();
     this.comboStatus       = new System.Windows.Forms.ComboBox();
     this.checkIsDisabled   = new System.Windows.Forms.CheckBox();
     this.label9            = new System.Windows.Forms.Label();
     this.comboType         = new System.Windows.Forms.ComboBox();
     this.label10           = new System.Windows.Forms.Label();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.textBalance       = new OpenDental.ValidDouble();
     this.textDisableDate   = new OpenDental.ValidDate();
     this.label12           = new System.Windows.Forms.Label();
     this.label11           = new System.Windows.Forms.Label();
     this.textScheduledDate = new System.Windows.Forms.TextBox();
     this.label13           = new System.Windows.Forms.Label();
     this.textNote          = new OpenDental.ODtextBox();
     this.butDelete         = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.textDateDue       = new OpenDental.ValidDate();
     this.butCancel         = new OpenDental.UI.Button();
     this.checkASAP         = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // textDatePrevious
     //
     this.textDatePrevious.Location = new System.Drawing.Point(184, 171);
     this.textDatePrevious.Name     = "textDatePrevious";
     this.textDatePrevious.ReadOnly = true;
     this.textDatePrevious.Size     = new System.Drawing.Size(85, 20);
     this.textDatePrevious.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(11, 170);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(170, 19);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Previous Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(11, 196);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(170, 19);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Calculated Due Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateDueCalc
     //
     this.textDateDueCalc.Location = new System.Drawing.Point(184, 197);
     this.textDateDueCalc.Name     = "textDateDueCalc";
     this.textDateDueCalc.ReadOnly = true;
     this.textDateDueCalc.Size     = new System.Drawing.Size(85, 20);
     this.textDateDueCalc.TabIndex = 3;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(12, 223);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(170, 19);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Actual Due Date";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textWeeks);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.textDays);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.textMonths);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textYears);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(78, 50);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(170, 115);
     this.groupBox1.TabIndex  = 7;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Recall Interval";
     //
     // textWeeks
     //
     this.textWeeks.Location = new System.Drawing.Point(105, 63);
     this.textWeeks.MaxVal   = 255;
     this.textWeeks.MinVal   = 0;
     this.textWeeks.Name     = "textWeeks";
     this.textWeeks.Size     = new System.Drawing.Size(51, 20);
     this.textWeeks.TabIndex = 12;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(11, 63);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(92, 19);
     this.label7.TabIndex  = 11;
     this.label7.Text      = "Weeks";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDays
     //
     this.textDays.Location = new System.Drawing.Point(105, 85);
     this.textDays.MaxVal   = 255;
     this.textDays.MinVal   = 0;
     this.textDays.Name     = "textDays";
     this.textDays.Size     = new System.Drawing.Size(51, 20);
     this.textDays.TabIndex = 10;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(11, 85);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(92, 19);
     this.label6.TabIndex  = 9;
     this.label6.Text      = "Days";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textMonths
     //
     this.textMonths.Location = new System.Drawing.Point(105, 40);
     this.textMonths.MaxVal   = 255;
     this.textMonths.MinVal   = 0;
     this.textMonths.Name     = "textMonths";
     this.textMonths.Size     = new System.Drawing.Size(51, 20);
     this.textMonths.TabIndex = 8;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(11, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(92, 19);
     this.label5.TabIndex  = 7;
     this.label5.Text      = "Months";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textYears
     //
     this.textYears.Location = new System.Drawing.Point(105, 17);
     this.textYears.MaxVal   = 127;
     this.textYears.MinVal   = 0;
     this.textYears.Name     = "textYears";
     this.textYears.Size     = new System.Drawing.Size(51, 20);
     this.textYears.TabIndex = 6;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(11, 17);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(92, 19);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "Years";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(12, 275);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(170, 19);
     this.label8.TabIndex  = 8;
     this.label8.Text      = "Status";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboStatus
     //
     this.comboStatus.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStatus.Location         = new System.Drawing.Point(184, 275);
     this.comboStatus.MaxDropDownItems = 50;
     this.comboStatus.Name             = "comboStatus";
     this.comboStatus.Size             = new System.Drawing.Size(188, 21);
     this.comboStatus.TabIndex         = 9;
     //
     // checkIsDisabled
     //
     this.checkIsDisabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsDisabled.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkIsDisabled.Location   = new System.Drawing.Point(24, 20);
     this.checkIsDisabled.Name       = "checkIsDisabled";
     this.checkIsDisabled.Size       = new System.Drawing.Size(132, 18);
     this.checkIsDisabled.TabIndex   = 10;
     this.checkIsDisabled.Text       = "Always Disabled";
     this.checkIsDisabled.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsDisabled.Click     += new System.EventHandler(this.checkIsDisabled_Click);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(65, 321);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(117, 92);
     this.label9.TabIndex  = 11;
     this.label9.Text      = "Administrative Note (this note will get deleted every time recall gets reset)";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboType
     //
     this.comboType.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboType.Location                  = new System.Drawing.Point(184, 18);
     this.comboType.MaxDropDownItems          = 50;
     this.comboType.Name                      = "comboType";
     this.comboType.Size                      = new System.Drawing.Size(188, 21);
     this.comboType.TabIndex                  = 17;
     this.comboType.SelectionChangeCommitted += new System.EventHandler(this.comboType_SelectionChangeCommitted);
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(12, 18);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(170, 19);
     this.label10.TabIndex  = 16;
     this.label10.Text      = "Type";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textBalance);
     this.groupBox2.Controls.Add(this.textDisableDate);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.checkIsDisabled);
     this.groupBox2.Location = new System.Drawing.Point(423, 50);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(243, 115);
     this.groupBox2.TabIndex = 18;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Disable Recall";
     //
     // textBalance
     //
     this.textBalance.BackColor = System.Drawing.SystemColors.Window;
     this.textBalance.ForeColor = System.Drawing.SystemColors.WindowText;
     this.textBalance.Location  = new System.Drawing.Point(141, 48);
     this.textBalance.MaxVal    = 100000000D;
     this.textBalance.MinVal    = -100000000D;
     this.textBalance.Name      = "textBalance";
     this.textBalance.Size      = new System.Drawing.Size(86, 20);
     this.textBalance.TabIndex  = 19;
     //
     // textDisableDate
     //
     this.textDisableDate.Location = new System.Drawing.Point(141, 80);
     this.textDisableDate.Name     = "textDisableDate";
     this.textDisableDate.Size     = new System.Drawing.Size(86, 20);
     this.textDisableDate.TabIndex = 13;
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(40, 80);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(101, 18);
     this.label12.TabIndex  = 12;
     this.label12.Text      = "Until Date";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(3, 39);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(138, 37);
     this.label11.TabIndex  = 11;
     this.label11.Text      = "Until family Account balance is below";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textScheduledDate
     //
     this.textScheduledDate.Location = new System.Drawing.Point(184, 249);
     this.textScheduledDate.Name     = "textScheduledDate";
     this.textScheduledDate.ReadOnly = true;
     this.textScheduledDate.Size     = new System.Drawing.Size(85, 20);
     this.textScheduledDate.TabIndex = 19;
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(11, 248);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(170, 19);
     this.label13.TabIndex  = 20;
     this.label13.Text      = "Scheduled Date";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNote
     //
     this.textNote.AcceptsTab         = true;
     this.textNote.BackColor          = System.Drawing.SystemColors.Window;
     this.textNote.DetectLinksEnabled = false;
     this.textNote.DetectUrls         = false;
     this.textNote.Location           = new System.Drawing.Point(184, 323);
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Recall;
     this.textNote.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(350, 112);
     this.textNote.TabIndex       = 15;
     this.textNote.Text           = "";
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(26, 442);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(83, 24);
     this.butDelete.TabIndex     = 14;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(640, 400);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 13;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // textDateDue
     //
     this.textDateDue.Location = new System.Drawing.Point(184, 223);
     this.textDateDue.Name     = "textDateDue";
     this.textDateDue.Size     = new System.Drawing.Size(85, 20);
     this.textDateDue.TabIndex = 6;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(640, 442);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // checkASAP
     //
     this.checkASAP.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkASAP.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkASAP.Location   = new System.Drawing.Point(78, 302);
     this.checkASAP.Name       = "checkASAP";
     this.checkASAP.Size       = new System.Drawing.Size(121, 16);
     this.checkASAP.TabIndex   = 185;
     this.checkASAP.Text       = "Schedule ASAP";
     this.checkASAP.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkASAP.UseVisualStyleBackColor = true;
     //
     // FormRecallEdit
     //
     this.ClientSize = new System.Drawing.Size(736, 491);
     this.Controls.Add(this.checkASAP);
     this.Controls.Add(this.textScheduledDate);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.comboType);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textDateDue);
     this.Controls.Add(this.textDateDueCalc);
     this.Controls.Add(this.textDatePrevious);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.comboStatus);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRecallEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Recall";
     this.Load         += new System.EventHandler(this.FormRecallEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#39
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(FormClaimPayTotal));
			this.textInsPayAllowed = new System.Windows.Forms.TextBox();
			this.textClaimFee = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.butWriteOff = new OpenDental.UI.Button();
			this.butDeductible = new OpenDental.UI.Button();
			this.textWriteOff = new OpenDental.ValidDouble();
			this.textInsPayAmt = new OpenDental.ValidDouble();
			this.textDedApplied = new OpenDental.ValidDouble();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textLabFees = new OpenDental.ValidDouble();
			this.gridMain = new OpenDental.UI.ODGrid();
			this.SuspendLayout();
			// 
			// textInsPayAllowed
			// 
			this.textInsPayAllowed.Location = new System.Drawing.Point(519, 275);
			this.textInsPayAllowed.Name = "textInsPayAllowed";
			this.textInsPayAllowed.ReadOnly = true;
			this.textInsPayAllowed.Size = new System.Drawing.Size(63, 20);
			this.textInsPayAllowed.TabIndex = 116;
			this.textInsPayAllowed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textClaimFee
			// 
			this.textClaimFee.Location = new System.Drawing.Point(330, 275);
			this.textClaimFee.Name = "textClaimFee";
			this.textClaimFee.ReadOnly = true;
			this.textClaimFee.Size = new System.Drawing.Size(63, 20);
			this.textClaimFee.TabIndex = 118;
			this.textClaimFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label1.Location = new System.Drawing.Point(242, 278);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(84, 16);
			this.label1.TabIndex = 117;
			this.label1.Text = "Totals";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(337, 325);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(348, 39);
			this.label2.TabIndex = 122;
			this.label2.Text = "Before you click OK, the Deductible and the Ins Pay amounts should exactly match " +
    "the insurance EOB.";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(11, 283);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(116, 34);
			this.label3.TabIndex = 123;
			this.label3.Text = "Assign to selected procedure:";
			this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(155, 289);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(108, 29);
			this.label4.TabIndex = 124;
			this.label4.Text = "On all unpaid amounts:";
			this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// butWriteOff
			// 
			this.butWriteOff.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butWriteOff.Autosize = true;
			this.butWriteOff.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butWriteOff.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butWriteOff.CornerRadius = 4F;
			this.butWriteOff.Location = new System.Drawing.Point(154, 324);
			this.butWriteOff.Name = "butWriteOff";
			this.butWriteOff.Size = new System.Drawing.Size(90, 25);
			this.butWriteOff.TabIndex = 121;
			this.butWriteOff.Text = "&Write Off";
			this.butWriteOff.Click += new System.EventHandler(this.butWriteOff_Click);
			// 
			// butDeductible
			// 
			this.butDeductible.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDeductible.Autosize = true;
			this.butDeductible.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDeductible.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDeductible.CornerRadius = 4F;
			this.butDeductible.Location = new System.Drawing.Point(14, 324);
			this.butDeductible.Name = "butDeductible";
			this.butDeductible.Size = new System.Drawing.Size(92, 25);
			this.butDeductible.TabIndex = 120;
			this.butDeductible.Text = "&Deductible";
			this.butDeductible.Click += new System.EventHandler(this.butDeductible_Click);
			// 
			// textWriteOff
			// 
			this.textWriteOff.Location = new System.Drawing.Point(645, 275);
			this.textWriteOff.MaxVal = 100000000D;
			this.textWriteOff.MinVal = -100000000D;
			this.textWriteOff.Name = "textWriteOff";
			this.textWriteOff.ReadOnly = true;
			this.textWriteOff.Size = new System.Drawing.Size(63, 20);
			this.textWriteOff.TabIndex = 119;
			this.textWriteOff.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textInsPayAmt
			// 
			this.textInsPayAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.textInsPayAmt.Location = new System.Drawing.Point(582, 275);
			this.textInsPayAmt.MaxVal = 100000000D;
			this.textInsPayAmt.MinVal = -100000000D;
			this.textInsPayAmt.Name = "textInsPayAmt";
			this.textInsPayAmt.ReadOnly = true;
			this.textInsPayAmt.Size = new System.Drawing.Size(63, 20);
			this.textInsPayAmt.TabIndex = 115;
			this.textInsPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textDedApplied
			// 
			this.textDedApplied.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.textDedApplied.Location = new System.Drawing.Point(456, 275);
			this.textDedApplied.MaxVal = 100000000D;
			this.textDedApplied.MinVal = -100000000D;
			this.textDedApplied.Name = "textDedApplied";
			this.textDedApplied.ReadOnly = true;
			this.textDedApplied.Size = new System.Drawing.Size(63, 20);
			this.textDedApplied.TabIndex = 114;
			this.textDedApplied.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// 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(846, 324);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 25);
			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.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(757, 324);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 25);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textLabFees
			// 
			this.textLabFees.Location = new System.Drawing.Point(393, 275);
			this.textLabFees.MaxVal = 100000000D;
			this.textLabFees.MinVal = -100000000D;
			this.textLabFees.Name = "textLabFees";
			this.textLabFees.ReadOnly = true;
			this.textLabFees.Size = new System.Drawing.Size(63, 20);
			this.textLabFees.TabIndex = 139;
			this.textLabFees.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// gridMain
			// 
			this.gridMain.HScrollVisible = false;
			this.gridMain.Location = new System.Drawing.Point(8, 12);
			this.gridMain.Name = "gridMain";
			this.gridMain.ScrollValue = 0;
			this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.OneCell;
			this.gridMain.Size = new System.Drawing.Size(939, 257);
			this.gridMain.TabIndex = 125;
			this.gridMain.Title = "Procedures";
			this.gridMain.TranslationName = "TableClaimProc";
			this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
			this.gridMain.CellTextChanged += new System.EventHandler(this.gridMain_CellTextChanged);
			// 
			// FormClaimPayTotal
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(948, 363);
			this.Controls.Add(this.textLabFees);
			this.Controls.Add(this.gridMain);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.butWriteOff);
			this.Controls.Add(this.butDeductible);
			this.Controls.Add(this.textWriteOff);
			this.Controls.Add(this.textInsPayAllowed);
			this.Controls.Add(this.textInsPayAmt);
			this.Controls.Add(this.textClaimFee);
			this.Controls.Add(this.textDedApplied);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormClaimPayTotal";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Enter Payment";
			this.Activated += new System.EventHandler(this.FormClaimPayTotal_Activated);
			this.Load += new System.EventHandler(this.FormClaimPayTotal_Load);
			this.Shown += new System.EventHandler(this.FormClaimPayTotal_Shown);
			this.ResumeLayout(false);
			this.PerformLayout();

		}