private void CreateFrequencyBenefit(ValidNumber textBox, ComboBox comboBox, string procCodeStr) { if (PIn.Byte(textBox.Text, false) == 0 || ProcedureCodes.GetCodeNum(procCodeStr) == 0) { return; } Benefit ben = Benefits.CreateFrequencyBenefit(ProcedureCodes.GetCodeNum(procCodeStr), PIn.Byte(textBox.Text), GetQuantityQualifier(comboBox), _planNum, GetTimePeriod(comboBox.SelectedIndex)); _listBenefitsAll.Add(ben); }
private void FillBenefit(Benefit ben, ValidNumber textBoxBenefit, ComboBox comboBenefit) { textBoxBenefit.Text = ben.Quantity.ToString(); if (ben.QuantityQualifier == BenefitQuantity.Years) { comboBenefit.SelectedIndex = 0; //Every # Years } else if (ben.QuantityQualifier == BenefitQuantity.NumberOfServices) { if (ben.TimePeriod == BenefitTimePeriod.NumberInLast12Months) { comboBenefit.SelectedIndex = 3; //# Per 12 Months } else //BenefitTimePeriod CalendarYear or ServiceYear { comboBenefit.SelectedIndex = 1; //# Per Year } } else { comboBenefit.SelectedIndex = 2; //Every # Months } }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMisc)); this.textMainWindowTitle = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.checkTaskListAlwaysShow = new System.Windows.Forms.CheckBox(); this.checkBoxTaskKeepListHidden = new System.Windows.Forms.CheckBox(); this.radioBottom = new System.Windows.Forms.RadioButton(); this.radioRight = new System.Windows.Forms.RadioButton(); this.checkTasksCheckOnStartup = new System.Windows.Forms.CheckBox(); this.checkTasksNewTrackedByUser = new System.Windows.Forms.CheckBox(); this.labelX = new System.Windows.Forms.Label(); this.labelY = new System.Windows.Forms.Label(); this.comboShowID = new System.Windows.Forms.ComboBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBoxTaskDefaults = new System.Windows.Forms.GroupBox(); this.label15 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.checkTitleBarShowSite = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.textWebServiceServerName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.checkReportsProcDate = new System.Windows.Forms.CheckBox(); this.checkReportsShowPatNum = new System.Windows.Forms.CheckBox(); this.checkReportProdWO = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkShowOpenTickets = new System.Windows.Forms.CheckBox(); this.validNumY = new OpenDental.ValidNumber(); this.validNumX = new OpenDental.ValidNumber(); this.butLanguages = new OpenDental.UI.Button(); this.textSigInterval = new OpenDental.ValidNumber(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.groupBox2.SuspendLayout(); this.groupBoxTaskDefaults.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // textMainWindowTitle // this.textMainWindowTitle.Location = new System.Drawing.Point(170, 14); this.textMainWindowTitle.Name = "textMainWindowTitle"; this.textMainWindowTitle.Size = new System.Drawing.Size(267, 20); this.textMainWindowTitle.TabIndex = 38; // // label3 // this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label3.Location = new System.Drawing.Point(41, 138); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(333, 35); this.label3.TabIndex = 56; this.label3.Text = "Process Signal Interval in seconds. Usually every 6 to 20 seconds. Leave blank " + "to disable autorefresh"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label4.Location = new System.Drawing.Point(59, 183); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(298, 17); this.label4.TabIndex = 64; this.label4.Text = "Languages used by patients."; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // toolTip1 // this.toolTip1.AutomaticDelay = 0; this.toolTip1.AutoPopDelay = 600000; this.toolTip1.InitialDelay = 0; this.toolTip1.IsBalloon = true; this.toolTip1.ReshowDelay = 0; this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.toolTip1.ToolTipTitle = "Help"; // // checkTaskListAlwaysShow // this.checkTaskListAlwaysShow.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTaskListAlwaysShow.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTaskListAlwaysShow.Location = new System.Drawing.Point(158, 34); this.checkTaskListAlwaysShow.Name = "checkTaskListAlwaysShow"; this.checkTaskListAlwaysShow.Size = new System.Drawing.Size(190, 14); this.checkTaskListAlwaysShow.TabIndex = 74; this.checkTaskListAlwaysShow.Text = "Global - Always show Task List"; this.checkTaskListAlwaysShow.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.toolTip1.SetToolTip(this.checkTaskListAlwaysShow, resources.GetString("checkTaskListAlwaysShow.ToolTip")); this.checkTaskListAlwaysShow.CheckedChanged += new System.EventHandler(this.checkTaskListAlwaysShow_CheckedChanged); // // checkBoxTaskKeepListHidden // this.checkBoxTaskKeepListHidden.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBoxTaskKeepListHidden.Location = new System.Drawing.Point(63, 19); this.checkBoxTaskKeepListHidden.Name = "checkBoxTaskKeepListHidden"; this.checkBoxTaskKeepListHidden.Size = new System.Drawing.Size(218, 20); this.checkBoxTaskKeepListHidden.TabIndex = 185; this.checkBoxTaskKeepListHidden.Text = "Don\'t show on this computer"; this.checkBoxTaskKeepListHidden.TextAlign = System.Drawing.ContentAlignment.TopRight; this.toolTip1.SetToolTip(this.checkBoxTaskKeepListHidden, resources.GetString("checkBoxTaskKeepListHidden.ToolTip")); this.checkBoxTaskKeepListHidden.UseVisualStyleBackColor = true; this.checkBoxTaskKeepListHidden.CheckedChanged += new System.EventHandler(this.checkBoxTaskKeepListHidden_CheckedChanged); // // radioBottom // this.radioBottom.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.radioBottom.Location = new System.Drawing.Point(185, 38); this.radioBottom.Name = "radioBottom"; this.radioBottom.Size = new System.Drawing.Size(96, 17); this.radioBottom.TabIndex = 190; this.radioBottom.TabStop = true; this.radioBottom.Text = "Dock Bottom"; this.radioBottom.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.radioBottom.UseVisualStyleBackColor = true; // // radioRight // this.radioRight.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.radioRight.Location = new System.Drawing.Point(84, 38); this.radioRight.Name = "radioRight"; this.radioRight.Size = new System.Drawing.Size(99, 17); this.radioRight.TabIndex = 191; this.radioRight.TabStop = true; this.radioRight.Text = "Dock Right"; this.radioRight.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.radioRight.UseVisualStyleBackColor = true; // // checkTasksCheckOnStartup // this.checkTasksCheckOnStartup.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTasksCheckOnStartup.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTasksCheckOnStartup.Location = new System.Drawing.Point(118, 12); this.checkTasksCheckOnStartup.Name = "checkTasksCheckOnStartup"; this.checkTasksCheckOnStartup.Size = new System.Drawing.Size(230, 19); this.checkTasksCheckOnStartup.TabIndex = 75; this.checkTasksCheckOnStartup.Text = "Check for new user tasks on startup"; this.checkTasksCheckOnStartup.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkTasksNewTrackedByUser // this.checkTasksNewTrackedByUser.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTasksNewTrackedByUser.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTasksNewTrackedByUser.Location = new System.Drawing.Point(48, 53); this.checkTasksNewTrackedByUser.Name = "checkTasksNewTrackedByUser"; this.checkTasksNewTrackedByUser.Size = new System.Drawing.Size(300, 14); this.checkTasksNewTrackedByUser.TabIndex = 77; this.checkTasksNewTrackedByUser.Text = "New/Viewed status tracked by individual user"; this.checkTasksNewTrackedByUser.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelX // this.labelX.Location = new System.Drawing.Point(47, 59); this.labelX.Name = "labelX"; this.labelX.Size = new System.Drawing.Size(62, 18); this.labelX.TabIndex = 187; this.labelX.Text = "X Default"; this.labelX.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelY // this.labelY.Location = new System.Drawing.Point(167, 59); this.labelY.Name = "labelY"; this.labelY.Size = new System.Drawing.Size(62, 18); this.labelY.TabIndex = 189; this.labelY.Text = "Y Default"; this.labelY.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboShowID // this.comboShowID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboShowID.FormattingEnabled = true; this.comboShowID.Location = new System.Drawing.Point(307, 36); this.comboShowID.Name = "comboShowID"; this.comboShowID.Size = new System.Drawing.Size(130, 21); this.comboShowID.TabIndex = 72; // // groupBox2 // this.groupBox2.Controls.Add(this.checkShowOpenTickets); this.groupBox2.Controls.Add(this.checkTasksNewTrackedByUser); this.groupBox2.Controls.Add(this.groupBoxTaskDefaults); this.groupBox2.Controls.Add(this.checkTaskListAlwaysShow); this.groupBox2.Controls.Add(this.checkTasksCheckOnStartup); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(101, 308); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(386, 182); this.groupBox2.TabIndex = 188; this.groupBox2.TabStop = false; this.groupBox2.Text = "Task List"; // // groupBoxTaskDefaults // this.groupBoxTaskDefaults.Controls.Add(this.radioRight); this.groupBoxTaskDefaults.Controls.Add(this.radioBottom); this.groupBoxTaskDefaults.Controls.Add(this.validNumY); this.groupBoxTaskDefaults.Controls.Add(this.labelY); this.groupBoxTaskDefaults.Controls.Add(this.validNumX); this.groupBoxTaskDefaults.Controls.Add(this.labelX); this.groupBoxTaskDefaults.Controls.Add(this.checkBoxTaskKeepListHidden); this.groupBoxTaskDefaults.Enabled = false; this.groupBoxTaskDefaults.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBoxTaskDefaults.Location = new System.Drawing.Point(67, 94); this.groupBoxTaskDefaults.Name = "groupBoxTaskDefaults"; this.groupBoxTaskDefaults.Size = new System.Drawing.Size(297, 83); this.groupBoxTaskDefaults.TabIndex = 76; this.groupBoxTaskDefaults.TabStop = false; this.groupBoxTaskDefaults.Text = "Local Computer Default Settings"; // // label15 // this.label15.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label15.Location = new System.Drawing.Point(86, 17); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(83, 17); this.label15.TabIndex = 39; this.label15.Text = "Title Text"; this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label17 // this.label17.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label17.Location = new System.Drawing.Point(110, 39); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(195, 15); this.label17.TabIndex = 73; this.label17.Text = "Show ID in title bar"; this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupBox6 // this.groupBox6.Controls.Add(this.checkTitleBarShowSite); this.groupBox6.Controls.Add(this.textMainWindowTitle); this.groupBox6.Controls.Add(this.label15); this.groupBox6.Controls.Add(this.comboShowID); this.groupBox6.Controls.Add(this.label17); this.groupBox6.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox6.Location = new System.Drawing.Point(12, 46); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(453, 83); this.groupBox6.TabIndex = 195; this.groupBox6.TabStop = false; this.groupBox6.Text = "Main Window Title"; // // checkTitleBarShowSite // this.checkTitleBarShowSite.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTitleBarShowSite.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTitleBarShowSite.Location = new System.Drawing.Point(75, 60); this.checkTitleBarShowSite.Name = "checkTitleBarShowSite"; this.checkTitleBarShowSite.Size = new System.Drawing.Size(362, 17); this.checkTitleBarShowSite.TabIndex = 74; this.checkTitleBarShowSite.Text = "Show Site (public health must also be turned on)"; this.checkTitleBarShowSite.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(410, 17); this.label1.TabIndex = 196; this.label1.Text = "See Setup | Modules for setup options that were previously in this window."; // // textWebServiceServerName // this.textWebServiceServerName.Location = new System.Drawing.Point(284, 212); this.textWebServiceServerName.Name = "textWebServiceServerName"; this.textWebServiceServerName.Size = new System.Drawing.Size(165, 20); this.textWebServiceServerName.TabIndex = 197; // // label2 // this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point(4, 213); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(279, 17); this.label2.TabIndex = 198; this.label2.Text = "Web Service: Server Name"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkReportsProcDate // this.checkReportsProcDate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkReportsProcDate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkReportsProcDate.Location = new System.Drawing.Point(75, 13); this.checkReportsProcDate.Name = "checkReportsProcDate"; this.checkReportsProcDate.Size = new System.Drawing.Size(362, 17); this.checkReportsProcDate.TabIndex = 199; this.checkReportsProcDate.Text = "Default to using Proc Date for PPO writeoffs"; this.checkReportsProcDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkReportsShowPatNum // this.checkReportsShowPatNum.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkReportsShowPatNum.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkReportsShowPatNum.Location = new System.Drawing.Point(23, 32); this.checkReportsShowPatNum.Name = "checkReportsShowPatNum"; this.checkReportsShowPatNum.Size = new System.Drawing.Size(414, 17); this.checkReportsShowPatNum.TabIndex = 200; this.checkReportsShowPatNum.Text = "Show PatNum: Aging, OutstandingIns, ProcsNotBilled"; this.checkReportsShowPatNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkReportProdWO // this.checkReportProdWO.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkReportProdWO.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkReportProdWO.Location = new System.Drawing.Point(23, 51); this.checkReportProdWO.Name = "checkReportProdWO"; this.checkReportProdWO.Size = new System.Drawing.Size(414, 17); this.checkReportProdWO.TabIndex = 201; this.checkReportProdWO.Text = "Monthly P&&I scheduled production subtracts PPO writeoffs"; this.checkReportProdWO.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox1 // this.groupBox1.Controls.Add(this.checkReportsShowPatNum); this.groupBox1.Controls.Add(this.checkReportProdWO); this.groupBox1.Controls.Add(this.checkReportsProcDate); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(12, 229); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(453, 73); this.groupBox1.TabIndex = 202; this.groupBox1.TabStop = false; this.groupBox1.Text = "Reports"; // // checkShowOpenTickets // this.checkShowOpenTickets.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkShowOpenTickets.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowOpenTickets.Location = new System.Drawing.Point(6, 72); this.checkShowOpenTickets.Name = "checkShowOpenTickets"; this.checkShowOpenTickets.Size = new System.Drawing.Size(342, 14); this.checkShowOpenTickets.TabIndex = 78; this.checkShowOpenTickets.Text = "Show open tickets for user"; this.checkShowOpenTickets.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // validNumY // this.validNumY.Location = new System.Drawing.Point(235, 59); this.validNumY.MaxLength = 4; this.validNumY.MaxVal = 1200; this.validNumY.MinVal = 300; this.validNumY.Name = "validNumY"; this.validNumY.Size = new System.Drawing.Size(47, 20); this.validNumY.TabIndex = 188; this.validNumY.Text = "542"; this.validNumY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // validNumX // this.validNumX.Location = new System.Drawing.Point(115, 59); this.validNumX.MaxLength = 4; this.validNumX.MaxVal = 2000; this.validNumX.MinVal = 300; this.validNumX.Name = "validNumX"; this.validNumX.Size = new System.Drawing.Size(47, 20); this.validNumX.TabIndex = 186; this.validNumX.Text = "542"; this.validNumX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // butLanguages // this.butLanguages.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butLanguages.Autosize = true; this.butLanguages.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLanguages.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLanguages.CornerRadius = 4F; this.butLanguages.Location = new System.Drawing.Point(360, 178); this.butLanguages.Name = "butLanguages"; this.butLanguages.Size = new System.Drawing.Size(88, 24); this.butLanguages.TabIndex = 63; this.butLanguages.Text = "Edit Languages"; this.butLanguages.Click += new System.EventHandler(this.butLanguages_Click); // // textSigInterval // this.textSigInterval.Location = new System.Drawing.Point(375, 147); this.textSigInterval.MaxVal = 1000000; this.textSigInterval.MinVal = 1; this.textSigInterval.Name = "textSigInterval"; this.textSigInterval.Size = new System.Drawing.Size(74, 20); this.textSigInterval.TabIndex = 57; this.textSigInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(548, 452); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 8; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(548, 414); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 7; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // FormMisc // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(670, 502); this.Controls.Add(this.groupBox1); this.Controls.Add(this.textWebServiceServerName); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox2); this.Controls.Add(this.label4); this.Controls.Add(this.butLanguages); this.Controls.Add(this.textSigInterval); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label3); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormMisc"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Miscellaneous Setup"; this.Load += new System.EventHandler(this.FormMisc_Load); this.groupBox2.ResumeLayout(false); this.groupBoxTaskDefaults.ResumeLayout(false); this.groupBoxTaskDefaults.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormLabTurnaroundEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.textDescription = 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.textDaysActual = new OpenDental.ValidNum(); this.label4 = new System.Windows.Forms.Label(); this.textDaysPublished = new OpenDental.ValidNumber(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.Location = new System.Drawing.Point(326, 143); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 5; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(235, 143); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 4; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // textDescription // this.textDescription.Location = new System.Drawing.Point(164, 17); this.textDescription.Name = "textDescription"; this.textDescription.Size = new System.Drawing.Size(241, 20); this.textDescription.TabIndex = 1; // // label1 // this.label1.Location = new System.Drawing.Point(3, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(160, 17); this.label1.TabIndex = 4; this.label1.Text = "Service Description"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(33, 44); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(130, 17); this.label2.TabIndex = 6; this.label2.Text = "Days Published"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(33, 70); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(130, 17); this.label3.TabIndex = 8; this.label3.Text = "Actual Days"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDaysActual // this.textDaysActual.Location = new System.Drawing.Point(164, 69); this.textDaysActual.MaxVal = 255; this.textDaysActual.MinVal = 0; this.textDaysActual.Name = "textDaysActual"; this.textDaysActual.Size = new System.Drawing.Size(43, 20); this.textDaysActual.TabIndex = 3; // // label4 // this.label4.Location = new System.Drawing.Point(213, 68); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(174, 44); this.label4.TabIndex = 9; this.label4.Text = "Might be same as days published, or might include travel time."; // // textDaysPublished // this.textDaysPublished.Location = new System.Drawing.Point(164, 43); this.textDaysPublished.MaxVal = 255; this.textDaysPublished.MinVal = 0; this.textDaysPublished.Name = "textDaysPublished"; this.textDaysPublished.Size = new System.Drawing.Size(43, 20); this.textDaysPublished.TabIndex = 2; // // FormLabTurnaroundEdit // this.ClientSize = new System.Drawing.Size(453, 194); this.Controls.Add(this.textDaysPublished); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.textDaysActual); this.Controls.Add(this.label2); this.Controls.Add(this.textDescription); 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 = "FormLabTurnaroundEdit"; this.ShowInTaskbar = false; this.Text = "Lab Turnaround"; this.Load += new System.EventHandler(this.FormLabTurnaroundEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent(){ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormModuleSetup)); this.textTreatNote = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.checkTreatPlanShowGraphics = new System.Windows.Forms.CheckBox(); this.checkTreatPlanShowCompleted = new System.Windows.Forms.CheckBox(); this.checkClaimsValidateACN = new System.Windows.Forms.CheckBox(); this.comboBillingChargeAdjType = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.checkClaimFormTreatDentSaysSigOnFile = new System.Windows.Forms.CheckBox(); this.textClaimAttachPath = new System.Windows.Forms.TextBox(); this.label20 = new System.Windows.Forms.Label(); this.checkShowFamilyCommByDefault = new System.Windows.Forms.CheckBox(); this.checkProviderIncomeShows = new System.Windows.Forms.CheckBox(); this.checkEclaimsSeparateTreatProv = new System.Windows.Forms.CheckBox(); this.label12 = new System.Windows.Forms.Label(); this.comboFinanceChargeAdjType = new System.Windows.Forms.ComboBox(); this.checkStoreCCnumbers = new System.Windows.Forms.CheckBox(); this.checkAgingMonthly = new System.Windows.Forms.CheckBox(); this.checkBalancesDontSubtractIns = new System.Windows.Forms.CheckBox(); this.checkInsurancePlansShared = new System.Windows.Forms.CheckBox(); this.checkMedicalEclaimsEnabled = new System.Windows.Forms.CheckBox(); this.checkSolidBlockouts = new System.Windows.Forms.CheckBox(); this.checkApptRefreshEveryMinute = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.comboTimeDismissed = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.comboTimeSeated = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.comboTimeArrived = new System.Windows.Forms.ComboBox(); this.checkApptExclamation = new System.Windows.Forms.CheckBox(); this.label7 = new System.Windows.Forms.Label(); this.checkBrokenApptNote = new System.Windows.Forms.CheckBox(); this.comboBrokenApptAdjType = new System.Windows.Forms.ComboBox(); this.checkApptBubbleDelay = new System.Windows.Forms.CheckBox(); this.checkAppointmentBubblesDisabled = new System.Windows.Forms.CheckBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.checkChartQuickAddHideAmalgam = new System.Windows.Forms.CheckBox(); this.label11 = new System.Windows.Forms.Label(); this.checkAllowSettingProcsComplete = new System.Windows.Forms.CheckBox(); this.comboToothNomenclature = new System.Windows.Forms.ComboBox(); this.checkAutoClearEntryStatus = new System.Windows.Forms.CheckBox(); this.checkPPOpercentage = new System.Windows.Forms.CheckBox(); this.checkInsDefaultShowUCRonClaims = new System.Windows.Forms.CheckBox(); this.checkCoPayFeeScheduleBlankLikeZero = new System.Windows.Forms.CheckBox(); this.checkAllowedFeeSchedsAutomate = new System.Windows.Forms.CheckBox(); this.checkImagesModuleTreeIsCollapsed = new System.Windows.Forms.CheckBox(); this.checkRxSendNewToQueue = new System.Windows.Forms.CheckBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabAppts = new System.Windows.Forms.TabPage(); this.label23 = new System.Windows.Forms.Label(); this.butColor = new System.Windows.Forms.Button(); this.textWaitRoomWarn = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.checkBrokenApptCommLogWithProcedure = new System.Windows.Forms.CheckBox(); this.textApptBubNoteLength = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.checkWaitingRoomFilterByView = new System.Windows.Forms.CheckBox(); this.label13 = new System.Windows.Forms.Label(); this.comboSearchBehavior = new System.Windows.Forms.ComboBox(); this.checkAppointmentTimeIsLocked = new System.Windows.Forms.CheckBox(); this.tabFamily = new System.Windows.Forms.TabPage(); this.checkInsPPOsecWriteoffs = new System.Windows.Forms.CheckBox(); this.checkFamPhiAccess = new System.Windows.Forms.CheckBox(); this.checkInsDefaultAssignmentOfBenefits = new System.Windows.Forms.CheckBox(); this.checkTextMsgOkStatusTreatAsNo = new System.Windows.Forms.CheckBox(); this.label15 = new System.Windows.Forms.Label(); this.comboCobRule = new System.Windows.Forms.ComboBox(); this.tabAccount = new System.Windows.Forms.TabPage(); this.checkStatementsUseSheets = new System.Windows.Forms.CheckBox(); this.checkStoreCCTokens = new System.Windows.Forms.CheckBox(); this.checkAccountShowPaymentNums = new System.Windows.Forms.CheckBox(); this.checkClaimMedTypeIsInstWhenInsPlanIsMedical = new System.Windows.Forms.CheckBox(); this.tabTreatPlan = new System.Windows.Forms.TabPage(); this.checkTreatPlanItemized = new System.Windows.Forms.CheckBox(); this.textDiscountPercentage = new System.Windows.Forms.TextBox(); this.labelDiscountPercentage = new System.Windows.Forms.Label(); this.comboProcDiscountType = new System.Windows.Forms.ComboBox(); this.label19 = new System.Windows.Forms.Label(); this.tabChart = new System.Windows.Forms.TabPage(); this.checkChartNonPatientWarn = new System.Windows.Forms.CheckBox(); this.checkProcLockingIsAllowed = new System.Windows.Forms.CheckBox(); this.textICD9DefaultForNewProcs = new System.Windows.Forms.TextBox(); this.checkMedicalFeeUsedForNewProcs = new System.Windows.Forms.CheckBox(); this.checkProcGroupNoteDoesAggregate = new System.Windows.Forms.CheckBox(); this.butAllergiesIndicateNone = new OpenDental.UI.Button(); this.textAllergiesIndicateNone = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.butMedicationsIndicateNone = new OpenDental.UI.Button(); this.textMedicationsIndicateNone = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.butProblemsIndicateNone = new OpenDental.UI.Button(); this.textProblemsIndicateNone = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.tabImages = new System.Windows.Forms.TabPage(); this.tabManage = new System.Windows.Forms.TabPage(); this.checkTimeCardADP = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkStatementShowAdjNotes = new System.Windows.Forms.CheckBox(); this.checkIntermingleDefault = new System.Windows.Forms.CheckBox(); this.checkStatementShowReturnAddress = new System.Windows.Forms.CheckBox(); this.checkStatementShowProcBreakdown = new System.Windows.Forms.CheckBox(); this.checkShowCC = new System.Windows.Forms.CheckBox(); this.checkStatementShowNotes = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.comboUseChartNum = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.textStatementsCalcDueDate = new OpenDental.ValidNumber(); this.textPayPlansBillInAdvanceDays = new OpenDental.ValidNum(); this.comboTimeCardOvertimeFirstDayOfWeek = new System.Windows.Forms.ComboBox(); this.label16 = new System.Windows.Forms.Label(); this.colorDialog = new System.Windows.Forms.ColorDialog(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.tabControl1.SuspendLayout(); this.tabAppts.SuspendLayout(); this.tabFamily.SuspendLayout(); this.tabAccount.SuspendLayout(); this.tabTreatPlan.SuspendLayout(); this.tabChart.SuspendLayout(); this.tabImages.SuspendLayout(); this.tabManage.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // textTreatNote // this.textTreatNote.AcceptsReturn = true; this.textTreatNote.Location = new System.Drawing.Point(77, 7); this.textTreatNote.Multiline = true; this.textTreatNote.Name = "textTreatNote"; this.textTreatNote.Size = new System.Drawing.Size(363, 53); this.textTreatNote.TabIndex = 3; // // label1 // this.label1.Location = new System.Drawing.Point(28, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 52); this.label1.TabIndex = 35; this.label1.Text = "Default Note"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkTreatPlanShowGraphics // this.checkTreatPlanShowGraphics.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTreatPlanShowGraphics.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTreatPlanShowGraphics.Location = new System.Drawing.Point(81, 62); this.checkTreatPlanShowGraphics.Name = "checkTreatPlanShowGraphics"; this.checkTreatPlanShowGraphics.Size = new System.Drawing.Size(359, 17); this.checkTreatPlanShowGraphics.TabIndex = 46; this.checkTreatPlanShowGraphics.Text = "Show Graphical Tooth Chart"; this.checkTreatPlanShowGraphics.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkTreatPlanShowCompleted // this.checkTreatPlanShowCompleted.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTreatPlanShowCompleted.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTreatPlanShowCompleted.Location = new System.Drawing.Point(81, 79); this.checkTreatPlanShowCompleted.Name = "checkTreatPlanShowCompleted"; this.checkTreatPlanShowCompleted.Size = new System.Drawing.Size(359, 17); this.checkTreatPlanShowCompleted.TabIndex = 47; this.checkTreatPlanShowCompleted.Text = "Show Completed Work on Graphical Tooth Chart"; this.checkTreatPlanShowCompleted.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkClaimsValidateACN // this.checkClaimsValidateACN.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkClaimsValidateACN.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkClaimsValidateACN.Location = new System.Drawing.Point(44, 215); this.checkClaimsValidateACN.Name = "checkClaimsValidateACN"; this.checkClaimsValidateACN.Size = new System.Drawing.Size(396, 17); this.checkClaimsValidateACN.TabIndex = 194; this.checkClaimsValidateACN.Text = "Require ACN# in remarks on claims with ADDP group name"; this.checkClaimsValidateACN.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboBillingChargeAdjType // this.comboBillingChargeAdjType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBillingChargeAdjType.FormattingEnabled = true; this.comboBillingChargeAdjType.Location = new System.Drawing.Point(278, 101); this.comboBillingChargeAdjType.MaxDropDownItems = 30; this.comboBillingChargeAdjType.Name = "comboBillingChargeAdjType"; this.comboBillingChargeAdjType.Size = new System.Drawing.Size(163, 21); this.comboBillingChargeAdjType.TabIndex = 199; // // label4 // this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label4.Location = new System.Drawing.Point(56, 82); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(221, 15); this.label4.TabIndex = 198; this.label4.Text = "Finance charge adj type"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkClaimFormTreatDentSaysSigOnFile // this.checkClaimFormTreatDentSaysSigOnFile.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkClaimFormTreatDentSaysSigOnFile.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkClaimFormTreatDentSaysSigOnFile.Location = new System.Drawing.Point(59, 156); this.checkClaimFormTreatDentSaysSigOnFile.Name = "checkClaimFormTreatDentSaysSigOnFile"; this.checkClaimFormTreatDentSaysSigOnFile.Size = new System.Drawing.Size(381, 17); this.checkClaimFormTreatDentSaysSigOnFile.TabIndex = 197; this.checkClaimFormTreatDentSaysSigOnFile.Text = "Claim Form treating dentist shows Signature On File rather than name"; this.checkClaimFormTreatDentSaysSigOnFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textClaimAttachPath // this.textClaimAttachPath.Location = new System.Drawing.Point(243, 176); this.textClaimAttachPath.Name = "textClaimAttachPath"; this.textClaimAttachPath.Size = new System.Drawing.Size(197, 20); this.textClaimAttachPath.TabIndex = 189; // // label20 // this.label20.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label20.Location = new System.Drawing.Point(54, 179); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(188, 13); this.label20.TabIndex = 190; this.label20.Text = "Claim Attachment Export Path"; this.label20.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkShowFamilyCommByDefault // this.checkShowFamilyCommByDefault.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkShowFamilyCommByDefault.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowFamilyCommByDefault.Location = new System.Drawing.Point(59, 139); this.checkShowFamilyCommByDefault.Name = "checkShowFamilyCommByDefault"; this.checkShowFamilyCommByDefault.Size = new System.Drawing.Size(381, 17); this.checkShowFamilyCommByDefault.TabIndex = 75; this.checkShowFamilyCommByDefault.Text = "Show Family Comm Entries By Default"; this.checkShowFamilyCommByDefault.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkProviderIncomeShows // this.checkProviderIncomeShows.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkProviderIncomeShows.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkProviderIncomeShows.Location = new System.Drawing.Point(59, 122); this.checkProviderIncomeShows.Name = "checkProviderIncomeShows"; this.checkProviderIncomeShows.Size = new System.Drawing.Size(381, 17); this.checkProviderIncomeShows.TabIndex = 74; this.checkProviderIncomeShows.Text = "Show provider income transfer window after entering insurance payment"; this.checkProviderIncomeShows.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkEclaimsSeparateTreatProv // this.checkEclaimsSeparateTreatProv.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkEclaimsSeparateTreatProv.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkEclaimsSeparateTreatProv.Location = new System.Drawing.Point(94, 198); this.checkEclaimsSeparateTreatProv.Name = "checkEclaimsSeparateTreatProv"; this.checkEclaimsSeparateTreatProv.Size = new System.Drawing.Size(346, 17); this.checkEclaimsSeparateTreatProv.TabIndex = 53; this.checkEclaimsSeparateTreatProv.Text = "On e-claims, send treating provider info for each separate procedure"; this.checkEclaimsSeparateTreatProv.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label12 // this.label12.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label12.Location = new System.Drawing.Point(56, 104); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(221, 15); this.label12.TabIndex = 73; this.label12.Text = "Billing charge adj type"; this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboFinanceChargeAdjType // this.comboFinanceChargeAdjType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboFinanceChargeAdjType.FormattingEnabled = true; this.comboFinanceChargeAdjType.Location = new System.Drawing.Point(278, 77); this.comboFinanceChargeAdjType.MaxDropDownItems = 30; this.comboFinanceChargeAdjType.Name = "comboFinanceChargeAdjType"; this.comboFinanceChargeAdjType.Size = new System.Drawing.Size(163, 21); this.comboFinanceChargeAdjType.TabIndex = 72; // // checkStoreCCnumbers // this.checkStoreCCnumbers.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkStoreCCnumbers.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkStoreCCnumbers.Location = new System.Drawing.Point(72, 41); this.checkStoreCCnumbers.Name = "checkStoreCCnumbers"; this.checkStoreCCnumbers.Size = new System.Drawing.Size(368, 17); this.checkStoreCCnumbers.TabIndex = 67; this.checkStoreCCnumbers.Text = "Allow storing credit card numbers (this is a security risk)"; this.checkStoreCCnumbers.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkStoreCCnumbers.UseVisualStyleBackColor = true; // // checkAgingMonthly // this.checkAgingMonthly.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAgingMonthly.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAgingMonthly.Location = new System.Drawing.Point(72, 24); this.checkAgingMonthly.Name = "checkAgingMonthly"; this.checkAgingMonthly.Size = new System.Drawing.Size(368, 17); this.checkAgingMonthly.TabIndex = 57; this.checkAgingMonthly.Text = "Aging calculated monthly instead of daily"; this.checkAgingMonthly.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkBalancesDontSubtractIns // this.checkBalancesDontSubtractIns.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBalancesDontSubtractIns.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkBalancesDontSubtractIns.Location = new System.Drawing.Point(72, 7); this.checkBalancesDontSubtractIns.Name = "checkBalancesDontSubtractIns"; this.checkBalancesDontSubtractIns.Size = new System.Drawing.Size(368, 17); this.checkBalancesDontSubtractIns.TabIndex = 55; this.checkBalancesDontSubtractIns.Text = "Balances don\'t subtract insurance estimate"; this.checkBalancesDontSubtractIns.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkInsurancePlansShared // this.checkInsurancePlansShared.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkInsurancePlansShared.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkInsurancePlansShared.Location = new System.Drawing.Point(34, 24); this.checkInsurancePlansShared.Name = "checkInsurancePlansShared"; this.checkInsurancePlansShared.Size = new System.Drawing.Size(406, 17); this.checkInsurancePlansShared.TabIndex = 58; this.checkInsurancePlansShared.Text = "InsPlan option at bottom, \'Change Plan for all subscribers\', is default."; this.checkInsurancePlansShared.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkMedicalEclaimsEnabled // this.checkMedicalEclaimsEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkMedicalEclaimsEnabled.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkMedicalEclaimsEnabled.Location = new System.Drawing.Point(94, 7); this.checkMedicalEclaimsEnabled.Name = "checkMedicalEclaimsEnabled"; this.checkMedicalEclaimsEnabled.Size = new System.Drawing.Size(346, 17); this.checkMedicalEclaimsEnabled.TabIndex = 60; this.checkMedicalEclaimsEnabled.Text = "Enable medical e-claims"; this.checkMedicalEclaimsEnabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkMedicalEclaimsEnabled.Visible = false; // // checkSolidBlockouts // this.checkSolidBlockouts.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkSolidBlockouts.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkSolidBlockouts.Location = new System.Drawing.Point(32, 41); this.checkSolidBlockouts.Name = "checkSolidBlockouts"; this.checkSolidBlockouts.Size = new System.Drawing.Size(408, 17); this.checkSolidBlockouts.TabIndex = 66; this.checkSolidBlockouts.Text = "Use solid blockouts instead of outlines on the appointment book"; this.checkSolidBlockouts.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkSolidBlockouts.UseVisualStyleBackColor = true; // // checkApptRefreshEveryMinute // this.checkApptRefreshEveryMinute.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkApptRefreshEveryMinute.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkApptRefreshEveryMinute.Location = new System.Drawing.Point(34, 205); this.checkApptRefreshEveryMinute.Name = "checkApptRefreshEveryMinute"; this.checkApptRefreshEveryMinute.Size = new System.Drawing.Size(406, 17); this.checkApptRefreshEveryMinute.TabIndex = 198; this.checkApptRefreshEveryMinute.Text = "Refresh every 60 seconds. Keeps waiting room times refreshed."; this.checkApptRefreshEveryMinute.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label6 // this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label6.Location = new System.Drawing.Point(29, 184); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(247, 15); this.label6.TabIndex = 78; this.label6.Text = "Time Dismissed trigger"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboTimeDismissed // this.comboTimeDismissed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboTimeDismissed.FormattingEnabled = true; this.comboTimeDismissed.Location = new System.Drawing.Point(278, 180); this.comboTimeDismissed.MaxDropDownItems = 30; this.comboTimeDismissed.Name = "comboTimeDismissed"; this.comboTimeDismissed.Size = new System.Drawing.Size(163, 21); this.comboTimeDismissed.TabIndex = 77; // // label5 // this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label5.Location = new System.Drawing.Point(29, 162); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(247, 15); this.label5.TabIndex = 76; this.label5.Text = "Time Seated (in op) trigger"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboTimeSeated // this.comboTimeSeated.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboTimeSeated.FormattingEnabled = true; this.comboTimeSeated.Location = new System.Drawing.Point(278, 158); this.comboTimeSeated.MaxDropDownItems = 30; this.comboTimeSeated.Name = "comboTimeSeated"; this.comboTimeSeated.Size = new System.Drawing.Size(163, 21); this.comboTimeSeated.TabIndex = 75; // // label3 // this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label3.Location = new System.Drawing.Point(29, 140); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(247, 15); this.label3.TabIndex = 74; this.label3.Text = "Time Arrived trigger"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboTimeArrived // this.comboTimeArrived.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboTimeArrived.FormattingEnabled = true; this.comboTimeArrived.Location = new System.Drawing.Point(278, 136); this.comboTimeArrived.MaxDropDownItems = 30; this.comboTimeArrived.Name = "comboTimeArrived"; this.comboTimeArrived.Size = new System.Drawing.Size(163, 21); this.comboTimeArrived.TabIndex = 73; // // checkApptExclamation // this.checkApptExclamation.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkApptExclamation.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkApptExclamation.Location = new System.Drawing.Point(55, 116); this.checkApptExclamation.Name = "checkApptExclamation"; this.checkApptExclamation.Size = new System.Drawing.Size(385, 17); this.checkApptExclamation.TabIndex = 72; this.checkApptExclamation.Text = "Show ! at upper right of appts for ins not sent (might cause slowdown)"; this.checkApptExclamation.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkApptExclamation.UseVisualStyleBackColor = true; // // label7 // this.label7.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label7.Location = new System.Drawing.Point(15, 98); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(221, 15); this.label7.TabIndex = 71; this.label7.Text = "Broken appt default adj type"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkBrokenApptNote // this.checkBrokenApptNote.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBrokenApptNote.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkBrokenApptNote.Location = new System.Drawing.Point(32, 58); this.checkBrokenApptNote.Name = "checkBrokenApptNote"; this.checkBrokenApptNote.Size = new System.Drawing.Size(408, 17); this.checkBrokenApptNote.TabIndex = 67; this.checkBrokenApptNote.Text = "Put broken appt note in Commlog instead of Adj (not recommended)"; this.checkBrokenApptNote.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBrokenApptNote.UseVisualStyleBackColor = true; // // comboBrokenApptAdjType // this.comboBrokenApptAdjType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBrokenApptAdjType.FormattingEnabled = true; this.comboBrokenApptAdjType.Location = new System.Drawing.Point(238, 94); this.comboBrokenApptAdjType.MaxDropDownItems = 30; this.comboBrokenApptAdjType.Name = "comboBrokenApptAdjType"; this.comboBrokenApptAdjType.Size = new System.Drawing.Size(203, 21); this.comboBrokenApptAdjType.TabIndex = 70; // // checkApptBubbleDelay // this.checkApptBubbleDelay.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkApptBubbleDelay.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkApptBubbleDelay.Location = new System.Drawing.Point(32, 24); this.checkApptBubbleDelay.Name = "checkApptBubbleDelay"; this.checkApptBubbleDelay.Size = new System.Drawing.Size(408, 17); this.checkApptBubbleDelay.TabIndex = 69; this.checkApptBubbleDelay.Text = "Appointment bubble popup delay"; this.checkApptBubbleDelay.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkApptBubbleDelay.UseVisualStyleBackColor = true; // // checkAppointmentBubblesDisabled // this.checkAppointmentBubblesDisabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAppointmentBubblesDisabled.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAppointmentBubblesDisabled.Location = new System.Drawing.Point(34, 7); this.checkAppointmentBubblesDisabled.Name = "checkAppointmentBubblesDisabled"; this.checkAppointmentBubblesDisabled.Size = new System.Drawing.Size(406, 17); this.checkAppointmentBubblesDisabled.TabIndex = 70; this.checkAppointmentBubblesDisabled.Text = "Appointment bubble popup disabled"; this.checkAppointmentBubblesDisabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAppointmentBubblesDisabled.UseVisualStyleBackColor = true; // // toolTip1 // this.toolTip1.AutomaticDelay = 0; this.toolTip1.AutoPopDelay = 600000; this.toolTip1.InitialDelay = 0; this.toolTip1.IsBalloon = true; this.toolTip1.ReshowDelay = 0; this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.toolTip1.ToolTipTitle = "Help"; // // checkChartQuickAddHideAmalgam // this.checkChartQuickAddHideAmalgam.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkChartQuickAddHideAmalgam.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkChartQuickAddHideAmalgam.Location = new System.Drawing.Point(59, 72); this.checkChartQuickAddHideAmalgam.Name = "checkChartQuickAddHideAmalgam"; this.checkChartQuickAddHideAmalgam.Size = new System.Drawing.Size(381, 15); this.checkChartQuickAddHideAmalgam.TabIndex = 195; this.checkChartQuickAddHideAmalgam.Text = "Hide amalgam buttons in Quick Buttons section"; this.checkChartQuickAddHideAmalgam.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkChartQuickAddHideAmalgam.UseVisualStyleBackColor = true; // // label11 // this.label11.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label11.Location = new System.Drawing.Point(41, 48); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(144, 13); this.label11.TabIndex = 194; this.label11.Text = "Tooth Nomenclature"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkAllowSettingProcsComplete // this.checkAllowSettingProcsComplete.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAllowSettingProcsComplete.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAllowSettingProcsComplete.Location = new System.Drawing.Point(26, 26); this.checkAllowSettingProcsComplete.Name = "checkAllowSettingProcsComplete"; this.checkAllowSettingProcsComplete.Size = new System.Drawing.Size(414, 15); this.checkAllowSettingProcsComplete.TabIndex = 74; this.checkAllowSettingProcsComplete.Text = "Allow setting procedures complete. (It\'s better to only set appointments complet" + "e)"; this.checkAllowSettingProcsComplete.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAllowSettingProcsComplete.UseVisualStyleBackColor = true; // // comboToothNomenclature // this.comboToothNomenclature.FormattingEnabled = true; this.comboToothNomenclature.Location = new System.Drawing.Point(187, 45); this.comboToothNomenclature.Name = "comboToothNomenclature"; this.comboToothNomenclature.Size = new System.Drawing.Size(254, 21); this.comboToothNomenclature.TabIndex = 193; // // checkAutoClearEntryStatus // this.checkAutoClearEntryStatus.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAutoClearEntryStatus.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAutoClearEntryStatus.Location = new System.Drawing.Point(59, 9); this.checkAutoClearEntryStatus.Name = "checkAutoClearEntryStatus"; this.checkAutoClearEntryStatus.Size = new System.Drawing.Size(381, 15); this.checkAutoClearEntryStatus.TabIndex = 73; this.checkAutoClearEntryStatus.Text = "Reset entry status to TreatPlan when switching patients"; this.checkAutoClearEntryStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAutoClearEntryStatus.UseVisualStyleBackColor = true; // // checkPPOpercentage // this.checkPPOpercentage.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkPPOpercentage.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkPPOpercentage.Location = new System.Drawing.Point(27, 41); this.checkPPOpercentage.Name = "checkPPOpercentage"; this.checkPPOpercentage.Size = new System.Drawing.Size(413, 17); this.checkPPOpercentage.TabIndex = 192; this.checkPPOpercentage.Text = "Insurance defaults to PPO percentage instead of category percentage plan type"; this.checkPPOpercentage.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkInsDefaultShowUCRonClaims // this.checkInsDefaultShowUCRonClaims.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkInsDefaultShowUCRonClaims.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkInsDefaultShowUCRonClaims.Location = new System.Drawing.Point(27, 92); this.checkInsDefaultShowUCRonClaims.Name = "checkInsDefaultShowUCRonClaims"; this.checkInsDefaultShowUCRonClaims.Size = new System.Drawing.Size(413, 17); this.checkInsDefaultShowUCRonClaims.TabIndex = 196; this.checkInsDefaultShowUCRonClaims.Text = "Insurance plans default to show UCR fee on claims."; this.checkInsDefaultShowUCRonClaims.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkInsDefaultShowUCRonClaims.Click += new System.EventHandler(this.checkInsDefaultShowUCRonClaims_Click); // // checkCoPayFeeScheduleBlankLikeZero // this.checkCoPayFeeScheduleBlankLikeZero.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkCoPayFeeScheduleBlankLikeZero.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkCoPayFeeScheduleBlankLikeZero.Location = new System.Drawing.Point(27, 75); this.checkCoPayFeeScheduleBlankLikeZero.Name = "checkCoPayFeeScheduleBlankLikeZero"; this.checkCoPayFeeScheduleBlankLikeZero.Size = new System.Drawing.Size(413, 17); this.checkCoPayFeeScheduleBlankLikeZero.TabIndex = 195; this.checkCoPayFeeScheduleBlankLikeZero.Text = "Co-pay fee schedules treat blank entries as zero."; this.checkCoPayFeeScheduleBlankLikeZero.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkAllowedFeeSchedsAutomate // this.checkAllowedFeeSchedsAutomate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAllowedFeeSchedsAutomate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAllowedFeeSchedsAutomate.Location = new System.Drawing.Point(27, 58); this.checkAllowedFeeSchedsAutomate.Name = "checkAllowedFeeSchedsAutomate"; this.checkAllowedFeeSchedsAutomate.Size = new System.Drawing.Size(413, 17); this.checkAllowedFeeSchedsAutomate.TabIndex = 193; this.checkAllowedFeeSchedsAutomate.Text = "Use Blue Book"; this.checkAllowedFeeSchedsAutomate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAllowedFeeSchedsAutomate.Click += new System.EventHandler(this.checkAllowedFeeSchedsAutomate_Click); // // checkImagesModuleTreeIsCollapsed // this.checkImagesModuleTreeIsCollapsed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkImagesModuleTreeIsCollapsed.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkImagesModuleTreeIsCollapsed.Location = new System.Drawing.Point(81, 7); this.checkImagesModuleTreeIsCollapsed.Name = "checkImagesModuleTreeIsCollapsed"; this.checkImagesModuleTreeIsCollapsed.Size = new System.Drawing.Size(359, 17); this.checkImagesModuleTreeIsCollapsed.TabIndex = 47; this.checkImagesModuleTreeIsCollapsed.Text = "Document tree collapses when patient changes"; this.checkImagesModuleTreeIsCollapsed.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkRxSendNewToQueue // this.checkRxSendNewToQueue.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkRxSendNewToQueue.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkRxSendNewToQueue.Location = new System.Drawing.Point(81, 7); this.checkRxSendNewToQueue.Name = "checkRxSendNewToQueue"; this.checkRxSendNewToQueue.Size = new System.Drawing.Size(359, 17); this.checkRxSendNewToQueue.TabIndex = 47; this.checkRxSendNewToQueue.Text = "Send all new prescriptions to electronic queue"; this.checkRxSendNewToQueue.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tabControl1 // this.tabControl1.Controls.Add(this.tabAppts); this.tabControl1.Controls.Add(this.tabFamily); this.tabControl1.Controls.Add(this.tabAccount); this.tabControl1.Controls.Add(this.tabTreatPlan); this.tabControl1.Controls.Add(this.tabChart); this.tabControl1.Controls.Add(this.tabImages); this.tabControl1.Controls.Add(this.tabManage); this.tabControl1.Location = new System.Drawing.Point(20, 10); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(474, 505); this.tabControl1.TabIndex = 196; // // tabAppts // this.tabAppts.BackColor = System.Drawing.SystemColors.Window; this.tabAppts.Controls.Add(this.label23); this.tabAppts.Controls.Add(this.butColor); this.tabAppts.Controls.Add(this.textWaitRoomWarn); this.tabAppts.Controls.Add(this.label22); this.tabAppts.Controls.Add(this.checkBrokenApptCommLogWithProcedure); this.tabAppts.Controls.Add(this.textApptBubNoteLength); this.tabAppts.Controls.Add(this.label21); this.tabAppts.Controls.Add(this.checkWaitingRoomFilterByView); this.tabAppts.Controls.Add(this.label13); this.tabAppts.Controls.Add(this.comboSearchBehavior); this.tabAppts.Controls.Add(this.checkAppointmentTimeIsLocked); this.tabAppts.Controls.Add(this.checkApptRefreshEveryMinute); this.tabAppts.Controls.Add(this.checkAppointmentBubblesDisabled); this.tabAppts.Controls.Add(this.label6); this.tabAppts.Controls.Add(this.checkSolidBlockouts); this.tabAppts.Controls.Add(this.comboTimeDismissed); this.tabAppts.Controls.Add(this.checkApptBubbleDelay); this.tabAppts.Controls.Add(this.label5); this.tabAppts.Controls.Add(this.comboBrokenApptAdjType); this.tabAppts.Controls.Add(this.comboTimeSeated); this.tabAppts.Controls.Add(this.checkBrokenApptNote); this.tabAppts.Controls.Add(this.label3); this.tabAppts.Controls.Add(this.label7); this.tabAppts.Controls.Add(this.comboTimeArrived); this.tabAppts.Controls.Add(this.checkApptExclamation); this.tabAppts.Location = new System.Drawing.Point(4, 22); this.tabAppts.Name = "tabAppts"; this.tabAppts.Padding = new System.Windows.Forms.Padding(3); this.tabAppts.Size = new System.Drawing.Size(466, 479); this.tabAppts.TabIndex = 0; this.tabAppts.Text = "Appts"; // // label23 // this.label23.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label23.Location = new System.Drawing.Point(167, 345); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(246, 16); this.label23.TabIndex = 216; this.label23.Text = "Waiting room alert color"; this.label23.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butColor // this.butColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.butColor.Location = new System.Drawing.Point(416, 341); this.butColor.Name = "butColor"; this.butColor.Size = new System.Drawing.Size(24, 21); this.butColor.TabIndex = 215; this.butColor.Click += new System.EventHandler(this.butColor_Click); // // textWaitRoomWarn // this.textWaitRoomWarn.Location = new System.Drawing.Point(358, 315); this.textWaitRoomWarn.Name = "textWaitRoomWarn"; this.textWaitRoomWarn.Size = new System.Drawing.Size(83, 20); this.textWaitRoomWarn.TabIndex = 214; // // label22 // this.label22.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label22.Location = new System.Drawing.Point(109, 318); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(246, 16); this.label22.TabIndex = 213; this.label22.Text = "Waiting room alert time in minutes (0 to disable)"; this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkBrokenApptCommLogWithProcedure // this.checkBrokenApptCommLogWithProcedure.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBrokenApptCommLogWithProcedure.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkBrokenApptCommLogWithProcedure.Location = new System.Drawing.Point(32, 75); this.checkBrokenApptCommLogWithProcedure.Name = "checkBrokenApptCommLogWithProcedure"; this.checkBrokenApptCommLogWithProcedure.Size = new System.Drawing.Size(408, 17); this.checkBrokenApptCommLogWithProcedure.TabIndex = 61; this.checkBrokenApptCommLogWithProcedure.Text = "Put broken appt note in Commlog in addition to broken appt procedure"; this.checkBrokenApptCommLogWithProcedure.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBrokenApptCommLogWithProcedure.UseVisualStyleBackColor = true; // // textApptBubNoteLength // this.textApptBubNoteLength.Location = new System.Drawing.Point(357, 270); this.textApptBubNoteLength.Name = "textApptBubNoteLength"; this.textApptBubNoteLength.Size = new System.Drawing.Size(83, 20); this.textApptBubNoteLength.TabIndex = 211; // // label21 // this.label21.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label21.Location = new System.Drawing.Point(108, 273); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(246, 16); this.label21.TabIndex = 210; this.label21.Text = "Appointment bubble max note length (0 for no limit)"; this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkWaitingRoomFilterByView // this.checkWaitingRoomFilterByView.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkWaitingRoomFilterByView.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkWaitingRoomFilterByView.Location = new System.Drawing.Point(34, 292); this.checkWaitingRoomFilterByView.Name = "checkWaitingRoomFilterByView"; this.checkWaitingRoomFilterByView.Size = new System.Drawing.Size(406, 17); this.checkWaitingRoomFilterByView.TabIndex = 201; this.checkWaitingRoomFilterByView.Text = "Filter the waiting room based on the selected appointment view."; this.checkWaitingRoomFilterByView.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label13 // this.label13.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label13.Location = new System.Drawing.Point(6, 229); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(230, 15); this.label13.TabIndex = 200; this.label13.Text = "Search Behavior"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboSearchBehavior // this.comboSearchBehavior.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSearchBehavior.FormattingEnabled = true; this.comboSearchBehavior.Location = new System.Drawing.Point(238, 226); this.comboSearchBehavior.MaxDropDownItems = 30; this.comboSearchBehavior.Name = "comboSearchBehavior"; this.comboSearchBehavior.Size = new System.Drawing.Size(203, 21); this.comboSearchBehavior.TabIndex = 199; // // checkAppointmentTimeIsLocked // this.checkAppointmentTimeIsLocked.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAppointmentTimeIsLocked.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAppointmentTimeIsLocked.Location = new System.Drawing.Point(34, 251); this.checkAppointmentTimeIsLocked.Name = "checkAppointmentTimeIsLocked"; this.checkAppointmentTimeIsLocked.Size = new System.Drawing.Size(406, 17); this.checkAppointmentTimeIsLocked.TabIndex = 198; this.checkAppointmentTimeIsLocked.Text = "Appointment time locked by default"; this.checkAppointmentTimeIsLocked.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAppointmentTimeIsLocked.MouseUp += new System.Windows.Forms.MouseEventHandler(this.checkAppointmentTimeIsLocked_MouseUp); // // tabFamily // this.tabFamily.BackColor = System.Drawing.SystemColors.Window; this.tabFamily.Controls.Add(this.checkInsPPOsecWriteoffs); this.tabFamily.Controls.Add(this.checkFamPhiAccess); this.tabFamily.Controls.Add(this.checkInsDefaultAssignmentOfBenefits); this.tabFamily.Controls.Add(this.checkTextMsgOkStatusTreatAsNo); this.tabFamily.Controls.Add(this.label15); this.tabFamily.Controls.Add(this.comboCobRule); this.tabFamily.Controls.Add(this.checkInsDefaultShowUCRonClaims); this.tabFamily.Controls.Add(this.checkMedicalEclaimsEnabled); this.tabFamily.Controls.Add(this.checkCoPayFeeScheduleBlankLikeZero); this.tabFamily.Controls.Add(this.checkInsurancePlansShared); this.tabFamily.Controls.Add(this.checkAllowedFeeSchedsAutomate); this.tabFamily.Controls.Add(this.checkPPOpercentage); this.tabFamily.Location = new System.Drawing.Point(4, 22); this.tabFamily.Name = "tabFamily"; this.tabFamily.Padding = new System.Windows.Forms.Padding(3); this.tabFamily.Size = new System.Drawing.Size(466, 479); this.tabFamily.TabIndex = 1; this.tabFamily.Text = "Family"; // // checkInsPPOsecWriteoffs // this.checkInsPPOsecWriteoffs.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkInsPPOsecWriteoffs.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkInsPPOsecWriteoffs.Location = new System.Drawing.Point(58, 184); this.checkInsPPOsecWriteoffs.Name = "checkInsPPOsecWriteoffs"; this.checkInsPPOsecWriteoffs.Size = new System.Drawing.Size(382, 18); this.checkInsPPOsecWriteoffs.TabIndex = 214; this.checkInsPPOsecWriteoffs.Text = "Calculate secondary insurance PPO writeoffs (not recommended, see manual)"; this.checkInsPPOsecWriteoffs.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkInsPPOsecWriteoffs.UseVisualStyleBackColor = true; // // checkFamPhiAccess // this.checkFamPhiAccess.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkFamPhiAccess.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkFamPhiAccess.Location = new System.Drawing.Point(27, 167); this.checkFamPhiAccess.Name = "checkFamPhiAccess"; this.checkFamPhiAccess.Size = new System.Drawing.Size(413, 17); this.checkFamPhiAccess.TabIndex = 206; this.checkFamPhiAccess.Text = "Allow Guarantor access to family health information in patient portal"; this.checkFamPhiAccess.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkInsDefaultAssignmentOfBenefits // this.checkInsDefaultAssignmentOfBenefits.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkInsDefaultAssignmentOfBenefits.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkInsDefaultAssignmentOfBenefits.Location = new System.Drawing.Point(27, 109); this.checkInsDefaultAssignmentOfBenefits.Name = "checkInsDefaultAssignmentOfBenefits"; this.checkInsDefaultAssignmentOfBenefits.Size = new System.Drawing.Size(413, 17); this.checkInsDefaultAssignmentOfBenefits.TabIndex = 204; this.checkInsDefaultAssignmentOfBenefits.Text = "Insurance plans default to assignment of benefits."; this.checkInsDefaultAssignmentOfBenefits.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkInsDefaultAssignmentOfBenefits.Click += new System.EventHandler(this.checkInsDefaultAssignmentOfBenefits_Click); // // checkTextMsgOkStatusTreatAsNo // this.checkTextMsgOkStatusTreatAsNo.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTextMsgOkStatusTreatAsNo.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTextMsgOkStatusTreatAsNo.Location = new System.Drawing.Point(27, 151); this.checkTextMsgOkStatusTreatAsNo.Name = "checkTextMsgOkStatusTreatAsNo"; this.checkTextMsgOkStatusTreatAsNo.Size = new System.Drawing.Size(413, 17); this.checkTextMsgOkStatusTreatAsNo.TabIndex = 203; this.checkTextMsgOkStatusTreatAsNo.Text = "Text Msg OK status, treat ?? as No instead of Yes"; this.checkTextMsgOkStatusTreatAsNo.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label15 // this.label15.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label15.Location = new System.Drawing.Point(61, 132); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(247, 15); this.label15.TabIndex = 202; this.label15.Text = "Coordination of Benefits (COB) Rule"; this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboCobRule // this.comboCobRule.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCobRule.FormattingEnabled = true; this.comboCobRule.Location = new System.Drawing.Point(312, 128); this.comboCobRule.MaxDropDownItems = 30; this.comboCobRule.Name = "comboCobRule"; this.comboCobRule.Size = new System.Drawing.Size(128, 21); this.comboCobRule.TabIndex = 201; this.comboCobRule.SelectionChangeCommitted += new System.EventHandler(this.comboCobRule_SelectionChangeCommitted); // // tabAccount // this.tabAccount.BackColor = System.Drawing.SystemColors.Window; this.tabAccount.Controls.Add(this.checkStatementsUseSheets); this.tabAccount.Controls.Add(this.checkStoreCCTokens); this.tabAccount.Controls.Add(this.checkAccountShowPaymentNums); this.tabAccount.Controls.Add(this.checkClaimMedTypeIsInstWhenInsPlanIsMedical); this.tabAccount.Controls.Add(this.checkClaimsValidateACN); this.tabAccount.Controls.Add(this.comboBillingChargeAdjType); this.tabAccount.Controls.Add(this.checkBalancesDontSubtractIns); this.tabAccount.Controls.Add(this.label4); this.tabAccount.Controls.Add(this.checkAgingMonthly); this.tabAccount.Controls.Add(this.checkClaimFormTreatDentSaysSigOnFile); this.tabAccount.Controls.Add(this.checkStoreCCnumbers); this.tabAccount.Controls.Add(this.comboFinanceChargeAdjType); this.tabAccount.Controls.Add(this.textClaimAttachPath); this.tabAccount.Controls.Add(this.label12); this.tabAccount.Controls.Add(this.label20); this.tabAccount.Controls.Add(this.checkEclaimsSeparateTreatProv); this.tabAccount.Controls.Add(this.checkShowFamilyCommByDefault); this.tabAccount.Controls.Add(this.checkProviderIncomeShows); this.tabAccount.Location = new System.Drawing.Point(4, 22); this.tabAccount.Name = "tabAccount"; this.tabAccount.Size = new System.Drawing.Size(466, 479); this.tabAccount.TabIndex = 2; this.tabAccount.Text = "Account"; // // checkStatementsUseSheets // this.checkStatementsUseSheets.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkStatementsUseSheets.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkStatementsUseSheets.Location = new System.Drawing.Point(44, 266); this.checkStatementsUseSheets.Name = "checkStatementsUseSheets"; this.checkStatementsUseSheets.Size = new System.Drawing.Size(396, 17); this.checkStatementsUseSheets.TabIndex = 204; this.checkStatementsUseSheets.Text = "Statements use Sheets"; this.checkStatementsUseSheets.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkStoreCCTokens // this.checkStoreCCTokens.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkStoreCCTokens.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkStoreCCTokens.Location = new System.Drawing.Point(72, 58); this.checkStoreCCTokens.Name = "checkStoreCCTokens"; this.checkStoreCCTokens.Size = new System.Drawing.Size(368, 17); this.checkStoreCCTokens.TabIndex = 203; this.checkStoreCCTokens.Text = "Automatically store X-Charge Tokens"; this.checkStoreCCTokens.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkStoreCCTokens.UseVisualStyleBackColor = true; // // checkAccountShowPaymentNums // this.checkAccountShowPaymentNums.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAccountShowPaymentNums.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAccountShowPaymentNums.Location = new System.Drawing.Point(44, 249); this.checkAccountShowPaymentNums.Name = "checkAccountShowPaymentNums"; this.checkAccountShowPaymentNums.Size = new System.Drawing.Size(396, 17); this.checkAccountShowPaymentNums.TabIndex = 194; this.checkAccountShowPaymentNums.Text = "Show Payment Numbers in Account Module"; this.checkAccountShowPaymentNums.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkClaimMedTypeIsInstWhenInsPlanIsMedical // this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Location = new System.Drawing.Point(44, 232); this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Name = "checkClaimMedTypeIsInstWhenInsPlanIsMedical"; this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Size = new System.Drawing.Size(396, 17); this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.TabIndex = 194; this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Text = "Set medical claims to institutional when using medical insurance."; this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tabTreatPlan // this.tabTreatPlan.BackColor = System.Drawing.SystemColors.Window; this.tabTreatPlan.Controls.Add(this.checkTreatPlanItemized); this.tabTreatPlan.Controls.Add(this.textDiscountPercentage); this.tabTreatPlan.Controls.Add(this.labelDiscountPercentage); this.tabTreatPlan.Controls.Add(this.comboProcDiscountType); this.tabTreatPlan.Controls.Add(this.label19); this.tabTreatPlan.Controls.Add(this.label1); this.tabTreatPlan.Controls.Add(this.textTreatNote); this.tabTreatPlan.Controls.Add(this.checkTreatPlanShowCompleted); this.tabTreatPlan.Controls.Add(this.checkTreatPlanShowGraphics); this.tabTreatPlan.Location = new System.Drawing.Point(4, 22); this.tabTreatPlan.Name = "tabTreatPlan"; this.tabTreatPlan.Size = new System.Drawing.Size(466, 479); this.tabTreatPlan.TabIndex = 3; this.tabTreatPlan.Text = "Treat\' Plan"; // // checkTreatPlanItemized // this.checkTreatPlanItemized.AutoSize = true; this.checkTreatPlanItemized.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTreatPlanItemized.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTreatPlanItemized.Location = new System.Drawing.Point(300, 152); this.checkTreatPlanItemized.Name = "checkTreatPlanItemized"; this.checkTreatPlanItemized.Size = new System.Drawing.Size(140, 18); this.checkTreatPlanItemized.TabIndex = 212; this.checkTreatPlanItemized.Text = "Itemize Treatment Plan"; this.checkTreatPlanItemized.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTreatPlanItemized.UseVisualStyleBackColor = true; this.checkTreatPlanItemized.Click += new System.EventHandler(this.checkTreatPlanItemized_Click); // // textDiscountPercentage // this.textDiscountPercentage.Location = new System.Drawing.Point(387, 129); this.textDiscountPercentage.Name = "textDiscountPercentage"; this.textDiscountPercentage.Size = new System.Drawing.Size(53, 20); this.textDiscountPercentage.TabIndex = 211; // // labelDiscountPercentage // this.labelDiscountPercentage.FlatStyle = System.Windows.Forms.FlatStyle.System; this.labelDiscountPercentage.Location = new System.Drawing.Point(135, 132); this.labelDiscountPercentage.Name = "labelDiscountPercentage"; this.labelDiscountPercentage.Size = new System.Drawing.Size(246, 16); this.labelDiscountPercentage.TabIndex = 210; this.labelDiscountPercentage.Text = "Procedure discount percentage"; this.labelDiscountPercentage.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboProcDiscountType // this.comboProcDiscountType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProcDiscountType.FormattingEnabled = true; this.comboProcDiscountType.Location = new System.Drawing.Point(277, 102); this.comboProcDiscountType.MaxDropDownItems = 30; this.comboProcDiscountType.Name = "comboProcDiscountType"; this.comboProcDiscountType.Size = new System.Drawing.Size(163, 21); this.comboProcDiscountType.TabIndex = 201; // // label19 // this.label19.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label19.Location = new System.Drawing.Point(55, 105); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(221, 15); this.label19.TabIndex = 200; this.label19.Text = "Procedure discount adj type"; this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight; // // tabChart // this.tabChart.BackColor = System.Drawing.SystemColors.Window; this.tabChart.Controls.Add(this.checkChartNonPatientWarn); this.tabChart.Controls.Add(this.checkProcLockingIsAllowed); this.tabChart.Controls.Add(this.textICD9DefaultForNewProcs); this.tabChart.Controls.Add(this.checkMedicalFeeUsedForNewProcs); this.tabChart.Controls.Add(this.checkProcGroupNoteDoesAggregate); this.tabChart.Controls.Add(this.butAllergiesIndicateNone); this.tabChart.Controls.Add(this.textAllergiesIndicateNone); this.tabChart.Controls.Add(this.label17); this.tabChart.Controls.Add(this.label14); this.tabChart.Controls.Add(this.butMedicationsIndicateNone); this.tabChart.Controls.Add(this.textMedicationsIndicateNone); this.tabChart.Controls.Add(this.label9); this.tabChart.Controls.Add(this.butProblemsIndicateNone); this.tabChart.Controls.Add(this.textProblemsIndicateNone); this.tabChart.Controls.Add(this.label8); this.tabChart.Controls.Add(this.checkAutoClearEntryStatus); this.tabChart.Controls.Add(this.checkChartQuickAddHideAmalgam); this.tabChart.Controls.Add(this.comboToothNomenclature); this.tabChart.Controls.Add(this.label11); this.tabChart.Controls.Add(this.checkAllowSettingProcsComplete); this.tabChart.Location = new System.Drawing.Point(4, 22); this.tabChart.Name = "tabChart"; this.tabChart.Size = new System.Drawing.Size(466, 479); this.tabChart.TabIndex = 4; this.tabChart.Text = "Chart"; // // checkChartNonPatientWarn // this.checkChartNonPatientWarn.AutoSize = true; this.checkChartNonPatientWarn.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkChartNonPatientWarn.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkChartNonPatientWarn.Location = new System.Drawing.Point(309, 259); this.checkChartNonPatientWarn.Name = "checkChartNonPatientWarn"; this.checkChartNonPatientWarn.Size = new System.Drawing.Size(131, 18); this.checkChartNonPatientWarn.TabIndex = 211; this.checkChartNonPatientWarn.Text = "Non Patient Warning"; this.checkChartNonPatientWarn.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkChartNonPatientWarn.UseVisualStyleBackColor = true; this.checkChartNonPatientWarn.Click += new System.EventHandler(this.checkChartNonPatientWarn_Click); // // checkProcLockingIsAllowed // this.checkProcLockingIsAllowed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkProcLockingIsAllowed.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkProcLockingIsAllowed.Location = new System.Drawing.Point(59, 244); this.checkProcLockingIsAllowed.Name = "checkProcLockingIsAllowed"; this.checkProcLockingIsAllowed.Size = new System.Drawing.Size(381, 15); this.checkProcLockingIsAllowed.TabIndex = 210; this.checkProcLockingIsAllowed.Text = "Procedure locking is allowed"; this.checkProcLockingIsAllowed.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkProcLockingIsAllowed.UseVisualStyleBackColor = true; this.checkProcLockingIsAllowed.Click += new System.EventHandler(this.checkProcLockingIsAllowed_Click); // // textICD9DefaultForNewProcs // this.textICD9DefaultForNewProcs.Location = new System.Drawing.Point(358, 219); this.textICD9DefaultForNewProcs.Name = "textICD9DefaultForNewProcs"; this.textICD9DefaultForNewProcs.Size = new System.Drawing.Size(83, 20); this.textICD9DefaultForNewProcs.TabIndex = 209; // // checkMedicalFeeUsedForNewProcs // this.checkMedicalFeeUsedForNewProcs.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkMedicalFeeUsedForNewProcs.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkMedicalFeeUsedForNewProcs.Location = new System.Drawing.Point(60, 199); this.checkMedicalFeeUsedForNewProcs.Name = "checkMedicalFeeUsedForNewProcs"; this.checkMedicalFeeUsedForNewProcs.Size = new System.Drawing.Size(381, 15); this.checkMedicalFeeUsedForNewProcs.TabIndex = 208; this.checkMedicalFeeUsedForNewProcs.Text = "Use medical fee for new procedures"; this.checkMedicalFeeUsedForNewProcs.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkMedicalFeeUsedForNewProcs.UseVisualStyleBackColor = true; // // checkProcGroupNoteDoesAggregate // this.checkProcGroupNoteDoesAggregate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkProcGroupNoteDoesAggregate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkProcGroupNoteDoesAggregate.Location = new System.Drawing.Point(60, 182); this.checkProcGroupNoteDoesAggregate.Name = "checkProcGroupNoteDoesAggregate"; this.checkProcGroupNoteDoesAggregate.Size = new System.Drawing.Size(381, 15); this.checkProcGroupNoteDoesAggregate.TabIndex = 206; this.checkProcGroupNoteDoesAggregate.Text = "Procedure Group Note Does Aggregate"; this.checkProcGroupNoteDoesAggregate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkProcGroupNoteDoesAggregate.UseVisualStyleBackColor = true; // // butAllergiesIndicateNone // this.butAllergiesIndicateNone.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAllergiesIndicateNone.Autosize = true; this.butAllergiesIndicateNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAllergiesIndicateNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAllergiesIndicateNone.CornerRadius = 4F; this.butAllergiesIndicateNone.Location = new System.Drawing.Point(419, 155); this.butAllergiesIndicateNone.Name = "butAllergiesIndicateNone"; this.butAllergiesIndicateNone.Size = new System.Drawing.Size(22, 21); this.butAllergiesIndicateNone.TabIndex = 205; this.butAllergiesIndicateNone.Text = "..."; this.butAllergiesIndicateNone.Click += new System.EventHandler(this.butAllergiesIndicateNone_Click); // // textAllergiesIndicateNone // this.textAllergiesIndicateNone.Location = new System.Drawing.Point(270, 156); this.textAllergiesIndicateNone.Name = "textAllergiesIndicateNone"; this.textAllergiesIndicateNone.ReadOnly = true; this.textAllergiesIndicateNone.Size = new System.Drawing.Size(145, 20); this.textAllergiesIndicateNone.TabIndex = 204; // // label17 // this.label17.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label17.Location = new System.Drawing.Point(106, 222); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(246, 16); this.label17.TabIndex = 203; this.label17.Text = "Default ICD9 code for new procedures"; this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label14 // this.label14.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label14.Location = new System.Drawing.Point(19, 159); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(246, 16); this.label14.TabIndex = 203; this.label14.Text = "Indicator that patient has No Allergies"; this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butMedicationsIndicateNone // this.butMedicationsIndicateNone.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butMedicationsIndicateNone.Autosize = true; this.butMedicationsIndicateNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butMedicationsIndicateNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butMedicationsIndicateNone.CornerRadius = 4F; this.butMedicationsIndicateNone.Location = new System.Drawing.Point(419, 132); this.butMedicationsIndicateNone.Name = "butMedicationsIndicateNone"; this.butMedicationsIndicateNone.Size = new System.Drawing.Size(22, 21); this.butMedicationsIndicateNone.TabIndex = 202; this.butMedicationsIndicateNone.Text = "..."; this.butMedicationsIndicateNone.Click += new System.EventHandler(this.butMedicationsIndicateNone_Click); // // textMedicationsIndicateNone // this.textMedicationsIndicateNone.Location = new System.Drawing.Point(270, 133); this.textMedicationsIndicateNone.Name = "textMedicationsIndicateNone"; this.textMedicationsIndicateNone.ReadOnly = true; this.textMedicationsIndicateNone.Size = new System.Drawing.Size(145, 20); this.textMedicationsIndicateNone.TabIndex = 201; // // label9 // this.label9.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label9.Location = new System.Drawing.Point(19, 136); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(246, 16); this.label9.TabIndex = 200; this.label9.Text = "Indicator that patient has No Medications"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butProblemsIndicateNone // this.butProblemsIndicateNone.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butProblemsIndicateNone.Autosize = true; this.butProblemsIndicateNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butProblemsIndicateNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butProblemsIndicateNone.CornerRadius = 4F; this.butProblemsIndicateNone.Location = new System.Drawing.Point(419, 109); this.butProblemsIndicateNone.Name = "butProblemsIndicateNone"; this.butProblemsIndicateNone.Size = new System.Drawing.Size(22, 21); this.butProblemsIndicateNone.TabIndex = 199; this.butProblemsIndicateNone.Text = "..."; this.butProblemsIndicateNone.Click += new System.EventHandler(this.butProblemsIndicateNone_Click); // // textProblemsIndicateNone // this.textProblemsIndicateNone.Location = new System.Drawing.Point(270, 110); this.textProblemsIndicateNone.Name = "textProblemsIndicateNone"; this.textProblemsIndicateNone.ReadOnly = true; this.textProblemsIndicateNone.Size = new System.Drawing.Size(145, 20); this.textProblemsIndicateNone.TabIndex = 198; // // label8 // this.label8.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label8.Location = new System.Drawing.Point(19, 113); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(246, 16); this.label8.TabIndex = 197; this.label8.Text = "Indicator that patient has No Problems"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // tabImages // this.tabImages.BackColor = System.Drawing.SystemColors.Window; this.tabImages.Controls.Add(this.checkImagesModuleTreeIsCollapsed); this.tabImages.Location = new System.Drawing.Point(4, 22); this.tabImages.Name = "tabImages"; this.tabImages.Size = new System.Drawing.Size(466, 479); this.tabImages.TabIndex = 5; this.tabImages.Text = "Images"; // // tabManage // this.tabManage.BackColor = System.Drawing.SystemColors.Window; this.tabManage.Controls.Add(this.checkTimeCardADP); this.tabManage.Controls.Add(this.groupBox1); this.tabManage.Controls.Add(this.comboTimeCardOvertimeFirstDayOfWeek); this.tabManage.Controls.Add(this.label16); this.tabManage.Controls.Add(this.checkRxSendNewToQueue); this.tabManage.Location = new System.Drawing.Point(4, 22); this.tabManage.Name = "tabManage"; this.tabManage.Size = new System.Drawing.Size(466, 479); this.tabManage.TabIndex = 6; this.tabManage.Text = "Manage"; // // checkTimeCardADP // this.checkTimeCardADP.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTimeCardADP.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTimeCardADP.Location = new System.Drawing.Point(82, 57); this.checkTimeCardADP.Name = "checkTimeCardADP"; this.checkTimeCardADP.Size = new System.Drawing.Size(359, 17); this.checkTimeCardADP.TabIndex = 198; this.checkTimeCardADP.Text = "ADP export includes employee name"; this.checkTimeCardADP.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox1 // this.groupBox1.Controls.Add(this.checkStatementShowAdjNotes); this.groupBox1.Controls.Add(this.checkIntermingleDefault); this.groupBox1.Controls.Add(this.checkStatementShowReturnAddress); this.groupBox1.Controls.Add(this.checkStatementShowProcBreakdown); this.groupBox1.Controls.Add(this.checkShowCC); this.groupBox1.Controls.Add(this.checkStatementShowNotes); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.comboUseChartNum); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.label18); this.groupBox1.Controls.Add(this.textStatementsCalcDueDate); this.groupBox1.Controls.Add(this.textPayPlansBillInAdvanceDays); this.groupBox1.Location = new System.Drawing.Point(38, 76); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(413, 216); this.groupBox1.TabIndex = 197; this.groupBox1.TabStop = false; this.groupBox1.Text = "Billing and Statements"; // // checkStatementShowAdjNotes // this.checkStatementShowAdjNotes.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkStatementShowAdjNotes.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkStatementShowAdjNotes.Location = new System.Drawing.Point(34, 62); this.checkStatementShowAdjNotes.Name = "checkStatementShowAdjNotes"; this.checkStatementShowAdjNotes.Size = new System.Drawing.Size(368, 17); this.checkStatementShowAdjNotes.TabIndex = 215; this.checkStatementShowAdjNotes.Text = "Show notes for adjustments"; this.checkStatementShowAdjNotes.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIntermingleDefault // this.checkIntermingleDefault.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIntermingleDefault.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIntermingleDefault.Location = new System.Drawing.Point(25, 189); this.checkIntermingleDefault.Name = "checkIntermingleDefault"; this.checkIntermingleDefault.Size = new System.Drawing.Size(377, 16); this.checkIntermingleDefault.TabIndex = 214; this.checkIntermingleDefault.Text = "Default to all types of statements printing in intermingled mode"; this.checkIntermingleDefault.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkStatementShowReturnAddress // this.checkStatementShowReturnAddress.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkStatementShowReturnAddress.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkStatementShowReturnAddress.Location = new System.Drawing.Point(125, 11); this.checkStatementShowReturnAddress.Name = "checkStatementShowReturnAddress"; this.checkStatementShowReturnAddress.Size = new System.Drawing.Size(277, 17); this.checkStatementShowReturnAddress.TabIndex = 206; this.checkStatementShowReturnAddress.Text = "Show return address"; this.checkStatementShowReturnAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkStatementShowProcBreakdown // this.checkStatementShowProcBreakdown.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkStatementShowProcBreakdown.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkStatementShowProcBreakdown.Location = new System.Drawing.Point(34, 79); this.checkStatementShowProcBreakdown.Name = "checkStatementShowProcBreakdown"; this.checkStatementShowProcBreakdown.Size = new System.Drawing.Size(368, 17); this.checkStatementShowProcBreakdown.TabIndex = 212; this.checkStatementShowProcBreakdown.Text = "Show procedure breakdown"; this.checkStatementShowProcBreakdown.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkShowCC // this.checkShowCC.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkShowCC.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowCC.Location = new System.Drawing.Point(34, 28); this.checkShowCC.Name = "checkShowCC"; this.checkShowCC.Size = new System.Drawing.Size(368, 17); this.checkShowCC.TabIndex = 203; this.checkShowCC.Text = "Show credit card info"; this.checkShowCC.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkStatementShowNotes // this.checkStatementShowNotes.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkStatementShowNotes.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkStatementShowNotes.Location = new System.Drawing.Point(34, 45); this.checkStatementShowNotes.Name = "checkStatementShowNotes"; this.checkStatementShowNotes.Size = new System.Drawing.Size(368, 17); this.checkStatementShowNotes.TabIndex = 211; this.checkStatementShowNotes.Text = "Show notes for payments"; this.checkStatementShowNotes.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point(22, 126); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(318, 27); this.label2.TabIndex = 204; this.label2.Text = "Days to calculate due date. Usually 10 or 15. Leave blank to show \"Due on Recei" + "pt\""; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboUseChartNum // this.comboUseChartNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboUseChartNum.FormattingEnabled = true; this.comboUseChartNum.Location = new System.Drawing.Point(273, 99); this.comboUseChartNum.Name = "comboUseChartNum"; this.comboUseChartNum.Size = new System.Drawing.Size(130, 21); this.comboUseChartNum.TabIndex = 207; // // label10 // this.label10.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label10.Location = new System.Drawing.Point(76, 102); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(195, 15); this.label10.TabIndex = 208; this.label10.Text = "Account Numbers use"; this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label18 // this.label18.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label18.Location = new System.Drawing.Point(23, 158); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(318, 27); this.label18.TabIndex = 209; this.label18.Text = "Days in advance to bill payment plan amounts due.\r\nUsually 10 or 15."; this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textStatementsCalcDueDate // this.textStatementsCalcDueDate.Location = new System.Drawing.Point(343, 130); this.textStatementsCalcDueDate.MaxVal = 255; this.textStatementsCalcDueDate.MinVal = 0; this.textStatementsCalcDueDate.Name = "textStatementsCalcDueDate"; this.textStatementsCalcDueDate.Size = new System.Drawing.Size(60, 20); this.textStatementsCalcDueDate.TabIndex = 205; this.textStatementsCalcDueDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textPayPlansBillInAdvanceDays // this.textPayPlansBillInAdvanceDays.Location = new System.Drawing.Point(343, 162); this.textPayPlansBillInAdvanceDays.MaxVal = 255; this.textPayPlansBillInAdvanceDays.MinVal = 0; this.textPayPlansBillInAdvanceDays.Name = "textPayPlansBillInAdvanceDays"; this.textPayPlansBillInAdvanceDays.Size = new System.Drawing.Size(60, 20); this.textPayPlansBillInAdvanceDays.TabIndex = 210; this.textPayPlansBillInAdvanceDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // comboTimeCardOvertimeFirstDayOfWeek // this.comboTimeCardOvertimeFirstDayOfWeek.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboTimeCardOvertimeFirstDayOfWeek.FormattingEnabled = true; this.comboTimeCardOvertimeFirstDayOfWeek.Location = new System.Drawing.Point(270, 30); this.comboTimeCardOvertimeFirstDayOfWeek.Name = "comboTimeCardOvertimeFirstDayOfWeek"; this.comboTimeCardOvertimeFirstDayOfWeek.Size = new System.Drawing.Size(170, 21); this.comboTimeCardOvertimeFirstDayOfWeek.TabIndex = 195; // // label16 // this.label16.BackColor = System.Drawing.SystemColors.Window; this.label16.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label16.Location = new System.Drawing.Point(17, 34); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(248, 13); this.label16.TabIndex = 196; this.label16.Text = "Time Card first day of week for overtime"; this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(441, 533); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 8; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(336, 533); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 7; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // FormModuleSetup // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(543, 570); this.Controls.Add(this.tabControl1); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormModuleSetup"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Module Preferences"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormModuleSetup_FormClosing); this.Load += new System.EventHandler(this.FormModuleSetup_Load); this.tabControl1.ResumeLayout(false); this.tabAppts.ResumeLayout(false); this.tabAppts.PerformLayout(); this.tabFamily.ResumeLayout(false); this.tabAccount.ResumeLayout(false); this.tabAccount.PerformLayout(); this.tabTreatPlan.ResumeLayout(false); this.tabTreatPlan.PerformLayout(); this.tabChart.ResumeLayout(false); this.tabChart.PerformLayout(); this.tabImages.ResumeLayout(false); this.tabManage.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGroupPermEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.textName = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textDate = new OpenDental.ValidDate(); this.label3 = new System.Windows.Forms.Label(); this.textDays = new OpenDental.ValidNumber(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(510, 214); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 37; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Location = new System.Drawing.Point(510, 182); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 36; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // textName // this.textName.Location = new System.Drawing.Point(151, 12); this.textName.MaxLength = 100; this.textName.Name = "textName"; this.textName.ReadOnly = true; this.textName.Size = new System.Drawing.Size(260, 20); this.textName.TabIndex = 38; // // label10 // this.label10.Location = new System.Drawing.Point(54, 15); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(95, 14); this.label10.TabIndex = 43; this.label10.Text = "Type"; this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label1 // this.label1.Location = new System.Drawing.Point(7, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(121, 18); this.label1.TabIndex = 46; this.label1.Text = "Date"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(3, 46); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(126, 16); this.label2.TabIndex = 47; this.label2.Text = "Days"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDate // this.textDate.Location = new System.Drawing.Point(130, 19); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(100, 20); this.textDate.TabIndex = 50; this.textDate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textDate_KeyDown); // // label3 // this.label3.Location = new System.Drawing.Point(87, 77); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(320, 40); this.label3.TabIndex = 52; this.label3.Text = "For instance, if you set days to 1, then user will only have permission if the da" + "te of the item is today"; // // textDays // this.textDays.Location = new System.Drawing.Point(130, 45); this.textDays.MaxVal = 3000; this.textDays.MinVal = 0; this.textDays.Name = "textDays"; this.textDays.Size = new System.Drawing.Size(46, 20); this.textDays.TabIndex = 0; this.textDays.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textDays_KeyDown); // // groupBox1 // this.groupBox1.Controls.Add(this.textDate); this.groupBox1.Controls.Add(this.textDays); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label3); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(21, 45); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(443, 126); this.groupBox1.TabIndex = 53; this.groupBox1.TabStop = false; this.groupBox1.Text = "Only if newer than"; // // FormGroupPermEdit // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(600, 250); this.Controls.Add(this.groupBox1); this.Controls.Add(this.textName); this.Controls.Add(this.label10); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormGroupPermEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Group Permission"; this.Load += new System.EventHandler(this.FormGroupPermEdit_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRecallSetup)); this.textPostcardsPerSheet = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.checkReturnAdd = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textDown = new OpenDental.ValidDouble(); this.label12 = new System.Windows.Forms.Label(); this.textRight = new OpenDental.ValidDouble(); this.label13 = new System.Windows.Forms.Label(); this.checkGroupFamilies = new System.Windows.Forms.CheckBox(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.textDaysFuture = new OpenDental.ValidNumber(); this.textDaysPast = new OpenDental.ValidNumber(); this.label25 = new System.Windows.Forms.Label(); this.comboStatusMailedRecall = new System.Windows.Forms.ComboBox(); this.comboStatusEmailedRecall = new System.Windows.Forms.ComboBox(); this.label26 = new System.Windows.Forms.Label(); this.listTypes = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textMaxReminders = new OpenDental.ValidNumber(); this.label4 = new System.Windows.Forms.Label(); this.textDaysSecondReminder = new OpenDental.ValidNumber(); this.textDaysFirstReminder = new OpenDental.ValidNumber(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.gridMain = new OpenDental.UI.ODGrid(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.comboStatusEmailedConfirm = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.radioUseEmailFalse = new System.Windows.Forms.RadioButton(); this.radioUseEmailTrue = new System.Windows.Forms.RadioButton(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // textPostcardsPerSheet // this.textPostcardsPerSheet.Location = new System.Drawing.Point(194, 490); this.textPostcardsPerSheet.Name = "textPostcardsPerSheet"; this.textPostcardsPerSheet.Size = new System.Drawing.Size(34, 20); this.textPostcardsPerSheet.TabIndex = 18; // // label8 // this.label8.Location = new System.Drawing.Point(18, 493); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(176, 16); this.label8.TabIndex = 19; this.label8.Text = "Postcards per sheet (1,3,or 4)"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkReturnAdd // this.checkReturnAdd.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkReturnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkReturnAdd.Location = new System.Drawing.Point(60, 511); this.checkReturnAdd.Name = "checkReturnAdd"; this.checkReturnAdd.Size = new System.Drawing.Size(147, 19); this.checkReturnAdd.TabIndex = 43; this.checkReturnAdd.Text = "Show return address"; this.checkReturnAdd.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox2 // this.groupBox2.Controls.Add(this.textDown); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.textRight); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Location = new System.Drawing.Point(687, 428); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(191, 67); this.groupBox2.TabIndex = 48; this.groupBox2.TabStop = false; this.groupBox2.Text = "Adjust Postcard Position in Inches"; // // textDown // this.textDown.Location = new System.Drawing.Point(110, 43); this.textDown.Name = "textDown"; this.textDown.Size = new System.Drawing.Size(73, 20); this.textDown.TabIndex = 6; // // label12 // this.label12.Location = new System.Drawing.Point(48, 42); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(60, 20); this.label12.TabIndex = 5; this.label12.Text = "Down"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textRight // this.textRight.Location = new System.Drawing.Point(110, 18); this.textRight.Name = "textRight"; this.textRight.Size = new System.Drawing.Size(73, 20); this.textRight.TabIndex = 4; // // label13 // this.label13.Location = new System.Drawing.Point(48, 17); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(60, 20); this.label13.TabIndex = 4; this.label13.Text = "Right"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkGroupFamilies // this.checkGroupFamilies.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkGroupFamilies.Location = new System.Drawing.Point(85, 15); this.checkGroupFamilies.Name = "checkGroupFamilies"; this.checkGroupFamilies.Size = new System.Drawing.Size(121, 18); this.checkGroupFamilies.TabIndex = 49; this.checkGroupFamilies.Text = "Group Families"; this.checkGroupFamilies.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkGroupFamilies.UseVisualStyleBackColor = true; // // label14 // this.label14.Location = new System.Drawing.Point(6, 32); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(184, 20); this.label14.TabIndex = 50; this.label14.Text = "Days Past (e.g. 1095, blank, etc)"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label15 // this.label15.Location = new System.Drawing.Point(9, 53); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(181, 20); this.label15.TabIndex = 52; this.label15.Text = "Days Future (e.g. 7)"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox3 // this.groupBox3.Controls.Add(this.textDaysFuture); this.groupBox3.Controls.Add(this.textDaysPast); this.groupBox3.Controls.Add(this.checkGroupFamilies); this.groupBox3.Controls.Add(this.label14); this.groupBox3.Controls.Add(this.label15); this.groupBox3.Location = new System.Drawing.Point(415, 442); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(253, 78); this.groupBox3.TabIndex = 54; this.groupBox3.TabStop = false; this.groupBox3.Text = "Recall List Default View"; // // textDaysFuture // this.textDaysFuture.Location = new System.Drawing.Point(192, 54); this.textDaysFuture.MaxVal = 10000; this.textDaysFuture.MinVal = 0; this.textDaysFuture.Name = "textDaysFuture"; this.textDaysFuture.Size = new System.Drawing.Size(53, 20); this.textDaysFuture.TabIndex = 66; // // textDaysPast // this.textDaysPast.Location = new System.Drawing.Point(192, 32); this.textDaysPast.MaxVal = 10000; this.textDaysPast.MinVal = 0; this.textDaysPast.Name = "textDaysPast"; this.textDaysPast.Size = new System.Drawing.Size(53, 20); this.textDaysPast.TabIndex = 65; // // label25 // this.label25.Location = new System.Drawing.Point(35, 427); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(157, 16); this.label25.TabIndex = 57; this.label25.Text = "Status for mailed recall"; this.label25.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboStatusMailedRecall // this.comboStatusMailedRecall.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatusMailedRecall.FormattingEnabled = true; this.comboStatusMailedRecall.Location = new System.Drawing.Point(194, 423); this.comboStatusMailedRecall.MaxDropDownItems = 20; this.comboStatusMailedRecall.Name = "comboStatusMailedRecall"; this.comboStatusMailedRecall.Size = new System.Drawing.Size(206, 21); this.comboStatusMailedRecall.TabIndex = 58; // // comboStatusEmailedRecall // this.comboStatusEmailedRecall.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatusEmailedRecall.FormattingEnabled = true; this.comboStatusEmailedRecall.Location = new System.Drawing.Point(194, 445); this.comboStatusEmailedRecall.MaxDropDownItems = 20; this.comboStatusEmailedRecall.Name = "comboStatusEmailedRecall"; this.comboStatusEmailedRecall.Size = new System.Drawing.Size(206, 21); this.comboStatusEmailedRecall.TabIndex = 60; // // label26 // this.label26.Location = new System.Drawing.Point(35, 449); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(157, 16); this.label26.TabIndex = 59; this.label26.Text = "Status for e-mailed recall"; this.label26.TextAlign = System.Drawing.ContentAlignment.TopRight; // // listTypes // this.listTypes.FormattingEnabled = true; this.listTypes.Location = new System.Drawing.Point(194, 532); this.listTypes.Name = "listTypes"; this.listTypes.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listTypes.Size = new System.Drawing.Size(120, 108); this.listTypes.TabIndex = 64; // // label1 // this.label1.Location = new System.Drawing.Point(37, 534); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(157, 65); this.label1.TabIndex = 63; this.label1.Text = "Types to show in recall list (typically just prophy, perio, and user-added types)" + ""; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupBox1 // this.groupBox1.Controls.Add(this.textMaxReminders); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.textDaysSecondReminder); this.groupBox1.Controls.Add(this.textDaysFirstReminder); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Location = new System.Drawing.Point(415, 533); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(253, 99); this.groupBox1.TabIndex = 65; this.groupBox1.TabStop = false; this.groupBox1.Text = "Also show in list if # of days since"; // // textMaxReminders // this.textMaxReminders.Location = new System.Drawing.Point(192, 66); this.textMaxReminders.MaxVal = 10000; this.textMaxReminders.MinVal = 0; this.textMaxReminders.Name = "textMaxReminders"; this.textMaxReminders.Size = new System.Drawing.Size(53, 20); this.textMaxReminders.TabIndex = 68; // // label4 // this.label4.Location = new System.Drawing.Point(44, 65); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(146, 20); this.label4.TabIndex = 67; this.label4.Text = "Max # Reminders (e.g. 4)"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDaysSecondReminder // this.textDaysSecondReminder.Location = new System.Drawing.Point(192, 44); this.textDaysSecondReminder.MaxVal = 10000; this.textDaysSecondReminder.MinVal = 0; this.textDaysSecondReminder.Name = "textDaysSecondReminder"; this.textDaysSecondReminder.Size = new System.Drawing.Size(53, 20); this.textDaysSecondReminder.TabIndex = 66; // // textDaysFirstReminder // this.textDaysFirstReminder.Location = new System.Drawing.Point(192, 22); this.textDaysFirstReminder.MaxVal = 10000; this.textDaysFirstReminder.MinVal = 0; this.textDaysFirstReminder.Name = "textDaysFirstReminder"; this.textDaysFirstReminder.Size = new System.Drawing.Size(53, 20); this.textDaysFirstReminder.TabIndex = 65; // // label2 // this.label2.Location = new System.Drawing.Point(89, 21); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(101, 20); this.label2.TabIndex = 50; this.label2.Text = "Initial Reminder"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(44, 43); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(146, 20); this.label3.TabIndex = 52; this.label3.Text = "Second (or more) Reminder"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // gridMain // this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(9, 8); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(869, 411); this.gridMain.TabIndex = 67; this.gridMain.Title = "Messages"; this.gridMain.TranslationName = "TableRecallMsgs"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(787, 570); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 3; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(787, 608); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 4; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // comboStatusEmailedConfirm // this.comboStatusEmailedConfirm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatusEmailedConfirm.FormattingEnabled = true; this.comboStatusEmailedConfirm.Location = new System.Drawing.Point(194, 467); this.comboStatusEmailedConfirm.MaxDropDownItems = 20; this.comboStatusEmailedConfirm.Name = "comboStatusEmailedConfirm"; this.comboStatusEmailedConfirm.Size = new System.Drawing.Size(206, 21); this.comboStatusEmailedConfirm.TabIndex = 69; // // label5 // this.label5.Location = new System.Drawing.Point(3, 471); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(189, 16); this.label5.TabIndex = 68; this.label5.Text = "Status for e-mailed confirmation"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupBox4 // this.groupBox4.Controls.Add(this.radioUseEmailFalse); this.groupBox4.Controls.Add(this.radioUseEmailTrue); this.groupBox4.Location = new System.Drawing.Point(687, 501); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(191, 57); this.groupBox4.TabIndex = 70; this.groupBox4.TabStop = false; this.groupBox4.Text = "Use e-mail if"; // // radioUseEmailFalse // this.radioUseEmailFalse.Location = new System.Drawing.Point(7, 34); this.radioUseEmailFalse.Name = "radioUseEmailFalse"; this.radioUseEmailFalse.Size = new System.Drawing.Size(181, 18); this.radioUseEmailFalse.TabIndex = 1; this.radioUseEmailFalse.Text = "E-mail is preferred recall method"; this.radioUseEmailFalse.UseVisualStyleBackColor = true; // // radioUseEmailTrue // this.radioUseEmailTrue.Location = new System.Drawing.Point(7, 17); this.radioUseEmailTrue.Name = "radioUseEmailTrue"; this.radioUseEmailTrue.Size = new System.Drawing.Size(181, 18); this.radioUseEmailTrue.TabIndex = 0; this.radioUseEmailTrue.Text = "Has e-mail address"; this.radioUseEmailTrue.UseVisualStyleBackColor = true; // // FormRecallSetup // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(886, 649); this.Controls.Add(this.groupBox4); this.Controls.Add(this.comboStatusEmailedConfirm); this.Controls.Add(this.label5); this.Controls.Add(this.gridMain); this.Controls.Add(this.groupBox1); this.Controls.Add(this.listTypes); this.Controls.Add(this.label1); this.Controls.Add(this.comboStatusEmailedRecall); this.Controls.Add(this.label26); this.Controls.Add(this.comboStatusMailedRecall); this.Controls.Add(this.label25); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.checkReturnAdd); this.Controls.Add(this.textPostcardsPerSheet); this.Controls.Add(this.label8); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormRecallSetup"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Setup Recall and Confirmation"; this.Load += new System.EventHandler(this.FormRecallSetup_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormRecallSetup_FormClosing); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox4.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLabTurnaroundEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.textDescription = 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.textDaysActual = new OpenDental.ValidNum(); this.label4 = new System.Windows.Forms.Label(); this.textDaysPublished = new OpenDental.ValidNumber(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.Location = new System.Drawing.Point(326,143); 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(235,143); 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); // // textDescription // this.textDescription.Location = new System.Drawing.Point(164,17); this.textDescription.Name = "textDescription"; this.textDescription.Size = new System.Drawing.Size(241,20); this.textDescription.TabIndex = 3; // // label1 // this.label1.Location = new System.Drawing.Point(3,18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(160,17); this.label1.TabIndex = 4; this.label1.Text = "Service Description"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(33,44); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(130,17); this.label2.TabIndex = 6; this.label2.Text = "Days Published"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(33,70); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(130,17); this.label3.TabIndex = 8; this.label3.Text = "Actual Days"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDaysActual // this.textDaysActual.Location = new System.Drawing.Point(164,69); this.textDaysActual.MaxVal = 255; this.textDaysActual.MinVal = 0; this.textDaysActual.Name = "textDaysActual"; this.textDaysActual.Size = new System.Drawing.Size(43,20); this.textDaysActual.TabIndex = 7; // // label4 // this.label4.Location = new System.Drawing.Point(213,68); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(174,44); this.label4.TabIndex = 9; this.label4.Text = "Might be same as days published, or might include travel time."; // // textDaysPublished // this.textDaysPublished.Location = new System.Drawing.Point(164,43); this.textDaysPublished.MaxVal = 255; this.textDaysPublished.MinVal = 0; this.textDaysPublished.Name = "textDaysPublished"; this.textDaysPublished.Size = new System.Drawing.Size(43,20); this.textDaysPublished.TabIndex = 10; // // FormLabTurnaroundEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(453,194); this.Controls.Add(this.textDaysPublished); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.textDaysActual); this.Controls.Add(this.label2); this.Controls.Add(this.textDescription); 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 = "FormLabTurnaroundEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Lab Turnaround"; this.Load += new System.EventHandler(this.FormLabTurnaroundEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
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(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRecallSetup)); this.textPostcardsPerSheet = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.checkReturnAdd = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textDown = new OpenDental.ValidDouble(); this.label12 = new System.Windows.Forms.Label(); this.textRight = new OpenDental.ValidDouble(); this.label13 = new System.Windows.Forms.Label(); this.checkGroupFamilies = new System.Windows.Forms.CheckBox(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.textDaysFuture = new OpenDental.ValidNumber(); this.textDaysPast = new OpenDental.ValidNumber(); this.label25 = new System.Windows.Forms.Label(); this.comboStatusMailedRecall = new System.Windows.Forms.ComboBox(); this.comboStatusEmailedRecall = new System.Windows.Forms.ComboBox(); this.label26 = new System.Windows.Forms.Label(); this.listTypes = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textMaxReminders = new OpenDental.ValidNumber(); this.label4 = new System.Windows.Forms.Label(); this.textDaysSecondReminder = new OpenDental.ValidNumber(); this.textDaysFirstReminder = new OpenDental.ValidNumber(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.gridMain = new OpenDental.UI.ODGrid(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.comboStatusEmailedConfirm = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.radioUseEmailFalse = new System.Windows.Forms.RadioButton(); this.radioUseEmailTrue = new System.Windows.Forms.RadioButton(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // textPostcardsPerSheet // this.textPostcardsPerSheet.Location = new System.Drawing.Point(194,490); this.textPostcardsPerSheet.Name = "textPostcardsPerSheet"; this.textPostcardsPerSheet.Size = new System.Drawing.Size(34,20); this.textPostcardsPerSheet.TabIndex = 18; // // label8 // this.label8.Location = new System.Drawing.Point(18,493); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(176,16); this.label8.TabIndex = 19; this.label8.Text = "Postcards per sheet (1,3,or 4)"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkReturnAdd // this.checkReturnAdd.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkReturnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkReturnAdd.Location = new System.Drawing.Point(60,511); this.checkReturnAdd.Name = "checkReturnAdd"; this.checkReturnAdd.Size = new System.Drawing.Size(147,19); this.checkReturnAdd.TabIndex = 43; this.checkReturnAdd.Text = "Show return address"; this.checkReturnAdd.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox2 // this.groupBox2.Controls.Add(this.textDown); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.textRight); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Location = new System.Drawing.Point(687,428); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(191,67); this.groupBox2.TabIndex = 48; this.groupBox2.TabStop = false; this.groupBox2.Text = "Adjust Postcard Position in Inches"; // // textDown // this.textDown.Location = new System.Drawing.Point(110,43); this.textDown.Name = "textDown"; this.textDown.Size = new System.Drawing.Size(73,20); this.textDown.TabIndex = 6; // // label12 // this.label12.Location = new System.Drawing.Point(48,42); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(60,20); this.label12.TabIndex = 5; this.label12.Text = "Down"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textRight // this.textRight.Location = new System.Drawing.Point(110,18); this.textRight.Name = "textRight"; this.textRight.Size = new System.Drawing.Size(73,20); this.textRight.TabIndex = 4; // // label13 // this.label13.Location = new System.Drawing.Point(48,17); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(60,20); this.label13.TabIndex = 4; this.label13.Text = "Right"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkGroupFamilies // this.checkGroupFamilies.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkGroupFamilies.Location = new System.Drawing.Point(85,15); this.checkGroupFamilies.Name = "checkGroupFamilies"; this.checkGroupFamilies.Size = new System.Drawing.Size(121,18); this.checkGroupFamilies.TabIndex = 49; this.checkGroupFamilies.Text = "Group Families"; this.checkGroupFamilies.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkGroupFamilies.UseVisualStyleBackColor = true; // // label14 // this.label14.Location = new System.Drawing.Point(6,32); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(184,20); this.label14.TabIndex = 50; this.label14.Text = "Days Past (e.g. 1095, blank, etc)"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label15 // this.label15.Location = new System.Drawing.Point(9,53); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(181,20); this.label15.TabIndex = 52; this.label15.Text = "Days Future (e.g. 7)"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox3 // this.groupBox3.Controls.Add(this.textDaysFuture); this.groupBox3.Controls.Add(this.textDaysPast); this.groupBox3.Controls.Add(this.checkGroupFamilies); this.groupBox3.Controls.Add(this.label14); this.groupBox3.Controls.Add(this.label15); this.groupBox3.Location = new System.Drawing.Point(415,442); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(253,78); this.groupBox3.TabIndex = 54; this.groupBox3.TabStop = false; this.groupBox3.Text = "Recall List Default View"; // // textDaysFuture // this.textDaysFuture.Location = new System.Drawing.Point(192,54); this.textDaysFuture.MaxVal = 10000; this.textDaysFuture.MinVal = 0; this.textDaysFuture.Name = "textDaysFuture"; this.textDaysFuture.Size = new System.Drawing.Size(53,20); this.textDaysFuture.TabIndex = 66; // // textDaysPast // this.textDaysPast.Location = new System.Drawing.Point(192,32); this.textDaysPast.MaxVal = 10000; this.textDaysPast.MinVal = 0; this.textDaysPast.Name = "textDaysPast"; this.textDaysPast.Size = new System.Drawing.Size(53,20); this.textDaysPast.TabIndex = 65; // // label25 // this.label25.Location = new System.Drawing.Point(35,427); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(157,16); this.label25.TabIndex = 57; this.label25.Text = "Status for mailed recall"; this.label25.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboStatusMailedRecall // this.comboStatusMailedRecall.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatusMailedRecall.FormattingEnabled = true; this.comboStatusMailedRecall.Location = new System.Drawing.Point(194,423); this.comboStatusMailedRecall.MaxDropDownItems = 20; this.comboStatusMailedRecall.Name = "comboStatusMailedRecall"; this.comboStatusMailedRecall.Size = new System.Drawing.Size(206,21); this.comboStatusMailedRecall.TabIndex = 58; // // comboStatusEmailedRecall // this.comboStatusEmailedRecall.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatusEmailedRecall.FormattingEnabled = true; this.comboStatusEmailedRecall.Location = new System.Drawing.Point(194,445); this.comboStatusEmailedRecall.MaxDropDownItems = 20; this.comboStatusEmailedRecall.Name = "comboStatusEmailedRecall"; this.comboStatusEmailedRecall.Size = new System.Drawing.Size(206,21); this.comboStatusEmailedRecall.TabIndex = 60; // // label26 // this.label26.Location = new System.Drawing.Point(35,449); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(157,16); this.label26.TabIndex = 59; this.label26.Text = "Status for e-mailed recall"; this.label26.TextAlign = System.Drawing.ContentAlignment.TopRight; // // listTypes // this.listTypes.FormattingEnabled = true; this.listTypes.Location = new System.Drawing.Point(194,532); this.listTypes.Name = "listTypes"; this.listTypes.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listTypes.Size = new System.Drawing.Size(120,108); this.listTypes.TabIndex = 64; // // label1 // this.label1.Location = new System.Drawing.Point(37,534); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(157,65); this.label1.TabIndex = 63; this.label1.Text = "Types to show in recall list (typically just prophy, perio, and user-added types)" + ""; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupBox1 // this.groupBox1.Controls.Add(this.textMaxReminders); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.textDaysSecondReminder); this.groupBox1.Controls.Add(this.textDaysFirstReminder); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Location = new System.Drawing.Point(415,533); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(253,99); this.groupBox1.TabIndex = 65; this.groupBox1.TabStop = false; this.groupBox1.Text = "Also show in list if # of days since"; // // textMaxReminders // this.textMaxReminders.Location = new System.Drawing.Point(192,66); this.textMaxReminders.MaxVal = 10000; this.textMaxReminders.MinVal = 0; this.textMaxReminders.Name = "textMaxReminders"; this.textMaxReminders.Size = new System.Drawing.Size(53,20); this.textMaxReminders.TabIndex = 68; // // label4 // this.label4.Location = new System.Drawing.Point(44,65); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(146,20); this.label4.TabIndex = 67; this.label4.Text = "Max # Reminders (e.g. 4)"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDaysSecondReminder // this.textDaysSecondReminder.Location = new System.Drawing.Point(192,44); this.textDaysSecondReminder.MaxVal = 10000; this.textDaysSecondReminder.MinVal = 0; this.textDaysSecondReminder.Name = "textDaysSecondReminder"; this.textDaysSecondReminder.Size = new System.Drawing.Size(53,20); this.textDaysSecondReminder.TabIndex = 66; // // textDaysFirstReminder // this.textDaysFirstReminder.Location = new System.Drawing.Point(192,22); this.textDaysFirstReminder.MaxVal = 10000; this.textDaysFirstReminder.MinVal = 0; this.textDaysFirstReminder.Name = "textDaysFirstReminder"; this.textDaysFirstReminder.Size = new System.Drawing.Size(53,20); this.textDaysFirstReminder.TabIndex = 65; // // label2 // this.label2.Location = new System.Drawing.Point(89,21); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(101,20); this.label2.TabIndex = 50; this.label2.Text = "Initial Reminder"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(44,43); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(146,20); this.label3.TabIndex = 52; this.label3.Text = "Second (or more) Reminder"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // gridMain // this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(9,8); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(869,411); this.gridMain.TabIndex = 67; this.gridMain.Title = "Messages"; this.gridMain.TranslationName = "TableRecallMsgs"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(787,570); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,24); this.butOK.TabIndex = 3; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(787,608); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,24); this.butCancel.TabIndex = 4; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // comboStatusEmailedConfirm // this.comboStatusEmailedConfirm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatusEmailedConfirm.FormattingEnabled = true; this.comboStatusEmailedConfirm.Location = new System.Drawing.Point(194,467); this.comboStatusEmailedConfirm.MaxDropDownItems = 20; this.comboStatusEmailedConfirm.Name = "comboStatusEmailedConfirm"; this.comboStatusEmailedConfirm.Size = new System.Drawing.Size(206,21); this.comboStatusEmailedConfirm.TabIndex = 69; // // label5 // this.label5.Location = new System.Drawing.Point(3,471); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(189,16); this.label5.TabIndex = 68; this.label5.Text = "Status for e-mailed confirmation"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupBox4 // this.groupBox4.Controls.Add(this.radioUseEmailFalse); this.groupBox4.Controls.Add(this.radioUseEmailTrue); this.groupBox4.Location = new System.Drawing.Point(687,501); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(191,57); this.groupBox4.TabIndex = 70; this.groupBox4.TabStop = false; this.groupBox4.Text = "Use e-mail if"; // // radioUseEmailFalse // this.radioUseEmailFalse.Location = new System.Drawing.Point(7,34); this.radioUseEmailFalse.Name = "radioUseEmailFalse"; this.radioUseEmailFalse.Size = new System.Drawing.Size(181,18); this.radioUseEmailFalse.TabIndex = 1; this.radioUseEmailFalse.Text = "E-mail is preferred recall method"; this.radioUseEmailFalse.UseVisualStyleBackColor = true; // // radioUseEmailTrue // this.radioUseEmailTrue.Location = new System.Drawing.Point(7,17); this.radioUseEmailTrue.Name = "radioUseEmailTrue"; this.radioUseEmailTrue.Size = new System.Drawing.Size(181,18); this.radioUseEmailTrue.TabIndex = 0; this.radioUseEmailTrue.Text = "Has e-mail address"; this.radioUseEmailTrue.UseVisualStyleBackColor = true; // // FormRecallSetup // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(886,649); this.Controls.Add(this.groupBox4); this.Controls.Add(this.comboStatusEmailedConfirm); this.Controls.Add(this.label5); this.Controls.Add(this.gridMain); this.Controls.Add(this.groupBox1); this.Controls.Add(this.listTypes); this.Controls.Add(this.label1); this.Controls.Add(this.comboStatusEmailedRecall); this.Controls.Add(this.label26); this.Controls.Add(this.comboStatusMailedRecall); this.Controls.Add(this.label25); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.checkReturnAdd); this.Controls.Add(this.textPostcardsPerSheet); this.Controls.Add(this.label8); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormRecallSetup"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Setup Recall and Confirmation"; this.Load += new System.EventHandler(this.FormRecallSetup_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormRecallSetup_FormClosing); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox4.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent(){ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsPlan)); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.labelGroupNum = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.labelCitySTZip = new System.Windows.Forms.Label(); this.labelElectronicID = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.textCarrier = new System.Windows.Forms.TextBox(); this.textPhone = new System.Windows.Forms.TextBox(); this.textGroupName = new System.Windows.Forms.TextBox(); this.textGroupNum = new System.Windows.Forms.TextBox(); this.textAddress = new System.Windows.Forms.TextBox(); this.textCity = new System.Windows.Forms.TextBox(); this.textState = new System.Windows.Forms.TextBox(); this.textZip = new System.Windows.Forms.TextBox(); this.textElectID = new System.Windows.Forms.TextBox(); this.textEmployer = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.textAddress2 = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.checkAssign = new System.Windows.Forms.CheckBox(); this.checkRelease = new System.Windows.Forms.CheckBox(); this.checkNoSendElect = new System.Windows.Forms.CheckBox(); this.label23 = new System.Windows.Forms.Label(); this.checkAlternateCode = new System.Windows.Forms.CheckBox(); this.checkClaimsUseUCR = new System.Windows.Forms.CheckBox(); this.label14 = new System.Windows.Forms.Label(); this.textSubscriber = new System.Windows.Forms.TextBox(); this.groupSubscriber = new System.Windows.Forms.GroupBox(); this.label25 = new System.Windows.Forms.Label(); this.textSubscriberID = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.comboLinked = new System.Windows.Forms.ComboBox(); this.textLinkedNum = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.comboPlanType = new System.Windows.Forms.ComboBox(); this.checkIsMedical = new System.Windows.Forms.CheckBox(); this.textDivisionNo = new System.Windows.Forms.TextBox(); this.labelDivisionDash = new System.Windows.Forms.Label(); this.comboClaimForm = new System.Windows.Forms.ComboBox(); this.comboFeeSched = new System.Windows.Forms.ComboBox(); this.groupCoPay = new System.Windows.Forms.GroupBox(); this.label12 = new System.Windows.Forms.Label(); this.comboAllowedFeeSched = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.comboCopay = new System.Windows.Forms.ComboBox(); this.comboElectIDdescript = new System.Windows.Forms.ComboBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.labelDrop = new System.Windows.Forms.Label(); this.groupRequestBen = new System.Windows.Forms.GroupBox(); this.labelHistElect = new System.Windows.Forms.Label(); this.textElectBenLastDate = new System.Windows.Forms.TextBox(); this.labelTrojanID = new System.Windows.Forms.Label(); this.textTrojanID = new System.Windows.Forms.TextBox(); this.label26 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.comboRelationship = new System.Windows.Forms.ComboBox(); this.label31 = new System.Windows.Forms.Label(); this.checkIsPending = new System.Windows.Forms.CheckBox(); this.label32 = new System.Windows.Forms.Label(); this.label33 = new System.Windows.Forms.Label(); this.listAdj = new System.Windows.Forms.ListBox(); this.label35 = new System.Windows.Forms.Label(); this.textPatID = new System.Windows.Forms.TextBox(); this.labelPatID = new System.Windows.Forms.Label(); this.panelPat = new System.Windows.Forms.Panel(); this.textPlanNum = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.groupPlan = new System.Windows.Forms.GroupBox(); this.textBIN = new System.Windows.Forms.TextBox(); this.labelBIN = new System.Windows.Forms.Label(); this.groupCarrier = new System.Windows.Forms.GroupBox(); this.panelPlan = new System.Windows.Forms.Panel(); this.comboCobRule = new System.Windows.Forms.ComboBox(); this.label20 = new System.Windows.Forms.Label(); this.groupCanadian = new System.Windows.Forms.GroupBox(); this.label19 = new System.Windows.Forms.Label(); this.textCanadianInstCode = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.textCanadianDiagCode = new System.Windows.Forms.TextBox(); this.checkIsPMP = new System.Windows.Forms.CheckBox(); this.label24 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.textPlanFlag = new System.Windows.Forms.TextBox(); this.labelDentaide = new System.Windows.Forms.Label(); this.comboFilingCodeSubtype = new System.Windows.Forms.ComboBox(); this.label15 = new System.Windows.Forms.Label(); this.checkIsHidden = new System.Windows.Forms.CheckBox(); this.checkCodeSubst = new System.Windows.Forms.CheckBox(); this.checkShowBaseUnits = new System.Windows.Forms.CheckBox(); this.comboFilingCode = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.radioChangeAll = new System.Windows.Forms.RadioButton(); this.groupChanges = new System.Windows.Forms.GroupBox(); this.radioCreateNew = new System.Windows.Forms.RadioButton(); this.gridBenefits = new OpenDental.UI.ODGrid(); this.textDentaide = new OpenDental.ValidNumber(); this.butPickCarrier = new OpenDental.UI.Button(); this.butSearch = new OpenDental.UI.Button(); this.butAudit = new OpenDental.UI.Button(); this.butPick = new OpenDental.UI.Button(); this.textPlanNote = new OpenDental.ODtextBox(); this.butOK = new OpenDental.UI.Button(); this.textOrdinal = new OpenDental.ValidNumber(); this.butAdjAdd = new OpenDental.UI.Button(); this.butDrop = new OpenDental.UI.Button(); this.butLabel = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butHistoryElect = new OpenDental.UI.Button(); this.butImportTrojan = new OpenDental.UI.Button(); this.butGetElectronic = new OpenDental.UI.Button(); this.butBenefitNotes = new OpenDental.UI.Button(); this.butIapFind = new OpenDental.UI.Button(); this.butChange = new OpenDental.UI.Button(); this.textDateEffect = new OpenDental.ValidDate(); this.textDateTerm = new OpenDental.ValidDate(); this.textSubscNote = new OpenDental.ODtextBox(); this.groupSubscriber.SuspendLayout(); this.groupCoPay.SuspendLayout(); this.groupRequestBen.SuspendLayout(); this.panelPat.SuspendLayout(); this.groupPlan.SuspendLayout(); this.groupCarrier.SuspendLayout(); this.panelPlan.SuspendLayout(); this.groupCanadian.SuspendLayout(); this.groupChanges.SuspendLayout(); this.SuspendLayout(); // // label5 // this.label5.Location = new System.Drawing.Point(7, 57); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 15); this.label5.TabIndex = 5; this.label5.Text = "Effective Dates"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.Location = new System.Drawing.Point(182, 57); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(36, 15); this.label6.TabIndex = 6; this.label6.Text = "To"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label7 // this.label7.Location = new System.Drawing.Point(5, 34); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(95, 15); this.label7.TabIndex = 7; this.label7.Text = "Phone"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label8 // this.label8.Location = new System.Drawing.Point(16, 203); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(95, 15); this.label8.TabIndex = 8; this.label8.Text = "Group Name"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelGroupNum // this.labelGroupNum.Location = new System.Drawing.Point(16, 223); this.labelGroupNum.Name = "labelGroupNum"; this.labelGroupNum.Size = new System.Drawing.Size(95, 15); this.labelGroupNum.TabIndex = 9; this.labelGroupNum.Text = "Group Num"; this.labelGroupNum.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label10 // this.label10.Location = new System.Drawing.Point(5, 53); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(95, 15); this.label10.TabIndex = 10; this.label10.Text = "Address"; this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelCitySTZip // this.labelCitySTZip.Location = new System.Drawing.Point(5, 93); this.labelCitySTZip.Name = "labelCitySTZip"; this.labelCitySTZip.Size = new System.Drawing.Size(95, 15); this.labelCitySTZip.TabIndex = 11; this.labelCitySTZip.Text = "City,ST,Zip"; this.labelCitySTZip.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelElectronicID // this.labelElectronicID.Location = new System.Drawing.Point(4, 113); this.labelElectronicID.Name = "labelElectronicID"; this.labelElectronicID.Size = new System.Drawing.Size(95, 15); this.labelElectronicID.TabIndex = 15; this.labelElectronicID.Text = "Electronic ID"; this.labelElectronicID.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label28 // this.label28.Location = new System.Drawing.Point(2, 78); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(55, 41); this.label28.TabIndex = 28; this.label28.Text = "Note"; this.label28.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textCarrier // this.textCarrier.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textCarrier.Location = new System.Drawing.Point(102, 11); this.textCarrier.MaxLength = 50; this.textCarrier.Name = "textCarrier"; this.textCarrier.Size = new System.Drawing.Size(273, 21); this.textCarrier.TabIndex = 0; this.textCarrier.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textCarrier_KeyUp); this.textCarrier.Leave += new System.EventHandler(this.textCarrier_Leave); // // textPhone // this.textPhone.Location = new System.Drawing.Point(102, 31); this.textPhone.MaxLength = 30; this.textPhone.Name = "textPhone"; this.textPhone.Size = new System.Drawing.Size(157, 20); this.textPhone.TabIndex = 1; this.textPhone.TextChanged += new System.EventHandler(this.textPhone_TextChanged); // // textGroupName // this.textGroupName.Location = new System.Drawing.Point(112, 200); this.textGroupName.MaxLength = 50; this.textGroupName.Name = "textGroupName"; this.textGroupName.Size = new System.Drawing.Size(193, 20); this.textGroupName.TabIndex = 2; // // textGroupNum // this.textGroupNum.Location = new System.Drawing.Point(112, 220); this.textGroupNum.MaxLength = 20; this.textGroupNum.Name = "textGroupNum"; this.textGroupNum.Size = new System.Drawing.Size(129, 20); this.textGroupNum.TabIndex = 3; // // textAddress // this.textAddress.Location = new System.Drawing.Point(102, 51); this.textAddress.MaxLength = 60; this.textAddress.Name = "textAddress"; this.textAddress.Size = new System.Drawing.Size(291, 20); this.textAddress.TabIndex = 2; this.textAddress.TextChanged += new System.EventHandler(this.textAddress_TextChanged); // // textCity // this.textCity.Location = new System.Drawing.Point(102, 91); this.textCity.MaxLength = 40; this.textCity.Name = "textCity"; this.textCity.Size = new System.Drawing.Size(155, 20); this.textCity.TabIndex = 4; this.textCity.TextChanged += new System.EventHandler(this.textCity_TextChanged); // // textState // this.textState.Location = new System.Drawing.Point(257, 91); this.textState.MaxLength = 2; this.textState.Name = "textState"; this.textState.Size = new System.Drawing.Size(65, 20); this.textState.TabIndex = 5; this.textState.TextChanged += new System.EventHandler(this.textState_TextChanged); // // textZip // this.textZip.Location = new System.Drawing.Point(322, 91); this.textZip.MaxLength = 10; this.textZip.Name = "textZip"; this.textZip.Size = new System.Drawing.Size(71, 20); this.textZip.TabIndex = 6; // // textElectID // this.textElectID.Location = new System.Drawing.Point(102, 111); this.textElectID.MaxLength = 20; this.textElectID.Name = "textElectID"; this.textElectID.Size = new System.Drawing.Size(54, 20); this.textElectID.TabIndex = 7; this.textElectID.Validating += new System.ComponentModel.CancelEventHandler(this.textElectID_Validating); // // textEmployer // this.textEmployer.Location = new System.Drawing.Point(112, 26); this.textEmployer.MaxLength = 40; this.textEmployer.Name = "textEmployer"; this.textEmployer.Size = new System.Drawing.Size(291, 20); this.textEmployer.TabIndex = 0; this.textEmployer.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textEmployer_KeyUp); this.textEmployer.Leave += new System.EventHandler(this.textEmployer_Leave); // // label16 // this.label16.Location = new System.Drawing.Point(33, 28); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(78, 15); this.label16.TabIndex = 73; this.label16.Text = "Employer"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textAddress2 // this.textAddress2.Location = new System.Drawing.Point(102, 71); this.textAddress2.MaxLength = 60; this.textAddress2.Name = "textAddress2"; this.textAddress2.Size = new System.Drawing.Size(291, 20); this.textAddress2.TabIndex = 3; this.textAddress2.TextChanged += new System.EventHandler(this.textAddress2_TextChanged); // // label21 // this.label21.Location = new System.Drawing.Point(5, 74); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(95, 15); this.label21.TabIndex = 79; this.label21.Text = "Address 2"; this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label1 // this.label1.Location = new System.Drawing.Point(18, 360); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 16); this.label1.TabIndex = 91; this.label1.Text = "Fee Schedule"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkAssign // this.checkAssign.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAssign.Location = new System.Drawing.Point(300, 54); this.checkAssign.Name = "checkAssign"; this.checkAssign.Size = new System.Drawing.Size(199, 20); this.checkAssign.TabIndex = 4; this.checkAssign.Text = "Assignment of Benefits (pay dentist)"; // // checkRelease // this.checkRelease.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkRelease.Location = new System.Drawing.Point(300, 36); this.checkRelease.Name = "checkRelease"; this.checkRelease.Size = new System.Drawing.Size(199, 20); this.checkRelease.TabIndex = 3; this.checkRelease.Text = "Release of Information"; // // checkNoSendElect // this.checkNoSendElect.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNoSendElect.Location = new System.Drawing.Point(178, 133); this.checkNoSendElect.Name = "checkNoSendElect"; this.checkNoSendElect.Size = new System.Drawing.Size(213, 17); this.checkNoSendElect.TabIndex = 8; this.checkNoSendElect.Text = "Don\'t Usually Send Electronically"; // // label23 // this.label23.Location = new System.Drawing.Point(17, 384); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(95, 15); this.label23.TabIndex = 96; this.label23.Text = "Claim Form"; this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkAlternateCode // this.checkAlternateCode.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAlternateCode.Location = new System.Drawing.Point(115, 293); this.checkAlternateCode.Name = "checkAlternateCode"; this.checkAlternateCode.Size = new System.Drawing.Size(275, 16); this.checkAlternateCode.TabIndex = 2; this.checkAlternateCode.Text = "Use Alternate Code (for some Medicaid plans)"; // // checkClaimsUseUCR // this.checkClaimsUseUCR.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkClaimsUseUCR.Location = new System.Drawing.Point(115, 325); this.checkClaimsUseUCR.Name = "checkClaimsUseUCR"; this.checkClaimsUseUCR.Size = new System.Drawing.Size(275, 16); this.checkClaimsUseUCR.TabIndex = 4; this.checkClaimsUseUCR.Text = "Claims show UCR fee, not billed fee"; // // label14 // this.label14.Location = new System.Drawing.Point(20, 271); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(95, 16); this.label14.TabIndex = 104; this.label14.Text = "Plan Type"; this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textSubscriber // this.textSubscriber.Location = new System.Drawing.Point(109, 14); this.textSubscriber.Name = "textSubscriber"; this.textSubscriber.ReadOnly = true; this.textSubscriber.Size = new System.Drawing.Size(298, 20); this.textSubscriber.TabIndex = 109; // // groupSubscriber // this.groupSubscriber.Controls.Add(this.butChange); this.groupSubscriber.Controls.Add(this.checkAssign); this.groupSubscriber.Controls.Add(this.label25); this.groupSubscriber.Controls.Add(this.checkRelease); this.groupSubscriber.Controls.Add(this.textSubscriber); this.groupSubscriber.Controls.Add(this.textSubscriberID); this.groupSubscriber.Controls.Add(this.label2); this.groupSubscriber.Controls.Add(this.textDateEffect); this.groupSubscriber.Controls.Add(this.label5); this.groupSubscriber.Controls.Add(this.textDateTerm); this.groupSubscriber.Controls.Add(this.label6); this.groupSubscriber.Controls.Add(this.textSubscNote); this.groupSubscriber.Controls.Add(this.label28); this.groupSubscriber.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupSubscriber.Location = new System.Drawing.Point(468, 94); this.groupSubscriber.Name = "groupSubscriber"; this.groupSubscriber.Size = new System.Drawing.Size(502, 176); this.groupSubscriber.TabIndex = 2; this.groupSubscriber.TabStop = false; this.groupSubscriber.Text = "Subscriber Information"; // // label25 // this.label25.Location = new System.Drawing.Point(8, 18); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(99, 15); this.label25.TabIndex = 115; this.label25.Text = "Name"; this.label25.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textSubscriberID // this.textSubscriberID.Location = new System.Drawing.Point(109, 34); this.textSubscriberID.MaxLength = 20; this.textSubscriberID.Name = "textSubscriberID"; this.textSubscriberID.Size = new System.Drawing.Size(129, 20); this.textSubscriberID.TabIndex = 0; // // label2 // this.label2.Location = new System.Drawing.Point(8, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(99, 15); this.label2.TabIndex = 114; this.label2.Text = "Subscriber ID"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboLinked // this.comboLinked.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboLinked.Location = new System.Drawing.Point(150, 240); this.comboLinked.MaxDropDownItems = 30; this.comboLinked.Name = "comboLinked"; this.comboLinked.Size = new System.Drawing.Size(253, 21); this.comboLinked.TabIndex = 68; // // textLinkedNum // this.textLinkedNum.BackColor = System.Drawing.Color.White; this.textLinkedNum.Location = new System.Drawing.Point(112, 240); this.textLinkedNum.Multiline = true; this.textLinkedNum.Name = "textLinkedNum"; this.textLinkedNum.ReadOnly = true; this.textLinkedNum.Size = new System.Drawing.Size(37, 21); this.textLinkedNum.TabIndex = 67; // // label4 // this.label4.Location = new System.Drawing.Point(6, 242); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(104, 17); this.label4.TabIndex = 66; this.label4.Text = "Other Subscribers"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboPlanType // this.comboPlanType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPlanType.Location = new System.Drawing.Point(115, 270); this.comboPlanType.Name = "comboPlanType"; this.comboPlanType.Size = new System.Drawing.Size(212, 21); this.comboPlanType.TabIndex = 1; this.comboPlanType.SelectionChangeCommitted += new System.EventHandler(this.comboPlanType_SelectionChangeCommitted); // // checkIsMedical // this.checkIsMedical.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsMedical.Location = new System.Drawing.Point(112, 9); this.checkIsMedical.Name = "checkIsMedical"; this.checkIsMedical.Size = new System.Drawing.Size(202, 17); this.checkIsMedical.TabIndex = 113; this.checkIsMedical.Text = "Medical Insurance"; // // textDivisionNo // this.textDivisionNo.Location = new System.Drawing.Point(296, 220); this.textDivisionNo.MaxLength = 20; this.textDivisionNo.Name = "textDivisionNo"; this.textDivisionNo.Size = new System.Drawing.Size(107, 20); this.textDivisionNo.TabIndex = 3; // // labelDivisionDash // this.labelDivisionDash.Location = new System.Drawing.Point(242, 224); this.labelDivisionDash.Name = "labelDivisionDash"; this.labelDivisionDash.Size = new System.Drawing.Size(53, 16); this.labelDivisionDash.TabIndex = 111; this.labelDivisionDash.Text = "Div. No."; this.labelDivisionDash.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboClaimForm // this.comboClaimForm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClaimForm.Location = new System.Drawing.Point(115, 381); this.comboClaimForm.MaxDropDownItems = 30; this.comboClaimForm.Name = "comboClaimForm"; this.comboClaimForm.Size = new System.Drawing.Size(212, 21); this.comboClaimForm.TabIndex = 7; // // comboFeeSched // this.comboFeeSched.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboFeeSched.Location = new System.Drawing.Point(115, 359); this.comboFeeSched.MaxDropDownItems = 30; this.comboFeeSched.Name = "comboFeeSched"; this.comboFeeSched.Size = new System.Drawing.Size(212, 21); this.comboFeeSched.TabIndex = 6; // // groupCoPay // this.groupCoPay.Controls.Add(this.label12); this.groupCoPay.Controls.Add(this.comboAllowedFeeSched); this.groupCoPay.Controls.Add(this.label11); this.groupCoPay.Controls.Add(this.label3); this.groupCoPay.Controls.Add(this.comboCopay); this.groupCoPay.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupCoPay.Location = new System.Drawing.Point(8, 409); this.groupCoPay.Name = "groupCoPay"; this.groupCoPay.Size = new System.Drawing.Size(404, 99); this.groupCoPay.TabIndex = 8; this.groupCoPay.TabStop = false; this.groupCoPay.Text = "Other Fee Schedules"; // // label12 // this.label12.Location = new System.Drawing.Point(1, 67); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(105, 27); this.label12.TabIndex = 111; this.label12.Text = "Carrier Allowed Amounts"; this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboAllowedFeeSched // this.comboAllowedFeeSched.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboAllowedFeeSched.Location = new System.Drawing.Point(107, 67); this.comboAllowedFeeSched.MaxDropDownItems = 30; this.comboAllowedFeeSched.Name = "comboAllowedFeeSched"; this.comboAllowedFeeSched.Size = new System.Drawing.Size(212, 21); this.comboAllowedFeeSched.TabIndex = 1; // // label11 // this.label11.Location = new System.Drawing.Point(1, 36); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(105, 26); this.label11.TabIndex = 109; this.label11.Text = "Patient Co-pay Amounts"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(1, 19); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(390, 17); this.label3.TabIndex = 106; this.label3.Text = "Don\'t use these unless you understand how they will affect your estimates"; // // comboCopay // this.comboCopay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCopay.Location = new System.Drawing.Point(107, 37); this.comboCopay.MaxDropDownItems = 30; this.comboCopay.Name = "comboCopay"; this.comboCopay.Size = new System.Drawing.Size(212, 21); this.comboCopay.TabIndex = 0; // // comboElectIDdescript // this.comboElectIDdescript.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboElectIDdescript.Location = new System.Drawing.Point(156, 111); this.comboElectIDdescript.MaxDropDownItems = 30; this.comboElectIDdescript.Name = "comboElectIDdescript"; this.comboElectIDdescript.Size = new System.Drawing.Size(237, 21); this.comboElectIDdescript.TabIndex = 125; this.comboElectIDdescript.SelectedIndexChanged += new System.EventHandler(this.comboElectIDdescript_SelectedIndexChanged); // // labelDrop // this.labelDrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelDrop.Location = new System.Drawing.Point(101, 72); this.labelDrop.Name = "labelDrop"; this.labelDrop.Size = new System.Drawing.Size(554, 15); this.labelDrop.TabIndex = 124; this.labelDrop.Text = "Drop a plan when a patient changes carriers or is no longer covered. This does n" + "ot delete the plan."; this.labelDrop.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // groupRequestBen // this.groupRequestBen.Controls.Add(this.butHistoryElect); this.groupRequestBen.Controls.Add(this.labelHistElect); this.groupRequestBen.Controls.Add(this.textElectBenLastDate); this.groupRequestBen.Controls.Add(this.butImportTrojan); this.groupRequestBen.Controls.Add(this.butGetElectronic); this.groupRequestBen.Controls.Add(this.butBenefitNotes); this.groupRequestBen.Controls.Add(this.butIapFind); this.groupRequestBen.Controls.Add(this.labelTrojanID); this.groupRequestBen.Controls.Add(this.textTrojanID); this.groupRequestBen.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupRequestBen.Location = new System.Drawing.Point(468, 269); this.groupRequestBen.Name = "groupRequestBen"; this.groupRequestBen.Size = new System.Drawing.Size(502, 63); this.groupRequestBen.TabIndex = 10; this.groupRequestBen.TabStop = false; this.groupRequestBen.Text = "Request Electronic Benefits"; // // labelHistElect // this.labelHistElect.Location = new System.Drawing.Point(3, 19); this.labelHistElect.Name = "labelHistElect"; this.labelHistElect.Size = new System.Drawing.Size(84, 15); this.labelHistElect.TabIndex = 119; this.labelHistElect.Text = "Last Request"; this.labelHistElect.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textElectBenLastDate // this.textElectBenLastDate.Location = new System.Drawing.Point(89, 17); this.textElectBenLastDate.MaxLength = 30; this.textElectBenLastDate.Name = "textElectBenLastDate"; this.textElectBenLastDate.Size = new System.Drawing.Size(73, 20); this.textElectBenLastDate.TabIndex = 118; // // labelTrojanID // this.labelTrojanID.Location = new System.Drawing.Point(360, 18); this.labelTrojanID.Name = "labelTrojanID"; this.labelTrojanID.Size = new System.Drawing.Size(23, 15); this.labelTrojanID.TabIndex = 9; this.labelTrojanID.Text = "ID"; this.labelTrojanID.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textTrojanID // this.textTrojanID.Location = new System.Drawing.Point(387, 14); this.textTrojanID.MaxLength = 30; this.textTrojanID.Name = "textTrojanID"; this.textTrojanID.Size = new System.Drawing.Size(109, 20); this.textTrojanID.TabIndex = 8; // // label26 // this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label26.Location = new System.Drawing.Point(20, 22); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(148, 14); this.label26.TabIndex = 127; this.label26.Text = "Relationship to Subscriber"; this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ControlText; this.panel1.Location = new System.Drawing.Point(0, 90); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(988, 2); this.panel1.TabIndex = 128; // // comboRelationship // this.comboRelationship.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboRelationship.Location = new System.Drawing.Point(170, 18); this.comboRelationship.MaxDropDownItems = 30; this.comboRelationship.Name = "comboRelationship"; this.comboRelationship.Size = new System.Drawing.Size(151, 21); this.comboRelationship.TabIndex = 0; // // label31 // this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label31.Location = new System.Drawing.Point(396, 23); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(109, 14); this.label31.TabIndex = 130; this.label31.Text = "Order"; this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsPending // this.checkIsPending.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPending.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsPending.Location = new System.Drawing.Point(396, 42); this.checkIsPending.Name = "checkIsPending"; this.checkIsPending.Size = new System.Drawing.Size(125, 16); this.checkIsPending.TabIndex = 3; this.checkIsPending.Text = "Pending"; this.checkIsPending.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label32 // this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label32.Location = new System.Drawing.Point(5, 94); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(304, 19); this.label32.TabIndex = 134; this.label32.Text = "Insurance Plan Information"; // // label33 // this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label33.Location = new System.Drawing.Point(5, 0); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(188, 19); this.label33.TabIndex = 135; this.label33.Text = "Patient Information"; // // listAdj // this.listAdj.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listAdj.Items.AddRange(new object[] { "03/05/2001 Ins Used: $124.00 Ded Used: $50.00", "03/05/2002 Ins Used: $0.00 Ded Used: $50.00"}); this.listAdj.Location = new System.Drawing.Point(613, 28); this.listAdj.Name = "listAdj"; this.listAdj.Size = new System.Drawing.Size(341, 56); this.listAdj.TabIndex = 137; this.listAdj.DoubleClick += new System.EventHandler(this.listAdj_DoubleClick); // // label35 // this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label35.Location = new System.Drawing.Point(613, 8); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(218, 17); this.label35.TabIndex = 138; this.label35.Text = "Adjustments to Insurance Benefits: "; this.label35.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textPatID // this.textPatID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textPatID.Location = new System.Drawing.Point(170, 40); this.textPatID.MaxLength = 100; this.textPatID.Name = "textPatID"; this.textPatID.Size = new System.Drawing.Size(151, 20); this.textPatID.TabIndex = 1; // // labelPatID // this.labelPatID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelPatID.Location = new System.Drawing.Point(30, 42); this.labelPatID.Name = "labelPatID"; this.labelPatID.Size = new System.Drawing.Size(138, 16); this.labelPatID.TabIndex = 143; this.labelPatID.Text = "Optional Patient ID"; this.labelPatID.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panelPat // this.panelPat.Controls.Add(this.comboRelationship); this.panelPat.Controls.Add(this.label33); this.panelPat.Controls.Add(this.textOrdinal); this.panelPat.Controls.Add(this.butAdjAdd); this.panelPat.Controls.Add(this.listAdj); this.panelPat.Controls.Add(this.label35); this.panelPat.Controls.Add(this.textPatID); this.panelPat.Controls.Add(this.labelPatID); this.panelPat.Controls.Add(this.labelDrop); this.panelPat.Controls.Add(this.butDrop); this.panelPat.Controls.Add(this.label26); this.panelPat.Controls.Add(this.label31); this.panelPat.Controls.Add(this.checkIsPending); this.panelPat.Location = new System.Drawing.Point(0, 0); this.panelPat.Name = "panelPat"; this.panelPat.Size = new System.Drawing.Size(982, 90); this.panelPat.TabIndex = 15; // // textPlanNum // this.textPlanNum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textPlanNum.Location = new System.Drawing.Point(310, 676); this.textPlanNum.Name = "textPlanNum"; this.textPlanNum.Size = new System.Drawing.Size(100, 20); this.textPlanNum.TabIndex = 148; // // label17 // this.label17.Location = new System.Drawing.Point(7, 13); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(94, 15); this.label17.TabIndex = 152; this.label17.Text = "Carrier"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label18 // this.label18.Location = new System.Drawing.Point(12, 563); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(272, 15); this.label18.TabIndex = 156; this.label18.Text = "Plan Note"; this.label18.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // groupPlan // this.groupPlan.Controls.Add(this.textBIN); this.groupPlan.Controls.Add(this.labelBIN); this.groupPlan.Controls.Add(this.textDivisionNo); this.groupPlan.Controls.Add(this.textGroupName); this.groupPlan.Controls.Add(this.textEmployer); this.groupPlan.Controls.Add(this.groupCarrier); this.groupPlan.Controls.Add(this.checkIsMedical); this.groupPlan.Controls.Add(this.textGroupNum); this.groupPlan.Controls.Add(this.labelGroupNum); this.groupPlan.Controls.Add(this.label8); this.groupPlan.Controls.Add(this.comboLinked); this.groupPlan.Controls.Add(this.textLinkedNum); this.groupPlan.Controls.Add(this.label16); this.groupPlan.Controls.Add(this.label4); this.groupPlan.Controls.Add(this.labelDivisionDash); this.groupPlan.Location = new System.Drawing.Point(3, 3); this.groupPlan.Name = "groupPlan"; this.groupPlan.Size = new System.Drawing.Size(425, 264); this.groupPlan.TabIndex = 0; this.groupPlan.TabStop = false; // // textBIN // this.textBIN.Location = new System.Drawing.Point(341, 200); this.textBIN.MaxLength = 20; this.textBIN.Name = "textBIN"; this.textBIN.Size = new System.Drawing.Size(62, 20); this.textBIN.TabIndex = 115; // // labelBIN // this.labelBIN.Location = new System.Drawing.Point(307, 201); this.labelBIN.Name = "labelBIN"; this.labelBIN.Size = new System.Drawing.Size(32, 16); this.labelBIN.TabIndex = 114; this.labelBIN.Text = "BIN"; this.labelBIN.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupCarrier // this.groupCarrier.Controls.Add(this.butPickCarrier); this.groupCarrier.Controls.Add(this.textPhone); this.groupCarrier.Controls.Add(this.textAddress); this.groupCarrier.Controls.Add(this.comboElectIDdescript); this.groupCarrier.Controls.Add(this.textElectID); this.groupCarrier.Controls.Add(this.butSearch); this.groupCarrier.Controls.Add(this.textAddress2); this.groupCarrier.Controls.Add(this.textZip); this.groupCarrier.Controls.Add(this.checkNoSendElect); this.groupCarrier.Controls.Add(this.label10); this.groupCarrier.Controls.Add(this.textCity); this.groupCarrier.Controls.Add(this.label7); this.groupCarrier.Controls.Add(this.textCarrier); this.groupCarrier.Controls.Add(this.labelElectronicID); this.groupCarrier.Controls.Add(this.label21); this.groupCarrier.Controls.Add(this.label17); this.groupCarrier.Controls.Add(this.textState); this.groupCarrier.Controls.Add(this.labelCitySTZip); this.groupCarrier.Location = new System.Drawing.Point(10, 44); this.groupCarrier.Name = "groupCarrier"; this.groupCarrier.Size = new System.Drawing.Size(402, 155); this.groupCarrier.TabIndex = 1; this.groupCarrier.TabStop = false; this.groupCarrier.Text = "Carrier"; // // panelPlan // this.panelPlan.AutoScroll = true; this.panelPlan.AutoScrollMargin = new System.Drawing.Size(0, 10); this.panelPlan.BackColor = System.Drawing.SystemColors.Control; this.panelPlan.Controls.Add(this.comboCobRule); this.panelPlan.Controls.Add(this.label20); this.panelPlan.Controls.Add(this.groupCanadian); this.panelPlan.Controls.Add(this.comboFilingCodeSubtype); this.panelPlan.Controls.Add(this.label15); this.panelPlan.Controls.Add(this.checkIsHidden); this.panelPlan.Controls.Add(this.checkCodeSubst); this.panelPlan.Controls.Add(this.checkShowBaseUnits); this.panelPlan.Controls.Add(this.comboFeeSched); this.panelPlan.Controls.Add(this.groupPlan); this.panelPlan.Controls.Add(this.comboFilingCode); this.panelPlan.Controls.Add(this.groupCoPay); this.panelPlan.Controls.Add(this.comboPlanType); this.panelPlan.Controls.Add(this.label13); this.panelPlan.Controls.Add(this.comboClaimForm); this.panelPlan.Controls.Add(this.label1); this.panelPlan.Controls.Add(this.label14); this.panelPlan.Controls.Add(this.label23); this.panelPlan.Controls.Add(this.checkAlternateCode); this.panelPlan.Controls.Add(this.checkClaimsUseUCR); this.panelPlan.Location = new System.Drawing.Point(8, 116); this.panelPlan.Name = "panelPlan"; this.panelPlan.Size = new System.Drawing.Size(454, 438); this.panelPlan.TabIndex = 0; // // comboCobRule // this.comboCobRule.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCobRule.Location = new System.Drawing.Point(115, 512); this.comboCobRule.MaxDropDownItems = 30; this.comboCobRule.Name = "comboCobRule"; this.comboCobRule.Size = new System.Drawing.Size(111, 21); this.comboCobRule.TabIndex = 167; // // label20 // this.label20.Location = new System.Drawing.Point(17, 515); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(95, 15); this.label20.TabIndex = 168; this.label20.Text = "COB Rule"; this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupCanadian // this.groupCanadian.Controls.Add(this.label19); this.groupCanadian.Controls.Add(this.textCanadianInstCode); this.groupCanadian.Controls.Add(this.label9); this.groupCanadian.Controls.Add(this.textCanadianDiagCode); this.groupCanadian.Controls.Add(this.checkIsPMP); this.groupCanadian.Controls.Add(this.label24); this.groupCanadian.Controls.Add(this.label22); this.groupCanadian.Controls.Add(this.textPlanFlag); this.groupCanadian.Controls.Add(this.textDentaide); this.groupCanadian.Controls.Add(this.labelDentaide); this.groupCanadian.Location = new System.Drawing.Point(8, 600); this.groupCanadian.Name = "groupCanadian"; this.groupCanadian.Size = new System.Drawing.Size(404, 129); this.groupCanadian.TabIndex = 12; this.groupCanadian.TabStop = false; this.groupCanadian.Text = "Canadian"; // // label19 // this.label19.Location = new System.Drawing.Point(37, 106); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(140, 19); this.label19.TabIndex = 173; this.label19.Text = "Institution Code"; this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textCanadianInstCode // this.textCanadianInstCode.Location = new System.Drawing.Point(181, 103); this.textCanadianInstCode.MaxLength = 20; this.textCanadianInstCode.Name = "textCanadianInstCode"; this.textCanadianInstCode.Size = new System.Drawing.Size(88, 20); this.textCanadianInstCode.TabIndex = 172; // // label9 // this.label9.Location = new System.Drawing.Point(37, 85); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(140, 19); this.label9.TabIndex = 171; this.label9.Text = "Diagnostic Code"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textCanadianDiagCode // this.textCanadianDiagCode.Location = new System.Drawing.Point(181, 82); this.textCanadianDiagCode.MaxLength = 20; this.textCanadianDiagCode.Name = "textCanadianDiagCode"; this.textCanadianDiagCode.Size = new System.Drawing.Size(88, 20); this.textCanadianDiagCode.TabIndex = 170; // // checkIsPMP // this.checkIsPMP.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPMP.Location = new System.Drawing.Point(18, 62); this.checkIsPMP.Name = "checkIsPMP"; this.checkIsPMP.Size = new System.Drawing.Size(178, 17); this.checkIsPMP.TabIndex = 169; this.checkIsPMP.Text = "Is Provincial Medical Plan"; this.checkIsPMP.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPMP.UseVisualStyleBackColor = true; // // label24 // this.label24.Location = new System.Drawing.Point(221, 39); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(140, 19); this.label24.TabIndex = 168; this.label24.Text = "A, V, N, or blank"; this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label22 // this.label22.Location = new System.Drawing.Point(37, 41); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(140, 19); this.label22.TabIndex = 167; this.label22.Text = "Plan Flag"; this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textPlanFlag // this.textPlanFlag.Location = new System.Drawing.Point(181, 38); this.textPlanFlag.MaxLength = 20; this.textPlanFlag.Name = "textPlanFlag"; this.textPlanFlag.Size = new System.Drawing.Size(37, 20); this.textPlanFlag.TabIndex = 1; // // labelDentaide // this.labelDentaide.Location = new System.Drawing.Point(37, 20); this.labelDentaide.Name = "labelDentaide"; this.labelDentaide.Size = new System.Drawing.Size(140, 19); this.labelDentaide.TabIndex = 160; this.labelDentaide.Text = "Dentaide Card Sequence"; this.labelDentaide.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboFilingCodeSubtype // this.comboFilingCodeSubtype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboFilingCodeSubtype.Location = new System.Drawing.Point(115, 556); this.comboFilingCodeSubtype.MaxDropDownItems = 30; this.comboFilingCodeSubtype.Name = "comboFilingCodeSubtype"; this.comboFilingCodeSubtype.Size = new System.Drawing.Size(212, 21); this.comboFilingCodeSubtype.TabIndex = 10; // // label15 // this.label15.Location = new System.Drawing.Point(3, 558); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(110, 19); this.label15.TabIndex = 166; this.label15.Text = "Filing Code Subtype"; this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkIsHidden // this.checkIsHidden.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsHidden.Location = new System.Drawing.Point(115, 341); this.checkIsHidden.Name = "checkIsHidden"; this.checkIsHidden.Size = new System.Drawing.Size(275, 16); this.checkIsHidden.TabIndex = 5; this.checkIsHidden.Text = "Hidden"; // // checkCodeSubst // this.checkCodeSubst.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkCodeSubst.Location = new System.Drawing.Point(115, 309); this.checkCodeSubst.Name = "checkCodeSubst"; this.checkCodeSubst.Size = new System.Drawing.Size(275, 16); this.checkCodeSubst.TabIndex = 3; this.checkCodeSubst.Text = "Don\'t Substitute Codes (e.g. posterior composites)"; // // checkShowBaseUnits // this.checkShowBaseUnits.Location = new System.Drawing.Point(115, 582); this.checkShowBaseUnits.Name = "checkShowBaseUnits"; this.checkShowBaseUnits.Size = new System.Drawing.Size(289, 17); this.checkShowBaseUnits.TabIndex = 11; this.checkShowBaseUnits.Text = "Claims show base units (Does not affect billed amount)"; this.checkShowBaseUnits.UseVisualStyleBackColor = true; // // comboFilingCode // this.comboFilingCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboFilingCode.Location = new System.Drawing.Point(115, 534); this.comboFilingCode.MaxDropDownItems = 30; this.comboFilingCode.Name = "comboFilingCode"; this.comboFilingCode.Size = new System.Drawing.Size(212, 21); this.comboFilingCode.TabIndex = 9; this.comboFilingCode.SelectionChangeCommitted += new System.EventHandler(this.comboFilingCode_SelectionChangeCommitted); // // label13 // this.label13.Location = new System.Drawing.Point(13, 536); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(100, 19); this.label13.TabIndex = 158; this.label13.Text = "Filing Code"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight; // // radioChangeAll // this.radioChangeAll.Location = new System.Drawing.Point(6, 25); this.radioChangeAll.Name = "radioChangeAll"; this.radioChangeAll.Size = new System.Drawing.Size(211, 17); this.radioChangeAll.TabIndex = 158; this.radioChangeAll.Text = "Change Plan for all subscribers"; this.radioChangeAll.UseVisualStyleBackColor = true; // // groupChanges // this.groupChanges.Controls.Add(this.radioCreateNew); this.groupChanges.Controls.Add(this.radioChangeAll); this.groupChanges.Location = new System.Drawing.Point(467, 653); this.groupChanges.Name = "groupChanges"; this.groupChanges.Size = new System.Drawing.Size(240, 45); this.groupChanges.TabIndex = 159; this.groupChanges.TabStop = false; // // radioCreateNew // this.radioCreateNew.Checked = true; this.radioCreateNew.Location = new System.Drawing.Point(6, 8); this.radioCreateNew.Name = "radioCreateNew"; this.radioCreateNew.Size = new System.Drawing.Size(211, 17); this.radioCreateNew.TabIndex = 159; this.radioCreateNew.TabStop = true; this.radioCreateNew.Text = "Create new Plan if needed"; this.radioCreateNew.UseVisualStyleBackColor = true; // // gridBenefits // this.gridBenefits.HScrollVisible = false; this.gridBenefits.Location = new System.Drawing.Point(468, 332); this.gridBenefits.Name = "gridBenefits"; this.gridBenefits.ScrollValue = 0; this.gridBenefits.SelectionMode = OpenDental.UI.GridSelectionMode.None; this.gridBenefits.Size = new System.Drawing.Size(502, 326); this.gridBenefits.TabIndex = 146; this.gridBenefits.Title = "Benefit Information"; this.gridBenefits.TranslationName = "TableBenefits"; this.gridBenefits.DoubleClick += new System.EventHandler(this.gridBenefits_DoubleClick); // // textDentaide // this.textDentaide.Location = new System.Drawing.Point(181, 17); this.textDentaide.MaxVal = 255; this.textDentaide.MinVal = 0; this.textDentaide.Name = "textDentaide"; this.textDentaide.Size = new System.Drawing.Size(37, 20); this.textDentaide.TabIndex = 0; // // butPickCarrier // this.butPickCarrier.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPickCarrier.Autosize = true; this.butPickCarrier.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickCarrier.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickCarrier.CornerRadius = 3F; this.butPickCarrier.Location = new System.Drawing.Point(376, 11); this.butPickCarrier.Name = "butPickCarrier"; this.butPickCarrier.Size = new System.Drawing.Size(19, 20); this.butPickCarrier.TabIndex = 153; this.butPickCarrier.Text = "..."; this.butPickCarrier.Click += new System.EventHandler(this.butPickCarrier_Click); // // butSearch // this.butSearch.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSearch.Autosize = true; this.butSearch.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSearch.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSearch.CornerRadius = 4F; this.butSearch.Location = new System.Drawing.Point(86, 132); this.butSearch.Name = "butSearch"; this.butSearch.Size = new System.Drawing.Size(84, 20); this.butSearch.TabIndex = 124; this.butSearch.Text = "Search IDs"; this.butSearch.Click += new System.EventHandler(this.butSearch_Click); // // butAudit // this.butAudit.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAudit.Autosize = true; this.butAudit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAudit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAudit.CornerRadius = 4F; this.butAudit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAudit.Location = new System.Drawing.Point(229, 93); this.butAudit.Name = "butAudit"; this.butAudit.Size = new System.Drawing.Size(69, 23); this.butAudit.TabIndex = 153; this.butAudit.Text = "Audit Trail"; this.butAudit.Click += new System.EventHandler(this.butAudit_Click); // // butPick // this.butPick.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPick.Autosize = true; this.butPick.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPick.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPick.CornerRadius = 4F; this.butPick.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPick.Location = new System.Drawing.Point(326, 93); this.butPick.Name = "butPick"; this.butPick.Size = new System.Drawing.Size(90, 23); this.butPick.TabIndex = 153; this.butPick.Text = "Pick From List"; this.butPick.Click += new System.EventHandler(this.butPick_Click); // // textPlanNote // this.textPlanNote.AcceptsTab = true; this.textPlanNote.DetectUrls = false; this.textPlanNote.Location = new System.Drawing.Point(14, 581); this.textPlanNote.Name = "textPlanNote"; this.textPlanNote.QuickPasteType = OpenDentBusiness.QuickPasteType.InsPlan; this.textPlanNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textPlanNote.Size = new System.Drawing.Size(395, 85); this.textPlanNote.TabIndex = 1; this.textPlanNote.Text = "1 - InsPlan\n2\n3 lines will show here in 46 vert.\n4 lines will show here in 59 ver" + "t.\n5 lines in 72 vert\n6 in 85"; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(810, 673); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 3; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // textOrdinal // this.textOrdinal.Location = new System.Drawing.Point(508, 22); this.textOrdinal.MaxVal = 10; this.textOrdinal.MinVal = 1; this.textOrdinal.Name = "textOrdinal"; this.textOrdinal.Size = new System.Drawing.Size(45, 20); this.textOrdinal.TabIndex = 2; // // butAdjAdd // this.butAdjAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdjAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butAdjAdd.Autosize = true; this.butAdjAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdjAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdjAdd.CornerRadius = 4F; this.butAdjAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butAdjAdd.Location = new System.Drawing.Point(895, 6); this.butAdjAdd.Name = "butAdjAdd"; this.butAdjAdd.Size = new System.Drawing.Size(59, 21); this.butAdjAdd.TabIndex = 4; this.butAdjAdd.Text = "Add"; this.butAdjAdd.Click += new System.EventHandler(this.butAdjAdd_Click); // // butDrop // this.butDrop.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDrop.Autosize = true; this.butDrop.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDrop.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDrop.CornerRadius = 4F; this.butDrop.Location = new System.Drawing.Point(7, 67); this.butDrop.Name = "butDrop"; this.butDrop.Size = new System.Drawing.Size(72, 21); this.butDrop.TabIndex = 5; this.butDrop.Text = "Drop"; this.butDrop.Click += new System.EventHandler(this.butDrop_Click); // // butLabel // this.butLabel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butLabel.Autosize = true; this.butLabel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLabel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLabel.CornerRadius = 4F; this.butLabel.Image = global::OpenDental.Properties.Resources.butLabel; this.butLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butLabel.Location = new System.Drawing.Point(201, 673); this.butLabel.Name = "butLabel"; this.butLabel.Size = new System.Drawing.Size(81, 24); this.butLabel.TabIndex = 125; this.butLabel.Text = "Label"; this.butLabel.Click += new System.EventHandler(this.butLabel_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(13, 673); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(81, 24); this.butDelete.TabIndex = 112; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(896, 673); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 14; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butHistoryElect // this.butHistoryElect.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butHistoryElect.Autosize = true; this.butHistoryElect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butHistoryElect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butHistoryElect.CornerRadius = 4F; this.butHistoryElect.Location = new System.Drawing.Point(89, 38); this.butHistoryElect.Name = "butHistoryElect"; this.butHistoryElect.Size = new System.Drawing.Size(73, 21); this.butHistoryElect.TabIndex = 120; this.butHistoryElect.Text = "History"; this.toolTip1.SetToolTip(this.butHistoryElect, "Edit all the similar plans at once"); this.butHistoryElect.Click += new System.EventHandler(this.butHistoryElect_Click); // // butImportTrojan // this.butImportTrojan.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butImportTrojan.Autosize = true; this.butImportTrojan.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butImportTrojan.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butImportTrojan.CornerRadius = 4F; this.butImportTrojan.Location = new System.Drawing.Point(294, 15); this.butImportTrojan.Name = "butImportTrojan"; this.butImportTrojan.Size = new System.Drawing.Size(69, 21); this.butImportTrojan.TabIndex = 0; this.butImportTrojan.Text = "Trojan"; this.toolTip1.SetToolTip(this.butImportTrojan, "Edit all the similar plans at once"); this.butImportTrojan.Click += new System.EventHandler(this.butImportTrojan_Click); // // butGetElectronic // this.butGetElectronic.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butGetElectronic.Autosize = true; this.butGetElectronic.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butGetElectronic.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butGetElectronic.CornerRadius = 4F; this.butGetElectronic.Location = new System.Drawing.Point(11, 38); this.butGetElectronic.Name = "butGetElectronic"; this.butGetElectronic.Size = new System.Drawing.Size(73, 21); this.butGetElectronic.TabIndex = 116; this.butGetElectronic.Text = "Request"; this.toolTip1.SetToolTip(this.butGetElectronic, "Edit all the similar plans at once"); this.butGetElectronic.Click += new System.EventHandler(this.butGetElectronic_Click); // // butBenefitNotes // this.butBenefitNotes.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butBenefitNotes.Autosize = true; this.butBenefitNotes.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBenefitNotes.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBenefitNotes.CornerRadius = 4F; this.butBenefitNotes.Location = new System.Drawing.Point(387, 38); this.butBenefitNotes.Name = "butBenefitNotes"; this.butBenefitNotes.Size = new System.Drawing.Size(98, 21); this.butBenefitNotes.TabIndex = 2; this.butBenefitNotes.Text = "Trojan/IAP Note"; this.toolTip1.SetToolTip(this.butBenefitNotes, "Edit all the similar plans at once"); this.butBenefitNotes.Click += new System.EventHandler(this.butBenefitNotes_Click); // // butIapFind // this.butIapFind.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butIapFind.Autosize = true; this.butIapFind.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butIapFind.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butIapFind.CornerRadius = 4F; this.butIapFind.Location = new System.Drawing.Point(294, 38); this.butIapFind.Name = "butIapFind"; this.butIapFind.Size = new System.Drawing.Size(69, 21); this.butIapFind.TabIndex = 1; this.butIapFind.Text = "IAP"; this.toolTip1.SetToolTip(this.butIapFind, "Edit all the similar plans at once"); this.butIapFind.Click += new System.EventHandler(this.butIapFind_Click); // // butChange // this.butChange.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butChange.Autosize = true; this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butChange.CornerRadius = 4F; this.butChange.Location = new System.Drawing.Point(413, 13); this.butChange.Name = "butChange"; this.butChange.Size = new System.Drawing.Size(73, 21); this.butChange.TabIndex = 121; this.butChange.Text = "Change"; this.toolTip1.SetToolTip(this.butChange, "Change subscriber name"); this.butChange.Click += new System.EventHandler(this.butChange_Click); // // textDateEffect // this.textDateEffect.Location = new System.Drawing.Point(109, 54); this.textDateEffect.Name = "textDateEffect"; this.textDateEffect.Size = new System.Drawing.Size(72, 20); this.textDateEffect.TabIndex = 1; // // textDateTerm // this.textDateTerm.Location = new System.Drawing.Point(221, 54); this.textDateTerm.Name = "textDateTerm"; this.textDateTerm.Size = new System.Drawing.Size(72, 20); this.textDateTerm.TabIndex = 2; // // textSubscNote // this.textSubscNote.AcceptsTab = true; this.textSubscNote.DetectUrls = false; this.textSubscNote.Location = new System.Drawing.Point(57, 75); this.textSubscNote.Name = "textSubscNote"; this.textSubscNote.QuickPasteType = OpenDentBusiness.QuickPasteType.InsPlan; this.textSubscNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textSubscNote.Size = new System.Drawing.Size(439, 98); this.textSubscNote.TabIndex = 5; this.textSubscNote.Text = "1 - InsPlan subscriber\n2\n3 lines will show here in 46 vert.\n4 lines will show her" + "e in 59 vert.\n5 lines in 72 vert\n6 lines in 85 vert\n7 lines in 98"; // // FormInsPlan // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(982, 700); this.Controls.Add(this.gridBenefits); this.Controls.Add(this.groupChanges); this.Controls.Add(this.panelPlan); this.Controls.Add(this.butAudit); this.Controls.Add(this.butPick); this.Controls.Add(this.textPlanNote); this.Controls.Add(this.label18); this.Controls.Add(this.panel1); this.Controls.Add(this.butOK); this.Controls.Add(this.textPlanNum); this.Controls.Add(this.panelPat); this.Controls.Add(this.butLabel); this.Controls.Add(this.butDelete); this.Controls.Add(this.butCancel); this.Controls.Add(this.label32); this.Controls.Add(this.groupRequestBen); this.Controls.Add(this.groupSubscriber); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormInsPlan"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Insurance Plan"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormInsPlan_Closing); this.Load += new System.EventHandler(this.FormInsPlan_Load); this.groupSubscriber.ResumeLayout(false); this.groupSubscriber.PerformLayout(); this.groupCoPay.ResumeLayout(false); this.groupRequestBen.ResumeLayout(false); this.groupRequestBen.PerformLayout(); this.panelPat.ResumeLayout(false); this.panelPat.PerformLayout(); this.groupPlan.ResumeLayout(false); this.groupPlan.PerformLayout(); this.groupCarrier.ResumeLayout(false); this.groupCarrier.PerformLayout(); this.panelPlan.ResumeLayout(false); this.groupCanadian.ResumeLayout(false); this.groupCanadian.PerformLayout(); this.groupChanges.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent(){ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMisc)); this.textMainWindowTitle = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.checkTaskListAlwaysShow = new System.Windows.Forms.CheckBox(); this.checkBoxTaskKeepListHidden = new System.Windows.Forms.CheckBox(); this.radioBottom = new System.Windows.Forms.RadioButton(); this.radioRight = new System.Windows.Forms.RadioButton(); this.checkTasksCheckOnStartup = new System.Windows.Forms.CheckBox(); this.checkTasksNewTrackedByUser = new System.Windows.Forms.CheckBox(); this.labelX = new System.Windows.Forms.Label(); this.labelY = new System.Windows.Forms.Label(); this.comboShowID = new System.Windows.Forms.ComboBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.checkShowOpenTickets = new System.Windows.Forms.CheckBox(); this.groupBoxTaskDefaults = new System.Windows.Forms.GroupBox(); this.validNumY = new OpenDental.ValidNumber(); this.validNumX = new OpenDental.ValidNumber(); this.label15 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.checkTitleBarShowSite = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.textWebServiceServerName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.butLanguages = new OpenDental.UI.Button(); this.textSigInterval = new OpenDental.ValidNumber(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.groupBox2.SuspendLayout(); this.groupBoxTaskDefaults.SuspendLayout(); this.groupBox6.SuspendLayout(); this.SuspendLayout(); // // textMainWindowTitle // this.textMainWindowTitle.Location = new System.Drawing.Point(170, 14); this.textMainWindowTitle.Name = "textMainWindowTitle"; this.textMainWindowTitle.Size = new System.Drawing.Size(267, 20); this.textMainWindowTitle.TabIndex = 38; // // label3 // this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label3.Location = new System.Drawing.Point(41, 138); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(333, 35); this.label3.TabIndex = 56; this.label3.Text = "Process Signal Interval in seconds. Usually every 6 to 20 seconds. Leave blank " + "to disable autorefresh"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label4.Location = new System.Drawing.Point(59, 183); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(298, 17); this.label4.TabIndex = 64; this.label4.Text = "Languages used by patients."; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // toolTip1 // this.toolTip1.AutomaticDelay = 0; this.toolTip1.AutoPopDelay = 600000; this.toolTip1.InitialDelay = 0; this.toolTip1.IsBalloon = true; this.toolTip1.ReshowDelay = 0; this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.toolTip1.ToolTipTitle = "Help"; // // checkTaskListAlwaysShow // this.checkTaskListAlwaysShow.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTaskListAlwaysShow.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTaskListAlwaysShow.Location = new System.Drawing.Point(158, 34); this.checkTaskListAlwaysShow.Name = "checkTaskListAlwaysShow"; this.checkTaskListAlwaysShow.Size = new System.Drawing.Size(190, 14); this.checkTaskListAlwaysShow.TabIndex = 74; this.checkTaskListAlwaysShow.Text = "Global - Always show Task List"; this.checkTaskListAlwaysShow.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.toolTip1.SetToolTip(this.checkTaskListAlwaysShow, resources.GetString("checkTaskListAlwaysShow.ToolTip")); this.checkTaskListAlwaysShow.CheckedChanged += new System.EventHandler(this.checkTaskListAlwaysShow_CheckedChanged); // // checkBoxTaskKeepListHidden // this.checkBoxTaskKeepListHidden.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBoxTaskKeepListHidden.Location = new System.Drawing.Point(63, 19); this.checkBoxTaskKeepListHidden.Name = "checkBoxTaskKeepListHidden"; this.checkBoxTaskKeepListHidden.Size = new System.Drawing.Size(218, 20); this.checkBoxTaskKeepListHidden.TabIndex = 185; this.checkBoxTaskKeepListHidden.Text = "Don\'t show on this computer"; this.checkBoxTaskKeepListHidden.TextAlign = System.Drawing.ContentAlignment.TopRight; this.toolTip1.SetToolTip(this.checkBoxTaskKeepListHidden, resources.GetString("checkBoxTaskKeepListHidden.ToolTip")); this.checkBoxTaskKeepListHidden.UseVisualStyleBackColor = true; this.checkBoxTaskKeepListHidden.CheckedChanged += new System.EventHandler(this.checkBoxTaskKeepListHidden_CheckedChanged); // // radioBottom // this.radioBottom.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.radioBottom.Location = new System.Drawing.Point(185, 38); this.radioBottom.Name = "radioBottom"; this.radioBottom.Size = new System.Drawing.Size(96, 17); this.radioBottom.TabIndex = 190; this.radioBottom.TabStop = true; this.radioBottom.Text = "Dock Bottom"; this.radioBottom.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.radioBottom.UseVisualStyleBackColor = true; // // radioRight // this.radioRight.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.radioRight.Location = new System.Drawing.Point(84, 38); this.radioRight.Name = "radioRight"; this.radioRight.Size = new System.Drawing.Size(99, 17); this.radioRight.TabIndex = 191; this.radioRight.TabStop = true; this.radioRight.Text = "Dock Right"; this.radioRight.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.radioRight.UseVisualStyleBackColor = true; // // checkTasksCheckOnStartup // this.checkTasksCheckOnStartup.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTasksCheckOnStartup.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTasksCheckOnStartup.Location = new System.Drawing.Point(118, 12); this.checkTasksCheckOnStartup.Name = "checkTasksCheckOnStartup"; this.checkTasksCheckOnStartup.Size = new System.Drawing.Size(230, 19); this.checkTasksCheckOnStartup.TabIndex = 75; this.checkTasksCheckOnStartup.Text = "Check for new user tasks on startup"; this.checkTasksCheckOnStartup.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkTasksNewTrackedByUser // this.checkTasksNewTrackedByUser.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTasksNewTrackedByUser.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTasksNewTrackedByUser.Location = new System.Drawing.Point(48, 53); this.checkTasksNewTrackedByUser.Name = "checkTasksNewTrackedByUser"; this.checkTasksNewTrackedByUser.Size = new System.Drawing.Size(300, 14); this.checkTasksNewTrackedByUser.TabIndex = 77; this.checkTasksNewTrackedByUser.Text = "New/Viewed status tracked by individual user"; this.checkTasksNewTrackedByUser.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelX // this.labelX.Location = new System.Drawing.Point(47, 59); this.labelX.Name = "labelX"; this.labelX.Size = new System.Drawing.Size(62, 18); this.labelX.TabIndex = 187; this.labelX.Text = "X Default"; this.labelX.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelY // this.labelY.Location = new System.Drawing.Point(167, 59); this.labelY.Name = "labelY"; this.labelY.Size = new System.Drawing.Size(62, 18); this.labelY.TabIndex = 189; this.labelY.Text = "Y Default"; this.labelY.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboShowID // this.comboShowID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboShowID.FormattingEnabled = true; this.comboShowID.Location = new System.Drawing.Point(307, 36); this.comboShowID.Name = "comboShowID"; this.comboShowID.Size = new System.Drawing.Size(130, 21); this.comboShowID.TabIndex = 72; // // groupBox2 // this.groupBox2.Controls.Add(this.checkShowOpenTickets); this.groupBox2.Controls.Add(this.checkTasksNewTrackedByUser); this.groupBox2.Controls.Add(this.groupBoxTaskDefaults); this.groupBox2.Controls.Add(this.checkTaskListAlwaysShow); this.groupBox2.Controls.Add(this.checkTasksCheckOnStartup); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(101, 240); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(364, 184); this.groupBox2.TabIndex = 188; this.groupBox2.TabStop = false; this.groupBox2.Text = "Task List"; // // checkShowOpenTickets // this.checkShowOpenTickets.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkShowOpenTickets.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowOpenTickets.Location = new System.Drawing.Point(6, 72); this.checkShowOpenTickets.Name = "checkShowOpenTickets"; this.checkShowOpenTickets.Size = new System.Drawing.Size(342, 14); this.checkShowOpenTickets.TabIndex = 78; this.checkShowOpenTickets.Text = "Show open tickets for user"; this.checkShowOpenTickets.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBoxTaskDefaults // this.groupBoxTaskDefaults.Controls.Add(this.radioRight); this.groupBoxTaskDefaults.Controls.Add(this.radioBottom); this.groupBoxTaskDefaults.Controls.Add(this.validNumY); this.groupBoxTaskDefaults.Controls.Add(this.labelY); this.groupBoxTaskDefaults.Controls.Add(this.validNumX); this.groupBoxTaskDefaults.Controls.Add(this.labelX); this.groupBoxTaskDefaults.Controls.Add(this.checkBoxTaskKeepListHidden); this.groupBoxTaskDefaults.Enabled = false; this.groupBoxTaskDefaults.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBoxTaskDefaults.Location = new System.Drawing.Point(67, 94); this.groupBoxTaskDefaults.Name = "groupBoxTaskDefaults"; this.groupBoxTaskDefaults.Size = new System.Drawing.Size(290, 83); this.groupBoxTaskDefaults.TabIndex = 76; this.groupBoxTaskDefaults.TabStop = false; this.groupBoxTaskDefaults.Text = "Local Computer Default Settings"; // // validNumY // this.validNumY.Location = new System.Drawing.Point(235, 59); this.validNumY.MaxLength = 4; this.validNumY.MaxVal = 1200; this.validNumY.MinVal = 300; this.validNumY.Name = "validNumY"; this.validNumY.Size = new System.Drawing.Size(47, 20); this.validNumY.TabIndex = 188; this.validNumY.Text = "542"; this.validNumY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // validNumX // this.validNumX.Location = new System.Drawing.Point(115, 59); this.validNumX.MaxLength = 4; this.validNumX.MaxVal = 2000; this.validNumX.MinVal = 300; this.validNumX.Name = "validNumX"; this.validNumX.Size = new System.Drawing.Size(47, 20); this.validNumX.TabIndex = 186; this.validNumX.Text = "542"; this.validNumX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label15 // this.label15.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label15.Location = new System.Drawing.Point(86, 17); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(83, 17); this.label15.TabIndex = 39; this.label15.Text = "Title Text"; this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label17 // this.label17.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label17.Location = new System.Drawing.Point(110, 39); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(195, 15); this.label17.TabIndex = 73; this.label17.Text = "Show ID in title bar"; this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupBox6 // this.groupBox6.Controls.Add(this.checkTitleBarShowSite); this.groupBox6.Controls.Add(this.textMainWindowTitle); this.groupBox6.Controls.Add(this.label15); this.groupBox6.Controls.Add(this.comboShowID); this.groupBox6.Controls.Add(this.label17); this.groupBox6.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox6.Location = new System.Drawing.Point(12, 46); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(453, 83); this.groupBox6.TabIndex = 195; this.groupBox6.TabStop = false; this.groupBox6.Text = "Main Window Title"; // // checkTitleBarShowSite // this.checkTitleBarShowSite.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkTitleBarShowSite.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTitleBarShowSite.Location = new System.Drawing.Point(75, 60); this.checkTitleBarShowSite.Name = "checkTitleBarShowSite"; this.checkTitleBarShowSite.Size = new System.Drawing.Size(362, 17); this.checkTitleBarShowSite.TabIndex = 74; this.checkTitleBarShowSite.Text = "Show Site (public health must also be turned on)"; this.checkTitleBarShowSite.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(410, 17); this.label1.TabIndex = 196; this.label1.Text = "See Setup | Modules for setup options that were previously in this window."; // // textWebServiceServerName // this.textWebServiceServerName.Location = new System.Drawing.Point(284, 212); this.textWebServiceServerName.Name = "textWebServiceServerName"; this.textWebServiceServerName.Size = new System.Drawing.Size(165, 20); this.textWebServiceServerName.TabIndex = 197; // // label2 // this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point(4, 213); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(279, 17); this.label2.TabIndex = 198; this.label2.Text = "Middle Tier: Server Name"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butLanguages // this.butLanguages.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butLanguages.Autosize = true; this.butLanguages.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLanguages.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLanguages.CornerRadius = 4F; this.butLanguages.Location = new System.Drawing.Point(360, 178); this.butLanguages.Name = "butLanguages"; this.butLanguages.Size = new System.Drawing.Size(88, 24); this.butLanguages.TabIndex = 63; this.butLanguages.Text = "Edit Languages"; this.butLanguages.Click += new System.EventHandler(this.butLanguages_Click); // // textSigInterval // this.textSigInterval.Location = new System.Drawing.Point(375, 147); this.textSigInterval.MaxVal = 1000000; this.textSigInterval.MinVal = 1; this.textSigInterval.Name = "textSigInterval"; this.textSigInterval.Size = new System.Drawing.Size(74, 20); this.textSigInterval.TabIndex = 57; this.textSigInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(487, 400); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 8; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(487, 362); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 7; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // FormMisc // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(579, 437); this.Controls.Add(this.textWebServiceServerName); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox2); this.Controls.Add(this.label4); this.Controls.Add(this.butLanguages); this.Controls.Add(this.textSigInterval); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label3); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormMisc"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Miscellaneous Setup"; this.Load += new System.EventHandler(this.FormMisc_Load); this.groupBox2.ResumeLayout(false); this.groupBoxTaskDefaults.ResumeLayout(false); this.groupBoxTaskDefaults.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormDunningEdit)); this.label1 = new System.Windows.Forms.Label(); this.textDunMessage = new System.Windows.Forms.TextBox(); this.listBillType = new System.Windows.Forms.ListBox(); this.label8 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.labelDaysInAdvance = new System.Windows.Forms.Label(); this.textDaysInAdvance = new OpenDental.ValidNumber(); 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.groupBox2 = new System.Windows.Forms.GroupBox(); this.radioY = new System.Windows.Forms.RadioButton(); this.radioN = new System.Windows.Forms.RadioButton(); this.radioU = new System.Windows.Forms.RadioButton(); this.textMessageBold = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.label10 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textEmailBody = new System.Windows.Forms.TextBox(); this.textEmailSubject = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.butDelete = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butPickClinic = new OpenDental.UI.Button(); this.labelClinic = new System.Windows.Forms.Label(); this.comboClinics = new System.Windows.Forms.ComboBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(7, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(148, 17); this.label1.TabIndex = 2; this.label1.Text = "Message"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textDunMessage // this.textDunMessage.AcceptsReturn = true; this.textDunMessage.AcceptsTab = true; this.textDunMessage.Location = new System.Drawing.Point(7, 37); this.textDunMessage.Multiline = true; this.textDunMessage.Name = "textDunMessage"; this.textDunMessage.Size = new System.Drawing.Size(428, 89); this.textDunMessage.TabIndex = 0; // // listBillType // this.listBillType.Location = new System.Drawing.Point(12, 35); this.listBillType.Name = "listBillType"; this.listBillType.Size = new System.Drawing.Size(158, 199); this.listBillType.TabIndex = 113; // // label8 // this.label8.Location = new System.Drawing.Point(12, 17); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(158, 16); this.label8.TabIndex = 114; this.label8.Text = "Billing Type:"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupBox1 // this.groupBox1.Controls.Add(this.labelDaysInAdvance); this.groupBox1.Controls.Add(this.textDaysInAdvance); 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(176, 29); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(277, 110); this.groupBox1.TabIndex = 115; this.groupBox1.TabStop = false; this.groupBox1.Text = "Age of Account"; // // labelDaysInAdvance // this.labelDaysInAdvance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelDaysInAdvance.Location = new System.Drawing.Point(148, 85); this.labelDaysInAdvance.Name = "labelDaysInAdvance"; this.labelDaysInAdvance.Size = new System.Drawing.Size(88, 18); this.labelDaysInAdvance.TabIndex = 121; this.labelDaysInAdvance.Text = "Days in Adv"; this.labelDaysInAdvance.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDaysInAdvance // this.textDaysInAdvance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textDaysInAdvance.Location = new System.Drawing.Point(237, 84); this.textDaysInAdvance.MaxVal = 2147483647; this.textDaysInAdvance.MinVal = 0; this.textDaysInAdvance.Name = "textDaysInAdvance"; this.textDaysInAdvance.Size = new System.Drawing.Size(34, 20); this.textDaysInAdvance.TabIndex = 4; // // 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(114, 18); this.radio30.TabIndex = 1; this.radio30.Text = "Over 30 Days"; // // radio90 // this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radio90.Location = new System.Drawing.Point(12, 85); this.radio90.Name = "radio90"; this.radio90.Size = new System.Drawing.Size(114, 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, 63); this.radio60.Name = "radio60"; this.radio60.Size = new System.Drawing.Size(114, 18); this.radio60.TabIndex = 2; this.radio60.Text = "Over 60 Days"; // // radioAny // 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(114, 18); this.radioAny.TabIndex = 0; this.radioAny.Text = "Any Balance"; this.radioAny.CheckedChanged += new System.EventHandler(this.radioAny_CheckedChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.radioY); this.groupBox2.Controls.Add(this.radioN); this.groupBox2.Controls.Add(this.radioU); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(176, 147); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(277, 87); this.groupBox2.TabIndex = 117; this.groupBox2.TabStop = false; this.groupBox2.Text = "Insurance Payment Pending"; // // radioY // this.radioY.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioY.Location = new System.Drawing.Point(12, 39); this.radioY.Name = "radioY"; this.radioY.Size = new System.Drawing.Size(114, 18); this.radioY.TabIndex = 1; this.radioY.TabStop = true; this.radioY.Text = "Yes"; // // radioN // this.radioN.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioN.Location = new System.Drawing.Point(12, 61); this.radioN.Name = "radioN"; this.radioN.Size = new System.Drawing.Size(114, 18); this.radioN.TabIndex = 2; this.radioN.TabStop = true; this.radioN.Text = "No"; // // radioU // this.radioU.Checked = true; this.radioU.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioU.Location = new System.Drawing.Point(12, 17); this.radioU.Name = "radioU"; this.radioU.Size = new System.Drawing.Size(114, 18); this.radioU.TabIndex = 0; this.radioU.TabStop = true; this.radioU.Text = "Doesn\'t Matter"; // // textMessageBold // this.textMessageBold.AcceptsReturn = true; this.textMessageBold.AcceptsTab = true; this.textMessageBold.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textMessageBold.ForeColor = System.Drawing.Color.DarkRed; this.textMessageBold.Location = new System.Drawing.Point(7, 149); this.textMessageBold.Multiline = true; this.textMessageBold.Name = "textMessageBold"; this.textMessageBold.Size = new System.Drawing.Size(428, 89); this.textMessageBold.TabIndex = 118; // // label2 // this.label2.Location = new System.Drawing.Point(7, 130); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(148, 17); this.label2.TabIndex = 119; this.label2.Text = "Bold Message"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupBox3 // this.groupBox3.Controls.Add(this.label1); this.groupBox3.Controls.Add(this.textMessageBold); this.groupBox3.Controls.Add(this.textDunMessage); this.groupBox3.Controls.Add(this.label2); this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox3.Location = new System.Drawing.Point(12, 240); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(441, 246); this.groupBox3.TabIndex = 118; this.groupBox3.TabStop = false; this.groupBox3.Text = "Statement Notes"; // // groupBox4 // this.groupBox4.Controls.Add(this.label10); this.groupBox4.Controls.Add(this.label3); this.groupBox4.Controls.Add(this.textEmailBody); this.groupBox4.Controls.Add(this.textEmailSubject); this.groupBox4.Controls.Add(this.label4); this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox4.Location = new System.Drawing.Point(459, 29); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(437, 457); this.groupBox4.TabIndex = 119; this.groupBox4.TabStop = false; this.groupBox4.Text = "Email Statement Override"; // // label10 // this.label10.Location = new System.Drawing.Point(6, 18); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(424, 49); this.label10.TabIndex = 250; this.label10.Text = resources.GetString("label10.Text"); // // label3 // this.label3.Location = new System.Drawing.Point(6, 68); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(412, 17); this.label3.TabIndex = 2; this.label3.Text = "Subject"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textEmailBody // this.textEmailBody.AcceptsReturn = true; this.textEmailBody.AcceptsTab = true; this.textEmailBody.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.textEmailBody.ForeColor = System.Drawing.Color.Black; this.textEmailBody.Location = new System.Drawing.Point(6, 132); this.textEmailBody.Multiline = true; this.textEmailBody.Name = "textEmailBody"; this.textEmailBody.Size = new System.Drawing.Size(424, 317); this.textEmailBody.TabIndex = 118; // // textEmailSubject // this.textEmailSubject.AcceptsReturn = true; this.textEmailSubject.AcceptsTab = true; this.textEmailSubject.Location = new System.Drawing.Point(6, 87); this.textEmailSubject.MaxLength = 200; this.textEmailSubject.Multiline = true; this.textEmailSubject.Name = "textEmailSubject"; this.textEmailSubject.Size = new System.Drawing.Size(424, 22); this.textEmailSubject.TabIndex = 0; // // label4 // this.label4.Location = new System.Drawing.Point(6, 113); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(412, 17); this.label4.TabIndex = 119; this.label4.Text = "Body"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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, 493); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(81, 24); this.butDelete.TabIndex = 4; this.butDelete.Text = "Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(738, 493); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(76, 24); this.butOK.TabIndex = 8; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.Location = new System.Drawing.Point(820, 493); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(76, 24); this.butCancel.TabIndex = 9; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butPickClinic // this.butPickClinic.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPickClinic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butPickClinic.Autosize = true; this.butPickClinic.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickClinic.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickClinic.CornerRadius = 2F; this.butPickClinic.Location = new System.Drawing.Point(875, 12); this.butPickClinic.Name = "butPickClinic"; this.butPickClinic.Size = new System.Drawing.Size(21, 21); this.butPickClinic.TabIndex = 257; this.butPickClinic.Text = "..."; this.butPickClinic.Visible = false; this.butPickClinic.Click += new System.EventHandler(this.butPickClinic_Click); // // 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(646, 13); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(82, 18); this.labelClinic.TabIndex = 256; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelClinic.Visible = false; // // comboClinics // this.comboClinics.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboClinics.BackColor = System.Drawing.SystemColors.Window; this.comboClinics.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinics.Location = new System.Drawing.Point(729, 12); this.comboClinics.Name = "comboClinics"; this.comboClinics.Size = new System.Drawing.Size(143, 21); this.comboClinics.TabIndex = 255; this.comboClinics.Visible = false; // // FormDunningEdit // this.ClientSize = new System.Drawing.Size(908, 529); this.Controls.Add(this.butPickClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.comboClinics); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.listBillType); this.Controls.Add(this.label8); this.Controls.Add(this.butDelete); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(924, 568); this.Name = "FormDunningEdit"; this.ShowInTaskbar = false; this.Text = "Edit Dunning Message"; this.Load += new System.EventHandler(this.FormDunningEdit_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRepeatChargeEdit)); this.label1 = new System.Windows.Forms.Label(); this.textCode = new System.Windows.Forms.TextBox(); this.labelChargeAmount = new System.Windows.Forms.Label(); this.labelDateStart = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textNote = new System.Windows.Forms.TextBox(); this.labelNote = new System.Windows.Forms.Label(); this.textDesc = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.checkCopyNoteToProc = new System.Windows.Forms.CheckBox(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.checkCreatesClaim = new System.Windows.Forms.CheckBox(); this.checkIsEnabled = new System.Windows.Forms.CheckBox(); this.textTotalAmount = new System.Windows.Forms.TextBox(); this.textNumOfCharges = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.butCalculate = new OpenDental.UI.Button(); this.butManual = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.textDateStop = new OpenDental.ValidDate(); this.textDateStart = new OpenDental.ValidDate(); this.textChargeAmt = new OpenDental.ValidDouble(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.labelBillingCycleDay = new System.Windows.Forms.Label(); this.textBillingDay = new OpenDental.ValidNumber(); this.labelPatNum = new System.Windows.Forms.Label(); this.textPatNum = new System.Windows.Forms.TextBox(); this.butMoveTo = new OpenDental.UI.Button(); this.labelNpi = new System.Windows.Forms.Label(); this.labelErxAccountId = new System.Windows.Forms.Label(); this.textNpi = new System.Windows.Forms.TextBox(); this.textErxAccountId = new System.Windows.Forms.TextBox(); this.checkUsePrepay = new System.Windows.Forms.CheckBox(); this.labelProviderName = new System.Windows.Forms.Label(); this.textProvName = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(4, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(156, 16); this.label1.TabIndex = 2; this.label1.Text = "Code"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textCode // this.textCode.Location = new System.Drawing.Point(162, 17); this.textCode.MaxLength = 15; this.textCode.Name = "textCode"; this.textCode.ReadOnly = true; this.textCode.Size = new System.Drawing.Size(100, 20); this.textCode.TabIndex = 3; this.textCode.TabStop = false; // // labelChargeAmount // this.labelChargeAmount.Location = new System.Drawing.Point(4, 139); this.labelChargeAmount.Name = "labelChargeAmount"; this.labelChargeAmount.Size = new System.Drawing.Size(156, 16); this.labelChargeAmount.TabIndex = 4; this.labelChargeAmount.Text = "Charge Amount"; this.labelChargeAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelDateStart // this.labelDateStart.Location = new System.Drawing.Point(4, 168); this.labelDateStart.Name = "labelDateStart"; this.labelDateStart.Size = new System.Drawing.Size(156, 16); this.labelDateStart.TabIndex = 7; this.labelDateStart.Text = "Date Start"; this.labelDateStart.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.Location = new System.Drawing.Point(4, 196); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(156, 16); this.label4.TabIndex = 9; this.label4.Text = "Date Stop"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textNote // this.textNote.Location = new System.Drawing.Point(162, 270); this.textNote.MaxLength = 10000; this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.Size = new System.Drawing.Size(424, 114); this.textNote.TabIndex = 6; // // labelNote // this.labelNote.Location = new System.Drawing.Point(4, 273); this.labelNote.Name = "labelNote"; this.labelNote.Size = new System.Drawing.Size(156, 16); this.labelNote.TabIndex = 10; this.labelNote.Text = "Note"; this.labelNote.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDesc // this.textDesc.BackColor = System.Drawing.SystemColors.Control; this.textDesc.Location = new System.Drawing.Point(267, 17); this.textDesc.Name = "textDesc"; this.textDesc.Size = new System.Drawing.Size(241, 20); this.textDesc.TabIndex = 40; this.textDesc.TabStop = false; // // label6 // this.label6.Location = new System.Drawing.Point(265, 1); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(224, 16); this.label6.TabIndex = 39; this.label6.Text = "Procedure Description:"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label7 // this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label7.Location = new System.Drawing.Point(128, 491); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(238, 29); this.label7.TabIndex = 42; this.label7.Text = "It\'s OK to delete an obsolete repeating charge. It does not affect any charges " + "already billed."; this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // checkCopyNoteToProc // this.checkCopyNoteToProc.Location = new System.Drawing.Point(162, 388); this.checkCopyNoteToProc.Name = "checkCopyNoteToProc"; this.checkCopyNoteToProc.Size = new System.Drawing.Size(250, 18); this.checkCopyNoteToProc.TabIndex = 7; this.checkCopyNoteToProc.Text = "Copy note to procedure billing note."; this.checkCopyNoteToProc.UseVisualStyleBackColor = true; // // label8 // this.label8.Location = new System.Drawing.Point(17, 22); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(136, 16); this.label8.TabIndex = 44; this.label8.Text = "Total Amount"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label9 // this.label9.Location = new System.Drawing.Point(17, 48); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(136, 16); this.label9.TabIndex = 46; this.label9.Text = "Number of Charges"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkCreatesClaim // this.checkCreatesClaim.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkCreatesClaim.Location = new System.Drawing.Point(7, 218); this.checkCreatesClaim.Name = "checkCreatesClaim"; this.checkCreatesClaim.Size = new System.Drawing.Size(169, 18); this.checkCreatesClaim.TabIndex = 4; this.checkCreatesClaim.Text = "Creates Claim"; this.checkCreatesClaim.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkCreatesClaim.UseVisualStyleBackColor = true; // // checkIsEnabled // this.checkIsEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsEnabled.Location = new System.Drawing.Point(7, 250); this.checkIsEnabled.Name = "checkIsEnabled"; this.checkIsEnabled.Size = new System.Drawing.Size(169, 18); this.checkIsEnabled.TabIndex = 5; this.checkIsEnabled.Text = "Enabled"; this.checkIsEnabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsEnabled.UseVisualStyleBackColor = true; // // textTotalAmount // this.textTotalAmount.Location = new System.Drawing.Point(155, 19); this.textTotalAmount.Name = "textTotalAmount"; this.textTotalAmount.Size = new System.Drawing.Size(100, 20); this.textTotalAmount.TabIndex = 0; // // textNumOfCharges // this.textNumOfCharges.Location = new System.Drawing.Point(155, 45); this.textNumOfCharges.Name = "textNumOfCharges"; this.textNumOfCharges.Size = new System.Drawing.Size(100, 20); this.textNumOfCharges.TabIndex = 1; // // label10 // this.label10.Location = new System.Drawing.Point(245, 429); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(225, 29); this.label10.TabIndex = 53; this.label10.Text = "This will add a completed procedure of the code listed above to this patient\'s ac" + "count."; // // groupBox1 // this.groupBox1.Controls.Add(this.butCalculate); this.groupBox1.Controls.Add(this.textTotalAmount); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.textNumOfCharges); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Location = new System.Drawing.Point(7, 48); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(359, 79); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Calculate Charge Amount (optional)"; // // butCalculate // this.butCalculate.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCalculate.Autosize = true; this.butCalculate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCalculate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCalculate.CornerRadius = 4F; this.butCalculate.Location = new System.Drawing.Point(261, 44); this.butCalculate.Name = "butCalculate"; this.butCalculate.Size = new System.Drawing.Size(75, 24); this.butCalculate.TabIndex = 2; this.butCalculate.Text = "Calculate"; this.butCalculate.Click += new System.EventHandler(this.butCalculate_Click); // // butManual // this.butManual.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butManual.Autosize = true; this.butManual.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butManual.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butManual.CornerRadius = 4F; this.butManual.Location = new System.Drawing.Point(162, 431); this.butManual.Name = "butManual"; this.butManual.Size = new System.Drawing.Size(75, 24); this.butManual.TabIndex = 12; this.butManual.Text = "Manual"; this.butManual.Click += new System.EventHandler(this.butManual_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(35, 493); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(83, 26); this.butDelete.TabIndex = 11; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textDateStop // this.textDateStop.Location = new System.Drawing.Point(162, 194); this.textDateStop.Name = "textDateStop"; this.textDateStop.Size = new System.Drawing.Size(100, 20); this.textDateStop.TabIndex = 3; // // textDateStart // this.textDateStart.Location = new System.Drawing.Point(162, 165); this.textDateStart.Name = "textDateStart"; this.textDateStart.Size = new System.Drawing.Size(100, 20); this.textDateStart.TabIndex = 2; // // textChargeAmt // this.textChargeAmt.Location = new System.Drawing.Point(162, 136); this.textChargeAmt.MaxVal = 100000000D; this.textChargeAmt.MinVal = -100000000D; this.textChargeAmt.Name = "textChargeAmt"; this.textChargeAmt.Size = new System.Drawing.Size(100, 20); this.textChargeAmt.TabIndex = 1; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(595, 450); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 9; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.Location = new System.Drawing.Point(595, 491); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 10; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // labelBillingCycleDay // this.labelBillingCycleDay.Location = new System.Drawing.Point(372, 67); this.labelBillingCycleDay.Name = "labelBillingCycleDay"; this.labelBillingCycleDay.Size = new System.Drawing.Size(137, 16); this.labelBillingCycleDay.TabIndex = 55; this.labelBillingCycleDay.Text = "Billing Cycle Day"; this.labelBillingCycleDay.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelBillingCycleDay.Visible = false; // // textBillingDay // this.textBillingDay.Location = new System.Drawing.Point(511, 66); this.textBillingDay.MaxVal = 31; this.textBillingDay.MinVal = 1; this.textBillingDay.Name = "textBillingDay"; this.textBillingDay.Size = new System.Drawing.Size(75, 20); this.textBillingDay.TabIndex = 8; this.textBillingDay.Visible = false; // // labelPatNum // this.labelPatNum.Location = new System.Drawing.Point(400, 93); this.labelPatNum.Name = "labelPatNum"; this.labelPatNum.Size = new System.Drawing.Size(110, 16); this.labelPatNum.TabIndex = 58; this.labelPatNum.Text = "PatNum"; this.labelPatNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelPatNum.Visible = false; // // textPatNum // this.textPatNum.Location = new System.Drawing.Point(511, 92); this.textPatNum.Name = "textPatNum"; this.textPatNum.ReadOnly = true; this.textPatNum.Size = new System.Drawing.Size(75, 20); this.textPatNum.TabIndex = 57; this.textPatNum.Visible = false; // // butMoveTo // this.butMoveTo.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butMoveTo.Autosize = true; this.butMoveTo.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butMoveTo.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butMoveTo.CornerRadius = 4F; this.butMoveTo.Location = new System.Drawing.Point(588, 90); this.butMoveTo.Name = "butMoveTo"; this.butMoveTo.Size = new System.Drawing.Size(75, 24); this.butMoveTo.TabIndex = 56; this.butMoveTo.Text = "Move To"; this.butMoveTo.Visible = false; this.butMoveTo.Click += new System.EventHandler(this.butMoveTo_Click); // // labelNpi // this.labelNpi.Location = new System.Drawing.Point(372, 119); this.labelNpi.Name = "labelNpi"; this.labelNpi.Size = new System.Drawing.Size(137, 16); this.labelNpi.TabIndex = 60; this.labelNpi.Text = "NPI"; this.labelNpi.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelNpi.Visible = false; // // labelErxAccountId // this.labelErxAccountId.Location = new System.Drawing.Point(372, 145); this.labelErxAccountId.Name = "labelErxAccountId"; this.labelErxAccountId.Size = new System.Drawing.Size(137, 16); this.labelErxAccountId.TabIndex = 62; this.labelErxAccountId.Text = "ErxAccountId"; this.labelErxAccountId.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelErxAccountId.Visible = false; // // textNpi // this.textNpi.Location = new System.Drawing.Point(511, 118); this.textNpi.Name = "textNpi"; this.textNpi.Size = new System.Drawing.Size(75, 20); this.textNpi.TabIndex = 63; this.textNpi.Visible = false; // // textErxAccountId // this.textErxAccountId.Location = new System.Drawing.Point(511, 144); this.textErxAccountId.Name = "textErxAccountId"; this.textErxAccountId.Size = new System.Drawing.Size(75, 20); this.textErxAccountId.TabIndex = 64; this.textErxAccountId.Visible = false; // // checkUsePrepay // this.checkUsePrepay.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkUsePrepay.Location = new System.Drawing.Point(7, 234); this.checkUsePrepay.Name = "checkUsePrepay"; this.checkUsePrepay.Size = new System.Drawing.Size(169, 18); this.checkUsePrepay.TabIndex = 66; this.checkUsePrepay.Text = "Use prepayments"; this.checkUsePrepay.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkUsePrepay.UseVisualStyleBackColor = true; // // labelProviderName // this.labelProviderName.Location = new System.Drawing.Point(375, 171); this.labelProviderName.Name = "labelProviderName"; this.labelProviderName.Size = new System.Drawing.Size(135, 16); this.labelProviderName.TabIndex = 68; this.labelProviderName.Text = "ProviderName"; this.labelProviderName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelProviderName.Visible = false; // // textProvName // this.textProvName.Location = new System.Drawing.Point(511, 170); this.textProvName.Name = "textProvName"; this.textProvName.Size = new System.Drawing.Size(152, 20); this.textProvName.TabIndex = 67; this.textProvName.Visible = false; // // FormRepeatChargeEdit // this.ClientSize = new System.Drawing.Size(705, 545); this.Controls.Add(this.labelProviderName); this.Controls.Add(this.textProvName); this.Controls.Add(this.checkUsePrepay); this.Controls.Add(this.textErxAccountId); this.Controls.Add(this.textNpi); this.Controls.Add(this.labelErxAccountId); this.Controls.Add(this.labelNpi); this.Controls.Add(this.labelPatNum); this.Controls.Add(this.textPatNum); this.Controls.Add(this.butMoveTo); this.Controls.Add(this.textBillingDay); this.Controls.Add(this.labelBillingCycleDay); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label10); this.Controls.Add(this.checkIsEnabled); this.Controls.Add(this.checkCreatesClaim); this.Controls.Add(this.butManual); this.Controls.Add(this.checkCopyNoteToProc); this.Controls.Add(this.label7); this.Controls.Add(this.butDelete); this.Controls.Add(this.textDesc); this.Controls.Add(this.label6); this.Controls.Add(this.textNote); this.Controls.Add(this.labelNote); this.Controls.Add(this.label4); this.Controls.Add(this.textDateStop); this.Controls.Add(this.labelDateStart); this.Controls.Add(this.textDateStart); this.Controls.Add(this.textChargeAmt); this.Controls.Add(this.labelChargeAmount); this.Controls.Add(this.textCode); this.Controls.Add(this.label1); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormRepeatChargeEdit"; this.ShowInTaskbar = false; this.Text = "Edit Repeat Charge"; this.Load += new System.EventHandler(this.FormRepeatChargeEdit_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsBenefits)); this.checkSimplified = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.labelSubscNote = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.comboExams = new System.Windows.Forms.ComboBox(); this.label24 = new System.Windows.Forms.Label(); this.textExams = new OpenDental.ValidNumber(); this.label8 = new System.Windows.Forms.Label(); this.comboPano = new System.Windows.Forms.ComboBox(); this.textPano = new OpenDental.ValidNumber(); this.label7 = new System.Windows.Forms.Label(); this.comboBW = new System.Windows.Forms.ComboBox(); this.textBW = new OpenDental.ValidNumber(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.textOrthoPercent = new OpenDental.ValidNumber(); this.label11 = new System.Windows.Forms.Label(); this.textOrthoMax = new OpenDental.ValidDouble(); this.label10 = new System.Windows.Forms.Label(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.textDeductDiagFam = new OpenDental.ValidDouble(); this.textDeductXrayFam = new OpenDental.ValidDouble(); this.textDeductDiag = new OpenDental.ValidDouble(); this.label3 = new System.Windows.Forms.Label(); this.textDeductXray = new OpenDental.ValidDouble(); this.label29 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.textDeductPreventFam = new OpenDental.ValidDouble(); this.textXray = new OpenDental.ValidNumber(); this.label25 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.textStand4 = new OpenDental.ValidNumber(); this.textAccident = new OpenDental.ValidNumber(); this.label23 = new System.Windows.Forms.Label(); this.textStand2 = new OpenDental.ValidNumber(); this.textMaxProsth = new OpenDental.ValidNumber(); this.textDeductPrevent = new OpenDental.ValidDouble(); this.label22 = new System.Windows.Forms.Label(); this.textStand1 = new OpenDental.ValidNumber(); this.textProsth = new OpenDental.ValidNumber(); this.label21 = new System.Windows.Forms.Label(); this.textOralSurg = new OpenDental.ValidNumber(); this.label20 = new System.Windows.Forms.Label(); this.textPerio = new OpenDental.ValidNumber(); this.label19 = new System.Windows.Forms.Label(); this.textEndo = new OpenDental.ValidNumber(); this.label18 = new System.Windows.Forms.Label(); this.textRoutinePrev = new OpenDental.ValidNumber(); this.label9 = new System.Windows.Forms.Label(); this.textCrowns = new OpenDental.ValidNumber(); this.label15 = new System.Windows.Forms.Label(); this.textRestorative = new OpenDental.ValidNumber(); this.label16 = new System.Windows.Forms.Label(); this.textDiagnostic = new OpenDental.ValidNumber(); this.label17 = new System.Windows.Forms.Label(); this.panelSimple = new System.Windows.Forms.Panel(); this.label14 = new System.Windows.Forms.Label(); this.textAnnualMaxFam = new OpenDental.ValidDouble(); this.textDeductibleFam = new OpenDental.ValidDouble(); this.label13 = new System.Windows.Forms.Label(); this.textAnnualMax = new OpenDental.ValidDouble(); this.textFlo = new OpenDental.ValidNumber(); this.textDeductible = new OpenDental.ValidDouble(); this.label30 = new System.Windows.Forms.Label(); this.groupYear = new System.Windows.Forms.GroupBox(); this.checkCalendarYear = new System.Windows.Forms.CheckBox(); this.textMonth = new OpenDental.ValidNumber(); this.textSubscNote = new OpenDental.ODtextBox(); this.gridBenefits = new OpenDental.UI.ODGrid(); this.butDelete = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.panelSimple.SuspendLayout(); this.groupYear.SuspendLayout(); this.SuspendLayout(); // // checkSimplified // this.checkSimplified.Checked = true; this.checkSimplified.CheckState = System.Windows.Forms.CheckState.Checked; this.checkSimplified.Location = new System.Drawing.Point(12, 10); this.checkSimplified.Name = "checkSimplified"; this.checkSimplified.Size = new System.Drawing.Size(123, 17); this.checkSimplified.TabIndex = 40; this.checkSimplified.Text = "Simplified View"; this.checkSimplified.UseVisualStyleBackColor = true; this.checkSimplified.Click += new System.EventHandler(this.checkSimplified_Click); // // label1 // this.label1.Location = new System.Drawing.Point(62, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 21); this.label1.TabIndex = 159; this.label1.Text = "Annual Max"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelSubscNote // this.labelSubscNote.Location = new System.Drawing.Point(38, 563); this.labelSubscNote.Name = "labelSubscNote"; this.labelSubscNote.Size = new System.Drawing.Size(74, 41); this.labelSubscNote.TabIndex = 160; this.labelSubscNote.Text = "Notes"; this.labelSubscNote.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label2 // this.label2.Location = new System.Drawing.Point(15, 59); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(147, 21); this.label2.TabIndex = 163; this.label2.Text = "General Deductible"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.Location = new System.Drawing.Point(62, 86); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 21); this.label4.TabIndex = 167; this.label4.Text = "Fluoride to Age"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label5 // this.label5.Location = new System.Drawing.Point(27, 46); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(70, 21); this.label5.TabIndex = 168; this.label5.Text = "BWs"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label6 // this.label6.Location = new System.Drawing.Point(99, 30); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(39, 15); this.label6.TabIndex = 170; this.label6.Text = "#"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // groupBox1 // this.groupBox1.Controls.Add(this.comboExams); this.groupBox1.Controls.Add(this.label24); this.groupBox1.Controls.Add(this.textExams); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.comboPano); this.groupBox1.Controls.Add(this.textPano); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.comboBW); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.textBW); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Location = new System.Drawing.Point(67, 117); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(282, 114); this.groupBox1.TabIndex = 171; this.groupBox1.TabStop = false; this.groupBox1.Text = "Frequencies"; // // comboExams // this.comboExams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboExams.FormattingEnabled = true; this.comboExams.Items.AddRange(new object[] { "Every # Years", "# Per Year", "Every # Months"}); this.comboExams.Location = new System.Drawing.Point(142, 89); this.comboExams.Name = "comboExams"; this.comboExams.Size = new System.Drawing.Size(136, 21); this.comboExams.TabIndex = 11; // // label24 // this.label24.Location = new System.Drawing.Point(6, 17); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(270, 13); this.label24.TabIndex = 180; this.label24.Text = "These do not affect estimate calculations."; this.label24.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textExams // this.textExams.Location = new System.Drawing.Point(99, 89); this.textExams.MaxVal = 255; this.textExams.MinVal = 0; this.textExams.Name = "textExams"; this.textExams.Size = new System.Drawing.Size(39, 20); this.textExams.TabIndex = 10; // // label8 // this.label8.Location = new System.Drawing.Point(27, 88); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(70, 21); this.label8.TabIndex = 176; this.label8.Text = "Exams"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboPano // this.comboPano.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPano.FormattingEnabled = true; this.comboPano.Items.AddRange(new object[] { "Every # Years", "# Per Year", "Every # Months"}); this.comboPano.Location = new System.Drawing.Point(142, 68); this.comboPano.Name = "comboPano"; this.comboPano.Size = new System.Drawing.Size(136, 21); this.comboPano.TabIndex = 9; // // textPano // this.textPano.Location = new System.Drawing.Point(99, 68); this.textPano.MaxVal = 255; this.textPano.MinVal = 0; this.textPano.Name = "textPano"; this.textPano.Size = new System.Drawing.Size(39, 20); this.textPano.TabIndex = 8; // // label7 // this.label7.Location = new System.Drawing.Point(27, 67); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(70, 21); this.label7.TabIndex = 173; this.label7.Text = "Pano/FMX"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboBW // this.comboBW.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBW.FormattingEnabled = true; this.comboBW.Items.AddRange(new object[] { "Every # Years", "# Per Year", "Every # Months"}); this.comboBW.Location = new System.Drawing.Point(142, 47); this.comboBW.Name = "comboBW"; this.comboBW.Size = new System.Drawing.Size(136, 21); this.comboBW.TabIndex = 7; // // textBW // this.textBW.Location = new System.Drawing.Point(99, 47); this.textBW.MaxVal = 255; this.textBW.MinVal = 0; this.textBW.Name = "textBW"; this.textBW.Size = new System.Drawing.Size(39, 20); this.textBW.TabIndex = 6; // // groupBox3 // this.groupBox3.Controls.Add(this.textOrthoPercent); this.groupBox3.Controls.Add(this.label11); this.groupBox3.Controls.Add(this.textOrthoMax); this.groupBox3.Controls.Add(this.label10); this.groupBox3.Location = new System.Drawing.Point(67, 238); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(282, 63); this.groupBox3.TabIndex = 175; this.groupBox3.TabStop = false; this.groupBox3.Text = "Ortho"; // // textOrthoPercent // this.textOrthoPercent.Location = new System.Drawing.Point(99, 36); this.textOrthoPercent.MaxVal = 255; this.textOrthoPercent.MinVal = 0; this.textOrthoPercent.Name = "textOrthoPercent"; this.textOrthoPercent.Size = new System.Drawing.Size(60, 20); this.textOrthoPercent.TabIndex = 13; // // label11 // this.label11.Location = new System.Drawing.Point(27, 35); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(70, 21); this.label11.TabIndex = 174; this.label11.Text = "Percentage"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textOrthoMax // this.textOrthoMax.Location = new System.Drawing.Point(99, 16); this.textOrthoMax.Name = "textOrthoMax"; this.textOrthoMax.Size = new System.Drawing.Size(73, 20); this.textOrthoMax.TabIndex = 12; // // label10 // this.label10.Location = new System.Drawing.Point(2, 15); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(94, 21); this.label10.TabIndex = 163; this.label10.Text = "Lifetime Max"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox4 // this.groupBox4.Controls.Add(this.textDeductDiagFam); this.groupBox4.Controls.Add(this.textDeductXrayFam); this.groupBox4.Controls.Add(this.textDeductDiag); this.groupBox4.Controls.Add(this.label3); this.groupBox4.Controls.Add(this.textDeductXray); this.groupBox4.Controls.Add(this.label29); this.groupBox4.Controls.Add(this.label27); this.groupBox4.Controls.Add(this.label26); this.groupBox4.Controls.Add(this.textDeductPreventFam); this.groupBox4.Controls.Add(this.textXray); this.groupBox4.Controls.Add(this.label25); this.groupBox4.Controls.Add(this.label12); this.groupBox4.Controls.Add(this.panel3); this.groupBox4.Controls.Add(this.panel2); this.groupBox4.Controls.Add(this.panel1); this.groupBox4.Controls.Add(this.textStand4); this.groupBox4.Controls.Add(this.textAccident); this.groupBox4.Controls.Add(this.label23); this.groupBox4.Controls.Add(this.textStand2); this.groupBox4.Controls.Add(this.textMaxProsth); this.groupBox4.Controls.Add(this.textDeductPrevent); this.groupBox4.Controls.Add(this.label22); this.groupBox4.Controls.Add(this.textStand1); this.groupBox4.Controls.Add(this.textProsth); this.groupBox4.Controls.Add(this.label21); this.groupBox4.Controls.Add(this.textOralSurg); this.groupBox4.Controls.Add(this.label20); this.groupBox4.Controls.Add(this.textPerio); this.groupBox4.Controls.Add(this.label19); this.groupBox4.Controls.Add(this.textEndo); this.groupBox4.Controls.Add(this.label18); this.groupBox4.Controls.Add(this.textRoutinePrev); this.groupBox4.Controls.Add(this.label9); this.groupBox4.Controls.Add(this.textCrowns); this.groupBox4.Controls.Add(this.label15); this.groupBox4.Controls.Add(this.textRestorative); this.groupBox4.Controls.Add(this.label16); this.groupBox4.Controls.Add(this.textDiagnostic); this.groupBox4.Controls.Add(this.label17); this.groupBox4.Location = new System.Drawing.Point(357, 3); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(439, 298); this.groupBox4.TabIndex = 176; this.groupBox4.TabStop = false; this.groupBox4.Text = "Categories"; // // textDeductDiagFam // this.textDeductDiagFam.Location = new System.Drawing.Point(348, 47); this.textDeductDiagFam.Name = "textDeductDiagFam"; this.textDeductDiagFam.Size = new System.Drawing.Size(62, 20); this.textDeductDiagFam.TabIndex = 21; // // textDeductXrayFam // this.textDeductXrayFam.Location = new System.Drawing.Point(348, 67); this.textDeductXrayFam.Name = "textDeductXrayFam"; this.textDeductXrayFam.Size = new System.Drawing.Size(62, 20); this.textDeductXrayFam.TabIndex = 22; // // textDeductDiag // this.textDeductDiag.Location = new System.Drawing.Point(280, 47); this.textDeductDiag.Name = "textDeductDiag"; this.textDeductDiag.Size = new System.Drawing.Size(62, 20); this.textDeductDiag.TabIndex = 18; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(275, 12); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(143, 15); this.label3.TabIndex = 206; this.label3.Text = "Deductibles (if different)"; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // textDeductXray // this.textDeductXray.Location = new System.Drawing.Point(280, 67); this.textDeductXray.Name = "textDeductXray"; this.textDeductXray.Size = new System.Drawing.Size(62, 20); this.textDeductXray.TabIndex = 19; // // label29 // this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label29.Location = new System.Drawing.Point(348, 30); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(58, 15); this.label29.TabIndex = 204; this.label29.Text = "Family"; this.label29.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // label27 // this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label27.Location = new System.Drawing.Point(283, 30); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(58, 15); this.label27.TabIndex = 203; this.label27.Text = "Individual"; this.label27.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // label26 // this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label26.Location = new System.Drawing.Point(148, 23); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(60, 22); this.label26.TabIndex = 202; this.label26.Text = "%"; this.label26.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // textDeductPreventFam // this.textDeductPreventFam.Location = new System.Drawing.Point(348, 87); this.textDeductPreventFam.Name = "textDeductPreventFam"; this.textDeductPreventFam.Size = new System.Drawing.Size(62, 20); this.textDeductPreventFam.TabIndex = 23; // // textXray // this.textXray.Location = new System.Drawing.Point(148, 67); this.textXray.MaxVal = 255; this.textXray.MinVal = 0; this.textXray.Name = "textXray"; this.textXray.Size = new System.Drawing.Size(60, 20); this.textXray.TabIndex = 15; // // label25 // this.label25.Location = new System.Drawing.Point(26, 66); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(120, 21); this.label25.TabIndex = 200; this.label25.Text = "X-Ray (if different)"; this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label12 // this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.Location = new System.Drawing.Point(213, 23); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(67, 22); this.label12.TabIndex = 199; this.label12.Text = "Quick %"; this.label12.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // panel3 // this.panel3.BackColor = System.Drawing.SystemColors.ControlDark; this.panel3.Location = new System.Drawing.Point(43, 244); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(246, 1); this.panel3.TabIndex = 198; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.ControlDark; this.panel2.Location = new System.Drawing.Point(43, 197); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(246, 1); this.panel2.TabIndex = 197; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ControlDark; this.panel1.Location = new System.Drawing.Point(43, 110); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(380, 1); this.panel1.TabIndex = 196; // // textStand4 // this.textStand4.Location = new System.Drawing.Point(214, 213); this.textStand4.MaxVal = 255; this.textStand4.MinVal = 0; this.textStand4.Name = "textStand4"; this.textStand4.Size = new System.Drawing.Size(60, 20); this.textStand4.TabIndex = 31; this.textStand4.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textStand4_KeyUp); // // textAccident // this.textAccident.Location = new System.Drawing.Point(148, 268); this.textAccident.MaxVal = 255; this.textAccident.MinVal = 0; this.textAccident.Name = "textAccident"; this.textAccident.Size = new System.Drawing.Size(60, 20); this.textAccident.TabIndex = 33; // // label23 // this.label23.Location = new System.Drawing.Point(26, 267); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(120, 21); this.label23.TabIndex = 194; this.label23.Text = "Accident"; this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textStand2 // this.textStand2.Location = new System.Drawing.Point(214, 144); this.textStand2.MaxVal = 255; this.textStand2.MinVal = 0; this.textStand2.Name = "textStand2"; this.textStand2.Size = new System.Drawing.Size(60, 20); this.textStand2.TabIndex = 28; this.textStand2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textStand2_KeyUp); // // textMaxProsth // this.textMaxProsth.Location = new System.Drawing.Point(148, 248); this.textMaxProsth.MaxVal = 255; this.textMaxProsth.MinVal = 0; this.textMaxProsth.Name = "textMaxProsth"; this.textMaxProsth.Size = new System.Drawing.Size(60, 20); this.textMaxProsth.TabIndex = 32; // // textDeductPrevent // this.textDeductPrevent.Location = new System.Drawing.Point(280, 87); this.textDeductPrevent.Name = "textDeductPrevent"; this.textDeductPrevent.Size = new System.Drawing.Size(62, 20); this.textDeductPrevent.TabIndex = 20; // // label22 // this.label22.Location = new System.Drawing.Point(26, 247); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(120, 21); this.label22.TabIndex = 192; this.label22.Text = "Maxillofacial Prosth"; this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textStand1 // this.textStand1.Location = new System.Drawing.Point(214, 67); this.textStand1.MaxVal = 255; this.textStand1.MinVal = 0; this.textStand1.Name = "textStand1"; this.textStand1.Size = new System.Drawing.Size(60, 20); this.textStand1.TabIndex = 17; this.textStand1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textStand1_KeyUp); // // textProsth // this.textProsth.Location = new System.Drawing.Point(148, 221); this.textProsth.MaxVal = 255; this.textProsth.MinVal = 0; this.textProsth.Name = "textProsth"; this.textProsth.Size = new System.Drawing.Size(60, 20); this.textProsth.TabIndex = 30; // // label21 // this.label21.Location = new System.Drawing.Point(26, 220); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(120, 21); this.label21.TabIndex = 190; this.label21.Text = "Prosthodontics"; this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textOralSurg // this.textOralSurg.Location = new System.Drawing.Point(148, 174); this.textOralSurg.MaxVal = 255; this.textOralSurg.MinVal = 0; this.textOralSurg.Name = "textOralSurg"; this.textOralSurg.Size = new System.Drawing.Size(60, 20); this.textOralSurg.TabIndex = 27; // // label20 // this.label20.Location = new System.Drawing.Point(26, 173); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(120, 21); this.label20.TabIndex = 188; this.label20.Text = "Oral Surgery"; this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textPerio // this.textPerio.Location = new System.Drawing.Point(148, 154); this.textPerio.MaxVal = 255; this.textPerio.MinVal = 0; this.textPerio.Name = "textPerio"; this.textPerio.Size = new System.Drawing.Size(60, 20); this.textPerio.TabIndex = 26; // // label19 // this.label19.Location = new System.Drawing.Point(26, 153); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(120, 21); this.label19.TabIndex = 186; this.label19.Text = "Perio"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textEndo // this.textEndo.Location = new System.Drawing.Point(148, 134); this.textEndo.MaxVal = 255; this.textEndo.MinVal = 0; this.textEndo.Name = "textEndo"; this.textEndo.Size = new System.Drawing.Size(60, 20); this.textEndo.TabIndex = 25; // // label18 // this.label18.Location = new System.Drawing.Point(26, 133); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(120, 21); this.label18.TabIndex = 184; this.label18.Text = "Endo"; this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textRoutinePrev // this.textRoutinePrev.Location = new System.Drawing.Point(148, 87); this.textRoutinePrev.MaxVal = 255; this.textRoutinePrev.MinVal = 0; this.textRoutinePrev.Name = "textRoutinePrev"; this.textRoutinePrev.Size = new System.Drawing.Size(60, 20); this.textRoutinePrev.TabIndex = 16; // // label9 // this.label9.Location = new System.Drawing.Point(26, 86); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(120, 21); this.label9.TabIndex = 182; this.label9.Text = "Routine Preventive"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textCrowns // this.textCrowns.Location = new System.Drawing.Point(148, 201); this.textCrowns.MaxVal = 255; this.textCrowns.MinVal = 0; this.textCrowns.Name = "textCrowns"; this.textCrowns.Size = new System.Drawing.Size(60, 20); this.textCrowns.TabIndex = 29; // // label15 // this.label15.Location = new System.Drawing.Point(26, 200); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(120, 21); this.label15.TabIndex = 180; this.label15.Text = "Crowns"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textRestorative // this.textRestorative.Location = new System.Drawing.Point(148, 114); this.textRestorative.MaxVal = 255; this.textRestorative.MinVal = 0; this.textRestorative.Name = "textRestorative"; this.textRestorative.Size = new System.Drawing.Size(60, 20); this.textRestorative.TabIndex = 24; // // label16 // this.label16.Location = new System.Drawing.Point(26, 113); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(120, 21); this.label16.TabIndex = 178; this.label16.Text = "Restorative"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDiagnostic // this.textDiagnostic.Location = new System.Drawing.Point(148, 47); this.textDiagnostic.MaxVal = 255; this.textDiagnostic.MinVal = 0; this.textDiagnostic.Name = "textDiagnostic"; this.textDiagnostic.Size = new System.Drawing.Size(60, 20); this.textDiagnostic.TabIndex = 14; // // label17 // this.label17.Location = new System.Drawing.Point(3, 46); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(143, 21); this.label17.TabIndex = 176; this.label17.Text = "Diagnostic (includes x-ray)"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panelSimple // this.panelSimple.Controls.Add(this.label14); this.panelSimple.Controls.Add(this.textAnnualMaxFam); this.panelSimple.Controls.Add(this.textDeductibleFam); this.panelSimple.Controls.Add(this.label13); this.panelSimple.Controls.Add(this.textAnnualMax); this.panelSimple.Controls.Add(this.label1); this.panelSimple.Controls.Add(this.textFlo); this.panelSimple.Controls.Add(this.label2); this.panelSimple.Controls.Add(this.groupBox4); this.panelSimple.Controls.Add(this.textDeductible); this.panelSimple.Controls.Add(this.groupBox3); this.panelSimple.Controls.Add(this.groupBox1); this.panelSimple.Controls.Add(this.label4); this.panelSimple.Location = new System.Drawing.Point(-2, 26); this.panelSimple.Name = "panelSimple"; this.panelSimple.Size = new System.Drawing.Size(804, 305); this.panelSimple.TabIndex = 179; // // label14 // this.label14.Location = new System.Drawing.Point(242, 23); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(76, 15); this.label14.TabIndex = 183; this.label14.Text = "Family"; this.label14.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // textAnnualMaxFam // this.textAnnualMaxFam.Location = new System.Drawing.Point(243, 39); this.textAnnualMaxFam.Name = "textAnnualMaxFam"; this.textAnnualMaxFam.Size = new System.Drawing.Size(73, 20); this.textAnnualMaxFam.TabIndex = 2; // // textDeductibleFam // this.textDeductibleFam.Location = new System.Drawing.Point(243, 59); this.textDeductibleFam.Name = "textDeductibleFam"; this.textDeductibleFam.Size = new System.Drawing.Size(73, 20); this.textDeductibleFam.TabIndex = 4; // // label13 // this.label13.Location = new System.Drawing.Point(165, 23); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(78, 15); this.label13.TabIndex = 179; this.label13.Text = "Individual"; this.label13.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // textAnnualMax // this.textAnnualMax.Location = new System.Drawing.Point(166, 39); this.textAnnualMax.Name = "textAnnualMax"; this.textAnnualMax.Size = new System.Drawing.Size(73, 20); this.textAnnualMax.TabIndex = 1; // // textFlo // this.textFlo.Location = new System.Drawing.Point(166, 86); this.textFlo.MaxVal = 255; this.textFlo.MinVal = 0; this.textFlo.Name = "textFlo"; this.textFlo.Size = new System.Drawing.Size(39, 20); this.textFlo.TabIndex = 5; // // textDeductible // this.textDeductible.Location = new System.Drawing.Point(166, 59); this.textDeductible.Name = "textDeductible"; this.textDeductible.Size = new System.Drawing.Size(73, 20); this.textDeductible.TabIndex = 3; // // label30 // this.label30.Location = new System.Drawing.Point(89, 15); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(56, 16); this.label30.TabIndex = 190; this.label30.Text = "Month"; this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupYear // this.groupYear.Controls.Add(this.checkCalendarYear); this.groupYear.Controls.Add(this.textMonth); this.groupYear.Controls.Add(this.label30); this.groupYear.Location = new System.Drawing.Point(141, 3); this.groupYear.Name = "groupYear"; this.groupYear.Size = new System.Drawing.Size(181, 36); this.groupYear.TabIndex = 192; this.groupYear.TabStop = false; this.groupYear.Text = "Benefit Year"; // // checkCalendarYear // this.checkCalendarYear.Location = new System.Drawing.Point(8, 16); this.checkCalendarYear.Name = "checkCalendarYear"; this.checkCalendarYear.Size = new System.Drawing.Size(82, 17); this.checkCalendarYear.TabIndex = 41; this.checkCalendarYear.Text = "Calendar"; this.checkCalendarYear.UseVisualStyleBackColor = true; this.checkCalendarYear.Click += new System.EventHandler(this.checkCalendarYear_Click); // // textMonth // this.textMonth.Location = new System.Drawing.Point(145, 13); this.textMonth.MaxVal = 12; this.textMonth.MinVal = 1; this.textMonth.Name = "textMonth"; this.textMonth.Size = new System.Drawing.Size(28, 20); this.textMonth.TabIndex = 42; // // textSubscNote // this.textSubscNote.AcceptsTab = true; this.textSubscNote.DetectUrls = false; this.textSubscNote.Location = new System.Drawing.Point(112, 560); this.textSubscNote.Name = "textSubscNote"; this.textSubscNote.QuickPasteType = OpenDentBusiness.QuickPasteType.InsPlan; this.textSubscNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textSubscNote.Size = new System.Drawing.Size(485, 98); this.textSubscNote.TabIndex = 100; this.textSubscNote.Text = "1 - Benefits\n2\n3 lines will show here in 46 vert.\n4 lines will show here in 59 ve" + "rt.\n5 lines in 72 vert\n6 lines in 85 vert\n7 lines in 98"; // // gridBenefits // this.gridBenefits.HScrollVisible = false; this.gridBenefits.Location = new System.Drawing.Point(23, 337); this.gridBenefits.Name = "gridBenefits"; this.gridBenefits.ScrollValue = 0; this.gridBenefits.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridBenefits.Size = new System.Drawing.Size(574, 180); this.gridBenefits.TabIndex = 37; this.gridBenefits.Title = "Other Benefits"; this.gridBenefits.TranslationName = "TableInsBenefits"; this.gridBenefits.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridBenefits_CellDoubleClick); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(110, 524); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(78, 24); this.butDelete.TabIndex = 36; this.butDelete.Text = "Delete"; this.butDelete.Click += new System.EventHandler(this.butClear_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(23, 524); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(78, 24); this.butAdd.TabIndex = 35; this.butAdd.Text = "Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(719, 591); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 38; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.Location = new System.Drawing.Point(719, 632); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 39; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // FormInsBenefits // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(806, 670); this.Controls.Add(this.groupYear); this.Controls.Add(this.checkSimplified); this.Controls.Add(this.panelSimple); this.Controls.Add(this.textSubscNote); this.Controls.Add(this.labelSubscNote); this.Controls.Add(this.gridBenefits); this.Controls.Add(this.butDelete); this.Controls.Add(this.butAdd); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormInsBenefits"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Benefits"; this.Load += new System.EventHandler(this.FormInsBenefits_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.panelSimple.ResumeLayout(false); this.panelSimple.PerformLayout(); this.groupYear.ResumeLayout(false); this.groupYear.PerformLayout(); this.ResumeLayout(false); }
/// <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.textPassword = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textUser = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.groupDirect = new System.Windows.Forms.GroupBox(); this.comboDatabase = new System.Windows.Forms.ComboBox(); this.checkNoShow = new System.Windows.Forms.CheckBox(); this.comboComputerName = new System.Windows.Forms.ComboBox(); this.groupServer = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.comboDatabase2 = new System.Windows.Forms.ComboBox(); this.label12 = new System.Windows.Forms.Label(); this.textUser2 = new System.Windows.Forms.TextBox(); this.textPassword2 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.comboServerName2 = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.checkConnectServer = new System.Windows.Forms.CheckBox(); this.label7 = new System.Windows.Forms.Label(); this.listType = new System.Windows.Forms.ListBox(); this.label8 = new System.Windows.Forms.Label(); this.textConnectionString = new System.Windows.Forms.TextBox(); this.textPort = new OpenDental.ValidNumber(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.groupDirect.SuspendLayout(); this.groupServer.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(19, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(582, 38); this.label1.TabIndex = 0; this.label1.Text = "Server Name: The name of the computer where the MySQL server and database are loc" + "ated. If you are running this program on a single computer only, then the compu" + "ter name may be localhost."; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textPassword // this.textPassword.Location = new System.Drawing.Point(21, 181); this.textPassword.Name = "textPassword"; this.textPassword.Size = new System.Drawing.Size(280, 20); this.textPassword.TabIndex = 1; // // label2 // this.label2.Location = new System.Drawing.Point(19, 162); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(509, 18); this.label2.TabIndex = 2; this.label2.Text = "Password: For new installations, the password will be blank. You probably don\'t " + "need to change this."; this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textUser // this.textUser.Location = new System.Drawing.Point(21, 140); this.textUser.Name = "textUser"; this.textUser.Size = new System.Drawing.Size(280, 20); this.textUser.TabIndex = 0; // // label3 // this.label3.Location = new System.Drawing.Point(19, 121); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(480, 18); this.label3.TabIndex = 4; this.label3.Text = "User: When MySQL is first installed, the user is root. You probably don\'t need t" + "o change this."; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label4 // this.label4.Location = new System.Drawing.Point(19, 79); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(582, 18); this.label4.TabIndex = 6; this.label4.Text = "DataBase: usually opendental unless you changed the name."; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // groupDirect // this.groupDirect.Controls.Add(this.textUser); this.groupDirect.Controls.Add(this.comboDatabase); this.groupDirect.Controls.Add(this.checkNoShow); this.groupDirect.Controls.Add(this.comboComputerName); this.groupDirect.Controls.Add(this.label1); this.groupDirect.Controls.Add(this.textPassword); this.groupDirect.Controls.Add(this.label2); this.groupDirect.Controls.Add(this.label3); this.groupDirect.Controls.Add(this.label4); this.groupDirect.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupDirect.Location = new System.Drawing.Point(16, 16); this.groupDirect.Name = "groupDirect"; this.groupDirect.Size = new System.Drawing.Size(660, 244); this.groupDirect.TabIndex = 0; this.groupDirect.TabStop = false; this.groupDirect.Text = "Connection Settings - These values will only be used on this computer. They have" + " to be set on each computer"; // // comboDatabase // this.comboDatabase.Location = new System.Drawing.Point(21, 98); this.comboDatabase.MaxDropDownItems = 100; this.comboDatabase.Name = "comboDatabase"; this.comboDatabase.Size = new System.Drawing.Size(280, 21); this.comboDatabase.TabIndex = 9; // // checkNoShow // this.checkNoShow.AutoSize = true; this.checkNoShow.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNoShow.Location = new System.Drawing.Point(21, 211); this.checkNoShow.Name = "checkNoShow"; this.checkNoShow.Size = new System.Drawing.Size(294, 18); this.checkNoShow.TabIndex = 2; this.checkNoShow.Text = "Do not show this window on startup (this computer only)"; this.checkNoShow.UseVisualStyleBackColor = true; // // comboComputerName // this.comboComputerName.Location = new System.Drawing.Point(21, 56); this.comboComputerName.MaxDropDownItems = 100; this.comboComputerName.Name = "comboComputerName"; this.comboComputerName.Size = new System.Drawing.Size(280, 21); this.comboComputerName.TabIndex = 8; this.comboComputerName.Leave += new System.EventHandler(this.comboComputerName_Leave); this.comboComputerName.SelectionChangeCommitted += new System.EventHandler(this.comboComputerName_SelectionChangeCommitted); // // groupServer // this.groupServer.Controls.Add(this.textPort); this.groupServer.Controls.Add(this.label5); this.groupServer.Controls.Add(this.comboDatabase2); this.groupServer.Controls.Add(this.label12); this.groupServer.Controls.Add(this.textUser2); this.groupServer.Controls.Add(this.textPassword2); this.groupServer.Controls.Add(this.label10); this.groupServer.Controls.Add(this.label11); this.groupServer.Controls.Add(this.comboServerName2); this.groupServer.Controls.Add(this.label9); this.groupServer.Controls.Add(this.label6); this.groupServer.Location = new System.Drawing.Point(16, 305); this.groupServer.Name = "groupServer"; this.groupServer.Size = new System.Drawing.Size(376, 273); this.groupServer.TabIndex = 2; this.groupServer.TabStop = false; this.groupServer.Text = "Connect to Server Component - Only for advanced users"; // // label5 // this.label5.Location = new System.Drawing.Point(20, 93); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(308, 18); this.label5.TabIndex = 18; this.label5.Text = "Port"; this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // comboDatabase2 // this.comboDatabase2.Location = new System.Drawing.Point(22, 153); this.comboDatabase2.MaxDropDownItems = 100; this.comboDatabase2.Name = "comboDatabase2"; this.comboDatabase2.Size = new System.Drawing.Size(280, 21); this.comboDatabase2.TabIndex = 1; // // label12 // this.label12.Location = new System.Drawing.Point(19, 133); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(296, 18); this.label12.TabIndex = 15; this.label12.Text = "DataBase"; this.label12.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textUser2 // this.textUser2.Location = new System.Drawing.Point(22, 195); this.textUser2.Name = "textUser2"; this.textUser2.Size = new System.Drawing.Size(280, 20); this.textUser2.TabIndex = 2; // // textPassword2 // this.textPassword2.Location = new System.Drawing.Point(22, 236); this.textPassword2.Name = "textPassword2"; this.textPassword2.PasswordChar = '*'; this.textPassword2.Size = new System.Drawing.Size(280, 20); this.textPassword2.TabIndex = 3; this.textPassword2.UseSystemPasswordChar = true; // // label10 // this.label10.Location = new System.Drawing.Point(20, 217); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(281, 18); this.label10.TabIndex = 11; this.label10.Text = "Password"; this.label10.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label11 // this.label11.Location = new System.Drawing.Point(20, 176); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(295, 18); this.label11.TabIndex = 14; this.label11.Text = "Open Dental User (not MySQL user)"; this.label11.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // comboServerName2 // this.comboServerName2.Location = new System.Drawing.Point(22, 70); this.comboServerName2.MaxDropDownItems = 100; this.comboServerName2.Name = "comboServerName2"; this.comboServerName2.Size = new System.Drawing.Size(280, 21); this.comboServerName2.TabIndex = 10; // // label9 // this.label9.Location = new System.Drawing.Point(20, 50); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(310, 18); this.label9.TabIndex = 9; this.label9.Text = "Server Name"; this.label9.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label6 // this.label6.Location = new System.Drawing.Point(19, 23); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(311, 32); this.label6.TabIndex = 0; this.label6.Text = "Read the manual to learn how to install the server component."; // // checkConnectServer // this.checkConnectServer.AutoSize = true; this.checkConnectServer.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkConnectServer.Location = new System.Drawing.Point(16, 277); this.checkConnectServer.Name = "checkConnectServer"; this.checkConnectServer.Size = new System.Drawing.Size(212, 18); this.checkConnectServer.TabIndex = 1; this.checkConnectServer.Text = "Connect to Server Component instead"; this.checkConnectServer.UseVisualStyleBackColor = true; this.checkConnectServer.Click += new System.EventHandler(this.checkConnectServer_Click); // // label7 // this.label7.Location = new System.Drawing.Point(411, 289); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(223, 18); this.label7.TabIndex = 19; this.label7.Text = "Database Type"; this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listType // this.listType.FormattingEnabled = true; this.listType.Location = new System.Drawing.Point(414, 311); this.listType.Name = "listType"; this.listType.Size = new System.Drawing.Size(99, 30); this.listType.TabIndex = 20; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(412, 357); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(165, 13); this.label8.TabIndex = 21; this.label8.Text = "Advanced: Use connection string"; // // textConnectionString // this.textConnectionString.Location = new System.Drawing.Point(414, 375); this.textConnectionString.Multiline = true; this.textConnectionString.Name = "textConnectionString"; this.textConnectionString.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textConnectionString.Size = new System.Drawing.Size(262, 202); this.textConnectionString.TabIndex = 22; // // textPort // this.textPort.Location = new System.Drawing.Point(22, 112); this.textPort.MaxVal = 999999; this.textPort.MinVal = 0; this.textPort.Name = "textPort"; this.textPort.Size = new System.Drawing.Size(100, 20); this.textPort.TabIndex = 0; // // 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(602, 632); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 25); 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(509, 632); 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); // // FormChooseDatabase // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(733, 672); this.Controls.Add(this.textConnectionString); this.Controls.Add(this.label8); this.Controls.Add(this.listType); this.Controls.Add(this.label7); this.Controls.Add(this.checkConnectServer); this.Controls.Add(this.groupServer); this.Controls.Add(this.groupDirect); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormChooseDatabase"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Choose Database"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormConfig_Closing); this.Load += new System.EventHandler(this.FormConfig_Load); this.groupDirect.ResumeLayout(false); this.groupDirect.PerformLayout(); this.groupServer.ResumeLayout(false); this.groupServer.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
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(); }