コード例 #1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimPayEditOld));
     this.textAmount      = new OpenDental.ValidDouble();
     this.textDate        = new OpenDental.ValidDate();
     this.textBankBranch  = new System.Windows.Forms.TextBox();
     this.textCheckNum    = new System.Windows.Forms.TextBox();
     this.textNote        = new System.Windows.Forms.TextBox();
     this.label6          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.butCancel       = new OpenDental.UI.Button();
     this.butOK           = new OpenDental.UI.Button();
     this.checkShowUn     = new System.Windows.Forms.CheckBox();
     this.label1          = new System.Windows.Forms.Label();
     this.butDelete       = new OpenDental.UI.Button();
     this.comboClinic     = new System.Windows.Forms.ComboBox();
     this.labelClinic     = new System.Windows.Forms.Label();
     this.textCarrierName = new System.Windows.Forms.TextBox();
     this.label7          = new System.Windows.Forms.Label();
     this.gridMain        = new OpenDental.UI.ODGrid();
     this.SuspendLayout();
     //
     // textAmount
     //
     this.textAmount.Location  = new System.Drawing.Point(668, 56);
     this.textAmount.Name      = "textAmount";
     this.textAmount.ReadOnly  = true;
     this.textAmount.Size      = new System.Drawing.Size(58, 20);
     this.textAmount.TabIndex  = 0;
     this.textAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textDate
     //
     this.textDate.Location  = new System.Drawing.Point(668, 36);
     this.textDate.Name      = "textDate";
     this.textDate.Size      = new System.Drawing.Size(68, 20);
     this.textDate.TabIndex  = 3;
     this.textDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBankBranch
     //
     this.textBankBranch.Location  = new System.Drawing.Point(668, 96);
     this.textBankBranch.MaxLength = 25;
     this.textBankBranch.Name      = "textBankBranch";
     this.textBankBranch.Size      = new System.Drawing.Size(100, 20);
     this.textBankBranch.TabIndex  = 2;
     //
     // textCheckNum
     //
     this.textCheckNum.Location  = new System.Drawing.Point(668, 76);
     this.textCheckNum.MaxLength = 25;
     this.textCheckNum.Name      = "textCheckNum";
     this.textCheckNum.Size      = new System.Drawing.Size(100, 20);
     this.textCheckNum.TabIndex  = 1;
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(558, 174);
     this.textNote.MaxLength = 255;
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(324, 70);
     this.textNote.TabIndex  = 3;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(570, 40);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(96, 16);
     this.label6.TabIndex  = 37;
     this.label6.Text      = "Payment Date";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(571, 60);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(95, 16);
     this.label5.TabIndex  = 36;
     this.label5.Text      = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(575, 78);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(90, 16);
     this.label4.TabIndex  = 35;
     this.label4.Text      = "Check #";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(576, 99);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(91, 16);
     this.label3.TabIndex  = 34;
     this.label3.Text      = "Bank-Branch";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(560, 154);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(132, 16);
     this.label2.TabIndex  = 33;
     this.label2.Text      = "Note";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butCancel
     //
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(803, 631);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 7;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.Location = new System.Drawing.Point(803, 593);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex = 6;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // checkShowUn
     //
     this.checkShowUn.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkShowUn.Location  = new System.Drawing.Point(564, 373);
     this.checkShowUn.Name      = "checkShowUn";
     this.checkShowUn.Size      = new System.Drawing.Size(215, 24);
     this.checkShowUn.TabIndex  = 4;
     this.checkShowUn.Text      = "Show Unattached";
     this.checkShowUn.Click    += new System.EventHandler(this.checkShowUn_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(562, 632);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(129, 35);
     this.label1.TabIndex = 51;
     this.label1.Text     = "(Deletes this Check, but not any splits)";
     //
     // butDelete
     //
     this.butDelete.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(565, 597);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(92, 24);
     this.butDelete.TabIndex   = 52;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location         = new System.Drawing.Point(668, 14);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name             = "comboClinic";
     this.comboClinic.Size             = new System.Drawing.Size(209, 21);
     this.comboClinic.TabIndex         = 92;
     //
     // labelClinic
     //
     this.labelClinic.Location  = new System.Drawing.Point(579, 18);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(86, 14);
     this.labelClinic.TabIndex  = 91;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCarrierName
     //
     this.textCarrierName.Location  = new System.Drawing.Point(668, 116);
     this.textCarrierName.MaxLength = 25;
     this.textCarrierName.Name      = "textCarrierName";
     this.textCarrierName.Size      = new System.Drawing.Size(212, 20);
     this.textCarrierName.TabIndex  = 93;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(558, 119);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(109, 16);
     this.label7.TabIndex  = 94;
     this.label7.Text      = "Carrier Name";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)));
     this.gridMain.Location        = new System.Drawing.Point(8, 14);
     this.gridMain.Name            = "gridMain";
     this.gridMain.SelectionMode   = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridMain.Size            = new System.Drawing.Size(539, 641);
     this.gridMain.TabIndex        = 95;
     this.gridMain.Title           = "Claim Payment Splits";
     this.gridMain.TranslationName = "TableClaimPaySplits";
     this.gridMain.CellClick      += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     //
     // FormClaimPayEditOld
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(902, 676);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.textCarrierName);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkShowUn);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textBankBranch);
     this.Controls.Add(this.textCheckNum);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormClaimPayEditOld";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Insurance Claim Check";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormClaimPayEdit_FormClosing);
     this.Load         += new System.EventHandler(this.FormClaimPayEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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();

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

		}
コード例 #4
0
ファイル: FormInsAdj.cs プロジェクト: ChemBrain/OpenDental
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsAdj));
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.textDate    = new OpenDental.ValidDate();
     this.textInsUsed = new OpenDental.ValidDouble();
     this.textDedUsed = new OpenDental.ValidDouble();
     this.butOK       = new OpenDental.UI.Button();
     this.butCancel   = new OpenDental.UI.Button();
     this.label4      = new System.Windows.Forms.Label();
     this.butDelete   = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(29, 74);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 14);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(15, 130);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(114, 14);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Deductible Used";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(17, 102);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(112, 14);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Insurance Used";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(131, 71);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(75, 20);
     this.textDate.TabIndex = 0;
     //
     // textInsUsed
     //
     this.textInsUsed.Location = new System.Drawing.Point(131, 99);
     this.textInsUsed.Name     = "textInsUsed";
     this.textInsUsed.Size     = new System.Drawing.Size(69, 20);
     this.textInsUsed.TabIndex = 1;
     //
     // textDedUsed
     //
     this.textDedUsed.Location = new System.Drawing.Point(131, 127);
     this.textDedUsed.Name     = "textDedUsed";
     this.textDedUsed.Size     = new System.Drawing.Size(69, 20);
     this.textDedUsed.TabIndex = 2;
     //
     // butOK
     //
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(260, 148);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex = 3;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(260, 180);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(32, 12);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(259, 41);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Make sure the date you use falls within the correct benefit year.";
     //
     // butDelete
     //
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(18, 180);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(75, 24);
     this.butDelete.TabIndex   = 6;
     this.butDelete.Text       = "Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // FormInsAdj
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(354, 217);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textDedUsed);
     this.Controls.Add(this.textInsUsed);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormInsAdj";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Insurance Adjustments";
     this.Load         += new System.EventHandler(this.FormInsAdj_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFeeEdit));
     this.label1      = new System.Windows.Forms.Label();
     this.textFee     = new OpenDental.ValidDouble();
     this.checkDefFee = new System.Windows.Forms.CheckBox();
     this.checkDefCov = new System.Windows.Forms.CheckBox();
     this.textBox1    = new System.Windows.Forms.TextBox();
     this.butOK       = new OpenDental.UI.Button();
     this.butCancel   = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(2, 26);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fee";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textFee
     //
     this.textFee.Location = new System.Drawing.Point(78, 22);
     this.textFee.Name     = "textFee";
     this.textFee.Size     = new System.Drawing.Size(72, 20);
     this.textFee.TabIndex = 0;
     //
     // checkDefFee
     //
     this.checkDefFee.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkDefFee.Location  = new System.Drawing.Point(54, 54);
     this.checkDefFee.Name      = "checkDefFee";
     this.checkDefFee.Size      = new System.Drawing.Size(172, 24);
     this.checkDefFee.TabIndex  = 1;
     this.checkDefFee.Text      = "Use Default Fee (not visible)";
     this.checkDefFee.Visible   = false;
     //
     // checkDefCov
     //
     this.checkDefCov.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkDefCov.Location  = new System.Drawing.Point(54, 84);
     this.checkDefCov.Name      = "checkDefCov";
     this.checkDefCov.Size      = new System.Drawing.Size(208, 24);
     this.checkDefCov.TabIndex  = 2;
     this.checkDefCov.Text      = "Use Default Coverage (not visible)";
     this.checkDefCov.Visible   = false;
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.SystemColors.Control;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location    = new System.Drawing.Point(16, 132);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(512, 208);
     this.textBox1.TabIndex    = 29;
     this.textBox1.Text        = resources.GetString("textBox1.Text");
     this.textBox1.Visible     = false;
     //
     // 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(282, 54);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 25);
     this.butOK.TabIndex     = 3;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(282, 92);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 25);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // FormFeeEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(374, 132);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.textFee);
     this.Controls.Add(this.checkDefCov);
     this.Controls.Add(this.checkDefFee);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormFeeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Fee";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormFeeEdit_Closing);
     this.Load         += new System.EventHandler(this.FormFeeEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #6
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();
 }
コード例 #7
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayPlanChargeEdit));
     this.label4        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.butOK         = new OpenDental.UI.Button();
     this.butCancel     = new OpenDental.UI.Button();
     this.butDelete     = new OpenDental.UI.Button();
     this.textPrincipal = new OpenDental.ValidDouble();
     this.textNote      = new OpenDental.ODtextBox();
     this.textInterest  = new OpenDental.ValidDouble();
     this.label1        = new System.Windows.Forms.Label();
     this.textDate      = new OpenDental.ValidDate();
     this.label2        = new System.Windows.Forms.Label();
     this.label9        = new System.Windows.Forms.Label();
     this.textProv      = new System.Windows.Forms.TextBox();
     this.textClinic    = new System.Windows.Forms.TextBox();
     this.labelClinic   = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(5, 35);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(6, 96);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 16);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Principal";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(437, 207);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 6;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(437, 245);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 7;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(24, 243);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(78, 26);
     this.butDelete.TabIndex     = 17;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // textPrincipal
     //
     this.textPrincipal.Location = new System.Drawing.Point(108, 93);
     this.textPrincipal.Name     = "textPrincipal";
     this.textPrincipal.Size     = new System.Drawing.Size(100, 20);
     this.textPrincipal.TabIndex = 1;
     //
     // textNote
     //
     this.textNote.Location       = new System.Drawing.Point(108, 33);
     this.textNote.Multiline      = true;
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
     this.textNote.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(245, 55);
     this.textNote.TabIndex       = 0;
     //
     // textInterest
     //
     this.textInterest.Location = new System.Drawing.Point(108, 118);
     this.textInterest.Name     = "textInterest";
     this.textInterest.Size     = new System.Drawing.Size(100, 20);
     this.textInterest.TabIndex = 20;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 120);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 21;
     this.label1.Text      = "Interest";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(108, 8);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(100, 20);
     this.textDate.TabIndex = 22;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 23;
     this.label2.Text      = "Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(7, 146);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 14);
     this.label9.TabIndex  = 101;
     this.label9.Text      = "Provider";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProv
     //
     this.textProv.Location = new System.Drawing.Point(108, 143);
     this.textProv.Name     = "textProv";
     this.textProv.Size     = new System.Drawing.Size(201, 20);
     this.textProv.TabIndex = 102;
     //
     // textClinic
     //
     this.textClinic.Location = new System.Drawing.Point(108, 168);
     this.textClinic.Name     = "textClinic";
     this.textClinic.Size     = new System.Drawing.Size(201, 20);
     this.textClinic.TabIndex = 104;
     //
     // labelClinic
     //
     this.labelClinic.Location  = new System.Drawing.Point(7, 171);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(100, 14);
     this.labelClinic.TabIndex  = 103;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormPayPlanChargeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(541, 293);
     this.Controls.Add(this.textClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textProv);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textInterest);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.textPrincipal);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormPayPlanChargeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Payment Plan Charge";
     this.Load         += new System.EventHandler(this.FormPayPlanCharge_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #8
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormPayPlanChargeEdit));
     this.label4        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.butOK         = new OpenDental.UI.Button();
     this.butCancel     = new OpenDental.UI.Button();
     this.butDelete     = new OpenDental.UI.Button();
     this.textPrincipal = new OpenDental.ValidDouble();
     this.textNote      = new OpenDental.ODtextBox();
     this.textInterest  = new OpenDental.ValidDouble();
     this.label1        = new System.Windows.Forms.Label();
     this.textDate      = new OpenDental.ValidDate();
     this.label2        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(5, 76);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(6, 31);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 16);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Principal";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(437, 126);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 6;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(437, 164);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 7;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize   = true;
     this.butDelete.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.Image      = ((System.Drawing.Image)(resources.GetObject("butDelete.Image")));
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(24, 162);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(78, 26);
     this.butDelete.TabIndex   = 17;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // textPrincipal
     //
     this.textPrincipal.Location = new System.Drawing.Point(108, 28);
     this.textPrincipal.Name     = "textPrincipal";
     this.textPrincipal.TabIndex = 1;
     this.textPrincipal.Text     = "";
     //
     // textNote
     //
     this.textNote.AcceptsReturn  = true;
     this.textNote.Location       = new System.Drawing.Point(108, 76);
     this.textNote.Multiline      = true;
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
     this.textNote.ScrollBars     = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(245, 55);
     this.textNote.TabIndex       = 0;
     this.textNote.Text           = "";
     //
     // textInterest
     //
     this.textInterest.Location = new System.Drawing.Point(108, 52);
     this.textInterest.Name     = "textInterest";
     this.textInterest.TabIndex = 20;
     this.textInterest.Text     = "";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 54);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 21;
     this.label1.Text      = "Interest";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(108, 4);
     this.textDate.Name     = "textDate";
     this.textDate.TabIndex = 22;
     this.textDate.Text     = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 23;
     this.label2.Text      = "Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormPayPlanChargeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(541, 212);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textInterest);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.textPrincipal);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormPayPlanChargeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Payment Plan Charge";
     this.Load         += new System.EventHandler(this.FormPayPlanCharge_Load);
     this.ResumeLayout(false);
 }
コード例 #9
0
ファイル: FormClaimPayTotal.cs プロジェクト: nampn/ODental
 /// <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.gridMain = new OpenDental.UI.ODGrid();
     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.SuspendLayout();
     //
     // textInsPayAllowed
     //
     this.textInsPayAllowed.Location = new System.Drawing.Point(444,275);
     this.textInsPayAllowed.Name = "textInsPayAllowed";
     this.textInsPayAllowed.ReadOnly = true;
     this.textInsPayAllowed.Size = new System.Drawing.Size(55,20);
     this.textInsPayAllowed.TabIndex = 116;
     this.textInsPayAllowed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textClaimFee
     //
     this.textClaimFee.Location = new System.Drawing.Point(334,275);
     this.textClaimFee.Name = "textClaimFee";
     this.textClaimFee.ReadOnly = true;
     this.textClaimFee.Size = new System.Drawing.Size(55,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(246,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;
     //
     // 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);
     //
     // 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(554,275);
     this.textWriteOff.Name = "textWriteOff";
     this.textWriteOff.ReadOnly = true;
     this.textWriteOff.Size = new System.Drawing.Size(55,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(499,275);
     this.textInsPayAmt.Name = "textInsPayAmt";
     this.textInsPayAmt.ReadOnly = true;
     this.textInsPayAmt.Size = new System.Drawing.Size(55,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(389,275);
     this.textDedApplied.Name = "textDedApplied";
     this.textDedApplied.ReadOnly = true;
     this.textDedApplied.Size = new System.Drawing.Size(55,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);
     //
     // FormClaimPayTotal
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(948,363);
     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.Load += new System.EventHandler(this.FormClaimPayTotal_Load);
     this.Shown += new System.EventHandler(this.FormClaimPayTotal_Shown);
     this.Activated += new System.EventHandler(this.FormClaimPayTotal_Activated);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #10
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.label1      = new System.Windows.Forms.Label();
            this.textFee     = new OpenDental.ValidDouble();
            this.checkDefFee = new System.Windows.Forms.CheckBox();
            this.checkDefCov = new System.Windows.Forms.CheckBox();
            this.textBox1    = new System.Windows.Forms.TextBox();
            this.butOK       = new OpenDental.UI.Button();
            this.butCancel   = new OpenDental.UI.Button();
            this.SuspendLayout();
            //
            // label1
            //
            this.label1.Location  = new System.Drawing.Point(2, 26);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(72, 16);
            this.label1.TabIndex  = 0;
            this.label1.Text      = "Fee";
            this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
            //
            // textFee
            //
            this.textFee.Location = new System.Drawing.Point(78, 22);
            this.textFee.Name     = "textFee";
            this.textFee.Size     = new System.Drawing.Size(72, 20);
            this.textFee.TabIndex = 0;
            this.textFee.Text     = "";
            //
            // checkDefFee
            //
            this.checkDefFee.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.checkDefFee.Location  = new System.Drawing.Point(54, 54);
            this.checkDefFee.Name      = "checkDefFee";
            this.checkDefFee.Size      = new System.Drawing.Size(172, 24);
            this.checkDefFee.TabIndex  = 1;
            this.checkDefFee.Text      = "Use Default Fee (not visible)";
            this.checkDefFee.Visible   = false;
            //
            // checkDefCov
            //
            this.checkDefCov.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.checkDefCov.Location  = new System.Drawing.Point(54, 84);
            this.checkDefCov.Name      = "checkDefCov";
            this.checkDefCov.Size      = new System.Drawing.Size(208, 24);
            this.checkDefCov.TabIndex  = 2;
            this.checkDefCov.Text      = "Use Default Coverage (not visible)";
            this.checkDefCov.Visible   = false;
            //
            // textBox1
            //
            this.textBox1.BackColor   = System.Drawing.SystemColors.Control;
            this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBox1.Location    = new System.Drawing.Point(16, 132);
            this.textBox1.Multiline   = true;
            this.textBox1.Name        = "textBox1";
            this.textBox1.Size        = new System.Drawing.Size(512, 208);
            this.textBox1.TabIndex    = 29;
            this.textBox1.Text        = @"Special instructions for the two checkbox options:

You would not normally check these except in the following special circumstances:

Use Default Fee should be checked when the Fee you are editing is part of an insurance fee schedule and is only present for reference.  Your practice actually charges the provider default fee instead.  An example would be Nitrous oxide.  Insurance fee is $0, but by checking 'use default fee', your regular fee will be used.  Another example would be a fee schedule for an insurance company which you do not have a contract with, so the patient gets charged your higher fee.

Use Default Coverage will usually be unchecked even if 'Use Default Fee' is checked.  This way, insurance coverage estimates will still be based on the insurance fee schedule.  One situation when you would check this box is if you are sure insurance will cover a procedure, but the fee is not actually on their list.  Then, both boxes would be checked.  The only reason you don't just enter the expected fee in the box is that you want to make sure your list exactly matches the list you were given by the insurance company.";
            this.textBox1.Visible     = false;
            //
            // 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(282, 54);
            this.butOK.Name     = "butOK";
            this.butOK.Size     = new System.Drawing.Size(75, 25);
            this.butOK.TabIndex = 3;
            this.butOK.Text     = "&OK";
            this.butOK.Click   += new System.EventHandler(this.butOK_Click);
            //
            // butCancel
            //
            this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.butCancel.Autosize     = true;
            this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
            this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
            this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.butCancel.Location     = new System.Drawing.Point(282, 92);
            this.butCancel.Name         = "butCancel";
            this.butCancel.Size         = new System.Drawing.Size(75, 25);
            this.butCancel.TabIndex     = 4;
            this.butCancel.Text         = "&Cancel";
            this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
            //
            // FormFeeEdit
            //
            this.AcceptButton      = this.butOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(374, 132);
            this.Controls.Add(this.butCancel);
            this.Controls.Add(this.butOK);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.textFee);
            this.Controls.Add(this.checkDefCov);
            this.Controls.Add(this.checkDefFee);
            this.Controls.Add(this.label1);
            this.MaximizeBox   = false;
            this.MinimizeBox   = false;
            this.Name          = "FormFeeEdit";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Edit Fee";
            this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormFeeEdit_Closing);
            this.Load         += new System.EventHandler(this.FormFeeEdit_Load);
            this.ResumeLayout(false);
        }
コード例 #11
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormPaySplitEdit));
     this.ButCancel           = new OpenDental.UI.Button();
     this.butOK               = new OpenDental.UI.Button();
     this.butRemainder        = new OpenDental.UI.Button();
     this.labelRemainder      = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.listProvider        = new System.Windows.Forms.ListBox();
     this.listPatient         = new System.Windows.Forms.ListBox();
     this.textAmount          = new OpenDental.ValidDouble();
     this.labelAmount         = new System.Windows.Forms.Label();
     this.checkPayPlan        = new System.Windows.Forms.CheckBox();
     this.butDelete           = new OpenDental.UI.Button();
     this.textProcDate        = new OpenDental.ValidDate();
     this.label7              = new System.Windows.Forms.Label();
     this.textDatePay         = new OpenDental.ValidDate();
     this.label1              = new System.Windows.Forms.Label();
     this.textPatient         = new System.Windows.Forms.TextBox();
     this.checkPatOtherFam    = new System.Windows.Forms.CheckBox();
     this.groupPatient        = new System.Windows.Forms.GroupBox();
     this.groupProcedure      = new System.Windows.Forms.GroupBox();
     this.textProcTooth       = new System.Windows.Forms.TextBox();
     this.label14             = new System.Windows.Forms.Label();
     this.textProcProv        = new System.Windows.Forms.TextBox();
     this.textProcDescription = new System.Windows.Forms.TextBox();
     this.textProcDate2       = new System.Windows.Forms.TextBox();
     this.labelProcRemain     = new System.Windows.Forms.Label();
     this.textProcPaidHere    = new System.Windows.Forms.TextBox();
     this.textProcPrevPaid    = new System.Windows.Forms.TextBox();
     this.textProcAdj         = new System.Windows.Forms.TextBox();
     this.textProcInsEst      = new System.Windows.Forms.TextBox();
     this.textProcInsPaid     = new System.Windows.Forms.TextBox();
     this.textProcFee         = new System.Windows.Forms.TextBox();
     this.label13             = new System.Windows.Forms.Label();
     this.label12             = new System.Windows.Forms.Label();
     this.label11             = new System.Windows.Forms.Label();
     this.label10             = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.label8              = new System.Windows.Forms.Label();
     this.label6              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.butDetach           = new OpenDental.UI.Button();
     this.butAttach           = new OpenDental.UI.Button();
     this.textDateEntry       = new OpenDental.ValidDate();
     this.label15             = new System.Windows.Forms.Label();
     this.groupPatient.SuspendLayout();
     this.groupProcedure.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(660, 496);
     this.ButCancel.Name     = "ButCancel";
     this.ButCancel.Size     = new System.Drawing.Size(75, 26);
     this.ButCancel.TabIndex = 6;
     this.ButCancel.Text     = "&Cancel";
     this.ButCancel.Click   += new System.EventHandler(this.ButCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(660, 466);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 5;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butRemainder
     //
     this.butRemainder.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRemainder.Autosize            = true;
     this.butRemainder.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRemainder.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRemainder.Location            = new System.Drawing.Point(5, 304);
     this.butRemainder.Name     = "butRemainder";
     this.butRemainder.Size     = new System.Drawing.Size(92, 26);
     this.butRemainder.TabIndex = 7;
     this.butRemainder.Text     = "&Remainder";
     this.butRemainder.Visible  = false;
     this.butRemainder.Click   += new System.EventHandler(this.butRemainder_Click);
     //
     // labelRemainder
     //
     this.labelRemainder.Location = new System.Drawing.Point(5, 336);
     this.labelRemainder.Name     = "labelRemainder";
     this.labelRemainder.Size     = new System.Drawing.Size(119, 88);
     this.labelRemainder.TabIndex = 5;
     this.labelRemainder.Text     = "The Remainder button will calculate the value needed to make the splits balance.";
     this.labelRemainder.Visible  = false;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(245, 9);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(95, 16);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "Provider";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listProvider
     //
     this.listProvider.Location = new System.Drawing.Point(246, 26);
     this.listProvider.Name     = "listProvider";
     this.listProvider.Size     = new System.Drawing.Size(92, 108);
     this.listProvider.TabIndex = 2;
     //
     // listPatient
     //
     this.listPatient.Location   = new System.Drawing.Point(11, 34);
     this.listPatient.Name       = "listPatient";
     this.listPatient.Size       = new System.Drawing.Size(192, 108);
     this.listPatient.TabIndex   = 3;
     this.listPatient.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listPatient_MouseDown);
     //
     // textAmount
     //
     this.textAmount.Location    = new System.Drawing.Point(129, 94);
     this.textAmount.Name        = "textAmount";
     this.textAmount.Size        = new System.Drawing.Size(77, 20);
     this.textAmount.TabIndex    = 1;
     this.textAmount.Text        = "";
     this.textAmount.Validating += new System.ComponentModel.CancelEventHandler(this.textAmount_Validating);
     //
     // labelAmount
     //
     this.labelAmount.Location  = new System.Drawing.Point(23, 96);
     this.labelAmount.Name      = "labelAmount";
     this.labelAmount.Size      = new System.Drawing.Size(104, 16);
     this.labelAmount.TabIndex  = 15;
     this.labelAmount.Text      = "Amount";
     this.labelAmount.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkPayPlan
     //
     this.checkPayPlan.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPayPlan.Location  = new System.Drawing.Point(255, 497);
     this.checkPayPlan.Name      = "checkPayPlan";
     this.checkPayPlan.Size      = new System.Drawing.Size(198, 18);
     this.checkPayPlan.TabIndex  = 20;
     this.checkPayPlan.Text      = "Attached to Payment Plan";
     this.checkPayPlan.Click    += new System.EventHandler(this.checkPayPlan_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize   = true;
     this.butDelete.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.Image      = ((System.Drawing.Image)(resources.GetObject("butDelete.Image")));
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(48, 496);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(85, 26);
     this.butDelete.TabIndex   = 21;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // textProcDate
     //
     this.textProcDate.Location = new System.Drawing.Point(129, 70);
     this.textProcDate.Name     = "textProcDate";
     this.textProcDate.Size     = new System.Drawing.Size(92, 20);
     this.textProcDate.TabIndex = 25;
     this.textProcDate.Text     = "";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(24, 73);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(104, 16);
     this.label7.TabIndex  = 24;
     this.label7.Text      = "Split Date";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDatePay
     //
     this.textDatePay.Location = new System.Drawing.Point(129, 46);
     this.textDatePay.Name     = "textDatePay";
     this.textDatePay.ReadOnly = true;
     this.textDatePay.Size     = new System.Drawing.Size(92, 20);
     this.textDatePay.TabIndex = 22;
     this.textDatePay.Text     = "";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(0, 48);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(127, 16);
     this.label1.TabIndex  = 23;
     this.label1.Text      = "Payment Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textPatient
     //
     this.textPatient.Location = new System.Drawing.Point(11, 33);
     this.textPatient.Name     = "textPatient";
     this.textPatient.Size     = new System.Drawing.Size(238, 20);
     this.textPatient.TabIndex = 111;
     this.textPatient.Text     = "";
     //
     // checkPatOtherFam
     //
     this.checkPatOtherFam.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPatOtherFam.Location  = new System.Drawing.Point(11, 15);
     this.checkPatOtherFam.Name      = "checkPatOtherFam";
     this.checkPatOtherFam.Size      = new System.Drawing.Size(192, 17);
     this.checkPatOtherFam.TabIndex  = 110;
     this.checkPatOtherFam.TabStop   = false;
     this.checkPatOtherFam.Text      = "Is from another family";
     this.checkPatOtherFam.Click    += new System.EventHandler(this.checkPatOtherFam_Click);
     //
     // groupPatient
     //
     this.groupPatient.Controls.Add(this.listPatient);
     this.groupPatient.Controls.Add(this.textPatient);
     this.groupPatient.Controls.Add(this.checkPatOtherFam);
     this.groupPatient.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupPatient.Location  = new System.Drawing.Point(356, 8);
     this.groupPatient.Name      = "groupPatient";
     this.groupPatient.Size      = new System.Drawing.Size(265, 157);
     this.groupPatient.TabIndex  = 112;
     this.groupPatient.TabStop   = false;
     this.groupPatient.Text      = "Patient";
     //
     // groupProcedure
     //
     this.groupProcedure.Controls.Add(this.textProcTooth);
     this.groupProcedure.Controls.Add(this.label14);
     this.groupProcedure.Controls.Add(this.textProcProv);
     this.groupProcedure.Controls.Add(this.textProcDescription);
     this.groupProcedure.Controls.Add(this.textProcDate2);
     this.groupProcedure.Controls.Add(this.labelProcRemain);
     this.groupProcedure.Controls.Add(this.textProcPaidHere);
     this.groupProcedure.Controls.Add(this.textProcPrevPaid);
     this.groupProcedure.Controls.Add(this.textProcAdj);
     this.groupProcedure.Controls.Add(this.textProcInsEst);
     this.groupProcedure.Controls.Add(this.textProcInsPaid);
     this.groupProcedure.Controls.Add(this.textProcFee);
     this.groupProcedure.Controls.Add(this.label13);
     this.groupProcedure.Controls.Add(this.label12);
     this.groupProcedure.Controls.Add(this.label11);
     this.groupProcedure.Controls.Add(this.label10);
     this.groupProcedure.Controls.Add(this.label9);
     this.groupProcedure.Controls.Add(this.label8);
     this.groupProcedure.Controls.Add(this.label6);
     this.groupProcedure.Controls.Add(this.label4);
     this.groupProcedure.Controls.Add(this.label3);
     this.groupProcedure.Controls.Add(this.label2);
     this.groupProcedure.Controls.Add(this.butDetach);
     this.groupProcedure.Controls.Add(this.butAttach);
     this.groupProcedure.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupProcedure.Location  = new System.Drawing.Point(130, 208);
     this.groupProcedure.Name      = "groupProcedure";
     this.groupProcedure.Size      = new System.Drawing.Size(559, 225);
     this.groupProcedure.TabIndex  = 113;
     this.groupProcedure.TabStop   = false;
     this.groupProcedure.Text      = "Procedure";
     //
     // textProcTooth
     //
     this.textProcTooth.Location = new System.Drawing.Point(115, 95);
     this.textProcTooth.Name     = "textProcTooth";
     this.textProcTooth.ReadOnly = true;
     this.textProcTooth.Size     = new System.Drawing.Size(43, 20);
     this.textProcTooth.TabIndex = 46;
     this.textProcTooth.Text     = "";
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(9, 98);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(104, 16);
     this.label14.TabIndex  = 45;
     this.label14.Text      = "Tooth";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textProcProv
     //
     this.textProcProv.Location = new System.Drawing.Point(115, 75);
     this.textProcProv.Name     = "textProcProv";
     this.textProcProv.ReadOnly = true;
     this.textProcProv.Size     = new System.Drawing.Size(76, 20);
     this.textProcProv.TabIndex = 44;
     this.textProcProv.Text     = "";
     //
     // textProcDescription
     //
     this.textProcDescription.Location = new System.Drawing.Point(115, 115);
     this.textProcDescription.Name     = "textProcDescription";
     this.textProcDescription.ReadOnly = true;
     this.textProcDescription.Size     = new System.Drawing.Size(241, 20);
     this.textProcDescription.TabIndex = 43;
     this.textProcDescription.Text     = "";
     //
     // textProcDate2
     //
     this.textProcDate2.Location = new System.Drawing.Point(115, 55);
     this.textProcDate2.Name     = "textProcDate2";
     this.textProcDate2.ReadOnly = true;
     this.textProcDate2.Size     = new System.Drawing.Size(76, 20);
     this.textProcDate2.TabIndex = 42;
     this.textProcDate2.Text     = "";
     //
     // labelProcRemain
     //
     this.labelProcRemain.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelProcRemain.Location  = new System.Drawing.Point(462, 175);
     this.labelProcRemain.Name      = "labelProcRemain";
     this.labelProcRemain.Size      = new System.Drawing.Size(73, 18);
     this.labelProcRemain.TabIndex  = 41;
     this.labelProcRemain.Text      = "$90.00";
     this.labelProcRemain.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProcPaidHere
     //
     this.textProcPaidHere.Location  = new System.Drawing.Point(461, 148);
     this.textProcPaidHere.Name      = "textProcPaidHere";
     this.textProcPaidHere.ReadOnly  = true;
     this.textProcPaidHere.Size      = new System.Drawing.Size(76, 20);
     this.textProcPaidHere.TabIndex  = 40;
     this.textProcPaidHere.Text      = "0.00";
     this.textProcPaidHere.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcPrevPaid
     //
     this.textProcPrevPaid.Location  = new System.Drawing.Point(461, 128);
     this.textProcPrevPaid.Name      = "textProcPrevPaid";
     this.textProcPrevPaid.ReadOnly  = true;
     this.textProcPrevPaid.Size      = new System.Drawing.Size(76, 20);
     this.textProcPrevPaid.TabIndex  = 39;
     this.textProcPrevPaid.Text      = "0.00";
     this.textProcPrevPaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcAdj
     //
     this.textProcAdj.Location  = new System.Drawing.Point(461, 108);
     this.textProcAdj.Name      = "textProcAdj";
     this.textProcAdj.ReadOnly  = true;
     this.textProcAdj.Size      = new System.Drawing.Size(76, 20);
     this.textProcAdj.TabIndex  = 38;
     this.textProcAdj.Text      = "10.00";
     this.textProcAdj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcInsEst
     //
     this.textProcInsEst.Location  = new System.Drawing.Point(461, 88);
     this.textProcInsEst.Name      = "textProcInsEst";
     this.textProcInsEst.ReadOnly  = true;
     this.textProcInsEst.Size      = new System.Drawing.Size(76, 20);
     this.textProcInsEst.TabIndex  = 37;
     this.textProcInsEst.Text      = "55.00";
     this.textProcInsEst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcInsPaid
     //
     this.textProcInsPaid.Location  = new System.Drawing.Point(461, 68);
     this.textProcInsPaid.Name      = "textProcInsPaid";
     this.textProcInsPaid.ReadOnly  = true;
     this.textProcInsPaid.Size      = new System.Drawing.Size(76, 20);
     this.textProcInsPaid.TabIndex  = 36;
     this.textProcInsPaid.Text      = "45.00";
     this.textProcInsPaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcFee
     //
     this.textProcFee.Location  = new System.Drawing.Point(461, 48);
     this.textProcFee.Name      = "textProcFee";
     this.textProcFee.ReadOnly  = true;
     this.textProcFee.Size      = new System.Drawing.Size(76, 20);
     this.textProcFee.TabIndex  = 35;
     this.textProcFee.Text      = "200.00";
     this.textProcFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(353, 150);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(104, 16);
     this.label13.TabIndex  = 34;
     this.label13.Text      = "- Paid Here";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(353, 176);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(104, 16);
     this.label12.TabIndex  = 33;
     this.label12.Text      = "= Remaining";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(330, 130);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(127, 16);
     this.label11.TabIndex  = 32;
     this.label11.Text      = "- Previously Paid";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(353, 110);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(104, 16);
     this.label10.TabIndex  = 31;
     this.label10.Text      = "- Adjustments";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(353, 90);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(104, 16);
     this.label9.TabIndex  = 30;
     this.label9.Text      = "- Ins Est";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(353, 70);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(104, 16);
     this.label8.TabIndex  = 29;
     this.label8.Text      = "- Ins Paid";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(353, 50);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(104, 16);
     this.label6.TabIndex  = 28;
     this.label6.Text      = "Fee";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(9, 78);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(104, 16);
     this.label4.TabIndex  = 27;
     this.label4.Text      = "Provider";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(9, 118);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(104, 16);
     this.label3.TabIndex  = 26;
     this.label3.Text      = "Description";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 57);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(104, 16);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "Procedure Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butDetach
     //
     this.butDetach.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDetach.Autosize            = true;
     this.butDetach.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDetach.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDetach.Location            = new System.Drawing.Point(99, 21);
     this.butDetach.Name     = "butDetach";
     this.butDetach.Size     = new System.Drawing.Size(75, 25);
     this.butDetach.TabIndex = 9;
     this.butDetach.Text     = "Detach";
     this.butDetach.Click   += new System.EventHandler(this.butDetach_Click);
     //
     // butAttach
     //
     this.butAttach.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAttach.Autosize            = true;
     this.butAttach.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAttach.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAttach.Location            = new System.Drawing.Point(12, 21);
     this.butAttach.Name     = "butAttach";
     this.butAttach.Size     = new System.Drawing.Size(75, 25);
     this.butAttach.TabIndex = 8;
     this.butAttach.Text     = "Attach";
     this.butAttach.Click   += new System.EventHandler(this.butAttach_Click);
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(129, 22);
     this.textDateEntry.Name     = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size     = new System.Drawing.Size(92, 20);
     this.textDateEntry.TabIndex = 114;
     this.textDateEntry.Text     = "";
     //
     // label15
     //
     this.label15.Location  = new System.Drawing.Point(1, 24);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(127, 16);
     this.label15.TabIndex  = 115;
     this.label15.Text      = "Entry Date";
     this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormPaySplitEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(762, 541);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.groupProcedure);
     this.Controls.Add(this.groupPatient);
     this.Controls.Add(this.textProcDate);
     this.Controls.Add(this.textDatePay);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.butRemainder);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.ButCancel);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkPayPlan);
     this.Controls.Add(this.labelAmount);
     this.Controls.Add(this.listProvider);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.labelRemainder);
     this.Location      = new System.Drawing.Point(0, 400);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormPaySplitEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Payment Split";
     this.Load         += new System.EventHandler(this.FormPaySplitEdit_Load);
     this.groupPatient.ResumeLayout(false);
     this.groupProcedure.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #12
0
ファイル: FormClaimInstEdit.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()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimInstEdit));
			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.labelPreAuthNum = new System.Windows.Forms.Label();
			this.textInsPayEst = new System.Windows.Forms.TextBox();
			this.textPreAuth = 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.comboProvBill = new System.Windows.Forms.ComboBox();
			this.comboProvTreat = new System.Windows.Forms.ComboBox();
			this.listClaimStatus = new System.Windows.Forms.ListBox();
			this.label2 = new System.Windows.Forms.Label();
			this.listClaimType = new System.Windows.Forms.ListBox();
			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.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.panelBottomEdge = new System.Windows.Forms.Panel();
			this.panelRightEdge = new System.Windows.Forms.Panel();
			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.butHistory = new OpenDental.UI.Button();
			this.butSend = 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.butDelete = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.gridProc = new OpenDental.UI.ODGrid();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupValueCodes.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(241,98);
			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,135);
			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,114);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(104,16);
			this.label8.TabIndex = 7;
			this.label8.Text = "DateSent";
			this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelDateService
			// 
			this.labelDateService.Location = new System.Drawing.Point(3,94);
			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;
			// 
			// labelPreAuthNum
			// 
			this.labelPreAuthNum.Location = new System.Drawing.Point(199,142);
			this.labelPreAuthNum.Name = "labelPreAuthNum";
			this.labelPreAuthNum.Size = new System.Drawing.Size(138,16);
			this.labelPreAuthNum.TabIndex = 11;
			this.labelPreAuthNum.Text = "PreAuth Number";
			this.labelPreAuthNum.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textInsPayEst
			// 
			this.textInsPayEst.Location = new System.Drawing.Point(511,519);
			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;
			// 
			// textPreAuth
			// 
			this.textPreAuth.Location = new System.Drawing.Point(336,138);
			this.textPreAuth.Name = "textPreAuth";
			this.textPreAuth.Size = new System.Drawing.Size(170,20);
			this.textPreAuth.TabIndex = 1;
			// 
			// textClaimFee
			// 
			this.textClaimFee.Location = new System.Drawing.Point(349,519);
			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,522);
			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(234,119);
			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;
			// 
			// comboProvBill
			// 
			this.comboProvBill.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProvBill.Location = new System.Drawing.Point(336,94);
			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(336,116);
			this.comboProvTreat.Name = "comboProvTreat";
			this.comboProvTreat.Size = new System.Drawing.Size(100,21);
			this.comboProvTreat.TabIndex = 99;
			// 
			// listClaimStatus
			// 
			this.listClaimStatus.Location = new System.Drawing.Point(111,8);
			this.listClaimStatus.Name = "listClaimStatus";
			this.listClaimStatus.Size = new System.Drawing.Size(120,82);
			this.listClaimStatus.TabIndex = 103;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8,8);
			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;
			// 
			// listClaimType
			// 
			this.listClaimType.ForeColor = System.Drawing.SystemColors.WindowText;
			this.listClaimType.Location = new System.Drawing.Point(336,24);
			this.listClaimType.Name = "listClaimType";
			this.listClaimType.Size = new System.Drawing.Size(98,69);
			this.listClaimType.TabIndex = 108;
			this.listClaimType.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listClaimType_MouseUp);
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(239,26);
			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(523,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(523,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(183,9);
			this.butOtherNone.Name = "butOtherNone";
			this.butOtherNone.Size = new System.Drawing.Size(78,24);
			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(101,9);
			this.butOtherCovChange.Name = "butOtherCovChange";
			this.butOtherCovChange.Size = new System.Drawing.Size(78,24);
			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;
			// 
			// comboClinic
			// 
			this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClinic.Enabled = false;
			this.comboClinic.Location = new System.Drawing.Point(336,2);
			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(235,6);
			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(480,165);
			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";
			// 
			// 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;
			// 
			// 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(5,165);
			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;
			// 
			// 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,706);
			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);
			// 
			// 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,706);
			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);
			// 
			// 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,706);
			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,91);
			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,519);
			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,519);
			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,519);
			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,112);
			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,133);
			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,706);
			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,706);
			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);
			// 
			// 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,706);
			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,706);
			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,706);
			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);
			// 
			// gridProc
			// 
			this.gridProc.HScrollVisible = false;
			this.gridProc.Location = new System.Drawing.Point(2,315);
			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);
			// 
			// FormClaimInstEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.AutoScroll = true;
			this.ClientSize = new System.Drawing.Size(984,737);
			this.ControlBox = false;
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.groupValueCodes);
			this.Controls.Add(this.butHistory);
			this.Controls.Add(this.panelRightEdge);
			this.Controls.Add(this.panelBottomEdge);
			this.Controls.Add(this.butSend);
			this.Controls.Add(this.gridProc);
			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.textPreAuth);
			this.Controls.Add(this.textDateSent);
			this.Controls.Add(this.textDateRec);
			this.Controls.Add(this.butPreview);
			this.Controls.Add(this.butPrint);
			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.listClaimType);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.listClaimStatus);
			this.Controls.Add(this.comboProvTreat);
			this.Controls.Add(this.comboProvBill);
			this.Controls.Add(this.label21);
			this.Controls.Add(this.labelPreAuthNum);
			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 = "FormClaimInstEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Institutional \'Claim\'";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.FormClaimEdit_Closing);
			this.Load += new System.EventHandler(this.FormClaimInstEdit_Load);
			this.Shown += new System.EventHandler(this.FormClaimEdit_Shown);
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.groupBox3.ResumeLayout(false);
			this.groupBox3.PerformLayout();
			this.groupValueCodes.ResumeLayout(false);
			this.groupValueCodes.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
コード例 #13
0
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimPayEditOld));
			this.textAmount = new OpenDental.ValidDouble();
			this.textDate = new OpenDental.ValidDate();
			this.textBankBranch = new System.Windows.Forms.TextBox();
			this.textCheckNum = new System.Windows.Forms.TextBox();
			this.textNote = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.checkShowUn = new System.Windows.Forms.CheckBox();
			this.label1 = new System.Windows.Forms.Label();
			this.butDelete = new OpenDental.UI.Button();
			this.comboClinic = new System.Windows.Forms.ComboBox();
			this.labelClinic = new System.Windows.Forms.Label();
			this.textCarrierName = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.gridMain = new OpenDental.UI.ODGrid();
			this.SuspendLayout();
			// 
			// textAmount
			// 
			this.textAmount.Location = new System.Drawing.Point(668,56);
			this.textAmount.Name = "textAmount";
			this.textAmount.ReadOnly = true;
			this.textAmount.Size = new System.Drawing.Size(58,20);
			this.textAmount.TabIndex = 0;
			this.textAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(668,36);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(68,20);
			this.textDate.TabIndex = 3;
			this.textDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textBankBranch
			// 
			this.textBankBranch.Location = new System.Drawing.Point(668,96);
			this.textBankBranch.MaxLength = 25;
			this.textBankBranch.Name = "textBankBranch";
			this.textBankBranch.Size = new System.Drawing.Size(100,20);
			this.textBankBranch.TabIndex = 2;
			// 
			// textCheckNum
			// 
			this.textCheckNum.Location = new System.Drawing.Point(668,76);
			this.textCheckNum.MaxLength = 25;
			this.textCheckNum.Name = "textCheckNum";
			this.textCheckNum.Size = new System.Drawing.Size(100,20);
			this.textCheckNum.TabIndex = 1;
			// 
			// textNote
			// 
			this.textNote.Location = new System.Drawing.Point(558,174);
			this.textNote.MaxLength = 255;
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.Size = new System.Drawing.Size(324,70);
			this.textNote.TabIndex = 3;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(570,40);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(96,16);
			this.label6.TabIndex = 37;
			this.label6.Text = "Payment Date";
			this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(571,60);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(95,16);
			this.label5.TabIndex = 36;
			this.label5.Text = "Amount";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(575,78);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(90,16);
			this.label4.TabIndex = 35;
			this.label4.Text = "Check #";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(576,99);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(91,16);
			this.label3.TabIndex = 34;
			this.label3.Text = "Bank-Branch";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(560,154);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(132,16);
			this.label2.TabIndex = 33;
			this.label2.Text = "Note";
			this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// butCancel
			// 
			this.butCancel.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(803,631);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,24);
			this.butCancel.TabIndex = 7;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.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(803,593);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,24);
			this.butOK.TabIndex = 6;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// checkShowUn
			// 
			this.checkShowUn.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkShowUn.Location = new System.Drawing.Point(564,373);
			this.checkShowUn.Name = "checkShowUn";
			this.checkShowUn.Size = new System.Drawing.Size(215,24);
			this.checkShowUn.TabIndex = 4;
			this.checkShowUn.Text = "Show Unattached";
			this.checkShowUn.Click += new System.EventHandler(this.checkShowUn_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(562,632);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(129,35);
			this.label1.TabIndex = 51;
			this.label1.Text = "(Deletes this Check, but not any splits)";
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(565,597);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(92,24);
			this.butDelete.TabIndex = 52;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// comboClinic
			// 
			this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClinic.Location = new System.Drawing.Point(668,14);
			this.comboClinic.MaxDropDownItems = 30;
			this.comboClinic.Name = "comboClinic";
			this.comboClinic.Size = new System.Drawing.Size(209,21);
			this.comboClinic.TabIndex = 92;
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(579,18);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(86,14);
			this.labelClinic.TabIndex = 91;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textCarrierName
			// 
			this.textCarrierName.Location = new System.Drawing.Point(668,116);
			this.textCarrierName.MaxLength = 25;
			this.textCarrierName.Name = "textCarrierName";
			this.textCarrierName.Size = new System.Drawing.Size(212,20);
			this.textCarrierName.TabIndex = 93;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(558,119);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(109,16);
			this.label7.TabIndex = 94;
			this.label7.Text = "Carrier Name";
			this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// gridMain
			// 
			this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.gridMain.HScrollVisible = false;
			this.gridMain.Location = new System.Drawing.Point(8,14);
			this.gridMain.Name = "gridMain";
			this.gridMain.ScrollValue = 0;
			this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
			this.gridMain.Size = new System.Drawing.Size(539,641);
			this.gridMain.TabIndex = 95;
			this.gridMain.Title = "Claim Payment Splits";
			this.gridMain.TranslationName = "TableClaimPaySplits";
			this.gridMain.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
			// 
			// FormClaimPayEditOld
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(902,676);
			this.Controls.Add(this.gridMain);
			this.Controls.Add(this.textCarrierName);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.comboClinic);
			this.Controls.Add(this.labelClinic);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.checkShowUn);
			this.Controls.Add(this.textAmount);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.textBankBranch);
			this.Controls.Add(this.textCheckNum);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormClaimPayEditOld";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Insurance Claim Check";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormClaimPayEdit_FormClosing);
			this.Load += new System.EventHandler(this.FormClaimPayEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
コード例 #14
0
ファイル: FormEtrans835ClaimPay.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()
		{
			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();

		}
コード例 #15
0
		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();

		}
コード例 #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butOK            = new OpenDental.UI.Button();
     this.butCancel        = new OpenDental.UI.Button();
     this.trackQ           = new System.Windows.Forms.TrackBar();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.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.label12          = new System.Windows.Forms.Label();
     this.label13          = new System.Windows.Forms.Label();
     this.textBox1         = new System.Windows.Forms.TextBox();
     this.textCropDelta    = new OpenDental.ValidDouble();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.label14          = new System.Windows.Forms.Label();
     this.label15          = new System.Windows.Forms.Label();
     this.label16          = new System.Windows.Forms.Label();
     this.label17          = new System.Windows.Forms.Label();
     this.label18          = new System.Windows.Forms.Label();
     this.label19          = new System.Windows.Forms.Label();
     this.label20          = new System.Windows.Forms.Label();
     this.label21          = new System.Windows.Forms.Label();
     this.label22          = new System.Windows.Forms.Label();
     this.label23          = new System.Windows.Forms.Label();
     this.label24          = new System.Windows.Forms.Label();
     this.trackRadiographs = new System.Windows.Forms.TrackBar();
     this.label25          = new System.Windows.Forms.Label();
     this.groupBox3        = new System.Windows.Forms.GroupBox();
     this.label26          = new System.Windows.Forms.Label();
     this.label27          = new System.Windows.Forms.Label();
     this.label28          = new System.Windows.Forms.Label();
     this.label29          = 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.label36          = new System.Windows.Forms.Label();
     this.trackPhotos      = new System.Windows.Forms.TrackBar();
     this.label37          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.trackQ)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackRadiographs)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackPhotos)).BeginInit();
     this.SuspendLayout();
     //
     // 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.Location            = new System.Drawing.Point(718, 430);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 2;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // 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.DialogResult        = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location            = new System.Drawing.Point(718, 468);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 3;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // trackQ
     //
     this.trackQ.LargeChange   = 10;
     this.trackQ.Location      = new System.Drawing.Point(131, 65);
     this.trackQ.Maximum       = 100;
     this.trackQ.Name          = "trackQ";
     this.trackQ.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.trackQ.Size          = new System.Drawing.Size(45, 218);
     this.trackQ.SmallChange   = 10;
     this.trackQ.TabIndex      = 0;
     this.trackQ.TickFrequency = 10;
     this.trackQ.TickStyle     = System.Windows.Forms.TickStyle.TopLeft;
     this.trackQ.Value         = 40;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(89, 244);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(44, 12);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "10";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(89, 92);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(44, 12);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "90";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(89, 112);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(44, 12);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "80";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(89, 130);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(44, 12);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "70";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(89, 150);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(44, 12);
     this.label5.TabIndex  = 7;
     this.label5.Text      = "60";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(89, 168);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(44, 12);
     this.label6.TabIndex  = 8;
     this.label6.Text      = "50";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location  = new System.Drawing.Point(89, 188);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(44, 12);
     this.label7.TabIndex  = 9;
     this.label7.Text      = "40";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(89, 206);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(44, 12);
     this.label8.TabIndex  = 10;
     this.label8.Text      = "30";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(89, 226);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(44, 12);
     this.label9.TabIndex  = 11;
     this.label9.Text      = "20";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(13, 74);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(120, 12);
     this.label10.TabIndex  = 12;
     this.label10.Text      = "No compression - 100";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(89, 264);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(44, 12);
     this.label11.TabIndex  = 13;
     this.label11.Text      = "0";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(17, 28);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(139, 35);
     this.label12.TabIndex = 14;
     this.label12.Text     = "JPEG Compression - Quality After Scanning";
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(13, 293);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(176, 34);
     this.label13.TabIndex = 15;
     this.label13.Text     = "Suggested setting for scanning documents is Greyscale, 150 dpi.";
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.SystemColors.Control;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location    = new System.Drawing.Point(9, 374);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(251, 76);
     this.textBox1.TabIndex    = 16;
     this.textBox1.Text        = "Delta threshhold for automatic crop.  Recommend 0.035.  Smaller setting will incr" +
                                 "ease sensitivity and tend to crop documents to larger size.  Useful range is abo" +
                                 "ut 0.01 to 0.05.";
     this.textBox1.Visible = false;
     //
     // textCropDelta
     //
     this.textCropDelta.Location = new System.Drawing.Point(8, 442);
     this.textCropDelta.Name     = "textCropDelta";
     this.textCropDelta.TabIndex = 1;
     this.textCropDelta.Text     = "";
     this.textCropDelta.Visible  = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.trackQ);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.textCropDelta);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(20, 19);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(269, 478);
     this.groupBox1.TabIndex  = 17;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Documents";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.label16);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.label18);
     this.groupBox2.Controls.Add(this.label19);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.Controls.Add(this.label21);
     this.groupBox2.Controls.Add(this.label22);
     this.groupBox2.Controls.Add(this.label23);
     this.groupBox2.Controls.Add(this.label24);
     this.groupBox2.Controls.Add(this.trackRadiographs);
     this.groupBox2.Controls.Add(this.label25);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(301, 19);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(237, 341);
     this.groupBox2.TabIndex  = 18;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Radiographs";
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(89, 168);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(44, 12);
     this.label14.TabIndex  = 8;
     this.label14.Text      = "50";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label15
     //
     this.label15.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label15.Location  = new System.Drawing.Point(89, 188);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(44, 12);
     this.label15.TabIndex  = 9;
     this.label15.Text      = "40";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label16
     //
     this.label16.Location  = new System.Drawing.Point(89, 206);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(44, 12);
     this.label16.TabIndex  = 10;
     this.label16.Text      = "30";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label17
     //
     this.label17.Location  = new System.Drawing.Point(13, 74);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(120, 12);
     this.label17.TabIndex  = 12;
     this.label17.Text      = "No compression - 100";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label18
     //
     this.label18.Location  = new System.Drawing.Point(89, 264);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(44, 12);
     this.label18.TabIndex  = 13;
     this.label18.Text      = "0";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label19
     //
     this.label19.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label19.Location  = new System.Drawing.Point(89, 92);
     this.label19.Name      = "label19";
     this.label19.Size      = new System.Drawing.Size(44, 12);
     this.label19.TabIndex  = 4;
     this.label19.Text      = "90";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label20
     //
     this.label20.Location  = new System.Drawing.Point(89, 112);
     this.label20.Name      = "label20";
     this.label20.Size      = new System.Drawing.Size(44, 12);
     this.label20.TabIndex  = 5;
     this.label20.Text      = "80";
     this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label21
     //
     this.label21.Location  = new System.Drawing.Point(89, 244);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(44, 12);
     this.label21.TabIndex  = 3;
     this.label21.Text      = "10";
     this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label22
     //
     this.label22.Location  = new System.Drawing.Point(89, 226);
     this.label22.Name      = "label22";
     this.label22.Size      = new System.Drawing.Size(44, 12);
     this.label22.TabIndex  = 11;
     this.label22.Text      = "20";
     this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label23
     //
     this.label23.Location  = new System.Drawing.Point(89, 130);
     this.label23.Name      = "label23";
     this.label23.Size      = new System.Drawing.Size(44, 12);
     this.label23.TabIndex  = 6;
     this.label23.Text      = "70";
     this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label24
     //
     this.label24.Location  = new System.Drawing.Point(89, 150);
     this.label24.Name      = "label24";
     this.label24.Size      = new System.Drawing.Size(44, 12);
     this.label24.TabIndex  = 7;
     this.label24.Text      = "60";
     this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // trackRadiographs
     //
     this.trackRadiographs.LargeChange   = 10;
     this.trackRadiographs.Location      = new System.Drawing.Point(131, 65);
     this.trackRadiographs.Maximum       = 100;
     this.trackRadiographs.Name          = "trackRadiographs";
     this.trackRadiographs.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.trackRadiographs.Size          = new System.Drawing.Size(45, 218);
     this.trackRadiographs.SmallChange   = 10;
     this.trackRadiographs.TabIndex      = 0;
     this.trackRadiographs.TickFrequency = 10;
     this.trackRadiographs.TickStyle     = System.Windows.Forms.TickStyle.TopLeft;
     this.trackRadiographs.Value         = 90;
     //
     // label25
     //
     this.label25.Location = new System.Drawing.Point(13, 292);
     this.label25.Name     = "label25";
     this.label25.Size     = new System.Drawing.Size(212, 42);
     this.label25.TabIndex = 15;
     this.label25.Text     = "Suggested setting for scanning panos is Greyscale, 300 dpi.  For BWs, 400dpi.";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label26);
     this.groupBox3.Controls.Add(this.label27);
     this.groupBox3.Controls.Add(this.label28);
     this.groupBox3.Controls.Add(this.label29);
     this.groupBox3.Controls.Add(this.label30);
     this.groupBox3.Controls.Add(this.label31);
     this.groupBox3.Controls.Add(this.label32);
     this.groupBox3.Controls.Add(this.label33);
     this.groupBox3.Controls.Add(this.label34);
     this.groupBox3.Controls.Add(this.label35);
     this.groupBox3.Controls.Add(this.label36);
     this.groupBox3.Controls.Add(this.trackPhotos);
     this.groupBox3.Controls.Add(this.label37);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(557, 19);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(235, 341);
     this.groupBox3.TabIndex  = 19;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Photos";
     //
     // label26
     //
     this.label26.Location  = new System.Drawing.Point(89, 168);
     this.label26.Name      = "label26";
     this.label26.Size      = new System.Drawing.Size(44, 12);
     this.label26.TabIndex  = 8;
     this.label26.Text      = "50";
     this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label27
     //
     this.label27.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label27.Location  = new System.Drawing.Point(89, 188);
     this.label27.Name      = "label27";
     this.label27.Size      = new System.Drawing.Size(44, 12);
     this.label27.TabIndex  = 9;
     this.label27.Text      = "40";
     this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label28
     //
     this.label28.Location  = new System.Drawing.Point(89, 206);
     this.label28.Name      = "label28";
     this.label28.Size      = new System.Drawing.Size(44, 12);
     this.label28.TabIndex  = 10;
     this.label28.Text      = "30";
     this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label29
     //
     this.label29.Location  = new System.Drawing.Point(13, 74);
     this.label29.Name      = "label29";
     this.label29.Size      = new System.Drawing.Size(120, 12);
     this.label29.TabIndex  = 12;
     this.label29.Text      = "No compression - 100";
     this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label30
     //
     this.label30.Location  = new System.Drawing.Point(89, 264);
     this.label30.Name      = "label30";
     this.label30.Size      = new System.Drawing.Size(44, 12);
     this.label30.TabIndex  = 13;
     this.label30.Text      = "0";
     this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label31
     //
     this.label31.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label31.Location  = new System.Drawing.Point(89, 92);
     this.label31.Name      = "label31";
     this.label31.Size      = new System.Drawing.Size(44, 12);
     this.label31.TabIndex  = 4;
     this.label31.Text      = "90";
     this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label32
     //
     this.label32.Location  = new System.Drawing.Point(89, 112);
     this.label32.Name      = "label32";
     this.label32.Size      = new System.Drawing.Size(44, 12);
     this.label32.TabIndex  = 5;
     this.label32.Text      = "80";
     this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label33
     //
     this.label33.Location  = new System.Drawing.Point(89, 244);
     this.label33.Name      = "label33";
     this.label33.Size      = new System.Drawing.Size(44, 12);
     this.label33.TabIndex  = 3;
     this.label33.Text      = "10";
     this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label34
     //
     this.label34.Location  = new System.Drawing.Point(89, 226);
     this.label34.Name      = "label34";
     this.label34.Size      = new System.Drawing.Size(44, 12);
     this.label34.TabIndex  = 11;
     this.label34.Text      = "20";
     this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label35
     //
     this.label35.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label35.Location  = new System.Drawing.Point(89, 130);
     this.label35.Name      = "label35";
     this.label35.Size      = new System.Drawing.Size(44, 12);
     this.label35.TabIndex  = 6;
     this.label35.Text      = "70";
     this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label36
     //
     this.label36.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label36.Location  = new System.Drawing.Point(89, 150);
     this.label36.Name      = "label36";
     this.label36.Size      = new System.Drawing.Size(44, 12);
     this.label36.TabIndex  = 7;
     this.label36.Text      = "60";
     this.label36.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // trackPhotos
     //
     this.trackPhotos.LargeChange   = 10;
     this.trackPhotos.Location      = new System.Drawing.Point(131, 65);
     this.trackPhotos.Maximum       = 100;
     this.trackPhotos.Name          = "trackPhotos";
     this.trackPhotos.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.trackPhotos.Size          = new System.Drawing.Size(45, 218);
     this.trackPhotos.SmallChange   = 10;
     this.trackPhotos.TabIndex      = 0;
     this.trackPhotos.TickFrequency = 10;
     this.trackPhotos.TickStyle     = System.Windows.Forms.TickStyle.TopLeft;
     this.trackPhotos.Value         = 70;
     //
     // label37
     //
     this.label37.Location = new System.Drawing.Point(13, 292);
     this.label37.Name     = "label37";
     this.label37.Size     = new System.Drawing.Size(176, 34);
     this.label37.TabIndex = 15;
     this.label37.Text     = "Suggested setting for scanning photos is Color, 300 dpi.";
     //
     // FormScannerSetup
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(820, 515);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormScannerSetup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Scanner Setup";
     this.Load         += new System.EventHandler(this.FormScannerSetup_Load);
     ((System.ComponentModel.ISupportInitialize)(this.trackQ)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackRadiographs)).EndInit();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackPhotos)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #17
0
ファイル: FormPaySplitEdit.cs プロジェクト: nampn/ODental
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPaySplitEdit));
     this.labelRemainder = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.listPatient = new System.Windows.Forms.ListBox();
     this.labelAmount = new System.Windows.Forms.Label();
     this.checkPayPlan = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.textPatient = new System.Windows.Forms.TextBox();
     this.checkPatOtherFam = new System.Windows.Forms.CheckBox();
     this.groupPatient = new System.Windows.Forms.GroupBox();
     this.groupProcedure = new System.Windows.Forms.GroupBox();
     this.textProcWriteoff = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.textProcTooth = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.textProcProv = new System.Windows.Forms.TextBox();
     this.textProcDescription = new System.Windows.Forms.TextBox();
     this.textProcDate2 = new System.Windows.Forms.TextBox();
     this.labelProcRemain = new System.Windows.Forms.Label();
     this.textProcPaidHere = new System.Windows.Forms.TextBox();
     this.textProcPrevPaid = new System.Windows.Forms.TextBox();
     this.textProcAdj = new System.Windows.Forms.TextBox();
     this.textProcInsEst = new System.Windows.Forms.TextBox();
     this.textProcInsPaid = new System.Windows.Forms.TextBox();
     this.textProcFee = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.butDetach = new OpenDental.UI.Button();
     this.butAttach = new OpenDental.UI.Button();
     this.label15 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.textDateEntry = new OpenDental.ValidDate();
     this.textProcDate = new OpenDental.ValidDate();
     this.textDatePay = new OpenDental.ValidDate();
     this.butDelete = new OpenDental.UI.Button();
     this.textAmount = new OpenDental.ValidDouble();
     this.butRemainder = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.ButCancel = new OpenDental.UI.Button();
     this.comboUnearnedTypes = new System.Windows.Forms.ComboBox();
     this.comboProvider = new System.Windows.Forms.ComboBox();
     this.butPickProv = new OpenDental.UI.Button();
     this.comboClinic = new System.Windows.Forms.ComboBox();
     this.labelClinic = new System.Windows.Forms.Label();
     this.groupPatient.SuspendLayout();
     this.groupProcedure.SuspendLayout();
     this.SuspendLayout();
     //
     // labelRemainder
     //
     this.labelRemainder.Location = new System.Drawing.Point(5,336);
     this.labelRemainder.Name = "labelRemainder";
     this.labelRemainder.Size = new System.Drawing.Size(119,88);
     this.labelRemainder.TabIndex = 5;
     this.labelRemainder.Text = "The Remainder button will calculate the value needed to make the splits balance.";
     this.labelRemainder.Visible = false;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(33,144);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(95,16);
     this.label5.TabIndex = 10;
     this.label5.Text = "Provider";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // listPatient
     //
     this.listPatient.Location = new System.Drawing.Point(11,34);
     this.listPatient.Name = "listPatient";
     this.listPatient.Size = new System.Drawing.Size(192,108);
     this.listPatient.TabIndex = 3;
     this.listPatient.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listPatient_MouseDown);
     //
     // labelAmount
     //
     this.labelAmount.Location = new System.Drawing.Point(23,96);
     this.labelAmount.Name = "labelAmount";
     this.labelAmount.Size = new System.Drawing.Size(104,16);
     this.labelAmount.TabIndex = 15;
     this.labelAmount.Text = "Amount";
     this.labelAmount.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkPayPlan
     //
     this.checkPayPlan.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPayPlan.Location = new System.Drawing.Point(255,497);
     this.checkPayPlan.Name = "checkPayPlan";
     this.checkPayPlan.Size = new System.Drawing.Size(198,18);
     this.checkPayPlan.TabIndex = 20;
     this.checkPayPlan.Text = "Attached to Payment Plan";
     this.checkPayPlan.Click += new System.EventHandler(this.checkPayPlan_Click);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(12,73);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(116,16);
     this.label7.TabIndex = 24;
     this.label7.Text = "(procedure date)";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(0,48);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(127,16);
     this.label1.TabIndex = 23;
     this.label1.Text = "Payment Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textPatient
     //
     this.textPatient.Location = new System.Drawing.Point(11,33);
     this.textPatient.Name = "textPatient";
     this.textPatient.Size = new System.Drawing.Size(238,20);
     this.textPatient.TabIndex = 111;
     //
     // checkPatOtherFam
     //
     this.checkPatOtherFam.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPatOtherFam.Location = new System.Drawing.Point(11,15);
     this.checkPatOtherFam.Name = "checkPatOtherFam";
     this.checkPatOtherFam.Size = new System.Drawing.Size(192,17);
     this.checkPatOtherFam.TabIndex = 110;
     this.checkPatOtherFam.TabStop = false;
     this.checkPatOtherFam.Text = "Is from another family";
     this.checkPatOtherFam.Click += new System.EventHandler(this.checkPatOtherFam_Click);
     //
     // groupPatient
     //
     this.groupPatient.Controls.Add(this.listPatient);
     this.groupPatient.Controls.Add(this.textPatient);
     this.groupPatient.Controls.Add(this.checkPatOtherFam);
     this.groupPatient.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupPatient.Location = new System.Drawing.Point(480,26);
     this.groupPatient.Name = "groupPatient";
     this.groupPatient.Size = new System.Drawing.Size(265,157);
     this.groupPatient.TabIndex = 112;
     this.groupPatient.TabStop = false;
     this.groupPatient.Text = "Patient";
     //
     // groupProcedure
     //
     this.groupProcedure.Controls.Add(this.textProcWriteoff);
     this.groupProcedure.Controls.Add(this.label16);
     this.groupProcedure.Controls.Add(this.textProcTooth);
     this.groupProcedure.Controls.Add(this.label14);
     this.groupProcedure.Controls.Add(this.textProcProv);
     this.groupProcedure.Controls.Add(this.textProcDescription);
     this.groupProcedure.Controls.Add(this.textProcDate2);
     this.groupProcedure.Controls.Add(this.labelProcRemain);
     this.groupProcedure.Controls.Add(this.textProcPaidHere);
     this.groupProcedure.Controls.Add(this.textProcPrevPaid);
     this.groupProcedure.Controls.Add(this.textProcAdj);
     this.groupProcedure.Controls.Add(this.textProcInsEst);
     this.groupProcedure.Controls.Add(this.textProcInsPaid);
     this.groupProcedure.Controls.Add(this.textProcFee);
     this.groupProcedure.Controls.Add(this.label13);
     this.groupProcedure.Controls.Add(this.label12);
     this.groupProcedure.Controls.Add(this.label11);
     this.groupProcedure.Controls.Add(this.label10);
     this.groupProcedure.Controls.Add(this.label9);
     this.groupProcedure.Controls.Add(this.label8);
     this.groupProcedure.Controls.Add(this.label6);
     this.groupProcedure.Controls.Add(this.label4);
     this.groupProcedure.Controls.Add(this.label3);
     this.groupProcedure.Controls.Add(this.label2);
     this.groupProcedure.Controls.Add(this.butDetach);
     this.groupProcedure.Controls.Add(this.butAttach);
     this.groupProcedure.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupProcedure.Location = new System.Drawing.Point(130,228);
     this.groupProcedure.Name = "groupProcedure";
     this.groupProcedure.Size = new System.Drawing.Size(615,225);
     this.groupProcedure.TabIndex = 113;
     this.groupProcedure.TabStop = false;
     this.groupProcedure.Text = "Procedure";
     //
     // textProcWriteoff
     //
     this.textProcWriteoff.Location = new System.Drawing.Point(477,48);
     this.textProcWriteoff.Name = "textProcWriteoff";
     this.textProcWriteoff.ReadOnly = true;
     this.textProcWriteoff.Size = new System.Drawing.Size(76,20);
     this.textProcWriteoff.TabIndex = 50;
     this.textProcWriteoff.Text = "5.00";
     this.textProcWriteoff.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(369,50);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(104,16);
     this.label16.TabIndex = 49;
     this.label16.Text = "- Writeoff";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProcTooth
     //
     this.textProcTooth.Location = new System.Drawing.Point(115,95);
     this.textProcTooth.Name = "textProcTooth";
     this.textProcTooth.ReadOnly = true;
     this.textProcTooth.Size = new System.Drawing.Size(43,20);
     this.textProcTooth.TabIndex = 46;
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(9,98);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(104,16);
     this.label14.TabIndex = 45;
     this.label14.Text = "Tooth";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textProcProv
     //
     this.textProcProv.Location = new System.Drawing.Point(115,75);
     this.textProcProv.Name = "textProcProv";
     this.textProcProv.ReadOnly = true;
     this.textProcProv.Size = new System.Drawing.Size(76,20);
     this.textProcProv.TabIndex = 44;
     //
     // textProcDescription
     //
     this.textProcDescription.Location = new System.Drawing.Point(115,115);
     this.textProcDescription.Name = "textProcDescription";
     this.textProcDescription.ReadOnly = true;
     this.textProcDescription.Size = new System.Drawing.Size(241,20);
     this.textProcDescription.TabIndex = 43;
     //
     // textProcDate2
     //
     this.textProcDate2.Location = new System.Drawing.Point(115,55);
     this.textProcDate2.Name = "textProcDate2";
     this.textProcDate2.ReadOnly = true;
     this.textProcDate2.Size = new System.Drawing.Size(76,20);
     this.textProcDate2.TabIndex = 42;
     //
     // labelProcRemain
     //
     this.labelProcRemain.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
     this.labelProcRemain.Location = new System.Drawing.Point(478,175);
     this.labelProcRemain.Name = "labelProcRemain";
     this.labelProcRemain.Size = new System.Drawing.Size(73,18);
     this.labelProcRemain.TabIndex = 41;
     this.labelProcRemain.Text = "$85.00";
     this.labelProcRemain.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProcPaidHere
     //
     this.textProcPaidHere.Location = new System.Drawing.Point(477,148);
     this.textProcPaidHere.Name = "textProcPaidHere";
     this.textProcPaidHere.ReadOnly = true;
     this.textProcPaidHere.Size = new System.Drawing.Size(76,20);
     this.textProcPaidHere.TabIndex = 40;
     this.textProcPaidHere.Text = "0.00";
     this.textProcPaidHere.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcPrevPaid
     //
     this.textProcPrevPaid.Location = new System.Drawing.Point(477,128);
     this.textProcPrevPaid.Name = "textProcPrevPaid";
     this.textProcPrevPaid.ReadOnly = true;
     this.textProcPrevPaid.Size = new System.Drawing.Size(76,20);
     this.textProcPrevPaid.TabIndex = 39;
     this.textProcPrevPaid.Text = "0.00";
     this.textProcPrevPaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcAdj
     //
     this.textProcAdj.Location = new System.Drawing.Point(477,108);
     this.textProcAdj.Name = "textProcAdj";
     this.textProcAdj.ReadOnly = true;
     this.textProcAdj.Size = new System.Drawing.Size(76,20);
     this.textProcAdj.TabIndex = 38;
     this.textProcAdj.Text = "10.00";
     this.textProcAdj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcInsEst
     //
     this.textProcInsEst.Location = new System.Drawing.Point(477,88);
     this.textProcInsEst.Name = "textProcInsEst";
     this.textProcInsEst.ReadOnly = true;
     this.textProcInsEst.Size = new System.Drawing.Size(76,20);
     this.textProcInsEst.TabIndex = 37;
     this.textProcInsEst.Text = "55.00";
     this.textProcInsEst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcInsPaid
     //
     this.textProcInsPaid.Location = new System.Drawing.Point(477,68);
     this.textProcInsPaid.Name = "textProcInsPaid";
     this.textProcInsPaid.ReadOnly = true;
     this.textProcInsPaid.Size = new System.Drawing.Size(76,20);
     this.textProcInsPaid.TabIndex = 36;
     this.textProcInsPaid.Text = "45.00";
     this.textProcInsPaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textProcFee
     //
     this.textProcFee.Location = new System.Drawing.Point(477,28);
     this.textProcFee.Name = "textProcFee";
     this.textProcFee.ReadOnly = true;
     this.textProcFee.Size = new System.Drawing.Size(76,20);
     this.textProcFee.TabIndex = 35;
     this.textProcFee.Text = "200.00";
     this.textProcFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(369,150);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(104,16);
     this.label13.TabIndex = 34;
     this.label13.Text = "- Paid Here";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(369,176);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(104,16);
     this.label12.TabIndex = 33;
     this.label12.Text = "= Remaining";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(346,130);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(127,16);
     this.label11.TabIndex = 32;
     this.label11.Text = "- Previously Paid";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(369,110);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(104,16);
     this.label10.TabIndex = 31;
     this.label10.Text = "- Adjustments";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(369,90);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(104,16);
     this.label9.TabIndex = 30;
     this.label9.Text = "- Ins Est";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(369,70);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(104,16);
     this.label8.TabIndex = 29;
     this.label8.Text = "- Ins Paid";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(369,30);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(104,16);
     this.label6.TabIndex = 28;
     this.label6.Text = "Fee";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(9,78);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(104,16);
     this.label4.TabIndex = 27;
     this.label4.Text = "Provider";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(9,118);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(104,16);
     this.label3.TabIndex = 26;
     this.label3.Text = "Description";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8,57);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(104,16);
     this.label2.TabIndex = 25;
     this.label2.Text = "Procedure Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butDetach
     //
     this.butDetach.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDetach.Autosize = true;
     this.butDetach.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDetach.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDetach.CornerRadius = 4F;
     this.butDetach.Location = new System.Drawing.Point(99,21);
     this.butDetach.Name = "butDetach";
     this.butDetach.Size = new System.Drawing.Size(75,24);
     this.butDetach.TabIndex = 9;
     this.butDetach.Text = "Detach";
     this.butDetach.Click += new System.EventHandler(this.butDetach_Click);
     //
     // butAttach
     //
     this.butAttach.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAttach.Autosize = true;
     this.butAttach.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAttach.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAttach.CornerRadius = 4F;
     this.butAttach.Location = new System.Drawing.Point(12,21);
     this.butAttach.Name = "butAttach";
     this.butAttach.Size = new System.Drawing.Size(75,24);
     this.butAttach.TabIndex = 8;
     this.butAttach.Text = "Attach";
     this.butAttach.Click += new System.EventHandler(this.butAttach_Click);
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(1,24);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(127,16);
     this.label15.TabIndex = 115;
     this.label15.Text = "Entry Date";
     this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(3,121);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(124,16);
     this.label17.TabIndex = 116;
     this.label17.Text = "Unearned Type";
     this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(129,22);
     this.textDateEntry.Name = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size = new System.Drawing.Size(92,20);
     this.textDateEntry.TabIndex = 114;
     //
     // textProcDate
     //
     this.textProcDate.Location = new System.Drawing.Point(129,70);
     this.textProcDate.Name = "textProcDate";
     this.textProcDate.Size = new System.Drawing.Size(92,20);
     this.textProcDate.TabIndex = 25;
     //
     // textDatePay
     //
     this.textDatePay.Location = new System.Drawing.Point(129,46);
     this.textDatePay.Name = "textDatePay";
     this.textDatePay.ReadOnly = true;
     this.textDatePay.Size = new System.Drawing.Size(92,20);
     this.textDatePay.TabIndex = 22;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(48,496);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(85,24);
     this.butDelete.TabIndex = 21;
     this.butDelete.Text = "&Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(129,94);
     this.textAmount.Name = "textAmount";
     this.textAmount.Size = new System.Drawing.Size(77,20);
     this.textAmount.TabIndex = 1;
     this.textAmount.Validating += new System.ComponentModel.CancelEventHandler(this.textAmount_Validating);
     //
     // butRemainder
     //
     this.butRemainder.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butRemainder.Autosize = true;
     this.butRemainder.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRemainder.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRemainder.CornerRadius = 4F;
     this.butRemainder.Location = new System.Drawing.Point(5,304);
     this.butRemainder.Name = "butRemainder";
     this.butRemainder.Size = new System.Drawing.Size(92,24);
     this.butRemainder.TabIndex = 7;
     this.butRemainder.Text = "&Remainder";
     this.butRemainder.Visible = false;
     this.butRemainder.Click += new System.EventHandler(this.butRemainder_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(606,496);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 5;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // ButCancel
     //
     this.ButCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.ButCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButCancel.Autosize = true;
     this.ButCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.ButCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.ButCancel.CornerRadius = 4F;
     this.ButCancel.Location = new System.Drawing.Point(699,496);
     this.ButCancel.Name = "ButCancel";
     this.ButCancel.Size = new System.Drawing.Size(75,24);
     this.ButCancel.TabIndex = 6;
     this.ButCancel.Text = "&Cancel";
     this.ButCancel.Click += new System.EventHandler(this.ButCancel_Click);
     //
     // comboUnearnedTypes
     //
     this.comboUnearnedTypes.FormattingEnabled = true;
     this.comboUnearnedTypes.Location = new System.Drawing.Point(129,118);
     this.comboUnearnedTypes.Name = "comboUnearnedTypes";
     this.comboUnearnedTypes.Size = new System.Drawing.Size(165,21);
     this.comboUnearnedTypes.TabIndex = 117;
     //
     // comboProvider
     //
     this.comboProvider.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProvider.FormattingEnabled = true;
     this.comboProvider.Location = new System.Drawing.Point(129,143);
     this.comboProvider.Name = "comboProvider";
     this.comboProvider.Size = new System.Drawing.Size(145,21);
     this.comboProvider.TabIndex = 118;
     //
     // butPickProv
     //
     this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPickProv.Autosize = false;
     this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickProv.CornerRadius = 2F;
     this.butPickProv.Location = new System.Drawing.Point(276,143);
     this.butPickProv.Name = "butPickProv";
     this.butPickProv.Size = new System.Drawing.Size(18,20);
     this.butPickProv.TabIndex = 158;
     this.butPickProv.Text = "...";
     this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click);
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.FormattingEnabled = true;
     this.comboClinic.Location = new System.Drawing.Point(129,168);
     this.comboClinic.Name = "comboClinic";
     this.comboClinic.Size = new System.Drawing.Size(165,21);
     this.comboClinic.TabIndex = 160;
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(3,171);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(124,16);
     this.labelClinic.TabIndex = 159;
     this.labelClinic.Text = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormPaySplitEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(801,541);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.butPickProv);
     this.Controls.Add(this.comboProvider);
     this.Controls.Add(this.comboUnearnedTypes);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.groupProcedure);
     this.Controls.Add(this.groupPatient);
     this.Controls.Add(this.textProcDate);
     this.Controls.Add(this.textDatePay);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.butRemainder);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.ButCancel);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkPayPlan);
     this.Controls.Add(this.labelAmount);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.labelRemainder);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location = new System.Drawing.Point(0,400);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormPaySplitEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Payment Split";
     this.Load += new System.EventHandler(this.FormPaySplitEdit_Load);
     this.groupPatient.ResumeLayout(false);
     this.groupPatient.PerformLayout();
     this.groupProcedure.ResumeLayout(false);
     this.groupProcedure.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #18
0
ファイル: FormPayPlan.cs プロジェクト: nampn/ODental
 /// <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();
 }
コード例 #19
0
ファイル: FormRepeatChargeEdit.cs プロジェクト: nampn/ODental
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRepeatChargeEdit));
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.textCode = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textChargeAmt = new OpenDental.ValidDouble();
     this.textDateStart = new OpenDental.ValidDate();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.textDateStop = new OpenDental.ValidDate();
     this.textNote = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.textDesc = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     this.label7 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(512,312);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,26);
     this.butCancel.TabIndex = 0;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(512,271);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,26);
     this.butOK.TabIndex = 1;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4,19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(156,16);
     this.label1.TabIndex = 2;
     this.label1.Text = "Code";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textCode
     //
     this.textCode.Location = new System.Drawing.Point(162,17);
     this.textCode.MaxLength = 15;
     this.textCode.Name = "textCode";
     this.textCode.ReadOnly = true;
     this.textCode.Size = new System.Drawing.Size(100,20);
     this.textCode.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(4,49);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(156,16);
     this.label2.TabIndex = 4;
     this.label2.Text = "Charge Amount";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textChargeAmt
     //
     this.textChargeAmt.Location = new System.Drawing.Point(162,46);
     this.textChargeAmt.Name = "textChargeAmt";
     this.textChargeAmt.Size = new System.Drawing.Size(100,20);
     this.textChargeAmt.TabIndex = 5;
     //
     // textDateStart
     //
     this.textDateStart.Location = new System.Drawing.Point(162,75);
     this.textDateStart.Name = "textDateStart";
     this.textDateStart.Size = new System.Drawing.Size(100,20);
     this.textDateStart.TabIndex = 6;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(4,78);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(156,16);
     this.label3.TabIndex = 7;
     this.label3.Text = "Date Start";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(4,106);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(156,16);
     this.label4.TabIndex = 9;
     this.label4.Text = "Date Stop";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateStop
     //
     this.textDateStop.Location = new System.Drawing.Point(162,104);
     this.textDateStop.Name = "textDateStop";
     this.textDateStop.Size = new System.Drawing.Size(100,20);
     this.textDateStop.TabIndex = 8;
     //
     // textNote
     //
     this.textNote.Location = new System.Drawing.Point(162,133);
     this.textNote.MaxLength = 10000;
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.Size = new System.Drawing.Size(424,114);
     this.textNote.TabIndex = 11;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(4,136);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(156,16);
     this.label5.TabIndex = 10;
     this.label5.Text = "Note";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDesc
     //
     this.textDesc.BackColor = System.Drawing.SystemColors.Control;
     this.textDesc.Location = new System.Drawing.Point(267,17);
     this.textDesc.Name = "textDesc";
     this.textDesc.Size = new System.Drawing.Size(241,20);
     this.textDesc.TabIndex = 40;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(265,1);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(224,16);
     this.label6.TabIndex = 39;
     this.label6.Text = "Procedure Description:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(35,314);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(83,26);
     this.butDelete.TabIndex = 41;
     this.butDelete.Text = "&Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(128,290);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(264,51);
     this.label7.TabIndex = 42;
     this.label7.Text = "It\'s OK to delete an obsolete repeating charge.   It does not affect any charges " +
     "already billed";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // FormRepeatChargeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(622,366);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textDesc);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textDateStop);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDateStart);
     this.Controls.Add(this.textChargeAmt);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textCode);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormRepeatChargeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Repeat Charge";
     this.Load += new System.EventHandler(this.FormRepeatChargeEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #20
0
ファイル: FormBillingOptions.cs プロジェクト: mnisl/OD
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBillingOptions));
			this.butCancel = new OpenDental.UI.Button();
			this.butCreate = new OpenDental.UI.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.butSaveDefault = new OpenDental.UI.Button();
			this.textExcludeLessThan = new OpenDental.ValidDouble();
			this.checkExcludeInactive = new System.Windows.Forms.CheckBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.labelClinic = new System.Windows.Forms.Label();
			this.comboClinic = new System.Windows.Forms.ComboBox();
			this.checkExcludeIfProcs = new System.Windows.Forms.CheckBox();
			this.checkIgnoreInPerson = new System.Windows.Forms.CheckBox();
			this.labelSaveDefaults = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.comboAge = new System.Windows.Forms.ComboBox();
			this.checkExcludeInsPending = new System.Windows.Forms.CheckBox();
			this.checkIncludeChanged = new System.Windows.Forms.CheckBox();
			this.textLastStatement = new OpenDental.ValidDate();
			this.label5 = new System.Windows.Forms.Label();
			this.checkExcludeNegative = new System.Windows.Forms.CheckBox();
			this.checkBadAddress = new System.Windows.Forms.CheckBox();
			this.listBillType = new System.Windows.Forms.ListBox();
			this.gridDun = new OpenDental.UI.ODGrid();
			this.butAdd = new OpenDental.UI.Button();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.textNote = new OpenDental.ODtextBox();
			this.groupDateRange = new System.Windows.Forms.GroupBox();
			this.but30days = new OpenDental.UI.Button();
			this.textDateStart = new OpenDental.ValidDate();
			this.labelStartDate = new System.Windows.Forms.Label();
			this.labelEndDate = new System.Windows.Forms.Label();
			this.textDateEnd = new OpenDental.ValidDate();
			this.but45days = new OpenDental.UI.Button();
			this.but90days = new OpenDental.UI.Button();
			this.butDatesAll = new OpenDental.UI.Button();
			this.checkIntermingled = new System.Windows.Forms.CheckBox();
			this.butDefaults = new OpenDental.UI.Button();
			this.butUndo = new OpenDental.UI.Button();
			this.groupBox2.SuspendLayout();
			this.groupDateRange.SuspendLayout();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(806, 631);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(79, 24);
			this.butCancel.TabIndex = 4;
			this.butCancel.Text = "&Close";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butCreate
			// 
			this.butCreate.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCreate.Autosize = true;
			this.butCreate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCreate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCreate.CornerRadius = 4F;
			this.butCreate.Location = new System.Drawing.Point(693, 631);
			this.butCreate.Name = "butCreate";
			this.butCreate.Size = new System.Drawing.Size(92, 24);
			this.butCreate.TabIndex = 3;
			this.butCreate.Text = "Create &List";
			this.butCreate.Click += new System.EventHandler(this.butCreate_Click);
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.label1.Location = new System.Drawing.Point(5, 206);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(192, 16);
			this.label1.TabIndex = 18;
			this.label1.Text = "Exclude if Balance is less than";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butSaveDefault
			// 
			this.butSaveDefault.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSaveDefault.Autosize = true;
			this.butSaveDefault.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSaveDefault.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSaveDefault.CornerRadius = 4F;
			this.butSaveDefault.Location = new System.Drawing.Point(168, 561);
			this.butSaveDefault.Name = "butSaveDefault";
			this.butSaveDefault.Size = new System.Drawing.Size(108, 24);
			this.butSaveDefault.TabIndex = 20;
			this.butSaveDefault.Text = "&Save As Default";
			this.butSaveDefault.Click += new System.EventHandler(this.butSaveDefault_Click);
			// 
			// textExcludeLessThan
			// 
			this.textExcludeLessThan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.textExcludeLessThan.Location = new System.Drawing.Point(199, 205);
			this.textExcludeLessThan.Name = "textExcludeLessThan";
			this.textExcludeLessThan.Size = new System.Drawing.Size(77, 20);
			this.textExcludeLessThan.TabIndex = 22;
			// 
			// checkExcludeInactive
			// 
			this.checkExcludeInactive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.checkExcludeInactive.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkExcludeInactive.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkExcludeInactive.Location = new System.Drawing.Point(45, 122);
			this.checkExcludeInactive.Name = "checkExcludeInactive";
			this.checkExcludeInactive.Size = new System.Drawing.Size(231, 18);
			this.checkExcludeInactive.TabIndex = 23;
			this.checkExcludeInactive.Text = "Exclude inactive families";
			this.checkExcludeInactive.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.labelClinic);
			this.groupBox2.Controls.Add(this.comboClinic);
			this.groupBox2.Controls.Add(this.checkExcludeIfProcs);
			this.groupBox2.Controls.Add(this.checkIgnoreInPerson);
			this.groupBox2.Controls.Add(this.labelSaveDefaults);
			this.groupBox2.Controls.Add(this.label7);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.comboAge);
			this.groupBox2.Controls.Add(this.checkExcludeInsPending);
			this.groupBox2.Controls.Add(this.checkIncludeChanged);
			this.groupBox2.Controls.Add(this.textLastStatement);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.checkExcludeNegative);
			this.groupBox2.Controls.Add(this.checkBadAddress);
			this.groupBox2.Controls.Add(this.checkExcludeInactive);
			this.groupBox2.Controls.Add(this.label1);
			this.groupBox2.Controls.Add(this.textExcludeLessThan);
			this.groupBox2.Controls.Add(this.butSaveDefault);
			this.groupBox2.Controls.Add(this.listBillType);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(7, 12);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(283, 609);
			this.groupBox2.TabIndex = 24;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Filter";
			// 
			// labelClinic
			// 
			this.labelClinic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.labelClinic.Location = new System.Drawing.Point(3, 492);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(128, 16);
			this.labelClinic.TabIndex = 250;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.labelClinic.Visible = false;
			// 
			// comboClinic
			// 
			this.comboClinic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClinic.FormattingEnabled = true;
			this.comboClinic.Location = new System.Drawing.Point(132, 491);
			this.comboClinic.MaxDropDownItems = 40;
			this.comboClinic.Name = "comboClinic";
			this.comboClinic.Size = new System.Drawing.Size(145, 21);
			this.comboClinic.TabIndex = 249;
			this.comboClinic.Visible = false;
			// 
			// checkExcludeIfProcs
			// 
			this.checkExcludeIfProcs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.checkExcludeIfProcs.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkExcludeIfProcs.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkExcludeIfProcs.Location = new System.Drawing.Point(45, 182);
			this.checkExcludeIfProcs.Name = "checkExcludeIfProcs";
			this.checkExcludeIfProcs.Size = new System.Drawing.Size(231, 18);
			this.checkExcludeIfProcs.TabIndex = 248;
			this.checkExcludeIfProcs.Text = "Exclude if unsent procedures";
			this.checkExcludeIfProcs.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkIgnoreInPerson
			// 
			this.checkIgnoreInPerson.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.checkIgnoreInPerson.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIgnoreInPerson.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIgnoreInPerson.Location = new System.Drawing.Point(2, 233);
			this.checkIgnoreInPerson.Name = "checkIgnoreInPerson";
			this.checkIgnoreInPerson.Size = new System.Drawing.Size(274, 18);
			this.checkIgnoreInPerson.TabIndex = 247;
			this.checkIgnoreInPerson.Text = "Ignore walkout (InPerson) statements";
			this.checkIgnoreInPerson.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelSaveDefaults
			// 
			this.labelSaveDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.labelSaveDefaults.Location = new System.Drawing.Point(6, 590);
			this.labelSaveDefaults.Name = "labelSaveDefaults";
			this.labelSaveDefaults.Size = new System.Drawing.Size(270, 16);
			this.labelSaveDefaults.TabIndex = 246;
			this.labelSaveDefaults.Text = "(except the date at the top)";
			this.labelSaveDefaults.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label7
			// 
			this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.label7.Location = new System.Drawing.Point(5, 258);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(111, 16);
			this.label7.TabIndex = 245;
			this.label7.Text = "Billing Types";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// 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(3, 75);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(128, 16);
			this.label6.TabIndex = 243;
			this.label6.Text = "Age of Account";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboAge
			// 
			this.comboAge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.comboAge.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboAge.FormattingEnabled = true;
			this.comboAge.Location = new System.Drawing.Point(132, 73);
			this.comboAge.Name = "comboAge";
			this.comboAge.Size = new System.Drawing.Size(145, 21);
			this.comboAge.TabIndex = 242;
			// 
			// checkExcludeInsPending
			// 
			this.checkExcludeInsPending.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.checkExcludeInsPending.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkExcludeInsPending.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkExcludeInsPending.Location = new System.Drawing.Point(45, 162);
			this.checkExcludeInsPending.Name = "checkExcludeInsPending";
			this.checkExcludeInsPending.Size = new System.Drawing.Size(231, 18);
			this.checkExcludeInsPending.TabIndex = 27;
			this.checkExcludeInsPending.Text = "Exclude if insurance pending";
			this.checkExcludeInsPending.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkIncludeChanged
			// 
			this.checkIncludeChanged.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.checkIncludeChanged.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIncludeChanged.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIncludeChanged.Location = new System.Drawing.Point(3, 39);
			this.checkIncludeChanged.Name = "checkIncludeChanged";
			this.checkIncludeChanged.Size = new System.Drawing.Size(273, 28);
			this.checkIncludeChanged.TabIndex = 26;
			this.checkIncludeChanged.Text = "Include any accounts with insurance payments or procedures since the last bill";
			this.checkIncludeChanged.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textLastStatement
			// 
			this.textLastStatement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.textLastStatement.Location = new System.Drawing.Point(183, 13);
			this.textLastStatement.Name = "textLastStatement";
			this.textLastStatement.Size = new System.Drawing.Size(94, 20);
			this.textLastStatement.TabIndex = 25;
			// 
			// label5
			// 
			this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.label5.Location = new System.Drawing.Point(6, 15);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(176, 16);
			this.label5.TabIndex = 24;
			this.label5.Text = "Include anyone not billed since";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkExcludeNegative
			// 
			this.checkExcludeNegative.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.checkExcludeNegative.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkExcludeNegative.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkExcludeNegative.Location = new System.Drawing.Point(45, 142);
			this.checkExcludeNegative.Name = "checkExcludeNegative";
			this.checkExcludeNegative.Size = new System.Drawing.Size(231, 18);
			this.checkExcludeNegative.TabIndex = 17;
			this.checkExcludeNegative.Text = "Exclude negative balances (credits)";
			this.checkExcludeNegative.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkBadAddress
			// 
			this.checkBadAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.checkBadAddress.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBadAddress.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkBadAddress.Location = new System.Drawing.Point(45, 102);
			this.checkBadAddress.Name = "checkBadAddress";
			this.checkBadAddress.Size = new System.Drawing.Size(231, 18);
			this.checkBadAddress.TabIndex = 16;
			this.checkBadAddress.Text = "Exclude bad addresses (no zipcode)";
			this.checkBadAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// listBillType
			// 
			this.listBillType.Location = new System.Drawing.Point(118, 258);
			this.listBillType.Name = "listBillType";
			this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.listBillType.Size = new System.Drawing.Size(158, 225);
			this.listBillType.TabIndex = 2;
			// 
			// gridDun
			// 
			this.gridDun.HScrollVisible = false;
			this.gridDun.Location = new System.Drawing.Point(331, 31);
			this.gridDun.Name = "gridDun";
			this.gridDun.ScrollValue = 0;
			this.gridDun.Size = new System.Drawing.Size(561, 366);
			this.gridDun.TabIndex = 0;
			this.gridDun.Title = "Dunning Messages";
			this.gridDun.TranslationName = "TableBillingMessages";
			this.gridDun.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridDun_CellDoubleClick);
			// 
			// butAdd
			// 
			this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butAdd.Autosize = true;
			this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAdd.CornerRadius = 4F;
			this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
			this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAdd.Location = new System.Drawing.Point(768, 403);
			this.butAdd.Name = "butAdd";
			this.butAdd.Size = new System.Drawing.Size(124, 24);
			this.butAdd.TabIndex = 5;
			this.butAdd.Text = "Add Dunning Msg";
			this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(328, 9);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(564, 16);
			this.label3.TabIndex = 25;
			this.label3.Text = "Items higher in the list are more general.  Items lower in the list take preceden" +
    "ce .";
			this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(328, 498);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(564, 16);
			this.label4.TabIndex = 26;
			this.label4.Text = "General Message (in addition to any dunning messages and appointment reminders, [" +
    "InstallmentPlanTerms] allowed)";
			this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textNote
			// 
			this.textNote.Location = new System.Drawing.Point(331, 518);
			this.textNote.Name = "textNote";
			this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Statement;
			this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textNote.Size = new System.Drawing.Size(561, 102);
			this.textNote.TabIndex = 28;
			this.textNote.Text = "";
			// 
			// groupDateRange
			// 
			this.groupDateRange.Controls.Add(this.but30days);
			this.groupDateRange.Controls.Add(this.textDateStart);
			this.groupDateRange.Controls.Add(this.labelStartDate);
			this.groupDateRange.Controls.Add(this.labelEndDate);
			this.groupDateRange.Controls.Add(this.textDateEnd);
			this.groupDateRange.Controls.Add(this.but45days);
			this.groupDateRange.Controls.Add(this.but90days);
			this.groupDateRange.Controls.Add(this.butDatesAll);
			this.groupDateRange.Location = new System.Drawing.Point(331, 403);
			this.groupDateRange.Name = "groupDateRange";
			this.groupDateRange.Size = new System.Drawing.Size(319, 69);
			this.groupDateRange.TabIndex = 237;
			this.groupDateRange.TabStop = false;
			this.groupDateRange.Text = "Date Range";
			// 
			// but30days
			// 
			this.but30days.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.but30days.Autosize = true;
			this.but30days.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.but30days.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.but30days.CornerRadius = 4F;
			this.but30days.Location = new System.Drawing.Point(154, 13);
			this.but30days.Name = "but30days";
			this.but30days.Size = new System.Drawing.Size(77, 24);
			this.but30days.TabIndex = 242;
			this.but30days.Text = "Last 30 Days";
			this.but30days.Click += new System.EventHandler(this.but30days_Click);
			// 
			// textDateStart
			// 
			this.textDateStart.BackColor = System.Drawing.SystemColors.Window;
			this.textDateStart.ForeColor = System.Drawing.SystemColors.WindowText;
			this.textDateStart.Location = new System.Drawing.Point(75, 16);
			this.textDateStart.Name = "textDateStart";
			this.textDateStart.Size = new System.Drawing.Size(77, 20);
			this.textDateStart.TabIndex = 223;
			// 
			// labelStartDate
			// 
			this.labelStartDate.Location = new System.Drawing.Point(6, 19);
			this.labelStartDate.Name = "labelStartDate";
			this.labelStartDate.Size = new System.Drawing.Size(69, 14);
			this.labelStartDate.TabIndex = 221;
			this.labelStartDate.Text = "Start Date";
			this.labelStartDate.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelEndDate
			// 
			this.labelEndDate.Location = new System.Drawing.Point(6, 42);
			this.labelEndDate.Name = "labelEndDate";
			this.labelEndDate.Size = new System.Drawing.Size(69, 14);
			this.labelEndDate.TabIndex = 222;
			this.labelEndDate.Text = "End Date";
			this.labelEndDate.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDateEnd
			// 
			this.textDateEnd.Location = new System.Drawing.Point(75, 39);
			this.textDateEnd.Name = "textDateEnd";
			this.textDateEnd.Size = new System.Drawing.Size(77, 20);
			this.textDateEnd.TabIndex = 224;
			// 
			// but45days
			// 
			this.but45days.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.but45days.Autosize = true;
			this.but45days.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.but45days.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.but45days.CornerRadius = 4F;
			this.but45days.Location = new System.Drawing.Point(154, 37);
			this.but45days.Name = "but45days";
			this.but45days.Size = new System.Drawing.Size(77, 24);
			this.but45days.TabIndex = 226;
			this.but45days.Text = "Last 45 Days";
			this.but45days.Click += new System.EventHandler(this.but45days_Click);
			// 
			// but90days
			// 
			this.but90days.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.but90days.Autosize = true;
			this.but90days.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.but90days.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.but90days.CornerRadius = 4F;
			this.but90days.Location = new System.Drawing.Point(233, 37);
			this.but90days.Name = "but90days";
			this.but90days.Size = new System.Drawing.Size(77, 24);
			this.but90days.TabIndex = 227;
			this.but90days.Text = "Last 90 Days";
			this.but90days.Click += new System.EventHandler(this.but90days_Click);
			// 
			// butDatesAll
			// 
			this.butDatesAll.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDatesAll.Autosize = true;
			this.butDatesAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDatesAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDatesAll.CornerRadius = 4F;
			this.butDatesAll.Location = new System.Drawing.Point(233, 13);
			this.butDatesAll.Name = "butDatesAll";
			this.butDatesAll.Size = new System.Drawing.Size(77, 24);
			this.butDatesAll.TabIndex = 228;
			this.butDatesAll.Text = "All Dates";
			this.butDatesAll.Click += new System.EventHandler(this.butDatesAll_Click);
			// 
			// checkIntermingled
			// 
			this.checkIntermingled.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIntermingled.Location = new System.Drawing.Point(331, 475);
			this.checkIntermingled.Name = "checkIntermingled";
			this.checkIntermingled.Size = new System.Drawing.Size(150, 20);
			this.checkIntermingled.TabIndex = 239;
			this.checkIntermingled.Text = "Intermingle family members";
			// 
			// butDefaults
			// 
			this.butDefaults.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDefaults.Autosize = true;
			this.butDefaults.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDefaults.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDefaults.CornerRadius = 4F;
			this.butDefaults.Location = new System.Drawing.Point(656, 440);
			this.butDefaults.Name = "butDefaults";
			this.butDefaults.Size = new System.Drawing.Size(76, 24);
			this.butDefaults.TabIndex = 241;
			this.butDefaults.Text = "Defaults";
			this.butDefaults.Click += new System.EventHandler(this.butDefaults_Click);
			// 
			// 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(7, 631);
			this.butUndo.Name = "butUndo";
			this.butUndo.Size = new System.Drawing.Size(88, 24);
			this.butUndo.TabIndex = 243;
			this.butUndo.Text = "Undo Billing";
			this.butUndo.Click += new System.EventHandler(this.butUndo_Click);
			// 
			// FormBillingOptions
			// 
			this.AcceptButton = this.butCreate;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(898, 666);
			this.Controls.Add(this.butUndo);
			this.Controls.Add(this.butDefaults);
			this.Controls.Add(this.checkIntermingled);
			this.Controls.Add(this.groupDateRange);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butCreate);
			this.Controls.Add(this.butAdd);
			this.Controls.Add(this.gridDun);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormBillingOptions";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Billing Options";
			this.Load += new System.EventHandler(this.FormBillingOptions_Load);
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.groupDateRange.ResumeLayout(false);
			this.groupDateRange.PerformLayout();
			this.ResumeLayout(false);

		}
コード例 #21
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAdjust));
     this.label1        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.label6        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.butOK         = new OpenDental.UI.Button();
     this.butCancel     = new OpenDental.UI.Button();
     this.textAdjDate   = new OpenDental.ValidDate();
     this.label3        = new System.Windows.Forms.Label();
     this.butDelete     = new OpenDental.UI.Button();
     this.textAmount    = new OpenDental.ValidDouble();
     this.listTypePos   = new System.Windows.Forms.ListBox();
     this.listTypeNeg   = new System.Windows.Forms.ListBox();
     this.textProcDate  = new OpenDental.ValidDate();
     this.label7        = new System.Windows.Forms.Label();
     this.textDateEntry = new OpenDental.ValidDate();
     this.label8        = new System.Windows.Forms.Label();
     this.butPickProv   = new OpenDental.UI.Button();
     this.comboProv     = new System.Windows.Forms.ComboBox();
     this.comboClinic   = new System.Windows.Forms.ComboBox();
     this.labelClinic   = new System.Windows.Forms.Label();
     this.textNote      = new OpenDental.ODtextBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(7, 54);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Adjustment Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(175, 333);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(11, 102);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 16);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(315, 14);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(167, 16);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "Additions";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(11, 128);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "Provider";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(614, 433);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 6;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(614, 471);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 7;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // textAdjDate
     //
     this.textAdjDate.Location = new System.Drawing.Point(112, 52);
     this.textAdjDate.Name     = "textAdjDate";
     this.textAdjDate.Size     = new System.Drawing.Size(80, 20);
     this.textAdjDate.TabIndex = 0;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(528, 14);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(182, 16);
     this.label3.TabIndex  = 16;
     this.label3.Text      = "Subtractions";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Autosize            = true;
     this.butDelete.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius        = 4F;
     this.butDelete.Location            = new System.Drawing.Point(24, 469);
     this.butDelete.Name     = "butDelete";
     this.butDelete.Size     = new System.Drawing.Size(75, 24);
     this.butDelete.TabIndex = 17;
     this.butDelete.Text     = "&Delete";
     this.butDelete.Click   += new System.EventHandler(this.butDelete_Click);
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(112, 100);
     this.textAmount.Name     = "textAmount";
     this.textAmount.Size     = new System.Drawing.Size(68, 20);
     this.textAmount.TabIndex = 1;
     //
     // listTypePos
     //
     this.listTypePos.Location              = new System.Drawing.Point(299, 34);
     this.listTypePos.Name                  = "listTypePos";
     this.listTypePos.Size                  = new System.Drawing.Size(202, 264);
     this.listTypePos.TabIndex              = 3;
     this.listTypePos.SelectedIndexChanged += new System.EventHandler(this.listTypePos_SelectedIndexChanged);
     //
     // listTypeNeg
     //
     this.listTypeNeg.Location              = new System.Drawing.Point(515, 34);
     this.listTypeNeg.Name                  = "listTypeNeg";
     this.listTypeNeg.Size                  = new System.Drawing.Size(206, 264);
     this.listTypeNeg.TabIndex              = 4;
     this.listTypeNeg.SelectedIndexChanged += new System.EventHandler(this.listTypeNeg_SelectedIndexChanged);
     //
     // textProcDate
     //
     this.textProcDate.Location = new System.Drawing.Point(112, 76);
     this.textProcDate.Name     = "textProcDate";
     this.textProcDate.Size     = new System.Drawing.Size(80, 20);
     this.textProcDate.TabIndex = 19;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(7, 78);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(104, 16);
     this.label7.TabIndex  = 18;
     this.label7.Text      = "(procedure date)";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(112, 28);
     this.textDateEntry.Name     = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size     = new System.Drawing.Size(80, 20);
     this.textDateEntry.TabIndex = 21;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(7, 30);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(104, 16);
     this.label8.TabIndex  = 20;
     this.label8.Text      = "Entry Date";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butPickProv
     //
     this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPickProv.Autosize            = false;
     this.butPickProv.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickProv.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickProv.CornerRadius        = 2F;
     this.butPickProv.Location            = new System.Drawing.Point(271, 124);
     this.butPickProv.Name     = "butPickProv";
     this.butPickProv.Size     = new System.Drawing.Size(18, 21);
     this.butPickProv.TabIndex = 165;
     this.butPickProv.Text     = "...";
     this.butPickProv.Click   += new System.EventHandler(this.butPickProv_Click);
     //
     // comboProv
     //
     this.comboProv.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProv.Location         = new System.Drawing.Point(112, 124);
     this.comboProv.MaxDropDownItems = 30;
     this.comboProv.Name             = "comboProv";
     this.comboProv.Size             = new System.Drawing.Size(158, 21);
     this.comboProv.TabIndex         = 164;
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location                  = new System.Drawing.Point(112, 149);
     this.comboClinic.MaxDropDownItems          = 30;
     this.comboClinic.Name                      = "comboClinic";
     this.comboClinic.Size                      = new System.Drawing.Size(177, 21);
     this.comboClinic.TabIndex                  = 162;
     this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted);
     //
     // labelClinic
     //
     this.labelClinic.Location  = new System.Drawing.Point(-4, 151);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(114, 16);
     this.labelClinic.TabIndex  = 163;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNote
     //
     this.textNote.Location       = new System.Drawing.Point(176, 354);
     this.textNote.Multiline      = true;
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
     this.textNote.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(355, 140);
     this.textNote.TabIndex       = 0;
     //
     // FormAdjust
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(731, 528);
     this.Controls.Add(this.butPickProv);
     this.Controls.Add(this.comboProv);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textProcDate);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.listTypeNeg);
     this.Controls.Add(this.listTypePos);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textAdjDate);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormAdjust";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Adjustment";
     this.Load         += new System.EventHandler(this.FormAdjust_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #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(FormRepeatChargeEdit));
     this.label1              = new System.Windows.Forms.Label();
     this.textCode            = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.textNote            = new System.Windows.Forms.TextBox();
     this.label5              = new System.Windows.Forms.Label();
     this.textDesc            = new System.Windows.Forms.TextBox();
     this.label6              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.checkCopyNoteToProc = new System.Windows.Forms.CheckBox();
     this.label8              = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.checkCreatesClaim   = new System.Windows.Forms.CheckBox();
     this.checkIsEnabled      = new System.Windows.Forms.CheckBox();
     this.textTotalAmount     = new System.Windows.Forms.TextBox();
     this.textNumOfCharges    = new System.Windows.Forms.TextBox();
     this.label10             = new System.Windows.Forms.Label();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.butCalculate        = new OpenDental.UI.Button();
     this.butMaunal           = new OpenDental.UI.Button();
     this.butDelete           = new OpenDental.UI.Button();
     this.textDateStop        = new OpenDental.ValidDate();
     this.textDateStart       = new OpenDental.ValidDate();
     this.textChargeAmt       = new OpenDental.ValidDouble();
     this.butOK     = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(4, 19);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(156, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Code";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textCode
     //
     this.textCode.Location  = new System.Drawing.Point(162, 17);
     this.textCode.MaxLength = 15;
     this.textCode.Name      = "textCode";
     this.textCode.ReadOnly  = true;
     this.textCode.Size      = new System.Drawing.Size(100, 20);
     this.textCode.TabIndex  = 3;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(4, 139);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(156, 16);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Charge Amount";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(4, 168);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(156, 16);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "Date Start";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(4, 196);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(156, 16);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "Date Stop";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(162, 260);
     this.textNote.MaxLength = 10000;
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(424, 114);
     this.textNote.TabIndex  = 11;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(4, 263);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(156, 16);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "Note";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDesc
     //
     this.textDesc.BackColor = System.Drawing.SystemColors.Control;
     this.textDesc.Location  = new System.Drawing.Point(267, 17);
     this.textDesc.Name      = "textDesc";
     this.textDesc.Size      = new System.Drawing.Size(241, 20);
     this.textDesc.TabIndex  = 40;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(265, 1);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(224, 16);
     this.label6.TabIndex  = 39;
     this.label6.Text      = "Procedure Description:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label7
     //
     this.label7.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label7.Location = new System.Drawing.Point(128, 491);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(238, 29);
     this.label7.TabIndex = 42;
     this.label7.Text     = "It\'s OK to delete an obsolete repeating charge.   It does not affect any charges " +
                            "already billed.";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkCopyNoteToProc
     //
     this.checkCopyNoteToProc.Location = new System.Drawing.Point(162, 378);
     this.checkCopyNoteToProc.Name     = "checkCopyNoteToProc";
     this.checkCopyNoteToProc.Size     = new System.Drawing.Size(250, 18);
     this.checkCopyNoteToProc.TabIndex = 43;
     this.checkCopyNoteToProc.Text     = "Copy note to procedure billing note.";
     this.checkCopyNoteToProc.UseVisualStyleBackColor = true;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(17, 22);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(136, 16);
     this.label8.TabIndex  = 44;
     this.label8.Text      = "Total Amount";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(17, 48);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(136, 16);
     this.label9.TabIndex  = 46;
     this.label9.Text      = "Number of Charges";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkCreatesClaim
     //
     this.checkCreatesClaim.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkCreatesClaim.Location   = new System.Drawing.Point(7, 218);
     this.checkCreatesClaim.Name       = "checkCreatesClaim";
     this.checkCreatesClaim.Size       = new System.Drawing.Size(169, 18);
     this.checkCreatesClaim.TabIndex   = 49;
     this.checkCreatesClaim.Text       = "Creates Claim";
     this.checkCreatesClaim.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkCreatesClaim.UseVisualStyleBackColor = true;
     //
     // checkIsEnabled
     //
     this.checkIsEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsEnabled.Location   = new System.Drawing.Point(7, 239);
     this.checkIsEnabled.Name       = "checkIsEnabled";
     this.checkIsEnabled.Size       = new System.Drawing.Size(169, 18);
     this.checkIsEnabled.TabIndex   = 50;
     this.checkIsEnabled.Text       = "Enabled";
     this.checkIsEnabled.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsEnabled.UseVisualStyleBackColor = true;
     //
     // textTotalAmount
     //
     this.textTotalAmount.Location = new System.Drawing.Point(155, 19);
     this.textTotalAmount.Name     = "textTotalAmount";
     this.textTotalAmount.Size     = new System.Drawing.Size(100, 20);
     this.textTotalAmount.TabIndex = 51;
     //
     // textNumOfCharges
     //
     this.textNumOfCharges.Location = new System.Drawing.Point(155, 45);
     this.textNumOfCharges.Name     = "textNumOfCharges";
     this.textNumOfCharges.Size     = new System.Drawing.Size(100, 20);
     this.textNumOfCharges.TabIndex = 52;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(245, 419);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(225, 29);
     this.label10.TabIndex = 53;
     this.label10.Text     = "This will add a completed procedure of the code listed above to this patient\'s ac" +
                             "count.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.butCalculate);
     this.groupBox1.Controls.Add(this.textTotalAmount);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.textNumOfCharges);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Location = new System.Drawing.Point(7, 48);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(359, 79);
     this.groupBox1.TabIndex = 54;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Calculate Charge Amount (optional)";
     //
     // butCalculate
     //
     this.butCalculate.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCalculate.Autosize            = true;
     this.butCalculate.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCalculate.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCalculate.CornerRadius        = 4F;
     this.butCalculate.Location            = new System.Drawing.Point(261, 44);
     this.butCalculate.Name     = "butCalculate";
     this.butCalculate.Size     = new System.Drawing.Size(75, 24);
     this.butCalculate.TabIndex = 53;
     this.butCalculate.Text     = "Calculate";
     this.butCalculate.Click   += new System.EventHandler(this.butCalculate_Click);
     //
     // butMaunal
     //
     this.butMaunal.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butMaunal.Autosize            = true;
     this.butMaunal.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butMaunal.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butMaunal.CornerRadius        = 4F;
     this.butMaunal.Location            = new System.Drawing.Point(162, 421);
     this.butMaunal.Name     = "butMaunal";
     this.butMaunal.Size     = new System.Drawing.Size(75, 24);
     this.butMaunal.TabIndex = 48;
     this.butMaunal.Text     = "Manual";
     this.butMaunal.Click   += new System.EventHandler(this.butMaunal_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(35, 493);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(83, 26);
     this.butDelete.TabIndex     = 41;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // textDateStop
     //
     this.textDateStop.Location = new System.Drawing.Point(162, 194);
     this.textDateStop.Name     = "textDateStop";
     this.textDateStop.Size     = new System.Drawing.Size(100, 20);
     this.textDateStop.TabIndex = 8;
     //
     // textDateStart
     //
     this.textDateStart.Location = new System.Drawing.Point(162, 165);
     this.textDateStart.Name     = "textDateStart";
     this.textDateStart.Size     = new System.Drawing.Size(100, 20);
     this.textDateStart.TabIndex = 6;
     //
     // textChargeAmt
     //
     this.textChargeAmt.Location = new System.Drawing.Point(162, 136);
     this.textChargeAmt.Name     = "textChargeAmt";
     this.textChargeAmt.Size     = new System.Drawing.Size(100, 20);
     this.textChargeAmt.TabIndex = 5;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(595, 450);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(595, 491);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // FormRepeatChargeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(705, 545);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.checkIsEnabled);
     this.Controls.Add(this.checkCreatesClaim);
     this.Controls.Add(this.butMaunal);
     this.Controls.Add(this.checkCopyNoteToProc);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textDesc);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textDateStop);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDateStart);
     this.Controls.Add(this.textChargeAmt);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textCode);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRepeatChargeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Repeat Charge";
     this.Load         += new System.EventHandler(this.FormRepeatChargeEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #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.tbProc         = new OpenDental.TableClaimProc();
     this.butOK          = new OpenDental.UI.Button();
     this.butCancel      = new OpenDental.UI.Button();
     this.textWriteOff   = new OpenDental.ValidDouble();
     this.textInsPayEst  = new System.Windows.Forms.TextBox();
     this.textInsPayAmt  = new OpenDental.ValidDouble();
     this.textClaimFee   = new System.Windows.Forms.TextBox();
     this.textDedApplied = new OpenDental.ValidDouble();
     this.label1         = new System.Windows.Forms.Label();
     this.butDeductible  = new OpenDental.UI.Button();
     this.butWriteOff    = 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.SuspendLayout();
     //
     // tbProc
     //
     this.tbProc.BackColor       = System.Drawing.SystemColors.Window;
     this.tbProc.Location        = new System.Drawing.Point(8, 19);
     this.tbProc.Name            = "tbProc";
     this.tbProc.ScrollValue     = 62;
     this.tbProc.SelectedIndices = new int[0];
     this.tbProc.SelectionMode   = System.Windows.Forms.SelectionMode.MultiExtended;
     this.tbProc.Size            = new System.Drawing.Size(939, 253);
     this.tbProc.TabIndex        = 0;
     //
     // 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.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);
     //
     // 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.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);
     //
     // textWriteOff
     //
     this.textWriteOff.Location  = new System.Drawing.Point(606, 275);
     this.textWriteOff.Name      = "textWriteOff";
     this.textWriteOff.ReadOnly  = true;
     this.textWriteOff.Size      = new System.Drawing.Size(65, 20);
     this.textWriteOff.TabIndex  = 119;
     this.textWriteOff.Text      = "";
     this.textWriteOff.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textInsPayEst
     //
     this.textInsPayEst.Location  = new System.Drawing.Point(476, 275);
     this.textInsPayEst.Name      = "textInsPayEst";
     this.textInsPayEst.ReadOnly  = true;
     this.textInsPayEst.Size      = new System.Drawing.Size(65, 20);
     this.textInsPayEst.TabIndex  = 116;
     this.textInsPayEst.Text      = "";
     this.textInsPayEst.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, ((System.Byte)(0)));
     this.textInsPayAmt.Location  = new System.Drawing.Point(541, 275);
     this.textInsPayAmt.Name      = "textInsPayAmt";
     this.textInsPayAmt.ReadOnly  = true;
     this.textInsPayAmt.Size      = new System.Drawing.Size(65, 20);
     this.textInsPayAmt.TabIndex  = 115;
     this.textInsPayAmt.Text      = "";
     this.textInsPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textClaimFee
     //
     this.textClaimFee.Location  = new System.Drawing.Point(346, 275);
     this.textClaimFee.Name      = "textClaimFee";
     this.textClaimFee.ReadOnly  = true;
     this.textClaimFee.Size      = new System.Drawing.Size(65, 20);
     this.textClaimFee.TabIndex  = 118;
     this.textClaimFee.Text      = "";
     this.textClaimFee.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, ((System.Byte)(0)));
     this.textDedApplied.Location  = new System.Drawing.Point(411, 275);
     this.textDedApplied.Name      = "textDedApplied";
     this.textDedApplied.ReadOnly  = true;
     this.textDedApplied.Size      = new System.Drawing.Size(65, 20);
     this.textDedApplied.TabIndex  = 114;
     this.textDedApplied.Text      = "";
     this.textDedApplied.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, ((System.Byte)(0)));
     this.label1.Location  = new System.Drawing.Point(226, 278);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(116, 16);
     this.label1.TabIndex  = 117;
     this.label1.Text      = "Totals";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // 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.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);
     //
     // 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.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);
     //
     // 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;
     //
     // FormClaimPayTotal
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(948, 363);
     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.textInsPayEst);
     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.Controls.Add(this.tbProc);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormClaimPayTotal";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Enter Payment";
     this.Load         += new System.EventHandler(this.FormClaimPayTotal_Load);
     this.ResumeLayout(false);
 }
コード例 #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimPayPreAuth));
     this.label1    = new System.Windows.Forms.Label();
     this.gridMain  = new OpenDental.UI.ODGrid();
     this.textTotal = new OpenDental.ValidDouble();
     this.butCancel = new OpenDental.UI.Button();
     this.butOK     = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // 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(184, 278);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(84, 16);
     this.label1.TabIndex  = 117;
     this.label1.Text      = "Total";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // 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(661, 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);
     //
     // textTotal
     //
     this.textTotal.Location  = new System.Drawing.Point(274, 275);
     this.textTotal.Name      = "textTotal";
     this.textTotal.ReadOnly  = true;
     this.textTotal.Size      = new System.Drawing.Size(55, 20);
     this.textTotal.TabIndex  = 119;
     this.textTotal.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(594, 331);
     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(513, 331);
     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);
     //
     // FormClaimPayPreAuth
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(686, 366);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.textTotal);
     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          = "FormClaimPayPreAuth";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Enter Estimates for PreAuth";
     this.Load         += new System.EventHandler(this.FormClaimPayPreAuth_Load);
     this.Shown        += new System.EventHandler(this.FormClaimPayTotal_Shown);
     this.Activated    += new System.EventHandler(this.FormClaimPayTotal_Activated);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #25
0
ファイル: FormClaimPayPreAuth.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()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimPayPreAuth));
			this.label1 = new System.Windows.Forms.Label();
			this.gridMain = new OpenDental.UI.ODGrid();
			this.textTotal = new OpenDental.ValidDouble();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// 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(184,278);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(84,16);
			this.label1.TabIndex = 117;
			this.label1.Text = "Total";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// 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(661,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);
			// 
			// textTotal
			// 
			this.textTotal.Location = new System.Drawing.Point(274,275);
			this.textTotal.Name = "textTotal";
			this.textTotal.ReadOnly = true;
			this.textTotal.Size = new System.Drawing.Size(55,20);
			this.textTotal.TabIndex = 119;
			this.textTotal.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(594,331);
			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(513,331);
			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);
			// 
			// FormClaimPayPreAuth
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(686,366);
			this.Controls.Add(this.gridMain);
			this.Controls.Add(this.textTotal);
			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 = "FormClaimPayPreAuth";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Enter Estimates for PreAuth";
			this.Load += new System.EventHandler(this.FormClaimPayPreAuth_Load);
			this.Shown += new System.EventHandler(this.FormClaimPayTotal_Shown);
			this.Activated += new System.EventHandler(this.FormClaimPayTotal_Activated);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
コード例 #26
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayPlanChargeEdit));
     this.label4        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.butOK         = new OpenDental.UI.Button();
     this.butCancel     = new OpenDental.UI.Button();
     this.butDelete     = new OpenDental.UI.Button();
     this.textPrincipal = new OpenDental.ValidDouble();
     this.textNote      = new OpenDental.ODtextBox();
     this.textInterest  = new OpenDental.ValidDouble();
     this.labelInterest = new System.Windows.Forms.Label();
     this.textDate      = new OpenDental.ValidDate();
     this.label2        = new System.Windows.Forms.Label();
     this.label9        = new System.Windows.Forms.Label();
     this.textProv      = new System.Windows.Forms.TextBox();
     this.textClinic    = new System.Windows.Forms.TextBox();
     this.labelClinic   = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.textDateEdit  = new OpenDental.ValidDate();
     this.label6        = new System.Windows.Forms.Label();
     this.textDateEntry = new OpenDental.ValidDate();
     this.SuspendLayout();
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 91);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(9, 152);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 16);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "Principal";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOK
     //
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(360, 230);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 5;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.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(360, 262);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 6;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butDelete
     //
     this.butDelete.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(13, 262);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(78, 26);
     this.butDelete.TabIndex   = 7;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // textPrincipal
     //
     this.textPrincipal.Location = new System.Drawing.Point(111, 149);
     this.textPrincipal.MaxVal   = 100000000D;
     this.textPrincipal.MinVal   = 0D;
     this.textPrincipal.Name     = "textPrincipal";
     this.textPrincipal.Size     = new System.Drawing.Size(100, 20);
     this.textPrincipal.TabIndex = 1;
     //
     // textNote
     //
     this.textNote.AcceptsTab         = true;
     this.textNote.BackColor          = System.Drawing.SystemColors.Window;
     this.textNote.DetectLinksEnabled = false;
     this.textNote.DetectUrls         = false;
     this.textNote.Location           = new System.Drawing.Point(111, 89);
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
     this.textNote.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(245, 55);
     this.textNote.TabIndex       = 9;
     this.textNote.TabStop        = false;
     this.textNote.Text           = "";
     //
     // textInterest
     //
     this.textInterest.Location = new System.Drawing.Point(111, 174);
     this.textInterest.MaxVal   = 100000000D;
     this.textInterest.MinVal   = 0D;
     this.textInterest.Name     = "textInterest";
     this.textInterest.Size     = new System.Drawing.Size(100, 20);
     this.textInterest.TabIndex = 2;
     //
     // labelInterest
     //
     this.labelInterest.Location  = new System.Drawing.Point(9, 176);
     this.labelInterest.Name      = "labelInterest";
     this.labelInterest.Size      = new System.Drawing.Size(100, 16);
     this.labelInterest.TabIndex  = 0;
     this.labelInterest.Text      = "Interest";
     this.labelInterest.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(111, 64);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(100, 20);
     this.textDate.TabIndex = 8;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 68);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(10, 202);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 14);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "Provider";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProv
     //
     this.textProv.Location = new System.Drawing.Point(111, 199);
     this.textProv.Name     = "textProv";
     this.textProv.ReadOnly = true;
     this.textProv.Size     = new System.Drawing.Size(201, 20);
     this.textProv.TabIndex = 3;
     //
     // textClinic
     //
     this.textClinic.Location = new System.Drawing.Point(111, 224);
     this.textClinic.Name     = "textClinic";
     this.textClinic.ReadOnly = true;
     this.textClinic.Size     = new System.Drawing.Size(201, 20);
     this.textClinic.TabIndex = 4;
     //
     // labelClinic
     //
     this.labelClinic.Location  = new System.Drawing.Point(10, 227);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(100, 14);
     this.labelClinic.TabIndex  = 0;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(9, 42);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 16);
     this.label3.TabIndex  = 10;
     this.label3.Text      = "Date Edit";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateEdit
     //
     this.textDateEdit.Location = new System.Drawing.Point(111, 38);
     this.textDateEdit.Name     = "textDateEdit";
     this.textDateEdit.ReadOnly = true;
     this.textDateEdit.Size     = new System.Drawing.Size(128, 20);
     this.textDateEdit.TabIndex = 11;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(9, 16);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(100, 16);
     this.label6.TabIndex  = 12;
     this.label6.Text      = "Date Entry";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(111, 12);
     this.textDateEntry.Name     = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size     = new System.Drawing.Size(128, 20);
     this.textDateEntry.TabIndex = 13;
     //
     // FormPayPlanChargeEdit
     //
     this.CancelButton = this.butCancel;
     this.ClientSize   = new System.Drawing.Size(447, 300);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDateEdit);
     this.Controls.Add(this.textClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textProv);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textInterest);
     this.Controls.Add(this.labelInterest);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.textPrincipal);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(463, 339);
     this.Name            = "FormPayPlanChargeEdit";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Edit Payment Plan Charge";
     this.Load           += new System.EventHandler(this.FormPayPlanCharge_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #27
0
ファイル: FormProcTPEdit.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()
		{
			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();

		}
コード例 #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(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();
 }
コード例 #29
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBenefitEdit));
     this.labelCode             = new System.Windows.Forms.Label();
     this.labelAmount           = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.listCategory          = new System.Windows.Forms.ListBox();
     this.checkPat              = new System.Windows.Forms.CheckBox();
     this.textProcCode          = new System.Windows.Forms.TextBox();
     this.listType              = new System.Windows.Forms.ListBox();
     this.labelType             = new System.Windows.Forms.Label();
     this.labelPercent          = new System.Windows.Forms.Label();
     this.listTimePeriod        = new System.Windows.Forms.ListBox();
     this.label4                = new System.Windows.Forms.Label();
     this.listQuantityQualifier = new System.Windows.Forms.ListBox();
     this.label8                = new System.Windows.Forms.Label();
     this.groupQuantity         = new System.Windows.Forms.GroupBox();
     this.textQuantity          = new OpenDental.ValidNum();
     this.textPercent           = new OpenDental.ValidNum();
     this.textAmount            = new OpenDental.ValidDouble();
     this.butDelete             = new OpenDental.UI.Button();
     this.butCancel             = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.listCoverageLevel = new System.Windows.Forms.ListBox();
     this.label1            = new System.Windows.Forms.Label();
     this.groupQuantity.SuspendLayout();
     this.SuspendLayout();
     //
     // labelCode
     //
     this.labelCode.Location  = new System.Drawing.Point(21, 201);
     this.labelCode.Name      = "labelCode";
     this.labelCode.Size      = new System.Drawing.Size(104, 16);
     this.labelCode.TabIndex  = 0;
     this.labelCode.Text      = "or Code";
     this.labelCode.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelAmount
     //
     this.labelAmount.Location  = new System.Drawing.Point(267, 62);
     this.labelAmount.Name      = "labelAmount";
     this.labelAmount.Size      = new System.Drawing.Size(100, 16);
     this.labelAmount.TabIndex  = 4;
     this.labelAmount.Text      = "Amount";
     this.labelAmount.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(23, 36);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "Category";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listCategory
     //
     this.listCategory.Location = new System.Drawing.Point(126, 36);
     this.listCategory.Name     = "listCategory";
     this.listCategory.Size     = new System.Drawing.Size(100, 160);
     this.listCategory.TabIndex = 5;
     //
     // checkPat
     //
     this.checkPat.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPat.Location  = new System.Drawing.Point(126, 2);
     this.checkPat.Name      = "checkPat";
     this.checkPat.Size      = new System.Drawing.Size(493, 20);
     this.checkPat.TabIndex  = 4;
     this.checkPat.Text      = "Patient Override (Rare. Usually if percentages are different for family members)";
     this.checkPat.UseVisualStyleBackColor = true;
     //
     // textProcCode
     //
     this.textProcCode.Location = new System.Drawing.Point(126, 197);
     this.textProcCode.Name     = "textProcCode";
     this.textProcCode.Size     = new System.Drawing.Size(100, 20);
     this.textProcCode.TabIndex = 6;
     //
     // listType
     //
     this.listType.Location = new System.Drawing.Point(126, 235);
     this.listType.Name     = "listType";
     this.listType.Size     = new System.Drawing.Size(100, 82);
     this.listType.TabIndex = 7;
     this.listType.Click   += new System.EventHandler(this.listType_Click);
     //
     // labelType
     //
     this.labelType.Location  = new System.Drawing.Point(24, 235);
     this.labelType.Name      = "labelType";
     this.labelType.Size      = new System.Drawing.Size(100, 16);
     this.labelType.TabIndex  = 26;
     this.labelType.Text      = "Type";
     this.labelType.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelPercent
     //
     this.labelPercent.Location  = new System.Drawing.Point(263, 40);
     this.labelPercent.Name      = "labelPercent";
     this.labelPercent.Size      = new System.Drawing.Size(104, 16);
     this.labelPercent.TabIndex  = 27;
     this.labelPercent.Text      = "Percent";
     this.labelPercent.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listTimePeriod
     //
     this.listTimePeriod.Location = new System.Drawing.Point(368, 82);
     this.listTimePeriod.Name     = "listTimePeriod";
     this.listTimePeriod.Size     = new System.Drawing.Size(100, 69);
     this.listTimePeriod.TabIndex = 2;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(266, 82);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 30;
     this.label4.Text      = "Time Period";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listQuantityQualifier
     //
     this.listQuantityQualifier.Location = new System.Drawing.Point(67, 41);
     this.listQuantityQualifier.Name     = "listQuantityQualifier";
     this.listQuantityQualifier.Size     = new System.Drawing.Size(100, 82);
     this.listQuantityQualifier.TabIndex = 1;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(1, 43);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(65, 38);
     this.label8.TabIndex  = 34;
     this.label8.Text      = "Qualifier";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupQuantity
     //
     this.groupQuantity.Controls.Add(this.textQuantity);
     this.groupQuantity.Controls.Add(this.listQuantityQualifier);
     this.groupQuantity.Controls.Add(this.label8);
     this.groupQuantity.Location = new System.Drawing.Point(301, 152);
     this.groupQuantity.Name     = "groupQuantity";
     this.groupQuantity.Size     = new System.Drawing.Size(180, 135);
     this.groupQuantity.TabIndex = 3;
     this.groupQuantity.TabStop  = false;
     this.groupQuantity.Text     = "Quantity";
     //
     // textQuantity
     //
     this.textQuantity.Location = new System.Drawing.Point(67, 17);
     this.textQuantity.MaxVal   = 100;
     this.textQuantity.MinVal   = 0;
     this.textQuantity.Name     = "textQuantity";
     this.textQuantity.Size     = new System.Drawing.Size(68, 20);
     this.textQuantity.TabIndex = 0;
     //
     // textPercent
     //
     this.textPercent.Location = new System.Drawing.Point(368, 36);
     this.textPercent.MaxVal   = 100;
     this.textPercent.MinVal   = 0;
     this.textPercent.Name     = "textPercent";
     this.textPercent.Size     = new System.Drawing.Size(68, 20);
     this.textPercent.TabIndex = 0;
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(368, 59);
     this.textAmount.Name     = "textAmount";
     this.textAmount.Size     = new System.Drawing.Size(68, 20);
     this.textAmount.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, 378);
     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(555, 378);
     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(555, 340);
     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);
     //
     // listCoverageLevel
     //
     this.listCoverageLevel.Location = new System.Drawing.Point(368, 293);
     this.listCoverageLevel.Name     = "listCoverageLevel";
     this.listCoverageLevel.Size     = new System.Drawing.Size(100, 30);
     this.listCoverageLevel.TabIndex = 31;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(255, 293);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(111, 16);
     this.label1.TabIndex  = 32;
     this.label1.Text      = "Coverage Level";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormBenefitEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(642, 416);
     this.Controls.Add(this.listCoverageLevel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupQuantity);
     this.Controls.Add(this.listTimePeriod);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textPercent);
     this.Controls.Add(this.labelPercent);
     this.Controls.Add(this.listType);
     this.Controls.Add(this.labelType);
     this.Controls.Add(this.textProcCode);
     this.Controls.Add(this.checkPat);
     this.Controls.Add(this.listCategory);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.labelAmount);
     this.Controls.Add(this.labelCode);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormBenefitEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Benefit";
     this.Load         += new System.EventHandler(this.FormBenefitEdit_Load);
     this.groupQuantity.ResumeLayout(false);
     this.groupQuantity.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #30
0
ファイル: FormRepeatChargeEdit.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()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRepeatChargeEdit));
			this.label1 = new System.Windows.Forms.Label();
			this.textCode = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.textNote = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.textDesc = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.checkCopyNoteToProc = new System.Windows.Forms.CheckBox();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.checkCreatesClaim = new System.Windows.Forms.CheckBox();
			this.checkIsEnabled = new System.Windows.Forms.CheckBox();
			this.textTotalAmount = new System.Windows.Forms.TextBox();
			this.textNumOfCharges = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.butCalculate = new OpenDental.UI.Button();
			this.butMaunal = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.textDateStop = new OpenDental.ValidDate();
			this.textDateStart = new OpenDental.ValidDate();
			this.textChargeAmt = new OpenDental.ValidDouble();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(4, 19);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(156, 16);
			this.label1.TabIndex = 2;
			this.label1.Text = "Code";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCode
			// 
			this.textCode.Location = new System.Drawing.Point(162, 17);
			this.textCode.MaxLength = 15;
			this.textCode.Name = "textCode";
			this.textCode.ReadOnly = true;
			this.textCode.Size = new System.Drawing.Size(100, 20);
			this.textCode.TabIndex = 3;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(4, 139);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(156, 16);
			this.label2.TabIndex = 4;
			this.label2.Text = "Charge Amount";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(4, 168);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(156, 16);
			this.label3.TabIndex = 7;
			this.label3.Text = "Date Start";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(4, 196);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(156, 16);
			this.label4.TabIndex = 9;
			this.label4.Text = "Date Stop";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textNote
			// 
			this.textNote.Location = new System.Drawing.Point(162, 260);
			this.textNote.MaxLength = 10000;
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.Size = new System.Drawing.Size(424, 114);
			this.textNote.TabIndex = 11;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(4, 263);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(156, 16);
			this.label5.TabIndex = 10;
			this.label5.Text = "Note";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDesc
			// 
			this.textDesc.BackColor = System.Drawing.SystemColors.Control;
			this.textDesc.Location = new System.Drawing.Point(267, 17);
			this.textDesc.Name = "textDesc";
			this.textDesc.Size = new System.Drawing.Size(241, 20);
			this.textDesc.TabIndex = 40;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(265, 1);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(224, 16);
			this.label6.TabIndex = 39;
			this.label6.Text = "Procedure Description:";
			this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label7
			// 
			this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label7.Location = new System.Drawing.Point(128, 491);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(238, 29);
			this.label7.TabIndex = 42;
			this.label7.Text = "It\'s OK to delete an obsolete repeating charge.   It does not affect any charges " +
    "already billed.";
			this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// checkCopyNoteToProc
			// 
			this.checkCopyNoteToProc.Location = new System.Drawing.Point(162, 378);
			this.checkCopyNoteToProc.Name = "checkCopyNoteToProc";
			this.checkCopyNoteToProc.Size = new System.Drawing.Size(250, 18);
			this.checkCopyNoteToProc.TabIndex = 43;
			this.checkCopyNoteToProc.Text = "Copy note to procedure billing note.";
			this.checkCopyNoteToProc.UseVisualStyleBackColor = true;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(17, 22);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(136, 16);
			this.label8.TabIndex = 44;
			this.label8.Text = "Total Amount";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(17, 48);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(136, 16);
			this.label9.TabIndex = 46;
			this.label9.Text = "Number of Charges";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkCreatesClaim
			// 
			this.checkCreatesClaim.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkCreatesClaim.Location = new System.Drawing.Point(7, 218);
			this.checkCreatesClaim.Name = "checkCreatesClaim";
			this.checkCreatesClaim.Size = new System.Drawing.Size(169, 18);
			this.checkCreatesClaim.TabIndex = 49;
			this.checkCreatesClaim.Text = "Creates Claim";
			this.checkCreatesClaim.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkCreatesClaim.UseVisualStyleBackColor = true;
			// 
			// checkIsEnabled
			// 
			this.checkIsEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsEnabled.Location = new System.Drawing.Point(7, 239);
			this.checkIsEnabled.Name = "checkIsEnabled";
			this.checkIsEnabled.Size = new System.Drawing.Size(169, 18);
			this.checkIsEnabled.TabIndex = 50;
			this.checkIsEnabled.Text = "Enabled";
			this.checkIsEnabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsEnabled.UseVisualStyleBackColor = true;
			// 
			// textTotalAmount
			// 
			this.textTotalAmount.Location = new System.Drawing.Point(155, 19);
			this.textTotalAmount.Name = "textTotalAmount";
			this.textTotalAmount.Size = new System.Drawing.Size(100, 20);
			this.textTotalAmount.TabIndex = 51;
			// 
			// textNumOfCharges
			// 
			this.textNumOfCharges.Location = new System.Drawing.Point(155, 45);
			this.textNumOfCharges.Name = "textNumOfCharges";
			this.textNumOfCharges.Size = new System.Drawing.Size(100, 20);
			this.textNumOfCharges.TabIndex = 52;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(245, 419);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(225, 29);
			this.label10.TabIndex = 53;
			this.label10.Text = "This will add a completed procedure of the code listed above to this patient\'s ac" +
    "count.";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.butCalculate);
			this.groupBox1.Controls.Add(this.textTotalAmount);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.textNumOfCharges);
			this.groupBox1.Controls.Add(this.label9);
			this.groupBox1.Location = new System.Drawing.Point(7, 48);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(359, 79);
			this.groupBox1.TabIndex = 54;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Calculate Charge Amount (optional)";
			// 
			// butCalculate
			// 
			this.butCalculate.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCalculate.Autosize = true;
			this.butCalculate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCalculate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCalculate.CornerRadius = 4F;
			this.butCalculate.Location = new System.Drawing.Point(261, 44);
			this.butCalculate.Name = "butCalculate";
			this.butCalculate.Size = new System.Drawing.Size(75, 24);
			this.butCalculate.TabIndex = 53;
			this.butCalculate.Text = "Calculate";
			this.butCalculate.Click += new System.EventHandler(this.butCalculate_Click);
			// 
			// butMaunal
			// 
			this.butMaunal.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butMaunal.Autosize = true;
			this.butMaunal.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butMaunal.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butMaunal.CornerRadius = 4F;
			this.butMaunal.Location = new System.Drawing.Point(162, 421);
			this.butMaunal.Name = "butMaunal";
			this.butMaunal.Size = new System.Drawing.Size(75, 24);
			this.butMaunal.TabIndex = 48;
			this.butMaunal.Text = "Manual";
			this.butMaunal.Click += new System.EventHandler(this.butMaunal_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(35, 493);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(83, 26);
			this.butDelete.TabIndex = 41;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// textDateStop
			// 
			this.textDateStop.Location = new System.Drawing.Point(162, 194);
			this.textDateStop.Name = "textDateStop";
			this.textDateStop.Size = new System.Drawing.Size(100, 20);
			this.textDateStop.TabIndex = 8;
			// 
			// textDateStart
			// 
			this.textDateStart.Location = new System.Drawing.Point(162, 165);
			this.textDateStart.Name = "textDateStart";
			this.textDateStart.Size = new System.Drawing.Size(100, 20);
			this.textDateStart.TabIndex = 6;
			// 
			// textChargeAmt
			// 
			this.textChargeAmt.Location = new System.Drawing.Point(162, 136);
			this.textChargeAmt.Name = "textChargeAmt";
			this.textChargeAmt.Size = new System.Drawing.Size(100, 20);
			this.textChargeAmt.TabIndex = 5;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(595, 450);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(595, 491);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormRepeatChargeEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(705, 545);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.checkIsEnabled);
			this.Controls.Add(this.checkCreatesClaim);
			this.Controls.Add(this.butMaunal);
			this.Controls.Add(this.checkCopyNoteToProc);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.textDesc);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.textDateStop);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textDateStart);
			this.Controls.Add(this.textChargeAmt);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textCode);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormRepeatChargeEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Repeat Charge";
			this.Load += new System.EventHandler(this.FormRepeatChargeEdit_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
コード例 #31
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBillingOptions));
     this.butCancel            = new OpenDental.UI.Button();
     this.butCreate            = new OpenDental.UI.Button();
     this.listBillType         = new System.Windows.Forms.ListBox();
     this.label2               = new System.Windows.Forms.Label();
     this.butAll               = new OpenDental.UI.Button();
     this.label1               = new System.Windows.Forms.Label();
     this.butSaveDefault       = new OpenDental.UI.Button();
     this.textExcludeLessThan  = new OpenDental.ValidDouble();
     this.checkExcludeInactive = new System.Windows.Forms.CheckBox();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.checkIncludeChanged  = new System.Windows.Forms.CheckBox();
     this.textLastStatement    = new OpenDental.ValidDate();
     this.label5               = new System.Windows.Forms.Label();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.radio30              = new System.Windows.Forms.RadioButton();
     this.radio90              = new System.Windows.Forms.RadioButton();
     this.radio60              = new System.Windows.Forms.RadioButton();
     this.radioAny             = new System.Windows.Forms.RadioButton();
     this.checkExcludeNegative = new System.Windows.Forms.CheckBox();
     this.checkBadAddress      = new System.Windows.Forms.CheckBox();
     this.gridDun              = new OpenDental.UI.ODGrid();
     this.butAdd               = new OpenDental.UI.Button();
     this.label3               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.textNote             = new OpenDental.ODtextBox();
     this.butUndo              = new OpenDental.UI.Button();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(806, 631);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(79, 26);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butCreate
     //
     this.butCreate.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCreate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCreate.Autosize = true;
     this.butCreate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCreate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCreate.Location = new System.Drawing.Point(693, 631);
     this.butCreate.Name     = "butCreate";
     this.butCreate.Size     = new System.Drawing.Size(92, 26);
     this.butCreate.TabIndex = 3;
     this.butCreate.Text     = "Create &List";
     this.butCreate.Click   += new System.EventHandler(this.butCreate_Click);
     //
     // listBillType
     //
     this.listBillType.Location      = new System.Drawing.Point(21, 342);
     this.listBillType.Name          = "listBillType";
     this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBillType.Size          = new System.Drawing.Size(158, 186);
     this.listBillType.TabIndex      = 2;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(20, 324);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(147, 16);
     this.label2.TabIndex = 14;
     this.label2.Text     = "Billing Types:";
     //
     // butAll
     //
     this.butAll.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAll.Autosize            = true;
     this.butAll.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAll.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAll.Location            = new System.Drawing.Point(21, 532);
     this.butAll.Name     = "butAll";
     this.butAll.Size     = new System.Drawing.Size(68, 26);
     this.butAll.TabIndex = 15;
     this.butAll.Text     = "&All";
     this.butAll.Click   += new System.EventHandler(this.butAll_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(19, 272);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(232, 18);
     this.label1.TabIndex  = 18;
     this.label1.Text      = "Exclude if Balance is less than:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butSaveDefault
     //
     this.butSaveDefault.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butSaveDefault.Autosize            = true;
     this.butSaveDefault.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butSaveDefault.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butSaveDefault.Location            = new System.Drawing.Point(20, 574);
     this.butSaveDefault.Name     = "butSaveDefault";
     this.butSaveDefault.Size     = new System.Drawing.Size(108, 25);
     this.butSaveDefault.TabIndex = 20;
     this.butSaveDefault.Text     = "&Save As Default";
     this.butSaveDefault.Click   += new System.EventHandler(this.butSaveDefault_Click);
     //
     // textExcludeLessThan
     //
     this.textExcludeLessThan.Location = new System.Drawing.Point(21, 293);
     this.textExcludeLessThan.Name     = "textExcludeLessThan";
     this.textExcludeLessThan.Size     = new System.Drawing.Size(77, 20);
     this.textExcludeLessThan.TabIndex = 22;
     //
     // checkExcludeInactive
     //
     this.checkExcludeInactive.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkExcludeInactive.Location  = new System.Drawing.Point(22, 228);
     this.checkExcludeInactive.Name      = "checkExcludeInactive";
     this.checkExcludeInactive.Size      = new System.Drawing.Size(229, 22);
     this.checkExcludeInactive.TabIndex  = 23;
     this.checkExcludeInactive.Text      = "Exclude inactive patients";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.checkIncludeChanged);
     this.groupBox2.Controls.Add(this.textLastStatement);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.groupBox1);
     this.groupBox2.Controls.Add(this.checkExcludeNegative);
     this.groupBox2.Controls.Add(this.checkBadAddress);
     this.groupBox2.Controls.Add(this.checkExcludeInactive);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.textExcludeLessThan);
     this.groupBox2.Controls.Add(this.butSaveDefault);
     this.groupBox2.Controls.Add(this.listBillType);
     this.groupBox2.Controls.Add(this.butAll);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(21, 12);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(263, 609);
     this.groupBox2.TabIndex  = 24;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Filter";
     //
     // checkIncludeChanged
     //
     this.checkIncludeChanged.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIncludeChanged.Location  = new System.Drawing.Point(21, 63);
     this.checkIncludeChanged.Name      = "checkIncludeChanged";
     this.checkIncludeChanged.Size      = new System.Drawing.Size(238, 28);
     this.checkIncludeChanged.TabIndex  = 26;
     this.checkIncludeChanged.Text      = "Include any accounts with insurance payments or procedures since the last bill";
     //
     // textLastStatement
     //
     this.textLastStatement.Location = new System.Drawing.Point(22, 37);
     this.textLastStatement.Name     = "textLastStatement";
     this.textLastStatement.Size     = new System.Drawing.Size(94, 20);
     this.textLastStatement.TabIndex = 25;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(21, 17);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(232, 16);
     this.label5.TabIndex  = 24;
     this.label5.Text      = "Include anyone not billed since";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radio30);
     this.groupBox1.Controls.Add(this.radio90);
     this.groupBox1.Controls.Add(this.radio60);
     this.groupBox1.Controls.Add(this.radioAny);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(21, 97);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(144, 106);
     this.groupBox1.TabIndex  = 1;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Age of Account";
     //
     // radio30
     //
     this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio30.Location  = new System.Drawing.Point(12, 41);
     this.radio30.Name      = "radio30";
     this.radio30.Size      = new System.Drawing.Size(120, 16);
     this.radio30.TabIndex  = 1;
     this.radio30.Text      = "Over 30 Days";
     //
     // radio90
     //
     this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio90.Location  = new System.Drawing.Point(12, 83);
     this.radio90.Name      = "radio90";
     this.radio90.Size      = new System.Drawing.Size(120, 18);
     this.radio90.TabIndex  = 3;
     this.radio90.Text      = "Over 90 Days";
     //
     // radio60
     //
     this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio60.Location  = new System.Drawing.Point(12, 61);
     this.radio60.Name      = "radio60";
     this.radio60.Size      = new System.Drawing.Size(117, 18);
     this.radio60.TabIndex  = 2;
     this.radio60.Text      = "Over 60 Days";
     //
     // radioAny
     //
     this.radioAny.Checked   = true;
     this.radioAny.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioAny.Location  = new System.Drawing.Point(12, 19);
     this.radioAny.Name      = "radioAny";
     this.radioAny.Size      = new System.Drawing.Size(117, 18);
     this.radioAny.TabIndex  = 0;
     this.radioAny.TabStop   = true;
     this.radioAny.Text      = "Any Balance";
     //
     // checkExcludeNegative
     //
     this.checkExcludeNegative.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkExcludeNegative.Location  = new System.Drawing.Point(22, 249);
     this.checkExcludeNegative.Name      = "checkExcludeNegative";
     this.checkExcludeNegative.Size      = new System.Drawing.Size(231, 22);
     this.checkExcludeNegative.TabIndex  = 17;
     this.checkExcludeNegative.Text      = "Exclude negative balances (credits)";
     //
     // checkBadAddress
     //
     this.checkBadAddress.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBadAddress.Location  = new System.Drawing.Point(22, 207);
     this.checkBadAddress.Name      = "checkBadAddress";
     this.checkBadAddress.Size      = new System.Drawing.Size(231, 22);
     this.checkBadAddress.TabIndex  = 16;
     this.checkBadAddress.Text      = "Exclude bad addresses (no zipcode)";
     //
     // gridDun
     //
     this.gridDun.HScrollVisible   = false;
     this.gridDun.Location         = new System.Drawing.Point(299, 31);
     this.gridDun.Name             = "gridDun";
     this.gridDun.ScrollValue      = 0;
     this.gridDun.Size             = new System.Drawing.Size(585, 430);
     this.gridDun.TabIndex         = 0;
     this.gridDun.Title            = "Dunning Messages";
     this.gridDun.TranslationName  = "TableBillingMessages";
     this.gridDun.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridDun_CellDoubleClick);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAdd.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butAdd.Autosize   = true;
     this.butAdd.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.Image      = ((System.Drawing.Image)(resources.GetObject("butAdd.Image")));
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location   = new System.Drawing.Point(298, 465);
     this.butAdd.Name       = "butAdd";
     this.butAdd.Size       = new System.Drawing.Size(128, 26);
     this.butAdd.TabIndex   = 5;
     this.butAdd.Text       = "Add Dunning Msg";
     this.butAdd.Click     += new System.EventHandler(this.butAdd_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(299, 10);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(581, 16);
     this.label3.TabIndex = 25;
     this.label3.Text     = "Items higher in the list are more general.  Items lower in the list take preceden" +
                            "ce .";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(298, 498);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(575, 16);
     this.label4.TabIndex  = 26;
     this.label4.Text      = "General Message (in addition to any dunning messages)";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textNote
     //
     this.textNote.AcceptsReturn  = true;
     this.textNote.Location       = new System.Drawing.Point(299, 518);
     this.textNote.Multiline      = true;
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = QuickPasteType.Statement;
     this.textNote.ScrollBars     = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(584, 102);
     this.textNote.TabIndex       = 28;
     //
     // butUndo
     //
     this.butUndo.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butUndo.Autosize            = true;
     this.butUndo.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butUndo.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butUndo.Location            = new System.Drawing.Point(21, 632);
     this.butUndo.Name     = "butUndo";
     this.butUndo.Size     = new System.Drawing.Size(98, 25);
     this.butUndo.TabIndex = 29;
     this.butUndo.Text     = "Undo a Billing";
     this.butUndo.Click   += new System.EventHandler(this.butUndo_Click);
     //
     // FormBillingOptions
     //
     this.AcceptButton      = this.butCreate;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(898, 666);
     this.Controls.Add(this.butUndo);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butCreate);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.gridDun);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormBillingOptions";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Billing Options";
     this.Load         += new System.EventHandler(this.FormBillingOptions_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #32
0
ファイル: FormPayment.cs プロジェクト: nampn/ODental
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayment));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.textCheckNum = new System.Windows.Forms.TextBox();
     this.textBankBranch = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.textTotal = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.listPayType = new System.Windows.Forms.ListBox();
     this.label9 = new System.Windows.Forms.Label();
     this.checkPayPlan = new System.Windows.Forms.CheckBox();
     this.textPaidBy = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.comboClinic = new System.Windows.Forms.ComboBox();
     this.labelClinic = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.labelDepositAccount = new System.Windows.Forms.Label();
     this.comboDepositAccount = new System.Windows.Forms.ComboBox();
     this.panelXcharge = new System.Windows.Forms.Panel();
     this.contextMenuXcharge = new System.Windows.Forms.ContextMenu();
     this.menuXcharge = new System.Windows.Forms.MenuItem();
     this.textDepositAccount = new System.Windows.Forms.TextBox();
     this.textFamStart = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.textFamEnd = new System.Windows.Forms.TextBox();
     this.textDeposit = new System.Windows.Forms.TextBox();
     this.labelDeposit = new System.Windows.Forms.Label();
     this.textFamAfterIns = new System.Windows.Forms.TextBox();
     this.checkPayTypeNone = new System.Windows.Forms.CheckBox();
     this.contextMenuPayConnect = new System.Windows.Forms.ContextMenu();
     this.menuPayConnect = new System.Windows.Forms.MenuItem();
     this.butPayConnect = new OpenDental.UI.Button();
     this.butPay = new OpenDental.UI.Button();
     this.gridBal = new OpenDental.UI.ODGrid();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.textDateEntry = new OpenDental.ValidDate();
     this.textNote = new OpenDental.ODtextBox();
     this.textAmount = new OpenDental.ValidDouble();
     this.textDate = new OpenDental.ValidDate();
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.butDeleteAll = new OpenDental.UI.Button();
     this.butAdd = new OpenDental.UI.Button();
     this.comboCreditCards = new System.Windows.Forms.ComboBox();
     this.labelCreditCards = new System.Windows.Forms.Label();
     this.checkRecurring = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(404, 2);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(154, 16);
     this.label1.TabIndex = 7;
     this.label1.Text = "Payment Type";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 152);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(92, 16);
     this.label2.TabIndex = 8;
     this.label2.Text = "Note";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(4, 134);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(100, 16);
     this.label3.TabIndex = 9;
     this.label3.Text = "Bank-Branch";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(4, 114);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 16);
     this.label4.TabIndex = 10;
     this.label4.Text = "Check #";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(4, 94);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(100, 16);
     this.label5.TabIndex = 11;
     this.label5.Text = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(4, 74);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(100, 16);
     this.label6.TabIndex = 12;
     this.label6.Text = "Payment Date";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCheckNum
     //
     this.textCheckNum.Location = new System.Drawing.Point(106, 110);
     this.textCheckNum.Name = "textCheckNum";
     this.textCheckNum.Size = new System.Drawing.Size(100, 20);
     this.textCheckNum.TabIndex = 1;
     //
     // textBankBranch
     //
     this.textBankBranch.Location = new System.Drawing.Point(106, 130);
     this.textBankBranch.Name = "textBankBranch";
     this.textBankBranch.Size = new System.Drawing.Size(100, 20);
     this.textBankBranch.TabIndex = 2;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(212, 464);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(286, 14);
     this.label7.TabIndex = 18;
     this.label7.Text = "(must match total amount of payment)";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textTotal
     //
     this.textTotal.Location = new System.Drawing.Point(425, 438);
     this.textTotal.Name = "textTotal";
     this.textTotal.ReadOnly = true;
     this.textTotal.Size = new System.Drawing.Size(67, 20);
     this.textTotal.TabIndex = 19;
     this.textTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(324, 442);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(100, 16);
     this.label8.TabIndex = 22;
     this.label8.Text = "Total Splits";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listPayType
     //
     this.listPayType.Location = new System.Drawing.Point(407, 39);
     this.listPayType.Name = "listPayType";
     this.listPayType.Size = new System.Drawing.Size(120, 95);
     this.listPayType.TabIndex = 4;
     this.listPayType.Click += new System.EventHandler(this.listPayType_Click);
     //
     // label9
     //
     this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label9.Location = new System.Drawing.Point(97, 512);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(126, 37);
     this.label9.TabIndex = 28;
     this.label9.Text = "Deletes entire payment and all splits";
     this.label9.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkPayPlan
     //
     this.checkPayPlan.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPayPlan.Location = new System.Drawing.Point(694, 116);
     this.checkPayPlan.Name = "checkPayPlan";
     this.checkPayPlan.Size = new System.Drawing.Size(196, 18);
     this.checkPayPlan.TabIndex = 30;
     this.checkPayPlan.Text = "Attached to Payment Plan";
     this.checkPayPlan.Click += new System.EventHandler(this.checkPayPlan_Click);
     //
     // textPaidBy
     //
     this.textPaidBy.Location = new System.Drawing.Point(106, 30);
     this.textPaidBy.Name = "textPaidBy";
     this.textPaidBy.ReadOnly = true;
     this.textPaidBy.Size = new System.Drawing.Size(242, 20);
     this.textPaidBy.TabIndex = 32;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(4, 32);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(100, 16);
     this.label11.TabIndex = 33;
     this.label11.Text = "Paid By";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location = new System.Drawing.Point(106, 8);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name = "comboClinic";
     this.comboClinic.Size = new System.Drawing.Size(198, 21);
     this.comboClinic.TabIndex = 92;
     this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted);
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(16, 12);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(86, 14);
     this.labelClinic.TabIndex = 91;
     this.labelClinic.Text = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(4, 54);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(100, 16);
     this.label12.TabIndex = 94;
     this.label12.Text = "Entry Date";
     this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelDepositAccount
     //
     this.labelDepositAccount.Location = new System.Drawing.Point(407, 138);
     this.labelDepositAccount.Name = "labelDepositAccount";
     this.labelDepositAccount.Size = new System.Drawing.Size(260, 17);
     this.labelDepositAccount.TabIndex = 114;
     this.labelDepositAccount.Text = "Pay into Account";
     this.labelDepositAccount.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // comboDepositAccount
     //
     this.comboDepositAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDepositAccount.FormattingEnabled = true;
     this.comboDepositAccount.Location = new System.Drawing.Point(407, 157);
     this.comboDepositAccount.Name = "comboDepositAccount";
     this.comboDepositAccount.Size = new System.Drawing.Size(260, 21);
     this.comboDepositAccount.TabIndex = 113;
     //
     // panelXcharge
     //
     this.panelXcharge.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelXcharge.BackgroundImage")));
     this.panelXcharge.Location = new System.Drawing.Point(694, 12);
     this.panelXcharge.Name = "panelXcharge";
     this.panelXcharge.Size = new System.Drawing.Size(59, 26);
     this.panelXcharge.TabIndex = 118;
     this.panelXcharge.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panelXcharge_MouseClick);
     //
     // contextMenuXcharge
     //
     this.contextMenuXcharge.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuXcharge});
     //
     // menuXcharge
     //
     this.menuXcharge.Index = 0;
     this.menuXcharge.Text = "Settings";
     this.menuXcharge.Click += new System.EventHandler(this.menuXcharge_Click);
     //
     // textDepositAccount
     //
     this.textDepositAccount.Location = new System.Drawing.Point(407, 181);
     this.textDepositAccount.Name = "textDepositAccount";
     this.textDepositAccount.ReadOnly = true;
     this.textDepositAccount.Size = new System.Drawing.Size(260, 20);
     this.textDepositAccount.TabIndex = 119;
     //
     // textFamStart
     //
     this.textFamStart.Location = new System.Drawing.Point(773, 438);
     this.textFamStart.Name = "textFamStart";
     this.textFamStart.ReadOnly = true;
     this.textFamStart.Size = new System.Drawing.Size(60, 20);
     this.textFamStart.TabIndex = 121;
     this.textFamStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(672, 441);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(100, 16);
     this.label10.TabIndex = 122;
     this.label10.Text = "Family Total";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textFamEnd
     //
     this.textFamEnd.Location = new System.Drawing.Point(893, 438);
     this.textFamEnd.Name = "textFamEnd";
     this.textFamEnd.ReadOnly = true;
     this.textFamEnd.Size = new System.Drawing.Size(60, 20);
     this.textFamEnd.TabIndex = 123;
     this.textFamEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textDeposit
     //
     this.textDeposit.Location = new System.Drawing.Point(694, 158);
     this.textDeposit.Name = "textDeposit";
     this.textDeposit.ReadOnly = true;
     this.textDeposit.Size = new System.Drawing.Size(100, 20);
     this.textDeposit.TabIndex = 125;
     //
     // labelDeposit
     //
     this.labelDeposit.ForeColor = System.Drawing.Color.Firebrick;
     this.labelDeposit.Location = new System.Drawing.Point(691, 139);
     this.labelDeposit.Name = "labelDeposit";
     this.labelDeposit.Size = new System.Drawing.Size(199, 16);
     this.labelDeposit.TabIndex = 126;
     this.labelDeposit.Text = "Attached to deposit";
     this.labelDeposit.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textFamAfterIns
     //
     this.textFamAfterIns.Location = new System.Drawing.Point(833, 438);
     this.textFamAfterIns.Name = "textFamAfterIns";
     this.textFamAfterIns.ReadOnly = true;
     this.textFamAfterIns.Size = new System.Drawing.Size(60, 20);
     this.textFamAfterIns.TabIndex = 127;
     this.textFamAfterIns.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // checkPayTypeNone
     //
     this.checkPayTypeNone.Location = new System.Drawing.Point(407, 21);
     this.checkPayTypeNone.Name = "checkPayTypeNone";
     this.checkPayTypeNone.Size = new System.Drawing.Size(204, 18);
     this.checkPayTypeNone.TabIndex = 128;
     this.checkPayTypeNone.Text = "None (Income Transfer)";
     this.checkPayTypeNone.UseVisualStyleBackColor = true;
     this.checkPayTypeNone.CheckedChanged += new System.EventHandler(this.checkPayTypeNone_CheckedChanged);
     this.checkPayTypeNone.Click += new System.EventHandler(this.checkPayTypeNone_Click);
     //
     // contextMenuPayConnect
     //
     this.contextMenuPayConnect.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuPayConnect});
     //
     // menuPayConnect
     //
     this.menuPayConnect.Index = 0;
     this.menuPayConnect.Text = "Settings";
     this.menuPayConnect.Click += new System.EventHandler(this.menuPayConnect_Click);
     //
     // butPayConnect
     //
     this.butPayConnect.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPayConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPayConnect.Autosize = false;
     this.butPayConnect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPayConnect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPayConnect.CornerRadius = 4F;
     this.butPayConnect.Location = new System.Drawing.Point(782, 13);
     this.butPayConnect.Name = "butPayConnect";
     this.butPayConnect.Size = new System.Drawing.Size(75, 24);
     this.butPayConnect.TabIndex = 129;
     this.butPayConnect.Text = "PayConnect";
     this.butPayConnect.Click += new System.EventHandler(this.butPayConnect_Click);
     //
     // butPay
     //
     this.butPay.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPay.Autosize = true;
     this.butPay.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPay.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPay.CornerRadius = 4F;
     this.butPay.Image = global::OpenDental.Properties.Resources.Left;
     this.butPay.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPay.Location = new System.Drawing.Point(588, 208);
     this.butPay.Name = "butPay";
     this.butPay.Size = new System.Drawing.Size(79, 24);
     this.butPay.TabIndex = 124;
     this.butPay.Text = "Pay";
     this.butPay.Click += new System.EventHandler(this.butPay_Click);
     //
     // gridBal
     //
     this.gridBal.HScrollVisible = false;
     this.gridBal.Location = new System.Drawing.Point(588, 234);
     this.gridBal.Name = "gridBal";
     this.gridBal.ScrollValue = 0;
     this.gridBal.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridBal.Size = new System.Drawing.Size(381, 198);
     this.gridBal.TabIndex = 120;
     this.gridBal.Title = "Family Balances";
     this.gridBal.TranslationName = "TablePaymentBal";
     this.gridBal.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridBal_CellDoubleClick);
     //
     // gridMain
     //
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(7, 234);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(575, 198);
     this.gridMain.TabIndex = 116;
     this.gridMain.Title = "Payment Splits (optional)";
     this.gridMain.TranslationName = "TablePaySplits";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(106, 50);
     this.textDateEntry.Name = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size = new System.Drawing.Size(100, 20);
     this.textDateEntry.TabIndex = 93;
     //
     // textNote
     //
     this.textNote.AcceptsReturn = true;
     this.textNote.Location = new System.Drawing.Point(106, 152);
     this.textNote.MaxLength = 255;
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Payment;
     this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size = new System.Drawing.Size(290, 80);
     this.textNote.TabIndex = 3;
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(106, 90);
     this.textAmount.Name = "textAmount";
     this.textAmount.Size = new System.Drawing.Size(84, 20);
     this.textAmount.TabIndex = 0;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(106, 70);
     this.textDate.Name = "textDate";
     this.textDate.Size = new System.Drawing.Size(100, 20);
     this.textDate.TabIndex = 4;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(887, 523);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex = 9;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(806, 523);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex = 8;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butDeleteAll
     //
     this.butDeleteAll.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDeleteAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDeleteAll.Autosize = true;
     this.butDeleteAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDeleteAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDeleteAll.CornerRadius = 4F;
     this.butDeleteAll.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDeleteAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDeleteAll.Location = new System.Drawing.Point(7, 523);
     this.butDeleteAll.Name = "butDeleteAll";
     this.butDeleteAll.Size = new System.Drawing.Size(84, 24);
     this.butDeleteAll.TabIndex = 7;
     this.butDeleteAll.Text = "&Delete";
     this.butDeleteAll.Click += new System.EventHandler(this.butDeleteAll_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius = 4F;
     this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(7, 435);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(92, 24);
     this.butAdd.TabIndex = 30;
     this.butAdd.Text = "&Add Split";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // comboCreditCards
     //
     this.comboCreditCards.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboCreditCards.Location = new System.Drawing.Point(694, 65);
     this.comboCreditCards.MaxDropDownItems = 30;
     this.comboCreditCards.Name = "comboCreditCards";
     this.comboCreditCards.Size = new System.Drawing.Size(198, 21);
     this.comboCreditCards.TabIndex = 130;
     //
     // labelCreditCards
     //
     this.labelCreditCards.Location = new System.Drawing.Point(694, 45);
     this.labelCreditCards.Name = "labelCreditCards";
     this.labelCreditCards.Size = new System.Drawing.Size(198, 17);
     this.labelCreditCards.TabIndex = 131;
     this.labelCreditCards.Text = "Credit Card";
     this.labelCreditCards.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkRecurring
     //
     this.checkRecurring.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkRecurring.Location = new System.Drawing.Point(694, 97);
     this.checkRecurring.Name = "checkRecurring";
     this.checkRecurring.Size = new System.Drawing.Size(196, 18);
     this.checkRecurring.TabIndex = 132;
     this.checkRecurring.Text = "Apply to Recurring Charge";
     //
     // FormPayment
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(974, 562);
     this.Controls.Add(this.checkRecurring);
     this.Controls.Add(this.labelCreditCards);
     this.Controls.Add(this.comboCreditCards);
     this.Controls.Add(this.butPayConnect);
     this.Controls.Add(this.checkPayTypeNone);
     this.Controls.Add(this.textFamAfterIns);
     this.Controls.Add(this.textDeposit);
     this.Controls.Add(this.labelDeposit);
     this.Controls.Add(this.butPay);
     this.Controls.Add(this.textFamEnd);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.textFamStart);
     this.Controls.Add(this.gridBal);
     this.Controls.Add(this.textDepositAccount);
     this.Controls.Add(this.panelXcharge);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.labelDepositAccount);
     this.Controls.Add(this.comboDepositAccount);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textPaidBy);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textTotal);
     this.Controls.Add(this.textBankBranch);
     this.Controls.Add(this.textCheckNum);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butDeleteAll);
     this.Controls.Add(this.checkPayPlan);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.listPayType);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butAdd);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormPayment";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Payment";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormPayment_Closing);
     this.Load += new System.EventHandler(this.FormPayment_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #33
0
 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();
 }
コード例 #34
0
ファイル: FormFeeEdit.cs プロジェクト: nampn/ODental
 /// <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(FormFeeEdit));
     this.label1 = new System.Windows.Forms.Label();
     this.textFee = new OpenDental.ValidDouble();
     this.checkDefFee = new System.Windows.Forms.CheckBox();
     this.checkDefCov = new System.Windows.Forms.CheckBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(2,26);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72,16);
     this.label1.TabIndex = 0;
     this.label1.Text = "Fee";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textFee
     //
     this.textFee.Location = new System.Drawing.Point(78,22);
     this.textFee.Name = "textFee";
     this.textFee.Size = new System.Drawing.Size(72,20);
     this.textFee.TabIndex = 0;
     //
     // checkDefFee
     //
     this.checkDefFee.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkDefFee.Location = new System.Drawing.Point(54,54);
     this.checkDefFee.Name = "checkDefFee";
     this.checkDefFee.Size = new System.Drawing.Size(172,24);
     this.checkDefFee.TabIndex = 1;
     this.checkDefFee.Text = "Use Default Fee (not visible)";
     this.checkDefFee.Visible = false;
     //
     // checkDefCov
     //
     this.checkDefCov.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkDefCov.Location = new System.Drawing.Point(54,84);
     this.checkDefCov.Name = "checkDefCov";
     this.checkDefCov.Size = new System.Drawing.Size(208,24);
     this.checkDefCov.TabIndex = 2;
     this.checkDefCov.Text = "Use Default Coverage (not visible)";
     this.checkDefCov.Visible = false;
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.SystemColors.Control;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location = new System.Drawing.Point(16,132);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(512,208);
     this.textBox1.TabIndex = 29;
     this.textBox1.Text = resources.GetString("textBox1.Text");
     this.textBox1.Visible = false;
     //
     // 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(282,54);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,25);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(282,92);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,25);
     this.butCancel.TabIndex = 4;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormFeeEdit
     //
     this.AcceptButton = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(374,132);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.textFee);
     this.Controls.Add(this.checkDefCov);
     this.Controls.Add(this.checkDefFee);
     this.Controls.Add(this.label1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormFeeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Fee";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormFeeEdit_Closing);
     this.Load += new System.EventHandler(this.FormFeeEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormRepeatChargeEdit));
     this.butCancel     = new OpenDental.UI.Button();
     this.butOK         = new OpenDental.UI.Button();
     this.label1        = new System.Windows.Forms.Label();
     this.textADACode   = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.textChargeAmt = new OpenDental.ValidDouble();
     this.textDateStart = new OpenDental.ValidDate();
     this.label3        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.textDateStop  = new OpenDental.ValidDate();
     this.textNote      = new System.Windows.Forms.TextBox();
     this.label5        = new System.Windows.Forms.Label();
     this.textDesc      = new System.Windows.Forms.TextBox();
     this.label6        = new System.Windows.Forms.Label();
     this.butDelete     = new OpenDental.UI.Button();
     this.label7        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.Location = new System.Drawing.Point(512, 312);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 0;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(512, 271);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 1;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(4, 19);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(156, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "ADA Code";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textADACode
     //
     this.textADACode.Location  = new System.Drawing.Point(162, 17);
     this.textADACode.MaxLength = 15;
     this.textADACode.Name      = "textADACode";
     this.textADACode.ReadOnly  = true;
     this.textADACode.TabIndex  = 3;
     this.textADACode.Text      = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(4, 49);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(156, 16);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Charge Amount";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textChargeAmt
     //
     this.textChargeAmt.Location = new System.Drawing.Point(162, 46);
     this.textChargeAmt.Name     = "textChargeAmt";
     this.textChargeAmt.TabIndex = 5;
     this.textChargeAmt.Text     = "";
     //
     // textDateStart
     //
     this.textDateStart.Location = new System.Drawing.Point(162, 75);
     this.textDateStart.Name     = "textDateStart";
     this.textDateStart.TabIndex = 6;
     this.textDateStart.Text     = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(4, 78);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(156, 16);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "Date Start";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(4, 106);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(156, 16);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "Date Stop";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDateStop
     //
     this.textDateStop.Location = new System.Drawing.Point(162, 104);
     this.textDateStop.Name     = "textDateStop";
     this.textDateStop.TabIndex = 8;
     this.textDateStop.Text     = "";
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(162, 133);
     this.textNote.MaxLength = 15;
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(424, 114);
     this.textNote.TabIndex  = 11;
     this.textNote.Text      = "";
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(4, 136);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(156, 16);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "Note";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDesc
     //
     this.textDesc.BackColor = System.Drawing.SystemColors.Control;
     this.textDesc.Location  = new System.Drawing.Point(267, 17);
     this.textDesc.Name      = "textDesc";
     this.textDesc.Size      = new System.Drawing.Size(241, 20);
     this.textDesc.TabIndex  = 40;
     this.textDesc.Text      = "";
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(265, 1);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(224, 16);
     this.label6.TabIndex  = 39;
     this.label6.Text      = "Procedure Description:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize   = true;
     this.butDelete.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.Image      = ((System.Drawing.Image)(resources.GetObject("butDelete.Image")));
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(35, 314);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(83, 26);
     this.butDelete.TabIndex   = 41;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(128, 290);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(264, 51);
     this.label7.TabIndex = 42;
     this.label7.Text     = "It\'s OK to delete an obsolete repeating charge.   It does not affect any charges " +
                            "already billed";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // FormRepeatChargeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(622, 366);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textDesc);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textDateStop);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDateStart);
     this.Controls.Add(this.textChargeAmt);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textADACode);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRepeatChargeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Repeat Charge";
     this.Load         += new System.EventHandler(this.FormRepeatChargeEdit_Load);
     this.ResumeLayout(false);
 }
コード例 #36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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.gridMain          = new OpenDental.UI.ODGrid();
     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.SuspendLayout();
     //
     // textInsPayAllowed
     //
     this.textInsPayAllowed.Location  = new System.Drawing.Point(444, 275);
     this.textInsPayAllowed.Name      = "textInsPayAllowed";
     this.textInsPayAllowed.ReadOnly  = true;
     this.textInsPayAllowed.Size      = new System.Drawing.Size(55, 20);
     this.textInsPayAllowed.TabIndex  = 116;
     this.textInsPayAllowed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textClaimFee
     //
     this.textClaimFee.Location  = new System.Drawing.Point(334, 275);
     this.textClaimFee.Name      = "textClaimFee";
     this.textClaimFee.ReadOnly  = true;
     this.textClaimFee.Size      = new System.Drawing.Size(55, 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(246, 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;
     //
     // 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);
     //
     // 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(554, 275);
     this.textWriteOff.Name      = "textWriteOff";
     this.textWriteOff.ReadOnly  = true;
     this.textWriteOff.Size      = new System.Drawing.Size(55, 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(499, 275);
     this.textInsPayAmt.Name      = "textInsPayAmt";
     this.textInsPayAmt.ReadOnly  = true;
     this.textInsPayAmt.Size      = new System.Drawing.Size(55, 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(389, 275);
     this.textDedApplied.Name      = "textDedApplied";
     this.textDedApplied.ReadOnly  = true;
     this.textDedApplied.Size      = new System.Drawing.Size(55, 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);
     //
     // FormClaimPayTotal
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(948, 363);
     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.Load         += new System.EventHandler(this.FormClaimPayTotal_Load);
     this.Shown        += new System.EventHandler(this.FormClaimPayTotal_Shown);
     this.Activated    += new System.EventHandler(this.FormClaimPayTotal_Activated);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #37
0
ファイル: FormClaimPayEdit.cs プロジェクト: nampn/ODental
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimPayEdit));
     this.textAmount = new OpenDental.ValidDouble();
     this.textDate = new OpenDental.ValidDate();
     this.textBankBranch = new System.Windows.Forms.TextBox();
     this.textCheckNum = new System.Windows.Forms.TextBox();
     this.textNote = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.comboClinic = new System.Windows.Forms.ComboBox();
     this.labelClinic = new System.Windows.Forms.Label();
     this.textCarrierName = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.labelDateIssued = new System.Windows.Forms.Label();
     this.textDateIssued = new OpenDental.ValidDate();
     this.label1 = new System.Windows.Forms.Label();
     this.butCarrierSelect = new OpenDental.UI.Button();
     this.label8 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(134,86);
     this.textAmount.Name = "textAmount";
     this.textAmount.Size = new System.Drawing.Size(68,20);
     this.textAmount.TabIndex = 0;
     this.textAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(134,44);
     this.textDate.Name = "textDate";
     this.textDate.Size = new System.Drawing.Size(68,20);
     this.textDate.TabIndex = 6;
     this.textDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBankBranch
     //
     this.textBankBranch.Location = new System.Drawing.Point(134,128);
     this.textBankBranch.MaxLength = 25;
     this.textBankBranch.Name = "textBankBranch";
     this.textBankBranch.Size = new System.Drawing.Size(100,20);
     this.textBankBranch.TabIndex = 2;
     //
     // textCheckNum
     //
     this.textCheckNum.Location = new System.Drawing.Point(134,107);
     this.textCheckNum.MaxLength = 25;
     this.textCheckNum.Name = "textCheckNum";
     this.textCheckNum.Size = new System.Drawing.Size(100,20);
     this.textCheckNum.TabIndex = 1;
     //
     // textNote
     //
     this.textNote.Location = new System.Drawing.Point(134,198);
     this.textNote.MaxLength = 255;
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.Size = new System.Drawing.Size(324,70);
     this.textNote.TabIndex = 4;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(35,48);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(96,16);
     this.label6.TabIndex = 37;
     this.label6.Text = "Payment Date";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(37,90);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(95,16);
     this.label5.TabIndex = 36;
     this.label5.Text = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(41,109);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(90,16);
     this.label4.TabIndex = 35;
     this.label4.Text = "Check #";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(42,131);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(91,16);
     this.label3.TabIndex = 34;
     this.label3.Text = "Bank-Branch";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(13,199);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(120,16);
     this.label2.TabIndex = 33;
     this.label2.Text = "Note";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(430,302);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 9;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(339,302);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 5;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location = new System.Drawing.Point(134,21);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name = "comboClinic";
     this.comboClinic.Size = new System.Drawing.Size(209,21);
     this.comboClinic.TabIndex = 0;
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(44,25);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(86,14);
     this.labelClinic.TabIndex = 91;
     this.labelClinic.Text = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCarrierName
     //
     this.textCarrierName.Location = new System.Drawing.Point(134,149);
     this.textCarrierName.MaxLength = 25;
     this.textCarrierName.Name = "textCarrierName";
     this.textCarrierName.Size = new System.Drawing.Size(252,20);
     this.textCarrierName.TabIndex = 3;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(24,152);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(109,16);
     this.label7.TabIndex = 94;
     this.label7.Text = "Carrier Name";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelDateIssued
     //
     this.labelDateIssued.Location = new System.Drawing.Point(12,69);
     this.labelDateIssued.Name = "labelDateIssued";
     this.labelDateIssued.Size = new System.Drawing.Size(120,16);
     this.labelDateIssued.TabIndex = 37;
     this.labelDateIssued.Text = "Date Check Issued";
     this.labelDateIssued.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateIssued
     //
     this.textDateIssued.Location = new System.Drawing.Point(134,65);
     this.textDateIssued.Name = "textDateIssued";
     this.textDateIssued.Size = new System.Drawing.Size(68,20);
     this.textDateIssued.TabIndex = 7;
     this.textDateIssued.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(203,66);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(94,16);
     this.label1.TabIndex = 95;
     this.label1.Text = "(optional)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // butCarrierSelect
     //
     this.butCarrierSelect.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCarrierSelect.Autosize = true;
     this.butCarrierSelect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCarrierSelect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCarrierSelect.CornerRadius = 4F;
     this.butCarrierSelect.Location = new System.Drawing.Point(389,147);
     this.butCarrierSelect.Name = "butCarrierSelect";
     this.butCarrierSelect.Size = new System.Drawing.Size(69,23);
     this.butCarrierSelect.TabIndex = 8;
     this.butCarrierSelect.Text = "Pick";
     this.butCarrierSelect.Click += new System.EventHandler(this.butCarrierSelect_Click);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(131,172);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(200,16);
     this.label8.TabIndex = 96;
     this.label8.Text = "(does not need to be exact)";
     //
     // FormClaimPayEdit
     //
     this.AcceptButton = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.CancelButton = this.butCancel;
     this.ClientSize = new System.Drawing.Size(525,346);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textCarrierName);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.textDateIssued);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textBankBranch);
     this.Controls.Add(this.textCheckNum);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.labelDateIssued);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butCarrierSelect);
     this.Controls.Add(this.butOK);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormClaimPayEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Insurance Payment";
     this.Load += new System.EventHandler(this.FormClaimPayEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #38
0
 private void InitializeComponent()
 {
     this.label1        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.label6        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.butOK         = new OpenDental.UI.Button();
     this.butCancel     = new OpenDental.UI.Button();
     this.textAdjDate   = new OpenDental.ValidDate();
     this.label3        = new System.Windows.Forms.Label();
     this.butDelete     = new OpenDental.UI.Button();
     this.textAmount    = new OpenDental.ValidDouble();
     this.listProvider  = new System.Windows.Forms.ListBox();
     this.listTypePos   = new System.Windows.Forms.ListBox();
     this.listTypeNeg   = new System.Windows.Forms.ListBox();
     this.textNote      = new OpenDental.ODtextBox();
     this.textProcDate  = new OpenDental.ValidDate();
     this.label7        = new System.Windows.Forms.Label();
     this.textDateEntry = new OpenDental.ValidDate();
     this.label8        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(7, 54);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Adjustment Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(175, 333);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(11, 102);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 16);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(282, 14);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(167, 16);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "Additions";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(10, 126);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "Provider";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(614, 433);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 6;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(614, 471);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 7;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // textAdjDate
     //
     this.textAdjDate.Location = new System.Drawing.Point(112, 52);
     this.textAdjDate.Name     = "textAdjDate";
     this.textAdjDate.Size     = new System.Drawing.Size(80, 20);
     this.textAdjDate.TabIndex = 0;
     this.textAdjDate.Text     = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(495, 14);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(182, 16);
     this.label3.TabIndex  = 16;
     this.label3.Text      = "Subtractions";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Autosize            = true;
     this.butDelete.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.Location            = new System.Drawing.Point(24, 469);
     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);
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(112, 100);
     this.textAmount.Name     = "textAmount";
     this.textAmount.Size     = new System.Drawing.Size(68, 20);
     this.textAmount.TabIndex = 1;
     this.textAmount.Text     = "";
     //
     // listProvider
     //
     this.listProvider.Location = new System.Drawing.Point(112, 124);
     this.listProvider.Name     = "listProvider";
     this.listProvider.Size     = new System.Drawing.Size(100, 95);
     this.listProvider.TabIndex = 2;
     //
     // listTypePos
     //
     this.listTypePos.Location              = new System.Drawing.Point(266, 34);
     this.listTypePos.Name                  = "listTypePos";
     this.listTypePos.Size                  = new System.Drawing.Size(202, 264);
     this.listTypePos.TabIndex              = 3;
     this.listTypePos.SelectedIndexChanged += new System.EventHandler(this.listTypePos_SelectedIndexChanged);
     //
     // listTypeNeg
     //
     this.listTypeNeg.Location              = new System.Drawing.Point(482, 34);
     this.listTypeNeg.Name                  = "listTypeNeg";
     this.listTypeNeg.Size                  = new System.Drawing.Size(206, 264);
     this.listTypeNeg.TabIndex              = 4;
     this.listTypeNeg.SelectedIndexChanged += new System.EventHandler(this.listTypeNeg_SelectedIndexChanged);
     //
     // textNote
     //
     this.textNote.AcceptsReturn  = true;
     this.textNote.Location       = new System.Drawing.Point(176, 354);
     this.textNote.Multiline      = true;
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = QuickPasteType.Adjustment;
     this.textNote.ScrollBars     = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(355, 140);
     this.textNote.TabIndex       = 0;
     this.textNote.Text           = "";
     //
     // textProcDate
     //
     this.textProcDate.Location = new System.Drawing.Point(112, 76);
     this.textProcDate.Name     = "textProcDate";
     this.textProcDate.Size     = new System.Drawing.Size(80, 20);
     this.textProcDate.TabIndex = 19;
     this.textProcDate.Text     = "";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(7, 78);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(104, 16);
     this.label7.TabIndex  = 18;
     this.label7.Text      = "Procedure Date";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(112, 28);
     this.textDateEntry.Name     = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size     = new System.Drawing.Size(80, 20);
     this.textDateEntry.TabIndex = 21;
     this.textDateEntry.Text     = "";
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(7, 30);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(104, 16);
     this.label8.TabIndex  = 20;
     this.label8.Text      = "Entry Date";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormAdjust
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(731, 528);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textProcDate);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.listTypeNeg);
     this.Controls.Add(this.listTypePos);
     this.Controls.Add(this.listProvider);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textAdjDate);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormAdjust";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Adjustment";
     this.Load         += new System.EventHandler(this.FormAdjust_Load);
     this.ResumeLayout(false);
 }
コード例 #39
0
ファイル: FormClaimProc.cs プロジェクト: nampn/ODental
 /// <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();
 }
コード例 #40
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();

		}
コード例 #41
0
ファイル: FormAdjust.cs プロジェクト: nampn/ODental
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAdjust));
     this.label1 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.textAdjDate = new OpenDental.ValidDate();
     this.label3 = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     this.textAmount = new OpenDental.ValidDouble();
     this.listTypePos = new System.Windows.Forms.ListBox();
     this.listTypeNeg = new System.Windows.Forms.ListBox();
     this.textProcDate = new OpenDental.ValidDate();
     this.label7 = new System.Windows.Forms.Label();
     this.textDateEntry = new OpenDental.ValidDate();
     this.label8 = new System.Windows.Forms.Label();
     this.butPickProv = new OpenDental.UI.Button();
     this.comboProv = new System.Windows.Forms.ComboBox();
     this.comboClinic = new System.Windows.Forms.ComboBox();
     this.labelClinic = new System.Windows.Forms.Label();
     this.textNote = new OpenDental.ODtextBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7,54);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(104,16);
     this.label1.TabIndex = 0;
     this.label1.Text = "Adjustment Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(175,333);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100,16);
     this.label4.TabIndex = 3;
     this.label4.Text = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(11,102);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(100,16);
     this.label5.TabIndex = 4;
     this.label5.Text = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(315,14);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(167,16);
     this.label6.TabIndex = 5;
     this.label6.Text = "Additions";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(11,128);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100,16);
     this.label2.TabIndex = 10;
     this.label2.Text = "Provider";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(614,433);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 6;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(614,471);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 7;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // textAdjDate
     //
     this.textAdjDate.Location = new System.Drawing.Point(112,52);
     this.textAdjDate.Name = "textAdjDate";
     this.textAdjDate.Size = new System.Drawing.Size(80,20);
     this.textAdjDate.TabIndex = 0;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(528,14);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(182,16);
     this.label3.TabIndex = 16;
     this.label3.Text = "Subtractions";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Location = new System.Drawing.Point(24,469);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(75,24);
     this.butDelete.TabIndex = 17;
     this.butDelete.Text = "&Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(112,100);
     this.textAmount.Name = "textAmount";
     this.textAmount.Size = new System.Drawing.Size(68,20);
     this.textAmount.TabIndex = 1;
     //
     // listTypePos
     //
     this.listTypePos.Location = new System.Drawing.Point(299,34);
     this.listTypePos.Name = "listTypePos";
     this.listTypePos.Size = new System.Drawing.Size(202,264);
     this.listTypePos.TabIndex = 3;
     this.listTypePos.SelectedIndexChanged += new System.EventHandler(this.listTypePos_SelectedIndexChanged);
     //
     // listTypeNeg
     //
     this.listTypeNeg.Location = new System.Drawing.Point(515,34);
     this.listTypeNeg.Name = "listTypeNeg";
     this.listTypeNeg.Size = new System.Drawing.Size(206,264);
     this.listTypeNeg.TabIndex = 4;
     this.listTypeNeg.SelectedIndexChanged += new System.EventHandler(this.listTypeNeg_SelectedIndexChanged);
     //
     // textProcDate
     //
     this.textProcDate.Location = new System.Drawing.Point(112,76);
     this.textProcDate.Name = "textProcDate";
     this.textProcDate.Size = new System.Drawing.Size(80,20);
     this.textProcDate.TabIndex = 19;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(7,78);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(104,16);
     this.label7.TabIndex = 18;
     this.label7.Text = "(procedure date)";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateEntry
     //
     this.textDateEntry.Location = new System.Drawing.Point(112,28);
     this.textDateEntry.Name = "textDateEntry";
     this.textDateEntry.ReadOnly = true;
     this.textDateEntry.Size = new System.Drawing.Size(80,20);
     this.textDateEntry.TabIndex = 21;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(7,30);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(104,16);
     this.label8.TabIndex = 20;
     this.label8.Text = "Entry Date";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butPickProv
     //
     this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPickProv.Autosize = false;
     this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickProv.CornerRadius = 2F;
     this.butPickProv.Location = new System.Drawing.Point(271,124);
     this.butPickProv.Name = "butPickProv";
     this.butPickProv.Size = new System.Drawing.Size(18,21);
     this.butPickProv.TabIndex = 165;
     this.butPickProv.Text = "...";
     this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click);
     //
     // comboProv
     //
     this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProv.Location = new System.Drawing.Point(112,124);
     this.comboProv.MaxDropDownItems = 30;
     this.comboProv.Name = "comboProv";
     this.comboProv.Size = new System.Drawing.Size(158,21);
     this.comboProv.TabIndex = 164;
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location = new System.Drawing.Point(112,149);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name = "comboClinic";
     this.comboClinic.Size = new System.Drawing.Size(177,21);
     this.comboClinic.TabIndex = 162;
     this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted);
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(-4,151);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(114,16);
     this.labelClinic.TabIndex = 163;
     this.labelClinic.Text = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNote
     //
     this.textNote.AcceptsReturn = true;
     this.textNote.Location = new System.Drawing.Point(176,354);
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
     this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size = new System.Drawing.Size(355,140);
     this.textNote.TabIndex = 0;
     //
     // FormAdjust
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.CancelButton = this.butCancel;
     this.ClientSize = new System.Drawing.Size(731,528);
     this.Controls.Add(this.butPickProv);
     this.Controls.Add(this.comboProv);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textDateEntry);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textProcDate);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.listTypeNeg);
     this.Controls.Add(this.listTypePos);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textAdjDate);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormAdjust";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Adjustment";
     this.Load += new System.EventHandler(this.FormAdjust_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.textDate    = new OpenDental.ValidDate();
     this.textInsUsed = new OpenDental.ValidDouble();
     this.textDedUsed = new OpenDental.ValidDouble();
     this.butOK       = new OpenDental.UI.Button();
     this.butCancel   = new OpenDental.UI.Button();
     this.label4      = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(29, 74);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 14);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(15, 130);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(114, 14);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Deductible Used";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(17, 102);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(112, 14);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Insurance Used";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(131, 71);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(75, 20);
     this.textDate.TabIndex = 0;
     this.textDate.Text     = "";
     //
     // textInsUsed
     //
     this.textInsUsed.Location = new System.Drawing.Point(131, 99);
     this.textInsUsed.Name     = "textInsUsed";
     this.textInsUsed.Size     = new System.Drawing.Size(69, 20);
     this.textInsUsed.TabIndex = 1;
     this.textInsUsed.Text     = "";
     //
     // textDedUsed
     //
     this.textDedUsed.Location = new System.Drawing.Point(131, 127);
     this.textDedUsed.Name     = "textDedUsed";
     this.textDedUsed.Size     = new System.Drawing.Size(69, 20);
     this.textDedUsed.TabIndex = 2;
     this.textDedUsed.Text     = "";
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(259, 126);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 25);
     this.butOK.TabIndex = 3;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(259, 162);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 25);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(32, 12);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(259, 41);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Make sure the date you use falls within the correct benefit year.";
     //
     // FormInsAdj
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(354, 208);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textDedUsed);
     this.Controls.Add(this.textInsUsed);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormInsAdj";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Insurance Adjustments";
     this.Load         += new System.EventHandler(this.FormInsAdj_Load);
     this.ResumeLayout(false);
 }
コード例 #43
0
ファイル: FormPayPlanChargeEdit.cs プロジェクト: mnisl/OD
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayPlanChargeEdit));
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.textPrincipal = new OpenDental.ValidDouble();
			this.textNote = new OpenDental.ODtextBox();
			this.textInterest = new OpenDental.ValidDouble();
			this.label1 = new System.Windows.Forms.Label();
			this.textDate = new OpenDental.ValidDate();
			this.label2 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.textProv = new System.Windows.Forms.TextBox();
			this.textClinic = new System.Windows.Forms.TextBox();
			this.labelClinic = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(5, 35);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100, 16);
			this.label4.TabIndex = 0;
			this.label4.Text = "Note";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(6, 96);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100, 16);
			this.label5.TabIndex = 0;
			this.label5.Text = "Principal";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(437, 207);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 26);
			this.butOK.TabIndex = 5;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(437, 245);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 26);
			this.butCancel.TabIndex = 6;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(24, 243);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(78, 26);
			this.butDelete.TabIndex = 7;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// textPrincipal
			// 
			this.textPrincipal.Location = new System.Drawing.Point(108, 93);
			this.textPrincipal.MaxVal = 100000000D;
			this.textPrincipal.MinVal = 0D;
			this.textPrincipal.Name = "textPrincipal";
			this.textPrincipal.Size = new System.Drawing.Size(100, 20);
			this.textPrincipal.TabIndex = 1;
			// 
			// textNote
			// 
			this.textNote.AcceptsTab = true;
			this.textNote.DetectUrls = false;
			this.textNote.Location = new System.Drawing.Point(108, 33);
			this.textNote.Name = "textNote";
			this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
			this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textNote.Size = new System.Drawing.Size(245, 55);
			this.textNote.TabIndex = 9;
			this.textNote.TabStop = false;
			this.textNote.Text = "";
			// 
			// textInterest
			// 
			this.textInterest.Location = new System.Drawing.Point(108, 118);
			this.textInterest.MaxVal = 100000000D;
			this.textInterest.MinVal = 0D;
			this.textInterest.Name = "textInterest";
			this.textInterest.Size = new System.Drawing.Size(100, 20);
			this.textInterest.TabIndex = 2;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(6, 120);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "Interest";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(108, 8);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(100, 20);
			this.textDate.TabIndex = 8;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(6, 12);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100, 16);
			this.label2.TabIndex = 0;
			this.label2.Text = "Date";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(7, 146);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(100, 14);
			this.label9.TabIndex = 0;
			this.label9.Text = "Provider";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textProv
			// 
			this.textProv.Location = new System.Drawing.Point(108, 143);
			this.textProv.Name = "textProv";
			this.textProv.Size = new System.Drawing.Size(201, 20);
			this.textProv.TabIndex = 3;
			// 
			// textClinic
			// 
			this.textClinic.Location = new System.Drawing.Point(108, 168);
			this.textClinic.Name = "textClinic";
			this.textClinic.Size = new System.Drawing.Size(201, 20);
			this.textClinic.TabIndex = 4;
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(7, 171);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(100, 14);
			this.labelClinic.TabIndex = 0;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// FormPayPlanChargeEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(541, 293);
			this.Controls.Add(this.textClinic);
			this.Controls.Add(this.labelClinic);
			this.Controls.Add(this.textProv);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.textInterest);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.textPrincipal);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormPayPlanChargeEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Payment Plan Charge";
			this.Load += new System.EventHandler(this.FormPayPlanCharge_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
コード例 #44
0
ファイル: FormClaimPayEdit.cs プロジェクト: nampn/ODental
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimPayEdit));
     this.textAmount       = new OpenDental.ValidDouble();
     this.textDate         = new OpenDental.ValidDate();
     this.textBankBranch   = new System.Windows.Forms.TextBox();
     this.textCheckNum     = new System.Windows.Forms.TextBox();
     this.textNote         = new System.Windows.Forms.TextBox();
     this.label6           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.butCancel        = new OpenDental.UI.Button();
     this.butOK            = new OpenDental.UI.Button();
     this.comboClinic      = new System.Windows.Forms.ComboBox();
     this.labelClinic      = new System.Windows.Forms.Label();
     this.textCarrierName  = new System.Windows.Forms.TextBox();
     this.label7           = new System.Windows.Forms.Label();
     this.labelDateIssued  = new System.Windows.Forms.Label();
     this.textDateIssued   = new OpenDental.ValidDate();
     this.label1           = new System.Windows.Forms.Label();
     this.butCarrierSelect = new OpenDental.UI.Button();
     this.label8           = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textAmount
     //
     this.textAmount.Location  = new System.Drawing.Point(134, 86);
     this.textAmount.Name      = "textAmount";
     this.textAmount.Size      = new System.Drawing.Size(68, 20);
     this.textAmount.TabIndex  = 0;
     this.textAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textDate
     //
     this.textDate.Location  = new System.Drawing.Point(134, 44);
     this.textDate.Name      = "textDate";
     this.textDate.Size      = new System.Drawing.Size(68, 20);
     this.textDate.TabIndex  = 6;
     this.textDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBankBranch
     //
     this.textBankBranch.Location  = new System.Drawing.Point(134, 128);
     this.textBankBranch.MaxLength = 25;
     this.textBankBranch.Name      = "textBankBranch";
     this.textBankBranch.Size      = new System.Drawing.Size(100, 20);
     this.textBankBranch.TabIndex  = 2;
     //
     // textCheckNum
     //
     this.textCheckNum.Location  = new System.Drawing.Point(134, 107);
     this.textCheckNum.MaxLength = 25;
     this.textCheckNum.Name      = "textCheckNum";
     this.textCheckNum.Size      = new System.Drawing.Size(100, 20);
     this.textCheckNum.TabIndex  = 1;
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(134, 198);
     this.textNote.MaxLength = 255;
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(324, 70);
     this.textNote.TabIndex  = 4;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(35, 48);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(96, 16);
     this.label6.TabIndex  = 37;
     this.label6.Text      = "Payment Date";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(37, 90);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(95, 16);
     this.label5.TabIndex  = 36;
     this.label5.Text      = "Amount";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(41, 109);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(90, 16);
     this.label4.TabIndex  = 35;
     this.label4.Text      = "Check #";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(42, 131);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(91, 16);
     this.label3.TabIndex  = 34;
     this.label3.Text      = "Bank-Branch";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(13, 199);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(120, 16);
     this.label2.TabIndex  = 33;
     this.label2.Text      = "Note";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(430, 302);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 9;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(339, 302);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 5;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // comboClinic
     //
     this.comboClinic.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinic.Location         = new System.Drawing.Point(134, 21);
     this.comboClinic.MaxDropDownItems = 30;
     this.comboClinic.Name             = "comboClinic";
     this.comboClinic.Size             = new System.Drawing.Size(209, 21);
     this.comboClinic.TabIndex         = 0;
     //
     // labelClinic
     //
     this.labelClinic.Location  = new System.Drawing.Point(44, 25);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(86, 14);
     this.labelClinic.TabIndex  = 91;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCarrierName
     //
     this.textCarrierName.Location  = new System.Drawing.Point(134, 149);
     this.textCarrierName.MaxLength = 25;
     this.textCarrierName.Name      = "textCarrierName";
     this.textCarrierName.Size      = new System.Drawing.Size(252, 20);
     this.textCarrierName.TabIndex  = 3;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(24, 152);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(109, 16);
     this.label7.TabIndex  = 94;
     this.label7.Text      = "Carrier Name";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelDateIssued
     //
     this.labelDateIssued.Location  = new System.Drawing.Point(12, 69);
     this.labelDateIssued.Name      = "labelDateIssued";
     this.labelDateIssued.Size      = new System.Drawing.Size(120, 16);
     this.labelDateIssued.TabIndex  = 37;
     this.labelDateIssued.Text      = "Date Check Issued";
     this.labelDateIssued.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateIssued
     //
     this.textDateIssued.Location  = new System.Drawing.Point(134, 65);
     this.textDateIssued.Name      = "textDateIssued";
     this.textDateIssued.Size      = new System.Drawing.Size(68, 20);
     this.textDateIssued.TabIndex  = 7;
     this.textDateIssued.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(203, 66);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(94, 16);
     this.label1.TabIndex  = 95;
     this.label1.Text      = "(optional)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // butCarrierSelect
     //
     this.butCarrierSelect.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCarrierSelect.Autosize            = true;
     this.butCarrierSelect.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCarrierSelect.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCarrierSelect.CornerRadius        = 4F;
     this.butCarrierSelect.Location            = new System.Drawing.Point(389, 147);
     this.butCarrierSelect.Name     = "butCarrierSelect";
     this.butCarrierSelect.Size     = new System.Drawing.Size(69, 23);
     this.butCarrierSelect.TabIndex = 8;
     this.butCarrierSelect.Text     = "Pick";
     this.butCarrierSelect.Click   += new System.EventHandler(this.butCarrierSelect_Click);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(131, 172);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(200, 16);
     this.label8.TabIndex = 96;
     this.label8.Text     = "(does not need to be exact)";
     //
     // FormClaimPayEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(525, 346);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textCarrierName);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.textDateIssued);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textBankBranch);
     this.Controls.Add(this.textCheckNum);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.labelDateIssued);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butCarrierSelect);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormClaimPayEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Insurance Payment";
     this.Load         += new System.EventHandler(this.FormClaimPayEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #45
0
		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();

		}
コード例 #46
0
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBenefitEdit));
			this.labelCode = new System.Windows.Forms.Label();
			this.labelAmount = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.listCategory = new System.Windows.Forms.ListBox();
			this.checkPat = new System.Windows.Forms.CheckBox();
			this.textProcCode = new System.Windows.Forms.TextBox();
			this.listType = new System.Windows.Forms.ListBox();
			this.labelType = new System.Windows.Forms.Label();
			this.labelPercent = new System.Windows.Forms.Label();
			this.listTimePeriod = new System.Windows.Forms.ListBox();
			this.label4 = new System.Windows.Forms.Label();
			this.listQuantityQualifier = new System.Windows.Forms.ListBox();
			this.label8 = new System.Windows.Forms.Label();
			this.groupQuantity = new System.Windows.Forms.GroupBox();
			this.listCoverageLevel = new System.Windows.Forms.ListBox();
			this.label1 = new System.Windows.Forms.Label();
			this.textQuantity = new OpenDental.ValidNum();
			this.textAmount = new OpenDental.ValidDouble();
			this.butDelete = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textPercent = new OpenDental.ValidNumber();
			this.groupQuantity.SuspendLayout();
			this.SuspendLayout();
			// 
			// labelCode
			// 
			this.labelCode.Location = new System.Drawing.Point(21,215);
			this.labelCode.Name = "labelCode";
			this.labelCode.Size = new System.Drawing.Size(104,16);
			this.labelCode.TabIndex = 0;
			this.labelCode.Text = "or Proc Code";
			this.labelCode.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelAmount
			// 
			this.labelAmount.Location = new System.Drawing.Point(267,62);
			this.labelAmount.Name = "labelAmount";
			this.labelAmount.Size = new System.Drawing.Size(100,16);
			this.labelAmount.TabIndex = 4;
			this.labelAmount.Text = "Amount";
			this.labelAmount.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(23,36);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100,16);
			this.label2.TabIndex = 10;
			this.label2.Text = "Category";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// listCategory
			// 
			this.listCategory.Location = new System.Drawing.Point(126,36);
			this.listCategory.Name = "listCategory";
			this.listCategory.Size = new System.Drawing.Size(100,173);
			this.listCategory.TabIndex = 5;
			// 
			// checkPat
			// 
			this.checkPat.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkPat.Location = new System.Drawing.Point(126,2);
			this.checkPat.Name = "checkPat";
			this.checkPat.Size = new System.Drawing.Size(493,20);
			this.checkPat.TabIndex = 4;
			this.checkPat.Text = "Patient Override (Rare. Usually if percentages are different for family members)";
			this.checkPat.UseVisualStyleBackColor = true;
			// 
			// textProcCode
			// 
			this.textProcCode.Location = new System.Drawing.Point(126,211);
			this.textProcCode.Name = "textProcCode";
			this.textProcCode.Size = new System.Drawing.Size(100,20);
			this.textProcCode.TabIndex = 6;
			// 
			// listType
			// 
			this.listType.Location = new System.Drawing.Point(126,251);
			this.listType.Name = "listType";
			this.listType.Size = new System.Drawing.Size(100,82);
			this.listType.TabIndex = 7;
			this.listType.Click += new System.EventHandler(this.listType_Click);
			// 
			// labelType
			// 
			this.labelType.Location = new System.Drawing.Point(24,251);
			this.labelType.Name = "labelType";
			this.labelType.Size = new System.Drawing.Size(100,16);
			this.labelType.TabIndex = 26;
			this.labelType.Text = "Type";
			this.labelType.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelPercent
			// 
			this.labelPercent.Location = new System.Drawing.Point(263,40);
			this.labelPercent.Name = "labelPercent";
			this.labelPercent.Size = new System.Drawing.Size(104,16);
			this.labelPercent.TabIndex = 27;
			this.labelPercent.Text = "Percent";
			this.labelPercent.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// listTimePeriod
			// 
			this.listTimePeriod.Location = new System.Drawing.Point(368,82);
			this.listTimePeriod.Name = "listTimePeriod";
			this.listTimePeriod.Size = new System.Drawing.Size(100,69);
			this.listTimePeriod.TabIndex = 2;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(266,82);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100,16);
			this.label4.TabIndex = 30;
			this.label4.Text = "Time Period";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// listQuantityQualifier
			// 
			this.listQuantityQualifier.Location = new System.Drawing.Point(67,41);
			this.listQuantityQualifier.Name = "listQuantityQualifier";
			this.listQuantityQualifier.Size = new System.Drawing.Size(100,82);
			this.listQuantityQualifier.TabIndex = 1;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(1,43);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(65,38);
			this.label8.TabIndex = 34;
			this.label8.Text = "Qualifier";
			this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// groupQuantity
			// 
			this.groupQuantity.Controls.Add(this.textQuantity);
			this.groupQuantity.Controls.Add(this.listQuantityQualifier);
			this.groupQuantity.Controls.Add(this.label8);
			this.groupQuantity.Location = new System.Drawing.Point(301,151);
			this.groupQuantity.Name = "groupQuantity";
			this.groupQuantity.Size = new System.Drawing.Size(180,135);
			this.groupQuantity.TabIndex = 3;
			this.groupQuantity.TabStop = false;
			this.groupQuantity.Text = "Quantity";
			// 
			// listCoverageLevel
			// 
			this.listCoverageLevel.Location = new System.Drawing.Point(368,290);
			this.listCoverageLevel.Name = "listCoverageLevel";
			this.listCoverageLevel.Size = new System.Drawing.Size(100,43);
			this.listCoverageLevel.TabIndex = 31;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(255,290);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(111,16);
			this.label1.TabIndex = 32;
			this.label1.Text = "Coverage Level";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textQuantity
			// 
			this.textQuantity.Location = new System.Drawing.Point(67,17);
			this.textQuantity.MaxVal = 100;
			this.textQuantity.MinVal = 0;
			this.textQuantity.Name = "textQuantity";
			this.textQuantity.Size = new System.Drawing.Size(68,20);
			this.textQuantity.TabIndex = 0;
			// 
			// textAmount
			// 
			this.textAmount.Location = new System.Drawing.Point(368,59);
			this.textAmount.Name = "textAmount";
			this.textAmount.Size = new System.Drawing.Size(68,20);
			this.textAmount.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,378);
			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(555,378);
			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(555,340);
			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);
			// 
			// textPercent
			// 
			this.textPercent.Location = new System.Drawing.Point(368,36);
			this.textPercent.MaxVal = 255;
			this.textPercent.MinVal = 0;
			this.textPercent.Name = "textPercent";
			this.textPercent.Size = new System.Drawing.Size(68,20);
			this.textPercent.TabIndex = 33;
			// 
			// FormBenefitEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(642,416);
			this.Controls.Add(this.textPercent);
			this.Controls.Add(this.listTimePeriod);
			this.Controls.Add(this.listCoverageLevel);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.groupQuantity);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.labelPercent);
			this.Controls.Add(this.listType);
			this.Controls.Add(this.labelType);
			this.Controls.Add(this.textProcCode);
			this.Controls.Add(this.checkPat);
			this.Controls.Add(this.listCategory);
			this.Controls.Add(this.textAmount);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.labelAmount);
			this.Controls.Add(this.labelCode);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormBenefitEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Benefit";
			this.Load += new System.EventHandler(this.FormBenefitEdit_Load);
			this.groupQuantity.ResumeLayout(false);
			this.groupQuantity.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}